body {
	background-color: white;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 1em;
	color: #444444;
	width:70%;
	margin: auto;
}

p, a, li {
	font-size: 1.2rem;
	line-height: 1.8rem;
}



h1 {
	text-align:center;
	padding-top:48px;
	padding-bottom:24px;
	font-size:2.8rem;
	font-weight:normal;
}
 
h2 {
	padding-top:26px;
	padding-bottom:16px;
	font-size:1.8rem;
	font-weight:bold;
}

h3 {
	font-size:1.8rem;
	font-weight:normal;
}

h4 {
	font-size:1.2rem;
	font-weight:bold;
}

li {
	margin-bottom: 6px;
}

li::marker {
	color: #ee0000;
}

ul.inline {
	margin: 0px;
	padding: 16px;
}

ul.inline li {
	display: inline-block;
	padding-right: 16px;
	padding-bottom: 4px;
}

table {
	border-spacing: 0px;
}

td, th {
	margin: 0px;
	padding: 4px;
	padding-left: 16px;
	padding-right: 16px;
	font-size: 1.2rem;
}

td {
	border-top: solid 1px grey;
}

th {
	padding-top: 16px;
	padding-bottom: 16px;
}

.title-image {
	max-width: 100%;
	display: flex;
  justify-content: center;
}

.title-image img {
}

.footer {
	margin-top: 48px;
	padding: 16px;
	border-top: 1px solid #cccccc;
	text-align: center;
}

.footer p {
	font-size: 0.9rem;
	line-height: 1.0rem;
	padding: 2px;
	color: gray;
}

.menu {
	margin: 0;
	padding: 0;
	text-align: center;
}

.menu ul {
	list-style-type: none;
	margin: 32px;
	padding: 0;
}

.menu li {
	display: inline-block;
}

.menu li a {
	color: #000000;
	text-decoration: none;
	display: inline-block;
	padding: 24px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin:6px;
	font-size: 1.4rem;
	background: #f3f3f3;
	border-radius: 24px;
}

.menu li a:hover {
	text-decoration:underline;
}

.image-box {
	padding-top: 24px;
	padding-bottom: 24px;
	display: flex;
}

.image-box img {
	width: 300px;
}

.image-box p {
	font-size: 1rem;
	padding: 8px;
}

.tutor-box {
	padding-top: 24px;
	padding-bottom: 24px;
	display: flex;
}

.tutor-box img {
	width: 300px;
	padding-right: 4px;
}

.tutor-box p {
	font-size: 1.2rem;
	padding: 8px;
}

.descr {
	display: block;
}

.badge {
	padding-top: 16px;
	padding-bottom: 16px;
}

.table-footer {
	padding-top: 8px;
}

.table-footer p {
	font-size: 1.0rem;
	line-height: 1.3rem;
	padding: 0px;
	margin: 0px;
	padding-bottom: 4px;
}

table.specs {
	padding-top: 32px;
	padding-bottom: 32px;
}

table.specs td, th {
	text-align:center;
	font-size: 1.0rem;
	line-height: 1.3rem;
}

table.specs tr td:nth-child(even), th:nth-child(even) {
	background: #f1f1f1;
}

table.specs tr.cat td {
	font-weight: bold;
	padding-top: 24px;
}

table.specs tfoot td {
	padding-top: 16px;
	padding-bottom: 16px;
	font-weight: bold;
	color: #aa0000;
}

table.specs td.discontinued, th.discontinued {
	font-weight: normal;
}

@media screen and (max-width: 1100px) {
	
	body {
		width: 92%;
	}
	
	p, a, li {
		font-size: 1.0rem;
		line-height: 1.4rem;
	}

	h1 {
		font-size:2.4rem;
		padding-top:16px;
		padding-bottom:8px;
	}
 
	h2 {
		padding-top:8px;
		font-size:1.6rem;
	}

	h3 {
		font-size:1.6rem;
	}
	
	h4 {
		font-size:1.0rem;
	}
	
	td, th {
		padding-left: 8px;
		padding-right: 8px;
		font-size: 1.0rem;
	}
	
	.footer p {
		font-size: 0.7rem;
		line-height: 0.9rem;
		padding: 1px;
	}

	
	.menu li a {
		font-size: 1.2rem;
		padding: 18px;
		padding-top: 8px;
		padding-bottom: 8px;
		margin:4px;
		border-radius: 18px;
	}
	
	
	img {
		max-width: 100%;
		height: auto;
	}
	
	.image-box {
		padding-top: 16px;
		padding-bottom: 16px;
		display: block;
	}
	
	.image-box img {
		width: 200px;
	}
	
	.image-box p {
		font-size: 0.8rem;
		padding: 4px;
	}
	
	.tutor-box {
		padding-top: 16px;
		padding-bottom: 16px;
		display: block;
	}
	
	.tutor-box img {
		width: 200px;
	}
	
	.tutor-box p {
		font-size: 1rem;
		padding: 4px;
	}
	
	img.badge {
		width: 200px;
	}
	
	.table-footer p {
		font-size: 0.8rem;
		line-height:1.1rem;
		padding: 0px;
		margin: 0px;
		padding-bottom: 3px;
	}
	
	table.specs td, th {
		font-size: 0.8rem;
		line-height:1.1rem;
	}

	
	
}


