
.body-bg {
    background-image: url('/global_assets/images/background-score.jpg'); font-family: Raleway;
}    
    .display-none {
        display : none;
    }
    .div-color {
        background-color: #FFFFFF;
        border-radius: 30px;
        width: 400px;
    }
    .bg-color-transparent {
        background-color: transparent;
    }
    .border-wh100 {
        border-radius: 20px; width: 100%; height: 100%;
    }
    .text-align-center {
        text-align: center;
    }
    .float-left {
        float: left;
    }
    .float-right-bold {
        float: right; font-weight: bold; border-radius: 10px;
    }
    .font-bold {
        font-weight: bold;
    }
    .text-black {
        font-color : #000000;
    }
    .border-radius-3 {
        border-radius: 3px;
    }
    .border-radius-5 {
        border-radius: 5px;
    }
    .border-radius-10 {
        border-radius: 10px;
    }
    .border-radius-20 {
        border-radius: 20px;
    }
    .border-radius-30 {
        border-radius: 30px;
    }
    .border-0 {
        border: 0;
    }
    .mw-100 {
        min-width: 100%;
    }
    .w-100 {
        width: 100%;
    }
    .w-50 {
        width: 50%;
    }
    .w-7 {
        width: 7%;
    }
    .w-10 {
        width: 10%;
    }
    .w-12 {
        width: 12%;
    }
    .w-25 {
        width: 25%;
    }
    .w-35 {
        width: 35%;
    }
    .w-70 {
        width: 70%;
    }
    .w-75 {
        width: 75%;
    }
    .w-90 {
        width: 90%;
    }
    .w-97 {
        width: 97%;
    }
    .font-7 {
        font-size: 7px;
    }
    .font-8 {
        font-size: 8px;
    }
    .font-9 {
        font-size: 9px;
    }
    .font-10 {
        font-size: 10px;
    }
    .font-11 {
        font-size: 11px;
    }
    .font-12 {
        font-size: 12px;
    }
    .font-13 {
        font-size: 13px;
    }
    .font-14 {
        font-size: 14px;
    }
    .font-15 {
        font-size: 15px;
    }
    .font-16 {
        font-size: 16px;
    }
    .font-17 {
        font-size: 17px;
    }
    .font-18 {
        font-size: 18px;
    }
    .font-20 {
        font-size: 20px;
    }
    .font-25 {
        font-size: 25px;
    }
    .font-30 {
        font-size: 30px;
    }
    .font-32 {
        font-size: 32px;
    }
    .font-35 {
        font-size: 35px;
    }
    .font-40 {
        font-size: 40px;
    }
    .font-50 {
        font-size: 50px;
    }
    .font-100 {
        font-size: 100%;
    }
    .word-spacing {
        word-spacing: 2px;
    }
    .float-right {
        float: right;
    }
    .float-right-15 {
        font-size: 15px; float:right;
    }
    .font-height {
        height: 0.700rem;
    }
    .wh-100 {
        width: 100%; height: 100%;
    }
    .button-font-15 {
        font-weight: bold; float: left; border-radius: 10px; float: right; font-size: 15px;
    }
    .font-9-w100 {
        width: 100%; font-size: 9px;
    }
    .font-bold-w100 {
        font-weight: bold; width: 100%;
    }
    .button-submit {
        font-weight: bold; float: left; border-radius: 10px; float: right; font-size: 15px;
    }
    .padding-left {
        padding-left: 10%;
    }
    .padding-top-3 {
        padding-top: 3px;
    }
    .padding-top-15 {
        padding-top: 15px;
    }