
#backlinks{
    float:right;
    padding:0 20px;
    line-height:22px;
    font-weight:bold;
    font-size:13px;
}
#backlinks a{
    text-align:right;
    display:block;
}


/* clearfix */
.clearfix {
    clear:both;
}

/* wrapper css */


#container{
    position:relative;
    width:1180px;
    margin:0 auto 25px;
    padding-bottom: 10px;
    
}
.posting__item{
    width:228px;
    min-height:100px;
    margin:5px;
    font-size:12px;
    float:left;
    -moz-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
    -webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
    
    -webkit-transition: top 1s ease, left 1s ease;
    -moz-transition: top 1s ease, left 1s ease;
    -o-transition: top 1s ease, left 1s ease;
    -ms-transition: top 1s ease, left 1s ease;
}


@media screen and (max-width : 1240px) {
    body{
        overflow:auto;
    }
}
@media screen and (max-width : 900px) {
    #backlinks{
        float:none;
        clear:both;
    }
    #backlinks a{
        display:inline-block;
    }
    #wrapper{
        margin-top:90px;
    }
}