.selectors{
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.item ,.items{
	border: 1px solid #ccc;
	width: 31%;
	font-size: 18px;
	line-height: 22px;
	padding: 8px;
	margin: 0px 0 9px 7px;
}

.item{
	text-align:center;
}

.items{
	display:flex;
	justify-content: space-between;
}

h2 {
	font-family:inherit;
	font-weight: 300;
	color:#333;
}

#myTab li{
	padding-bottom: 0;
}

.nav-tabs {
	margin-top:20px;
    	border-bottom: 2px solid #dee2e6;
}

a.nav-link{
    	padding: 6px 35px !important;
	border-radius: 0 0 0 !important;
}

.nav-tabs .nav-link.active{
    	background-color: #fff;
	color: #08c;
	border-color:#fff;
	border-bottom: 2px solid #08c;
}

.nav-tabs .nav-link:hover{
     	color: #08c;
     	border-color:#fff;
     	border-bottom: 2px solid #08c;
}

.nav-tabs > li > a{
    	background-color: #fff;
    	border-bottom:none;
}

.nav-tabs > li > a:hover{
    	background-color: #fff;
    	color:#000;
}

#drivers_result {
	font-size: 30px;
	background: #ccc;
	width: 100%;
	text-align: center;
}

.items, .item{ cursor: pointer; }

span.active, .items.active {
	background: #1e96d2;
	color: white;
}

#raids span{
	width: 31%;
	position: relative;
	margin: 0px 0 9px 7px;
}

#raids span label{
	width:100%;
	border: 1px solid #ccc;
	font-size: 18px;
	line-height: 22px;
	padding: 8px;
	margin:0;
}

#raids span label:hover{
	cursor: pointer;
}

#raids span input[type="radio"]{
	opacity:0;
	height:0;
	width:0;
	position: absolute;
}

#raids span input[type="radio"]:checked + label{
	background-color:#1e96d2;
	color:#fff;
}

#server .btn-hdd{
	width:25%;
	font-size:18px;
	line-height:22px;
	background-color:#1e96d2 !important;
	border-color:#1e96d2 !important;
	margin-bottom:10px;
}

#server .btn-hdd:before{
	content: '\f057';
    	font-family: 'Font Awesome\ 5 Free';
    	font-size: 20px;
    	display: block;
    	position: absolute;
    	top: -10px;
	right: -10px;
    	color: #222;
	font-weight:bold;
	z-index: 1;
}

#server .btn-hdd span.small{
	margin-right:10px;
}

.progress .progress-bar{
	border-radius:0px;
}

