.content{
	width: 600px;
	margin: 0 auto;
}
a{
	text-decoration: none;
	color: #00b8fa;
}
a:hover{
	opacity: 0.8;
}
.vanish{display:none;}
header, main, footer {
	padding-left: 300px;
}
#main_stats, .stats{
	margin: 50px auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.codescan{
	display:none;
}
#html5-qrcode-select-camera{
	display: block;
}
.stats_block{
	min-width: 250px;
	height: 100px;
	color: #FFF;
	border-radius: 20px;
	margin: 10px 10px;
	-webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3);
	box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3);
	opacity: 0.9;
	cursor: pointer;
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.stats_block:hover{
	-webkit-box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3);
	box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3);
	opacity: 1;
}
.stats_block .material-icons{
	font-size: 30px;
    padding: 35px 20px;
	float: left;
	width: 70px;
	height: 100px;
	border-radius: 20px 0 0 20px;
}
.stats_block div{
	display: inline-block;
	text-transform: uppercase;
	float: right;
	width: 180px;
	color: #444;
	padding: 10px;
	font-size: 14px;
	text-align: center;
}
.stats_block div span{ 
	display: block;
	font-size: 28px;
}
.divider{
	margin: 8px 0 8px 0;
}
.subheader{
    cursor: initial;
    -ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
    color: rgba(0,0,0,0.54);
    font-size: 14px;
    font-weight: 500;
	display: block;
}
.float_btn .material-icons{
	float: left;
	margin-right: 5px;
}
.float_btn{
	display: inline-block;
	color: #FFF;
	padding: 10px 20px;
	border-radius: 20px;
	margin: 10px 10px;
	-webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3);
	box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3);
	opacity: 0.9;
	cursor: pointer;
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.float_btn:hover{
	-webkit-box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3);
	box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3);
	opacity: 1;
}
.blue{
	background: #00b8fa;
}
.orange{
	background: #FFB74D;
}
.fuchsia{
	background: #880e4f;
}
.purple{
	background: #AD1457;
}
.dpurple{
	background: #D81B60;
}
.darkpurple{
	background: #4A148C;
}
#stst div{
	width: 49%;
	display: inline-block;
}
@media only screen and (max-width : 992px){
	header, main, footer {
		padding-left: 0;
	}
	#stst div{
		width: 100%;
		display: block;
	}
}