@import "../../../../../../web-pub/css/robotoFonts.css";

body, html {
    margin: 0;
    padding: 0;
    font-family: Roboto;
}

#policyText {
    text-transform: uppercase;
    color: #ffffff;
    width: 100%;
}

#policyText #cSection {
    font-size: 16px;
}

#cSection {
    color: white;
    font-size: 14px;
}

#cSection h1 {
    font-size: 1.4em;
    font-weight: normal;
    border-bottom: solid 2px #FFF;
    padding-bottom: 5px;
}