.filterTab {
  display: none;
}
.show {
  display: table;
}
#myBtnContainer{
   background: transparent;
   margin-bottom:15px;
}
/* Style the buttons */
.btn {
  border: none;
  outline: none;
  font-size:16px;
  padding: 6px 8px;
  cursor: pointer;
}
.btn:hover {
  background-color: #ddd;
}
.btn.active {
  background-color: #666;
  color: white;
}
#bone{
  background-color: #830083;
  color:#FFF;
  font-family: 'Arial', sans-serif;
  font-weight:bold;
}
#btwo{
  background-color: #830000;
  color:#FFF;
  font-family: 'Arial', sans-serif;
  font-weight:bold;
}
#bthree{
  background-color: #d300d3;
  color:#FFF;
  font-family: 'Arial', sans-serif;
  font-weight:bold;
}
#bfour{
  background-color: #717100;
  color:#FFF;
  font-family: 'Arial', sans-serif;
  font-weight:bold;
}
#flex-container {
   display: -webkit-flex;
   display: -ms-flex;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   width: 100%;
}
.panel-tst2{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  padding: 15px;
  float: left;
  margin: 10px;
  border: 1px solid #aaa;
}
.wkpt{
     list-style-type: none;
     font-size:16px;
     color: #FFF;
}
.poi {
    display: block;
    font-size: 16px;
    color: #c0c0c0;
    letter-spacing: .5px;
    line-height: 1.250em;
}
.clearfix{
     clear: both;
}
.cps{
    font-family: 'Verdana', sans-serif;
    margin-bottom:15px;
    font-weight:400;
}
.aps{
    font-family: 'Verdana', sans-serif;
    font-weight:400;
}
*{
	margin: 0;
	padding: 0;
}
body{
	font: 14px/1.4 Georgia, Serif;
	background: #000;
}
.type{
    background: #3b3700;
}
.notype{
    background: #000;
    border:none;
}
.drvtype{
    background: #000;
    border:none;
    font-size:18px;
    font-weight:bold;
    color:#EE0000;
}
.noteone{
    background: #00C300!important;
}
.notetwo{
    background: #009300!important;
}
.notethree{
    background: #0b610b!important;
}
.notefour{
    background: #000!important;
}
.notefive{
    background: #EE0000!important;
}
h1{
    display: block;
    font-size: 2em;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
	color:#E8E6E7;
}
h2{
    display: block;
    font-size: 1.6em;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
	color:#E8E6E7;
}
h3{
    display: block;
    font-size: 1.4em;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
	color:#E8E6E7;
}
#page-wrap {
	margin: 10px;
}
p{
	margin: 20px 0;
	color:#FFF;
}
/*Generic Styling, for Desktops/Laptops*/
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;
}
#wert{
   text-align:center;
}
/* <!--[if !IE]><!--> */
/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 760px),
(min-width: 768px) and (max-width: 1024px)  {
/* Force table to not be like tables anymore */
table, thead, tbody, th, td, tr {
display: block;
}
/* Hide table headers (but not display: none;, for accessibility) */
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: "Position"; }
td:nth-of-type(2):before { content: "Fahrer / Team"; }
td:nth-of-type(3):before { content: "Nationalität"; }
td:nth-of-type(4):before { content: "Imola"; }
td:nth-of-type(5):before { content: "Monaco"; }
td:nth-of-type(6):before { content: "Red Bull Ring"; }
td:nth-of-type(7):before { content: "Silverstone"; }
td:nth-of-type(8):before { content: "Hungaroring"; }
td:nth-of-type(9):before { content: "Spa-Francorchamps"; }
td:nth-of-type(10):before { content: "Zandvoort"; }
td:nth-of-type(11):before { content: "Monza"; }	
td:nth-of-type(12):before { content: "Punkte ges."; }
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 480px) {
body{
	padding: 0;
	margin: 0;
	width: 100%;
}
}
.btn {
  border: none;
  outline: none;
  font-size:14px;
  padding: 6px 8px;
  cursor: pointer;
}
#wert{
   text-align:left;
}	
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
body{
	/* --width: 495px -- */
	width: 100%;
}
#wert{
   text-align:left;
}	
}
/*  <!--<![endif]--> */
*{
	margin: 0;
	padding: 0;
}
body {
		overflow-x: hidden;
}
#demo-top-bar {
		text-align: left;
		background: #000;
		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;
}