#facebook {
    margin-left: 5px;
    width: 48px !important;
    height: 66px !important;
    float: left;
    display: inline-block !important;
    text-align: right;
}

#facebook_logo {
    float: left;
}

form {
    margin-bottom: 0px;
}

#help-link {
    float: right;
}


#help {
    display: none;
}

.pagination {
    margin-top: 0px;
    margin-bottom: 0px;
}
.sm-count {
    margin-top: 5px;
    font-size: 16px;
}

#footer {

    width: 100%;
    color: white;
    background-color: #337ab7;
    text-align: center;
    padding: 10px;
}

.clickable-row {
    cursor: pointer;
}

@media(max-width: 992px){
    #title {
        font-size: 25px;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    #help-link {
        margin-left: 20px;
    }
    #nav-top-languages {
        padding-left: 0px;
    }
}

@media(max-width: 468px){
    .no-tiny {
        display: none !important;
    }
}