
/*==============================================
terms.html
================================================*/
.terms{
    background: #4096ee; /* Old browsers */
    background: -moz-linear-gradient(top, #000000 0%, #033a3d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #011b35 0%,#014144 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #001830 0%,#002022 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4096ee', endColorstr='#39ced6',GradientType=0 ); /* IE6-9 */
    margin: 0;
}


.terms-of-services{
    padding: 9% 12% 0.5% 12%;
    z-index: 1000;
    color: white;
}

.terms-of-services h1{
    text-align: center;
    font-size: 25px;
}

.terms-of-services p{
    text-align: justify;
}

.terms-of-services .update-date{
    font-size: 13px;
    color: whitesmoke;
}

.terms-of-services .bold{
    font-weight: bold;
}

.terms-of-services span{
    word-break: break-all;
}