body {
	font-family: 'Roboto', segoe ui, arial, sans-serif;
	background: url('../img/back.png') rgb(255,102,0);
	margin: 0;
}

h2 {
	font-family: 'Roboto', Segoe UI;
	font-size: 20pt;
	font-weight: normal;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

#wrap {
	margin: 0 auto;
	background: black;
}
img#logo {
	height: 32px;
}
#header {
	position: fixed;
	left:0;
	right: 0;
	top: 0;
	float: top;
	height: 45px;
	background: url('../img/back.png') rgb(255,102,0);
	padding: 0px 0px 15px 0px;
	border-bottom: 1px solid black;
}
#header table {
	padding: 0;
	margin: 0;
}
#header td {
	border: 0;
	padding: 0;
	vertical-align: middle;
}
#header td.logo {
	width: 350px;
	padding: 0px 0px 0px 15px;
}
#header td.topmenu {
	padding-top: 15px;
	width: 100%;
}
#header td.topmenu table td {
	width: auto;
}
#header td.topmenu table td a {
	color: black;
	font-weight: bold;
}
#header td.topmenu table td a img {
	width: 2em;
}

#header ul {
	display: block;
}
#header li {
	display: inline;
	padding: 0px 3px 0px 3px;
}
#header li a {
	opacity: 1;
	font-size: 12pt;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
#header li a img {
	vertical-align: middle;
	width: 2em;
}
#breadcrumb {
	position: fixed;
	left:0;
	top: 60px;
	height: 100%;
	float: left;
	width: 50px;
	background: black;
	color: white;
}
#breadcrumb p {
	padding-top: 0.2em;
	margin:0.6em;
	writing-mode: tb-rl;
	font-size: 16pt;
}
#content {
	margin-top: 50px;
	margin-left: 50px;
	padding: 1em;
	background: url('../img/back.png') rgb(255,102,0);
}
table {
	border-collapse: collapse;
}
td,th {
	width: 10%;
	padding-left: 1em;
	text-align: left;
	border-bottom: 1px dotted black;
	padding-left: 1em;
}
table.timeline td {
	border-bottom: 0;
	font-size: 9pt;
	padding: 0;
}
pre, code {
	display: inline;
	color: yellow;
}
code {
	font-size: 12pt;
}
a, summary {
	color: yellow;
	text-decoration: none;
	cursor: pointer;
}

a.anchor {
    display: block;
    position: relative;
    top: -130px;
    visibility: hidden;
}
#footer {
	border-top: 1px solid black;
	padding: 1em 0 1em 0;
	margin: 4em 0 0 0;
}
table.megamenu td {
	padding-left: 2em;
}
table.megamenu td,th {
	border-bottom: none;
}

.flexdiv {
	display: flex;
	flex-wrap: wrap;
}

.flexbox {
	width: 250px;
	height: 250px;
}
.flexbox img {
	width: 220px;
}
.flexbox h5 {
	text-align: center;
}
quote {
	display: block;
	font-style: italic;
	padding-left: 1cm;
}
audio::-webkit-media-controls-panel {
	background: url('../img/back.png') rgb(255,102,0);
}
img.screenshot {
	padding-left: 1em;
	float: right;
	width: 450px;
}
table.download td {
	border: 0;
	width: fit-content;
	text-align: left;
	padding: 0.5em 0.5em 0.5em 0;
	vertical-align: top;
}
span.downloaddetails {
	font-size: 10pt;
}
h4 {
	margin-top: 2em;
}
p.quickjump {
	font-size: 10pt;
}
a.ghost {
	color: white;
}
a.ghost:hover {
	text-decoration: underline;
}
img.actionicon {
	height: 12px;
	padding-right: 0.2em;
}

table.raceresult th, table.raceresult td, table.raceresulttitlebar td {
	background: transparent;
	color: white;
	font-weight: bold;
}
table.raceresulttitlebar td {
	padding:0;
}
#modal_ghostanalysis {
	background: navy url("../img/raceback.png");
	background-size: 100%;
	margin: auto;
	border: 1px solid #888;
	width: 1280px;
	height: 800px;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	color: white;
}
#modalcontent {
	background: navy url("../img/raceback.png");
	margin: auto;
	border: 1px solid #888;
	width: 624px;
	height: 384px;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	color: white;
	padding: 8px;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
}
#popup-bg {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.4);
}

table.raceresult {
	font-size: 11pt;
}
table.raceresult td {
	padding: 0.1em;
	width: fit-content;
	text-wrap: nowrap;
}
table.raceresult th {
	text-wrap: nowrap;
	padding: 0.1em;
}
td.right, th.right {
	text-align: right;
}
span.closepopup {
	cursor: pointer;
}
table.raceanalysis td, table.raceanalysis th {
	font-size: 9pt;
}
td.raceresultsplayer {
	font-weight: bold;
}
table.raceresulttitlebar {
	cursor: move;
	z-index: 10;
}
img.smallcar {
	height: 1em;
}
ul.horizontal li {
	display: inline-block;
	padding: 0.5em 0.3em 0.3em 0.3em;
}
ul.horizontal li span.magazine-title {
	font-weight: bold;
}
ul.horizontal li span.magazine-details {
	font-size: 10pt;
}
ul.horizontal li img {
	padding: 0.3em 0.1em;
	height: 120px;
}

div.onlinescreen {
	width: 640;
	height: 400;
	background: url('../img/raceback.png') rgb(255,102,0);
}

div.onlinescreen td {
	color: white;
	font-weight: bold;
}