body {
    font-family: Viaplay Sans;
    background: #494949;
    color: #fff;
}

h1 {
    text-align: center;
}

.main-wrapper {
    margin: auto;
    padding: 10px;
    width: 100%;
}

#main {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

#chart-bg {
    position: relative;
    height: 800px;
    width: 1300px;
    padding: 0%;
    margin: 0%;
    background: linear-gradient(3deg, rgba(25,25,25,1) 0%, rgba(40,40,40,1) 100%);
}

#race-chart {
    padding: 0%;
    margin: 0%;
    height: 800px;
    width: 1300px;
}

#footer {
    text-align: center;
}

.setup {
    padding-right: 10px;
    margin: 10px;
}

.graph {
    margin: 10px;
}

.table {
    margin-top: 20px;
    font-family: Viaplay Sans;
    font-weight: normal;
    font-size: 12px;
}

table, th, td {
    padding: 5px;
}










.form-style-6{
	
}
.form-style-6 h1{
	background: #ff5aa5;
	font-size: 140%;
	font-weight: 300;
	color: #fff;
}

.form-style-6 input[type="text"],
.form-style-6 input[type="date"],
.form-style-6 input[type="datetime"],
.form-style-6 input[type="email"],
.form-style-6 input[type="number"],
.form-style-6 input[type="search"],
.form-style-6 input[type="time"],
.form-style-6 input[type="url"],
.form-style-6 textarea,
.form-style-6 select 
{
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	background: #fff;
	margin-bottom: 4%;
	border: 1px solid #ccc;
	color: #555;
	font: 95% Arial, Helvetica, sans-serif;
}
.form-style-6 input[type="text"]:focus,
.form-style-6 input[type="date"]:focus,
.form-style-6 input[type="datetime"]:focus,
.form-style-6 input[type="email"]:focus,
.form-style-6 input[type="number"]:focus,
.form-style-6 input[type="search"]:focus,
.form-style-6 input[type="time"]:focus,
.form-style-6 input[type="url"]:focus,
.form-style-6 textarea:focus,
.form-style-6 select:focus
{
	box-shadow: 0 0 5px #ff5aa5;
	padding: 3%;
	border: 1px solid #ff5aa5;
}

.form-style-6 input[type="submit"],
.form-style-6 input[type="button"]{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	background: #43D1AF;
	border-bottom: 2px solid #30C29E;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;	
	color: #fff;
}
.form-style-6 input[type="submit"]:hover,
.form-style-6 input[type="button"]:hover{
	background: #2EBC99;
}
