
.container-fluid {
	width: 100%;
	padding: 2px;
}
.miner_window{
	margin: 0 auto;
	font-family: Arial, Impact;
	text-align: left;
}
.text-center{
	text-align: center;
	/*margin: 0 auto;*/
}
.link_text {
	color: blue;
}
.link_text:hover {
	text-decoration: underline;
	cursor: pointer;
}
.miner_rules_txt{
	display: none;
	position: fixed;
	top: 40%;
	left: 50%;
	width: 400px;
	height: 300px;
	margin-top: -120px;
	margin-left: -200px;
	z-index: 888;
	font-size: 16px;
	font-weight: bold;
	background-color: #ccc;
	border: 3px solid #333;
	border-radius: 7px;
}
.miner_rules_txt h3{
	text-align: center;
}
.miner_rules_txt_ok{
	position: absolute;
	bottom: 0px;
	right: 0;
	margin: 5px;
	color: blue;
	cursor: pointer;
}
/*.miner_settings{
	 display: block;
 	 position: fixed;
 	 z-index: 300;
	 top: 50%;
	 left : 50%;
	 margin-top : -65px;
	 margin-left: -104px;
	 width: 208px;
	 height : 130px;
	 background-color : #ccc;
	 border : 2px solid black;
	 border-radius : 4px;
	 padding : 2px;
}*/
/*.miner_def_var{
	display: inline-block;
	position: relative;
	float: left;
}*/