body {
	font: 100%/125% "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Droid Sans", "Helvetica Neue", "Trebuchet MS", Arial, sans-serif;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-left: 0;
}

.left, .right {
	float: left;
	width: 20%;
}

.main {
	float: left;
	width: 60%;
}

a:link {
	color: #000080;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

h1 {
	color: #4F859D;
	margin: .25em 0 .15em .5em;
	font-weight: 600;
	font-size: 1em;
}

h2 {
	color: #000000;
	margin: .25em 0 .35em .5em;
	font-weight: 600;
	font-size: 1em;
}

h3 {
	color: #FF0000;
	margin: .25em 0 .15em .5em;
	font-weight: 600;
	font-size: 1em;
}

p {
	color: #000000;
	margin-top: 0;
	margin-bottom: .667em;
	margin-left: .5em;
	text-indent: 0;
	font-size: 1em;
	line-height: 1.2em;
}

.blurb {
	background-color: #DFEEFF;
	padding: .5em;
	margin-top: 0;
	margin-bottom: .75em;
	margin-left: .5em;
	text-indent: 0;
	font-size: .9em;
	line-height: 1.25em;
}

p.list-label {
	margin: 0 0 -.5em .5em;
	font-size: 1.05em;
	font-style: italic;
}

.redstar-list {
	list-style-image: url(images/red-star.png);
}

span.model {
	color: #000000;
	margin-top: .16em;
	margin-bottom: .667em;
	margin-left: 1.4em;
	text-indent: 0;
	font-weight: 600;
	font-size: 1em;
	line-height: 1.5em;
}

.mylist > li, .mylist-top > li {
	margin: 0 .8em 0 -1.5em;
	border-bottom: 1px solid #E0E0E0;
	padding: 8px 0 8px 0;
	font-size: 1em;
	font-weight: 600;
	list-style: none;
	background: url(images/listArrow.png) no-repeat right center;
}

.mylist-top {
	border-top: 1px solid #E0E0E0;
}

table.main {
	width: 320px;
	padding: 0;
	border-spacing: 0;
	border-collapse: separate;
	border: 0;
}

th {
	font-size: 1.2em;
	font-weight: 600;
}

td {
	font-size: 1.2em;
}

td.header {
	background-color: #4F859D;
}

.tires > tbody > tr:nth-child(even) > td {
	text-align: center;
	background-color: #EEEEEE;
}

.tires > tbody > tr:nth-child(odd) > td {
	text-align: center;
	background-color: #FFFFFF;
}

/* Use a media query to add a breakpoint at 800px: */
@media screen and (max-width: 800px) {
	.left, .main, .right {
		width: 100%; /* The width is 100%, when the viewport is 800px or smaller */
	}
}

.header {
	color: #FFFFFF;
	background-color: #4F859D;
	margin: .25em 0 .15em .5em;
	padding: .25em;
	font-weight: 600;
	font-size: 1em;
}

nav {
	margin: .15em auto;
	font-weight: 600;
	font-size: 1.1em;
	text-align: center;
}

nav > ul {
	list-style-type: none;
	display: inline-block;
	margin: .1em 0 .1em 0;
	padding: 0;
	overflow: hidden;
	background-color: #FFFFFF;
	font-weight: 600;
}

nav > ul > li {
	float: left;
}

nav > ul > li a {
	display: block;
	color: #000080;
	text-align: center;
	padding: .1em 1em;
	text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
nav > ul > li a:hover {
	background-color: #4F859D;
}

nav > ul > li .active {
	background-color: #4CAF50;
}

.floorplan {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.note {
	color: #777777;
	margin: .4em 0 .4em 1.5em;
	font-size: .75em;
	font-style: italic;
	font-weight: 600;
}

.center {
	margin: 0 auto;
	text-align: center;
}

hr {
	line-height: .25em;
}

.navdown {
	height: 17px;
	width: 40px;
	float: right;
	background: url(images/down-button.png) no-repeat;
	padding: 0 .5em;
}

.navup {
	height: 17px;
	width: 40px;
	float: right;
	background: url(images/up-button.png) no-repeat;
	padding: 0 .5em;
}

.redstar:before {
	width: 12px;
	height: 12px;
	padding-right: .5em;
	padding-left: .75em;
	content: url(images/red-star.png);
}
