    .categoria-boton {
        background:#28a745 none repeat scroll 0 0!important;
    }
    
    .categoria-boton:hover {
        background-color:black!important;
    }
    
    .etiqueta-boton {
        background: #acacac none repeat scroll 0 0!important;
    }
    
    .etiqueta-boton:hover {
        background-color:black!important;
    }
    
    textarea { 
        overflow:hidden!important;
        text-align: justify!important;
        font-size:16px!Important; 
        color: #191919!Important;
        background-color: #f8f9fa!important;
    }
    
    input { 
        overflow:hidden!important;
        text-align: justify!important;
        font-size:16px!Important; 
        color: #191919!Important;
        background-color: #f8f9fa!important;
    }

    label{
        color: #191919!Important;
    }
        
    body{
        touch-action: manipulation!important;
    }
    
    .primerTurno{
        border-color: transparent !important;
        background: #ffc107;
        background: -moz-linear-gradient(-45deg, #ffc107 1%, #fffc07 100%);
        background: -webkit-linear-gradient(
    -45deg
    , #ffc107 1%,#fffc07 100%);
        background: linear-gradient(
    135deg
    , #ffc107 1%,#fffc07 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc107', endColorstr='#fffc07',GradientType=1 );
    }
    
    .caja-no-turno{
        background-color:#545b62;
        color:white;
        filter: grayscale(1);
        border-radius: 20px;
    }
    
    .caja-turno{
        background-color:#171b20;
        color:white;
        font-weight:700;
        border-radius: 15px;
        color:black!important;
    }
    
    .columna-turno-izquierda{
        font-size:1rem;
        margin: auto;
        width:30%!Important;
        word-break: break-word;
    }
    
    .columna-turno-derecha{
        font-size:1rem;
        margin:auto; 
        width:50%!Important;
        word-break: break-word;
    }
    
    .texto-tiradas{
       font-size:0.8rem; 
    }
    
    .avatar-iniciativa{
        height:auto;
        max-height:50px;
    }