.fakechart {
    text-align: center;
    font-family: "Lato";
    font-size: 100px;
    color: #8ab839;
}
.font14 {
    font-size: 14px;
}

.pagetitle {
    font-family: 'Montserrat', "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-size: 40px;
    text-align: center;
    letter-spacing: -1px;
    padding: 0;
    color: #8ab839;
}

.bglightgray {
    background: #8ab839;
}

.calculatorbox {
    padding: 20px;
    border: 2px solid #8ab839;
    border-radius: 4px;
}

hr.division {
    margin-bottom: 2px;
    margin-top: 2px;
    width: 50%;
    border-top: 1px solid #000000;
}

.multiplier {
    position: absolute;
    top: 15px;
    right: 20px;
}

.bordercirclered {
    border-radius: 50%;
    border: 10px solid #c45850;
    width: 350px;
    margin: 0 auto;
        margin-top: 0px;
    position: relative;
	background-color: #fff;
}

.martop40px {
    margin-top: 40px;
}

.padbot30px {
    padding-bottom: 30px;
}

.fontlato {
    font-family: "Lato";
}
.fontbold {
    font-weight: bold;
}
.fontred {
    color: #c45850;
	background-color: #fff;
}

.fontgreen {
    color: #8ab839;
	background-color: #fff;
}

.font70 {
    font-size: 70px;
}

.font20 {
    font-size: 20px;
}

.font40 {
    font-size: 40px;
}

.bordercirclegreen {
    border-radius: 50%;
    border: 10px solid #8ab839;
    width: 350px;
    margin: 0 auto;
        margin-top: 0px;
    position: relative;
	background-color: #fff;
}

.bgblue {
    background: #3e95cd;
}

.bgred {
    background: #c45850;
}

.deductions {
    width: 100%;
    text-align: center;
    font-family: "Lato";
    font-size: 40px;
    color: #8ab839;
    margin-top: 30px;
}

.marbot10px {
    margin-bottom: 10px;
}
.padleftright20px {
    padding-left: 20px;
    padding-right: 20px;
}
.padtop30px {
    padding-top: 30px;
}

.bggreen {
    background: #3cba9f;
}

.bgviolet {
    background: #8e5ea2;
}