@charset "UTF-8";
/* CSS Document */

table tr td {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 18px;
	border: 1px solid #999;
	vertical-align: middle;
}
table tr td strong {
	font-weight: 400;
}
table tr td.caps {
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	vertical-align: middle;
}
.mainContent p.caption {
	margin: 5px 0 5px 0px;
	font-size: .9em;
	line-height: 1.2em;
}
aside.photoBlock {
	margin-top: 120px;
}
.mainContent table {
	margin: 18px 500px 18px 0px;
}
.mainContent table tr td {
	font-size: 14px;
	line-height: 18px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
	padding-right: 12px;
	color: #666;
	border-bottom-width: 0px;
}
.mainContent table tr .fatbar {
	border-bottom-width: 1px;
}
.mainContent table tr .basebar {
	border-bottom-width: 1px;
}
.mainContent table .tablehead td {
	color: #FFF;
	background-color: #026240;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #009438;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #009438;
	font-size: 18px;
	padding-top: 9px;
	padding-bottom: 8px;
	line-height: 18px;
	font-weight: 700;
}
.mainContent table .fix {
	float: right;	
}
.mainContent table .button {
	margin-bottom: 10px;
}
.keylinetablewide {
	border: solid 1px #9C9C9C;
	width: 100%;
	display: block;
	margin: 6px 0 10px 0px;
}
.mainContent table p.stonetype {
	font-size: 18px;
	color: #666;
	margin: 0;
}
aside.navigation ul li.also br {
	display: none;	
}


/*MEDIA QUERIES • • • MEDIA QUERIES • • • MEDIA QUERIES • • • MEDIA QUERIES*/

@media screen and (max-width: 950px) {
section.mainContent table {
	margin: 20px 380px 10px 0px;
}
}

@media screen and (max-width : 800px ){
section.mainContent table {
	margin: 20px 330px 10px 0px;
}
aside.navigation ul li.also br {
	display: block;	
}
}

@media screen and (max-width : 750px ){
section.mainContent table {
	margin-right: 80px;
}
}

@media screen and (max-width: 565px) {
section.mainContent table {
	margin-right: 60px;
}
}

@media screen and (max-width: 525px) {
section.mainContent table {
	margin-right: 50px;
}
}
