body {
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    background-color: white;
}

.question-font {
    font-weight: 300;
    font-size: 1.75rem;
    vertical-align: middle;
}

.nemnet-button {
    font-weight: bold;
    color: #00aeef;
    width: 150px;
    height: 35px;
    border: 1px solid #6d6d6d;
    background-color: #fff;
    border-radius: .25rem;
    font-size: 10pt;
}

.nemnet-button-nemred {
    font-weight: bold;
    color: white;
    width: 150px;
    height: 35px;
    border: 1px solid #6d6d6d;
    background-color: #ad1b61;
    border-radius: .25rem;
    font-size: 10pt;
}

.nemnet-button-nemgrey {
    font-weight: bold;
    color: white;
    width: 150px;
    height: 35px;
    border: 1px solid #6d6d6d;
    background-color: #afafaf;
    border-radius: .25rem;
    font-size: 10pt;
}

.red-button {
    font-weight: bold;
    color: #ad1b61;
    width: 225px;
    height: 35px;
    border: 1px solid #6d6d6d;
    background-color: #fff;
    border-radius: .25rem;
    font-size: 10pt;
}

.smbutton {
    width: 100px !important;
}

.mdbutton {
    width: 160px !important;
}

.mdsmbutton {
    width: 150px !important;
}

.feedback-button {
    font-weight: bold;
    color: #adafb2;
    width: 120px;
    height: 30px;
    border-color: #f1f1f1;
    border: 1px solid transparent;
    background-color: #fff;
    border-radius: .25rem;
    font-size: 10pt;
}


a {
    color: #ad1b61;
    text-decoration: none;
}

    a, a:visited {
        font-weight: bold;
        /*color: #ad1b61;*/
        text-decoration: none;
    }

        a:hover {
            font-weight: bold;
            color: grey;
            /*color: #ad1b61;*/
            /*color: blue;*/
            /*text-decoration: underline;*/
        }

#footer table {
    color: white;
    width: 100%;
}

    #footer table tr td {
        vertical-align: middle;
        text-align: center;
    }

        #footer table tr td img {
            vertical-align: middle;
        }

.copyright {
    text-align: center;
    color: White;
    font-size: 10pt;
}

#parent div {
    text-align: center;
}

#content div {
    display: inline-block;
}

#maintext {
    margin-top: 50px;
    margin-bottom: 40px;
}
