.modalQR {
	font-size: 14px;
	font-family: Helvetica, Arial;
	max-width: 900px;
	border: 6px solid silver;
}

.modalQR A {
	color:inherit;
}

.cryptoSwitch {
	cursor: pointer;
	white-space:nowrap;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	text-decoration:none
}

.cryptoBtn {
	border:1px solid transparent;
	border-radius:4px;

	padding:6px 12px;
	font-size: 15px;
	cursor: pointer;

	color:#333;
	background-color:#fff;
	border-color:#ccc;
	
	margin-left: 5px;

	text-align:center;
	white-space:nowrap;
	vertical-align:middle;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	text-decoration:none
}

.cryptoBtn:hover {
	color:#333;
	background-color:#e6e6e6;
	border-color:#adadad;
}

.html5tooltip-box
{
	background-color: #333;
	padding:6px 4px;
	border-radius: 2px;
	box-shadow: 0 0 0 1px rgba(255,255,255,.15), 0 0 10px rgba(255,255,255,.15);
	color: #F7F7F7;
	font-family: arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
}

select.noarrow {
	/*For FireFox*/
	-webkit-appearance: none;
	/*For Chrome*/
	-moz-appearance: none;

	border: 0 !important;
}

/*For IE10+*/
select.noarrow::-ms-expand {
	display: none;
}