
body, table, tr, td, div, span, ul, ol, button, select, input, textarea, a, h1, h2, h3, h4, h5, h6  {
	font-family: Lato, Montserrat !important;
	font-size: 98% !important;
	text-decoration: none !important;
}


.s1 {
	font-size: 200% !important;
	font-weight: bold;
}

.s2 {
	font-size: 130% !important;
	font-weight: bold;
	margin-bottom: 4px;
	display: block;
}


.s3 {
	font-size: 130% !important;
	font-weight: 60;
	margin-bottom: 10px;
	display: block;
}



.dot {
	height: 90px;
	width: 90px;
	background: purple !important;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	font-size: 22px !important;
	color: white !important;
	font-weight: bold;
}


a {
	text-decoration: none !important;
}

h1 {
	font-weight: 60px;
}

th {
	background: #f0f0f0;
	color: #000000;
	font-size: 12px;
}



nav a {
	font-weight: bold !important;
	font-size: 100% !important;
	text-transform: uppercase !important;
	color: #008800 !important;
}



pre {
	border: 0px !important;
	padding: 5px !important;
	font-size: 95% !important;
	font-family: Lato, Montserrat !important;
}


.is-neutral {
	background: #f9f9f9;
}

.tabitem-off {
	font-size: 90%;
	font-weight: bold;
	text-transform: uppercase;
	color: #a0a0a0;
	padding: 0px 0px 0px 0px !important;

}

.tabitem-on {
	font-size: 90%;
	font-weight: bold;
	text-transform: uppercase;

	color: black;
	border-left: solid 1px #c0c0c0;
	border-right: solid 1px #c0c0c0;
	border-top: solid 1px #c0c0c0;
	border-bottom: 10px white solid;
	height: 0px;
	padding: 16px 10px 5px 10px;
	
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px; 
	-webkit-border-top-right-radius: 10px;
	border-radius: 10px 10px 0px 0px;

}

.apptabon a {
	color: #ffffff !important;
}

.apptaboff {
	color: #0a0a0;
	font-weight: normal;
	border: solid 1px #e0e0e0;
	font-size: 13px;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#e0e0e0));
	background: -moz-linear-gradient(top,  #f0f0f0,  #e0e0e0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#e0e0e0');
	height: 0px;
	margin: 10px;
	padding: 20px;
	border: 1px;
	text-transform: capitalize;
	
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px; 
	-webkit-border-top-right-radius: 10px;
	border-radius: 10px 10px 0px 0px;

}







.tab-content {
	border: 1px;
	padding: 20px 20px;
	border-right: #e0e0e0 1px solid;
	border-left: #e0e0e0 1px solid;
	border-top: #e0e0e0 1px solid;
	border-bottom: #e0e0e0 1px solid;
	padding-top: 0px;
	margin: 0px;
	border-radius: 10px;
	color: #000000;
	background: #ffffff;
}


.dot {
	height: 25px;
	width: 25px;
	background: #f6f6f6;
	color: #a0a0a0;
	border-radius: 50%;
	display: inline-block;
}
