﻿html,
body {
    height: 100%;
    margin: 0;
    cursor: default;
}

    body * {
        background-repeat: no-repeat;
        font-family: 'ProximaNova';
        color: #323232;
    }

    body.noscroll{
        overflow:hidden !important;
    }



#mainlayout {
    padding: 120px 0;
    background-color: #F7F7F7;
    margin: 0 13px;
    overflow: hidden;
}

    #mainlayout.Message{
        padding-top:200px;
    }

    input.error {
        border: 1px solid red;
    }

.navlink {
    color: #aaaaaa;
}

.navlinkNoUnderline {
    text-decoration:none;
}

@media (max-width: 1000px) {
    #mainlayout {
        
        margin: 0;
    }
}



#quizItem #quizStatus .question .text p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    /*margin: 0;*/
}

p {
    margin: 0;
}
 .descriptionLayer * {
    color: white;
}

#smallmodalmessage.references p, #smallmodalmessage.references li {
    font-weight: 400;
}
