.container {
    margin-left: auto;
    margin-right: auto;
}
.table-center {
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse; 
    width: 100%;
}
.table-course {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border:#00ff00 0px solid;
}

.hist-spacer {
    width: 5px;
    font-size: 13px;
}
.hist-icon {
    width: 50px;
    font-size: 13px;
    text-align: left;
}
.hist-time {
    width: 100px;
    font-size: 13px;
    text-align: center;
}
.hist-speed {
    width: 100px;
    font-size: 13px;
    text-align: right;
}
.hist-name {
    
    font-size: 13px;
    text-align: left;
}
.mOver {
    background-color: #292929;
    cursor: pointer;
}
.race-prev {
    font-size: 30px;
    color: azure;
}
.race-next {
    font-size: 30px;
    color: azure;
    text-align: right;
}
.race-row-alt {
    background-color: #080808;
}
.race-round {
    width: 50px;
    color: dodgerblue;
    font-size: 24px;
    font-weight: bold;
}
.race-name {
    color: dodgerblue;
    font-size: 28px;
    font-weight: bold;
    text-decoration: none;
}
.race-date {
    color: dodgerblue;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
}
.race-country {
    width: 200px;
    color: dodgerblue;
    font-size: 20px;
    font-weight: normal;
}
.race-location {
    color: dodgerblue;
    font-size: 20px;
    font-weight: normal;
}
.pos-driver {
    color: aliceblue;
    font-weight: bold;
}
.pos-gen {
    color: aliceblue;
}
.pos-points {
    color: aliceblue;
    font-weight: bold;
    text-align: right;
}
.pos-fast {
    color: rgb(4, 139, 22);
    font-weight: bold;
}
.pos-cons {
    color: lightslategray;
}
.space-dnf {
    color: rgb(230, 119, 119);
}
.space-np {
    color: lightslategray;
}
.main-nav {
    width: 100%;
    border:#00ff00 0px solid;
}
.main-tab {
    display: inline-block;
    padding: 5px;
    margin: 5px;
    width: 150px;
    border:#555 1px solid;
    text-align: center;
    color: #555;
}
html {
    height: 100%;
}
td {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
body {
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#181818)) fixed;
    background-color: #080808;
}

#container {
    height: 800px;
}

.highcharts-figure,
.highcharts-data-table table {
    min-width: 360px;
    max-width: 60%;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #00ff00;
}
