* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    text-decoration: none;
    list-style: none;
    font-family: 'Kalam', cursive;
  }

.grey {
        color: #cda049 ;
    }

header {
     width: 100%;
     height: 80px;
     display: inline-block;
     background-color: #a47039;
    }

header div {
        display: inline;
    } 

ul {
     display: inline;
 }
  
li  {
      font-size: 18px;
      display: inline-block;
      margin: 5px;
  }

.twitter {
    display: inline-block;
    margin-left: 20%;   
      margin-top: 10px; 
  }

.twitter a {
    color : #cda049;
    }

.botones {
      /*display: inline-block;*/
    float: right;
     width: 500px;
     margin-top: 15px;
    
  }

body {
    background-image: url(../assets/images/one.png);
    background-size: cover;
}

.content {
    display: inline-block;
    width: 100%;
}


.profile {
    outline-color: 1px solid blue;
    width: 200px;
    border-radius : 50%;
    height: 200;

}
.border {
    background-image: url(../assets/images/picborder.png);
    background-repeat: no-repeat;
    height: 350px;
    width: 350px;
    background-size: cover;
    margin-left: 100px;
    margin-top: 100px;
    display: inline-block;
}
.border img {
    outline-color: 1px solid red;
    width: 215px;
    height: 214px;
    border-radius : 50%;
    /*background-image: url(../assets/images/friends2.jpg);*/
    margin-top: 70px;
    margin-left: 70px;
}

.submit-boton {
    width: 90px;
    height: 40px;
    background-color: #cda049;  


  }

.input-search {
    margin:10px;
    width: 200px;
    height: 40px;
    background-color:  #f5f8fa;
    border-radius: 15px;
    border-style: none;
    border: 3px solid #e7edf1;
    padding: 3px;
}

.search {
    background-color: transparent;
    border: 0;
    outline: none;
}
.submit-boton {
    border: 0;
    border-radius: 9px;
    outline: none;
}

.box-comment {
    margin-top: 200px;
    width: 500px;
    height: 300px;
    float: right;
    margin-right: 190px;
}

#insert-text {
    /*height: 100px;*/
    width: 300px;
    border-radius: 15px;
    border: 3px solid #4d3930;
    font-size: 25px;
    outline: none;
    overflow: hidden;
}
#button {
    float: left;
    border-radius: 15px;
    background-color: #7a5937;
    height: 37px;
    width: 90px;
    font-size: 18px;
}

.one-form {
    /*outline: 1px solid black;*/
    width: 320px;
    height: 140px;
    display: block;
}

#counter {
    display: inline-block;
    height: 20px;
    width: 30px;
    margin-left: 150px;
    font-size: 30px;
    color:#cda049;
}

#red{
    height: 20px;
    display: inline-block;
    width: 30px;
    margin-left: 150px;
    font-size: 30px;
    color:red;
  }


  #green{
    height: 20px;
    display: inline-block;
    width: 30px;
    margin-left: 150px;
    font-size: 30px;
    color:green;
  }
  #blue{
    height: 20px;
    display: inline-block;
    width: 30px;
    margin-left: 150px;
    font-size: 30px;
    color:#2B00FF;
  }
  
  #new-messages div{
    word-break: break-all; /*el texto se adecua a su contenedor*/
    background-color:white;
    margin-top: 10px;
    border-radius: 5px;
    border: 8px double #7a5937;   
  }

  #tweetHour{
      height: 40px;
      width: 40px;

  }