/* *, 
*:before,
*after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
a {
	display: grid;
	height: 80px;
	width: 250px;
	background: linear-gradient(
		#9365ff,
		#6f3bff
	);
	position: relative;
	margin: left;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	place-items: center;
	font-family:"Poppins", sans-serif;
	color: #ffffff;
	font-size:20px;
	font-weight: 500;
	text-decoration: none;
	letter-spacing: 2px;
	border-radius: 5px; 
	
}
*/
@import url('https://fonts.googleapis.com/css?family=Roboto');
*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
#Amount {
	text-align: center;
}
#times {
	text-align: center;
}

#Score {
	position: relative;
	margin: 0 auto;
	width:24%;
	height: 150px;
	
	

}

#left {
	font-family: "Roboto", serif;
	text-align: center;
	
	
	font-size: 25px;



border: 2px solid black;
}
#right {
	font-family: "Roboto", serif;
	font-size: 25px;
	text-align: center;



border: 2px solid black;

}
.header {
width: 100%;
height: 80px;
display: block;
background-color: #101010;



}
.inner_header {
	width: 1000px;
	height: 100%;
	display: block;
	margin: 0 auto;
	
	
}
.logo_container{

	height: 100%;
	display: table;
	float: left;
	vertical-align: middle;
	
}
.logo_container img {
	vertical-align: middle;
}
.logo_container h1{
	color: white;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	font-size: 32px;
	font-weight: 200;
	font-family: 'Montserrat';
	font-weight: 800;

}

.logo_container h1 span {
	
	font-weight: 100;
}
#tex p {
	padding: 0% 15%;
	font-size: 24px;
}
#selection {

	text-align:center;
	display:block;
	
}

.navigation {
	float: right;
	height: 100%;
}
.navigation a{
	height: 100%;
	display: table;
	float: left;
	padding: 0px 20px;

}
.navigation a:last-child{
	padding-right:0;
}
.navigation a li{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	color: white;
	font-family: 'Montserrat';
	font-size: 15px;

}
body {
	background-color: rgb(255, 255, 255);

}

.title {
	padding-top: 3%;
  padding-right: 4%;
  padding-bottom: 50px;
  padding-left: 4%;
	color: rgb(0, 0, 0);
	
	font-family: "Roboto", serif;
	font: size 100%;
	text-align: center;

	
}
th {

	color:black;
}
p {
	color: rgb(0, 0, 0);
	
	font-family: "Roboto", serif;
	font: size 75%;
	text-align: center;

}
.info p {
	font-size: 11px;
	color: #63666A
	
}

ul {
	list-style-type: none;
   }
h1 {

	
	text-align: center;
	font-family: "Roboto", serif;
}

.testclass  {
	color: red;
	font-size:300%;
	
	
}

iframe {
	margin-right:  250px;
	margin-left:  200px;
}

h2 {
	padding-left: 150px;
}

#selection img {
	border-radius: 20px;
	cursor: pointer;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: box-shadow, transform;
	transition-property: box-shadow, transform;
	padding: 2%;

}
#selection img:hover {
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	
	
	
	}

#table {
	
	border-collapse: collapse;
	margin: 25px 0;
	font-size: .9em;
	position: relative;
	font-family: "Roboto", serif;

	text-align:center; 
    margin-left:auto; 
    margin-right:auto; 
    padding-right: 50%;
	padding-left: 50%;
	display: flex;
	justify-content: center;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
	  

}
#comp {
	
	border-collapse: collapse;
	margin: 25px 0;
	font-size: .9em;
	position: relative;
	font-family: "Roboto", serif;

	text-align:center; 
    margin-left:auto; 
    margin-right:auto; 
    padding-right: 50%;
	padding-left: 50%;
	display: flex;
	justify-content: center;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
	  

}


td {
padding: 11px 35px;

}
tbody td {
border-bottom: 1px solid #dddddd;

}
tbody tr:nth-of-type(even) { 
background-color:#f3f3f3;
}


tbody tr:first-of-type {
	background-color:#1E90FF;
	color: #ffffff;
}





.btn {
    margin: 0;
	padding: 0;
	position:relative;
	

margin: auto;
	justify-content: center;
	align-items: center;
	display: flex;
	font-family: "Roboto", serif;
	font-size: 18px;
	font-weight: bold;
	background: #1E90FF;
	width: 160px;
	padding: 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color:#fff;
	border-radius: 5px;
	cursor: pointer;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: box-shadow, transform;
	transition-property: box-shadow, transform;
}
.btn:hover {
box-shadow: 0 0 20px rgba(0,0,0,0.5);
-webkit-transform: scale(1.1);
transform: scale(1.1);



}
.btnn {
    margin: 0;
	padding: 0;
	position:relative;
	

margin: auto;
	justify-content: center;
	align-items: center;
	display: flex;
	font-family: "Roboto", serif;
	font-size: 16px;
	font-weight: bold;
	background: #1E90FF;
	width: 80px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color:#fff;
	border-radius: 5px;
	cursor: pointer;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: box-shadow, transform;
	transition-property: box-shadow, transform;
}
.btnn:hover {
box-shadow: 0 0 20px rgba(0,0,0,0.5);
-webkit-transform: scale(1.1);
transform: scale(1.1);



}


.container{
	
    background-color: #ffffff;
    width: 50vmin;
    transform: translate(-50%,-50%);
    top: 50%;
	left: 50%;
	
    
    position: relative;
	margin-top: 50px;
	
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0px 20px;
    border-radius: 5px;
}
input[type="range"]{
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    width: 80%;
    height: 8px;
    background-color: #d5d5d5;
    border-radius: 8px;
    outline: none;
}
input[type="range"]::-webkit-slider-runnable-track{
    -webkit-appearance: none;
    height: 8px;
}
input[type="range"]::-moz-track{
    -moz-appearance: none;
    height: 8px;
}
input[type="range"]::-ms-track{
    appearance: none;
    height: 8px;
}
input[type="range"]::-webkit-slider-thumb{
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    background-color: #1E90FF;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -6px;
    border: none;
}
input[type="range"]::-moz-range-thumb{
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    background-color:#1E90FF;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -6px;
    border: none;
}
input[type="range"]::-ms-thumb{
    appearance: none;
    height: 20px;
    width: 20px;
    background-color:#1E90FF;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -6px;
    border: none;
}
input[type="range"]:active::-webkit-slider-thumb{
    background-color: #ffffff;
    border: 3px solid #1E90FF;
}
#slider-value{
    width: 13%;
    position: relative;
    background-color: #1E90FF;
    color: #ffffff;
    text-align: center;
    font-family: "Roboto", serif;
    padding: 10px 0;
    border-radius: 5px;
}
.Left {
	font-family: "Roboto", serif;
	text-align: center;
	color: #1E90FF;
}
.pick {
	
	font-family: "Roboto", serif;
	text-align: center;
}
hr {
	background-color: #1E90FF;
	height: 5px;

}
#finalscore {
	font-family: "Roboto", serif;
	text-align: center;
}

/*td {

	/*text-align: center;
  vertical-align: middle;
  
}
*/
