@charset "utf-8";

.text {
    font-family: Century Gothic, Verdana, Arial, Helvetica;
    font-size: 11px;
    color: #000;
    text-align: left;
}

.privacyPolicyText {
    font-family: Century Gothic, Verdana, Arial, Helvetica;
    font-size: 11px;
    color: #000;
    text-align: justify;
}

.copyright {
    font-family: Century Gothic, Verdana, Arial, Helvetica;
    font-size: 11px;
    color: #FFF;
    text-align: center;
    padding-top: 10px;
}

.infoText {
    font-family: Century Gothic, Verdana, Arial, Helvetica;
    font-size: 11px;
    font-style: italic;
    color: #CCC;
}

.copyrightLink {
    font-family: Century Gothic, Verdana, Arial, Helvetica;
    font-size: 11px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    margin-top: 10px;
}

.copyrightLink:hover {
    font-family: Century Gothic, Verdana, Arial, Helvetica;
    font-size: 11px;
    color: #FFF;
    text-align: center;
    text-decoration: underline;
    margin-top: 10px;
}

.copyrightLink:visited {
    font-family: Century Gothic, Verdana, Arial, Helvetica;
    font-size: 11px;
    color: #FFF;
    text-align: center;
    margin-top: 10px;
}

.copyrightLink:active {
    font-family: Century Gothic, Verdana, Arial, Helvetica;
    font-size: 11px;
    color: #FFF;
    text-align: center;
    margin-top: 10px;
}

.title {
    font-family: Century Gothic, Verdana, Arial, Helvetica;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-align: left;
    margin-bottom: 5px;
    clear: both;
}
.yourCalculationTxt{
    margin-top:25px;
    margin-left: 0px;
    font-family: Century Gothic, Verdana, Arial, Helvetica;
    font-size: 11px;
    color: #000;
    text-align: left;
}