/* .legacy {
	max-width: 880px;
	margin: 30px auto;
} */

h1 {
	font-weight: normal;
}

h1, h2, h3 {
	color: #63A1D8;
}

h3, h4, b, strong {
	font-weight: bold;
}

i, em {
	font-weight: 100;
}

table {
	border-collapse: collapse;
}

table td, table th {
	padding: 0;
	vertical-align: top;
}

.table-borders {
	padding: 0;
	border-collapse: collapse;
	border-spacing: 5px;
	border-top: 1px solid #63a1d8;
	border-left: 1px solid #63a1d8;
}

@media(max-width: 800px){
	.table-borders {
		display: block;
		overflow: scroll;
	}
	
	.layout-table td {
		display: block;
	}
}

.table-borders tr {
	margin: 0;
	padding: 0;
}

.table-borders td, .table-borders th {
	padding: 8px;
	margin: 0;
	background-color: #fff;
	border-bottom: 1px solid #63a1d8;
	border-right: 1px solid #63a1d8;
}

.table-borders th {
	text-align: left;
	background-color: #bce2f7;
	font-weight: bold;
}

.table-borders p {
	margin: 0;
}

.justifyleft {
	float: left;
	margin: 6px 20px 0 0;
}

.justifyright {
	float: right;
	margin: 6px 0 0 20px;
}

.justifyright.resized, .justifyleft.resized {
	display: block;
	float: none;
	margin: 20px 0;
}

ul {
	list-style-image: url(../images/content_bullet.html);
}

.testimonial {
	text-align: center;
	background: #e6f2fc;
	background: -webkit-linear-gradient(top right, #fff, #e6f2fc, #fff);
	background: -moz-linear-gradient(top right, #fff, #e6f2fc, #fff);
	background: linear-gradient(top right, #fff, #e6f2fc, #fff);
	overflow: hidden;
	color: #63A1D8;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	padding: 20px 50px;
	margin: 20px 0;
	position: relative;
}

.testimonial p {
	margin: 0;
}

.testimonial .name {
	font-size: 16px;
	line-height: 22px;
	color: #999;
	font-weight: normal;
	margin: 5px 0 0 0;
}

td {
	vertical-align: top;
}

.testimonial .fa-quote-left {
	position: absolute;
	left: 15px;
	top: 20px;
	font-size: 30px;
}

.testimonial .fa-quote-right {
	position: absolute;
	right: 15px;
	bottom: 20px;
	font-size: 30px;
}