/*
//////////////////////////////////////////////////////////////

    css/estil.css

    Fitxer amb els estils del modul

    Servei de Biblioteques, Publicacions i Arxius
    Universitat Politecnica de Catalunya. BarcelonaTech (UPC)

//////////////////////////////////////////////////////////////
*/


/*
//////////////////////////////////////////////////////////////

    Estils generals

//////////////////////////////////////////////////////////////
*/

#contingut #dades-estadistiques {
    margin-top: 0px;
    padding-top: 0px;
}

#contingut #dades-estadistiques div.dada {
    font-size: 1.5rem;
    line-height: 1;
    padding-top: 19px;
    font-weight: 300;
}

#contingut #dades-estadistiques div.valor {
    font-size: 3.0rem;
    display: block;
}

#contingut #dades-estadistiques div.row div.dada:nth-child(1) div.valor {
    color: #6734BA;
}

#contingut #dades-estadistiques div.row div.dada:nth-child(2) div.valor {
    color: #9D1CB2;
}

#contingut #dades-estadistiques div.row div.dada:nth-child(3) div.valor {
    color: #DA125F;
}

#contingut #dades-estadistiques div.row div.dada:nth-child(4) div.valor {
    color: #F6412D;
}

#contingut #dades-estadistiques div.row div.dada:nth-child(5) div.valor {
    color: #FF5606;
}

#contingut #dades-estadistiques div.row div.dada:nth-child(6) div.valor {
    color: #FF9800;
}