body{
	font-family: 'Open Sans', arial, sans-serif;
}
b{
	font-weight: bold;
}
.button {
	background: #34d19a;
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	border-radius: 3px;
	font-family: Arial;
	color: #ffffff;
	font-size: 16px;
	padding: 8px 18px 8px 18px;
	text-decoration: none;
	border: 0;
	box-sizing: border-box;
	display: inline-block;
}

.button:hover {
	background: #2bb887;
	text-decoration: none;
}

.text-center{
	text-align: center;
}

.buttons{
	margin-top: 40px;
	margin-bottom: 15px;
}
.docs{
    width: 400px;
    max-width: 100%;
    background: #607D8B;
    padding: 10px;
    border-radius: 3px;
    margin: 20px auto;
    color: #CFD8DC;
}

.easywheel_general {width: 400px;height: 400px;position: relative;margin: 0 auto;}
.easywheel_general a.spin-to-win {position: absolute;left: 50%;top: 50%;margin-left: -71px;margin-top: -62px;}
.button.spin-to-win {background: transparent;border-radius: 0;border: 0;}
h3.sub-content-title {font-size: 18px;color: #fff;height: 50px;text-align: center;line-height: 50px;background: #f44336;font-weight: 600;}
ul.won-seller-liste {width: 100%;height: 400px;overflow-y: auto;}
ul.won-seller-liste li {width: 100%;height: 35px;font-size: 14px;color: #fff;background: #171a23;line-height: 35px;margin-bottom: 10px;border-radius: 3px;padding: 0 10px;}
ul.won-seller-liste li:last-child {margin-bottom: 0;}