@charset "utf-8";

table {
	border-collapse: collapse;
	width: 100%;
	color: #333;
	margin-bottom: 100px;	
}
th,
td {
	padding: 1rem 2rem;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
table td a:link { color: #0000ff; }
table td a:visited { color: #0000ff; }
table td a:hover { color: #ff0000; }
th {
  font-weight: normal;
  font-size: .875rem;
  color: #666;
  background: #eee;
  position: sticky;
  top: 0;
} 
img {
  width: 80px;
  display: block;
  margin: 0 auto;
  margin-bottom: .5rem;
}

@media(max-width: 640px) {
  .heading {
    display: none;
  }
  td {
    display: block;
  }
  td::before {
    content: attr(data-label);
    font-size: .875rem;
    color: #666;
    display: block;
    margin-bottom: 0.25rem;
  }
  .car-name {
	background: #eee;
  }
}

h1 {
	text-align: center;
	font-size: 2.5rem;
	font-family: 'El Messiri', sans-serif;
	color: #333;
	margin-left: 30px;
}
h2 {
	text-align: left;
	font-size: 2.0rem;
	font-family: 'El Messiri', sans-serif;
	color: #666;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}
h2 a:link { color: #0000ff; }
    h2 a:visited { color: #0000ff; }
    h2 a:hover { color: #ff0000; }
h3 {
	text-align: left;
	font-size: 1.9rem;
	font-family: 'El Messiri', sans-serif;
	color: #333;
	margin-left: 30px;
}
h4 {
	text-align: left;
	font-size: 1.7rem;
	font-family: 'El Messiri', sans-serif;
	color: #333;
	margin-right: 45px;
}
