/* 
    Document   : terms
    Created on : 29 Jul 2015, 11:52:52 AM
    Author     : ZakS
    Description:
        Purpose of the stylesheet follows.
*/

#content {
    width: 1160px !important;
}

#sectionHeader{
    position: relative;
    width: 1160px;
    height: 85px;
    background-color: #3e7bb0;
    overflow: hidden;
    margin-bottom: 40px;
}

#pageTitle {
    position: relative;
    text-align: center;
    width: 1160px;
    font-family: Roboto-Bold;
    font-size: 22px;
    color: white;
    line-height: 3.5;
}

#sectionBody {
    position: relative;
    width: 1120px;
    background-color: #f8f7f7;
    padding: 20px;
    color: #3f7cb1;
}

#sectionBody > h2 {
    width: 1060px;
    text-align: center;
    margin-left: 30px;
    font-family: Roboto-Medium;
    font-size: 20px;
}
#sectionBody > ol {
    font-family: Roboto-Medium;
    font-size: 15px;
}

#sectionBody > ol > li {
    margin-bottom: 10px;
}

#sectionBody > ol > li > a:link {
    color: #336699;
}

#sectionBody > ol > li > a:visited {
    color: #336699;
}