h2 {
	text-align: center;
	font-size: 25px;
	margin-top: 20px;
}

h2 a {
	color: #2acb27;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

h2 a:hover {
	color: #46a8b5;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
a.academic_or_not{
    color: #333333;
    text-decoration: none;
}
.main_h1{
    font-size: 18px;
    text-align: left !important;
}
div.payment_upgrades{
    margin-left: 18px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    margin-top: 20px;
}
img.workstation{
    height: 150px;
    margin-top: 10px;
}
div.workstation{
    margin-top: 25px;
}

div.workstation_title{
    margin-top: -5px;
    margin-bottom: 10px;
}

.footer_h5{
    font-size: 17.5px;
    font-weight: normal;
}

div#renewals_description_body p{
    font-size: 12px;
    line-height: 16px;
}

div#renewals_description_body h2{
    line-height: 20px;
}