
body {
    margin-top: 60px;
}

@media(min-width:768px) {
    body {
        padding-top: 50px;
    }
}

.container{
  margin-bottom: 0px;  
}

.urlrevo {
    float: left;
    padding-left: 10px;
    color: white;
    cursor: pointer;
    margin-top: 0px;
}

.navbar-brand img {
    margin-top: -3px;
}

.active { 
    color: #fff; 
}

.nobold{
    font-weight: normal;
    margin-bottom: 0px;
}

.table-responsive{
    overflow-x: hidden;
}

.login{
    text-align: center;
}

.brand_logo{
    width: 70%;
    height: auto;
    margin-bottom: 25px;
}

.votiREVO{
    color: green;
}

.text-left-important{
    text-align: left !important;
}