/*
// -------------------------------------------------------------------------------------
// Software PRODUCT: GOLOS.VS (Voting System).
// License Nunber: CM-LIC-GOLVS-001-20N2O1V.
// Must read and agree with the LICENSE-AGREEMENT.txt before deployment of modification!
// -------------------------------------------------------------------------------------
//------------------------------------------
// MODULE_INFO: GOLOS voting system specific CSS styles for PC users (PROJECT:RSL)
// module_name=golos-rsl-pc.css
//------------------------------------------
*/

/*
 // NOTE: this file may redefine/override values defined in generic CSS files
*/

body.golos_rsl {
    FONT-FAMILY: Arial;
    FONT-SIZE: 15pt;
    border: 0;
    background-color: #FAFAFA;
}


p {
    FONT-FAMILY: Arial;
    FONT-SIZE: 15pt;
}

td {
    FONT-FAMILY: Arial;
    FONT-SIZE: 12pt;
    border: 0;
    color: black;
}
