.btn-azul{
    background: blue;
    color: white;
    font-size: 18px;
}
.btn-danger, .btn-success{
    font-size: 18px;
}
.btn-azul a, .btn-danger a, .btn-success a{
    color: white;
}
.btn-azul:hover, .btn-danger:hover, .btn-success:hover{
    font-weight: bold;
    color: white;
}

.otros{
    color: blue;
    font-weight: bold;
}
.otros a{
    color: blue;
}
.urgente{
    color: red;
    font-weight: bold;
}

@media screen and (max-width:576px){
    .btn-azul{
        font-size: 15px;
    }  
    .btn-success{
        font-size: 14px;
    }
    .row{
        margin: 0 !important;
        padding: 0 !important;
    }
}