body {
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-size: 18px;
	max-width: 1000px;
	margin-left: -6px;
	margin: 0 auto;
	padding-top: 20px;
	padding-left: 20px;
}

.link {
	cursor: pointer;
	color: blue;
	text-decoration: underline;
	display: inline-block;
}

.link h4 {
	color: blue;
}
 
h1 {
	color: rgba(0, 0, 0, 0.8);
	font-style: normal;
	font-weight: 400;
}
 
h2 {
	color: rgba(0, 0, 0, 0.8);
	font-style: normal;
	font-weight: 400;
}

h3 {
	color: rgba(0, 0, 0, 0.8);
	font-style: normal;
	font-weight: 400;
}

h4 {
	color: rgba(0, 0, 0, 0.8);
	font-style: normal;
	font-weight: 400;
}

td {
	text-align: left;
	vertical-align: middle;
	padding: 5px;
}
	 
b {
	font-weight: 500;
}

ul {
	color: rgba(0, 0, 0, 0.8);
	list-style-type: none; 
	font-size: 15px;
	padding-left: 0px;
}

li {
	padding-top: 5px;
}

input {
	border: 1px solid rgba(0, 0, 0, 0.12);
	padding: 10px;
	font-size: 18px;
}

#toc-listing {
  	padding: 10px;
  	font-size: 18px;
}

input[type="button"] {
	background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    color: #757575;
    cursor: default;
    font-weight: bold;
    margin: 11px 4px;
    min-width: 54px;
    text-align: center;
}

hr {
	border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);

}

td {
	padding-left: 25px;
}
	
.issue {
	border: solid rgba(0, 0, 0, 0.1) 1px;
}

/*-- Responsive grid template --*/
.grid-container {
	width: 100%;
	max-width: 1200px; 
}
/*-- our cleafix hack -- */ 
.gridrow:before, 
.gridrow:after {
	content:"";
	display: table;
	clear: both;
}

[class*='gridcol-'] {
	display: inline-block;
	min-height: 1px;
	width: 16.66%;
/*-- our gutter --*/
	padding: 8px;
}

[class*='gridcol-'] h4 {
	padding-left: 5px;
}

.gridcol-1 {
	width: 16.66%; 
}

.gridcol-2 {
	width: 33.33%; 
}

.gridcol-3 {
	width: 50%; 
}

.gridcol-4 {
	width: 66.664%;
}

.gridcol-5 {
	width: 83.33%;
}

.gridcol-6 {
	width: 100%;
}

.car-grid-container *{
	box-sizing: border-box; 
}

.outline, .outline *{
	outline: 1px solid #F6A1A1; 
}

@media all and (max-width:1000px){
	.gridcol-1{ width: 33.33%; }
	.gridcol-2{ width: 50%; }
	.gridcol-3{ width: 100%; }
	.gridcol-4{ width: 100%; }
	.gridcol-5{ width: 100%; }
	.gridcol-6{ width: 100%; }
	.gridrow .gridcol-2:last-of-type{
		width: 50%; 
	}
	.gridrow .gridcol-5 ~ .gridcol-1 {
		width: 100%; 
		}
	}
	
@media all and (max-width:650px){
	.gridcol-1{ width: 50%; }
	.gridcol-2{ width: 100%; }
	.gridcol-3{ width: 100%; }
	.gridcol-4{ width: 100%; }
	.gridcol-5{ width: 100%; }
	.gridcol-6{ width: 100%; }
	}

	.enginecell {
		text-align: center;
	}
	
	.chart {
		width: 100%;
		height: 300px;
	}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes pulse {
	50% {
	background: white;
	}
}

@keyframes pulse {
	50% {
	background: white;
	}
}

.loading {
	border-radius: 50%;
	width: 24px;
	height: 24px;
	border: 0.25rem solid rgba(0, 0, 0, 0.2);
	border-top-color: white;
	-webkit-animation: spin 1s infinite linear;
	animation: spin 1s infinite linear;
}

#loadingimage {
	margin: 0 auto;
}
.image-container {
	position: relative;
}
.image-container img {
	position: relative;
	display: block;
	max-width: 175px;
	height: auto;
	width: auto;
	border: solid rgba(0, 0, 0, 0.1) 1px;
}