/*<!-- Custom CSS for terms conditions / privacy policy / missionvision  -->*/
/*
Custom CSS for terms conditions / privacy policy / missionvision
Used in
terms.php
policy.php
missionvision.php
*/

.text-orange {
    color: #FF0083;
}

.content-title {
    font-weight: 600 !important;
    color: #4A4A4A;
    font-size: 22px;
}

.content-description {
    font-weight: lighter !important;
    font-size: 17px !important;
}

ul, li, ol {
    margin-left: 10px;
    padding-left: 0;
    font-weight: lighter !important;
    font-size: 18px !important;
    list-style-position: inside;
}

.inline {
    display: inline-block;
}

.nlink{
    color: darkblue;
    text-decoration: underline;
}

.nlink:hover{
    color: #FF0083;
    text-decoration: underline;
}

#contentarea {
    position: relative;
}