.highcharts-credits {
	display: none;
}

body {
	background: #1d1f20;
	color: #fff;
	font-family: Arial;
}

.estimate {
	text-align: left;
	border: 0px;
}

.settings {
		text-align: left;
	border: 0px;
}
.settings .oi {
	font-size: 18px;
}

.estimate .divider {
	border: 0px;
    border-right: 2px solid #6d7279;
    border-style: groove;
	height: 7%;
}
.estimate:last-child {
	border-right: none;
}

.estimateLabel {
	font-family: 'Quicksand', Sans-serif;
    /*font-style: italic;*/
    font-size: 18px;
    color: #6d7279;
}

.estimateNumber {
	font-size: 43px;
    font-family: Arial;
	float: left;
}

.oi-arrow-thick-bottom {
	font-size: 32px;
    margin-left: 8px;
}
.oi-arrow-thick-top {
	font-size: 32px;
    margin-left: 8px;
}

.green {
	color: #16c154;
}

.radioLabel {
	font-family: 'Quicksand', Sans-serif;
    /*font-style: italic;*/
    font-size: 20px;
    color: #6d7279;
}


.bigdivider {
	border: 0px;
    border-right: 2px solid #6d7279;
    border-style: groove;
	height: 25%;
}

.red {
	color: #d64d53;
}

.COINWIDGETCOM_CONTAINER {
    height: 30px !important;
	line-height: 24px !important;
}
.COINWIDGETCOM_CONTAINER a {
    font-size: 18px !important;
	height: 100% !important;
}
.COINWIDGETCOM_CONTAINER > span{
	display: none !important;
}

.loading {
	height: 49px;
    margin-top: 6px;
	padding: 5px 0;
}

.darky .dropdown-menu {
	    background: #292929;
}
.darky .btn-secondary {
	background: #292929;
}

.darky .dropdown-item {
	background: #292929 !important;
	color: #fff !important;
}
.darky .dropdown-item:hover {
	background: #444444 !important;
}

