p{
	margin-top: 0;
	    /* text-align: left; */
}
input[type="text"]{
	width: 100%;
	color: #222;
	font-weight: normal;
}
label {
	color: #333;
	display: block;
	font-weight: 800;
	margin-bottom: 0.5em;
	text-align: left;
}
td{
	width: 30%;
}
.tabs{
	min-width: 420px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #f1f1f1;
}
.tabs>input{
	display: none;
	position: absolute;
}
.tabs>label{
	display: inline-block;
	margin: 0 0 -1px;
	padding: 5px 20px;
	font-weight: bold;
	text-align: center;
	color: #aaa;
	border: 0px solid #ddd;
	border-width: 1px 1px 1px 1px;
	background: #f1f1f1;
	border-radius: 3px 3px 0 0;

}
.tabs>input:checked+label {
	color: #555;
	border-top: 1px solid #d5d4d4;;
	border-bottom: 1px solid #fff;
	background: #fff;
	
}
input[name="hash_rate"]{
	float: left;
	width: 65%;
	margin-right: 5px;
}
#btc_main{
	width: 100%;
	clear: both;
	margin: 10px;
	padding: 10px;
	padding-left: 10px;
	overflow: hidden;
}
#calc_fields{
	width:40%;
	float: left;
	padding-top: 0;
}
#calc_result{
	float: right;
	width: 100%;
	padding: 10px;
	padding-top: 0;
	display: none;
}
#background_logo{
	float: right;
	width: 50%;
	height: 100%;
	min-height: 500px;
	padding: 10px;
	padding-top: 0;
	background: no-repeat center center;
	background-image: url(../img/btc.png);
}
#select_device{
	width: 100%;
	font-size: small;
}
#calc_qty{
	width: 45%;
	font-size: small;
	display: none;
}

