div#twitter{
    clear: both;
    position: relative;
    top: 40px;
    min-height: 300px;
    background: #8C8C8C;
    overflow: hidden;
    width: 100%;
}
div#twitter div#twitter-interior{
    position: relative;
    width: 960px;
    margin: 0 auto 0 auto;
    max-width: 100%;
    overflow: hidden;
}

div#twitter div.un-tweet{
    float:left;
    height: 200px;
    width: 270px;
    margin-right: 10px;
    margin-top: 48px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #ffffff;
    border-radius: 5px;
}
div#twitter div.imatge-perfil{
    width: 35px;
    height: 35px;
    background-position: center center;
    background-size: contain;
    border-radius: 17px;
    margin-top: 20px;
    float: left;
}
div#twitter div.nom-perfil{
    float: left;
    margin-top: 20px;
    margin-left: 10px;
    font-weight: bold;
    font-size: 12px;
}
div#twitter div.screename{
    position: relative;
    font-size: 10px;
    left: -124px;
    margin-top: 33px;
    color: #A8A9AA;
}
div#twitter div.screename:before{
    content: '@';
}
div#twitter div.text{
    float: left;
    clear: both;
    margin-top: 14px;
    font-size: 12px;
    width: 250px;
    height: 76px;
    overflow:hidden;
}
div#twitter div.creation-date{
    float: left;
    clear: both;
    font-size: 10px;
    color: #A8A9AA;
    margin-bottom: 10px;
}

div#twitter div.separador-twits{
    clear: both;
    background-color: #c8c9cA;
    height: 1px;
    margin-left: -19px;
    margin-right: -19px;
    margin-bottom: 5px;
}
div#twitter div.retweets{
    background-image: url(../img/retweet.png);
    background-size: contain;
    width: 50px;
    height: 15px;
    background-repeat: no-repeat;
    padding-left: 25px;
    font-size: 10px;
    padding-top: 0px;
    background-position-y: 1px;
    filter: opacity(60%);
    float:left;
    clear:both;
}
div#twitter div.favorites{
    background-image: url(../img/favorite.png);
    background-size: contain;
    width: 50px;
    height: 15px;
    background-repeat: no-repeat;
    padding-left: 25px;
    font-size: 10px;
    padding-top: 0px;
    background-position-y: 0px;
    filter: opacity(60%);
    float:left;
}
div#twitter a{
    color: #000000;
    float:left;
}

div#twitter a.darrers-twits-veure-mes{
    float: right;
    text-decoration: none;
    color: white;
    font-size: 12px;
    margin-right: 10px;
    margin-top: 15px;
    margin-bottom: 25px;
}

@media only screen and (max-width: 600px) {
    div#twitter a{
        margin-left: 30px;
        overflow: hidden;
        display: block;
    }
}