﻿/* {
	box-sizing: border-box;	
}
*/
.main {
	max-width: 100%;
	margin: 0 2px 0 2px;
}

.row {
	
	margin: 0 2px 0 2px;
	height: 100%;	
}
.column {
	float: left;
	width: 33.33%;
}
.content {
	background-color: transparent;
	padding-bottom: 5px;
	border: 1px navy solid;
	
}
@media screen and (max-width:1200px){
	.column{
	width:50%} 
}
@media screen and (max-width:900px){
	.column{
	width: 100%}
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	color: white;
}

/*
table{
	font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 15px;
	border-collapse:collapse;
	width:100%;
	text-align:center;
	border: 0px;
	margin-top: 0px;
}
tr{
	border: 0px blue solid;
	margin-top: 0px;
}
*/
