#page-wrap {
	margin: 10px;
}
table{
   width: 100%;
   border-collapse: collapse;
}
/* Zebra striping */
   tr:nth-of-type(odd) {
   background: #eee;
}
th{
   background: #333;
   color: white;
   font-weight: bold;
}
td, th {
   padding: 6px;
   border: 1px solid #ccc;
   text-align: left;
   background: #000;
   color:#FFF;
}
#demo-top-bar {
		text-align: left;
		position: relative;
		zoom: 1;
		width: 100% !important;
		z-index: 6000;
		padding: 20px 0 20px;
}
#demo-bar-inside {
		width: 100%;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
}
#demo-bar-buttons {
		padding-top: 10px;
		float: right;
}
#demo-bar-buttons a {
		font-size: 14px;
		margin-left: 20px;
		color: white;
		margin: 2px 0;
		text-decoration: none;
		font: 16px "Lucida Grande", Sans-Serif !important;
}
#demo-bar-buttons a:hover,
#demo-bar-buttons a:focus {
		text-decoration: underline;
}
#demo-bar-badge {
		display: inline-block;
		width: 302px;
		padding: 0 !important;
		margin: 0 !important;
		background-color: transparent !important;
}
#demo-bar-badge a {
		display: block;
		width: 100%;
		height: 38px;
		border-radius: 0;
		bottom: auto;
		margin: 0;
		background-size: 100%;
		overflow: hidden;
		text-indent: -9999px;
}
#demo-bar-badge:before, #demo-bar-badge:after {
	display: none !important;
}
/* max width.... */
@media
only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
/* Force table to not be like tables anymore */
table, thead, tbody, th, td, tr{
display: block;
}
/* Hide table */
thead tr{
	position: absolute;
	top: -9999px;
	left: -9999px;
}
tr{ border: 1px solid #ccc; }
td{
/* Behave  like a "row" */
	border: none;
	border-bottom: 1px solid #eee;
	position: relative;
	padding-left: 50%;
}
td:before {
/* Now like a table header */
	position: absolute;
/* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
}
/* Label the data */
td:nth-of-type(1):before { content: "Pos."; }
td:nth-of-type(2):before { content: "Fahrer"; }
td:nth-of-type(3):before { content: "Team"; }
td:nth-of-type(4):before { content: "Fahrzeug"; }
td:nth-of-type(5):before { content: "schnellste Runde"; }
td:nth-of-type(6):before { content: "Rückstand"; }
td:nth-of-type(7):before { content: "Startposition"; }
td:nth-of-type(8):before { content: "+/-"; }
}
/* Smartphones -- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
body{
padding: 0;
margin: 0;
width: 100%; }
}
/* iPads (portrait and landscape) -- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
body{
width: 100%;
}
}	