.single-content.xbtindex{
	position: relative;
}
#bitcoinnews-logo-container{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
}
/*! CSS Used from: https://www.coindesk.com/wp-content/themes/coindesk2/css/build/styles.min.css?ver=1518180001 */

dd,
div,
dl,
dt,
span {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

::-webkit-input-placeholder {
	color: rgba(53, 53, 54, .5);
}

:-moz-placeholder {
	color: rgba(53, 53, 54, .5);
}

::-moz-placeholder {
	color: rgba(53, 53, 54, .5);
}

:-ms-input-placeholder {
	color: rgba(53, 53, 54, .5);
}

::selection {
	background: #F9BA00;
	color: #fff;
	text-shadow: none;
}

#cdbpidata dl{
	margin-bottom: -10px;
}
#cdbpidata dl dd{
	margin-bottom: 10px;
}
.pricepage-data {
	display: flex;
	height: 115px;
	align-items: center;
	padding-left: 20px;
}

.data {
	position: relative;
}

.data-up {
	color: #5cbb26;
}

.data-up:before {
	color: #5cbb26;
	content: "\25B2";
}

.data-up:before {
	display: inline-block;
	margin: 0 5px 0 15px;
	vertical-align: baseline;
}

.data-down{color:#c95e22;}
.data-down:before{color:#c95e22;content:"\25BC";}
.data-down:before{display:inline-block;margin:0 5px 0 15px;vertical-align:baseline;}

#cdbpidata {
	background: rgba(216, 216, 216, .73);
	position: relative;
	z-index: 1;
	margin: -30px 0 0;
	padding: 0;
	overflow: hidden;
	font-family: Tahoma;
	margin-top: 20px;
}

#cdbpidata div.latest {
	display: flex;
	position: relative;
	float: left;
	width: 350px;
	font-size: 26pt;
	line-height: 115px;
	font-weight: 700;
	color: #909090;
	letter-spacing: -2px;
	white-space: nowrap;
	padding-left: 20px;
}

#cdbpidata div.latest span.symbol {
	top: 10px;
	left: -30px;
	text-indent: 0;
}

#cdbpidata div.latest span.percent {
	font-size: 20pt;
	letter-spacing: 0;
	padding: 0;
}

#cdbpidata dl.data {
	float: right;
	width: 215px;
	margin-left: 25px;
}

#cdbpidata dl.data dt {
	float: left;
	width: 50%;
	clear: left;
	font-size: 12px;
	color: #888;
	font-weight: 700;
}

#cdbpidata dl.data dd {
	float: left;
	width: 50%;
	text-align: right;
	font-size: 12px;
	font-weight: 500;
}

#cdbpidata dl.data dd.first,
#cdbpidata dl.data dt.first {
	padding: 0;
}

@media (min-width:0) and (max-width:640px) {
	.pricepage-data {
		display: block;
		height: auto;
		padding-left: inherit;
	}
	#cdbpidata div.latest {
		display: block;
		padding: 15px 0;
	}
	#cdbpidata {
		margin: 0;
		padding: 0 10px 15px;
	}
	#cdbpidata div.latest,
	#cdbpidata dl.data {
		float: none;
		width: 100%;
		margin: 0;
		overflow: hidden;
	}
	#cdbpidata div.latest {
		font-size: 50px;
		line-height: 50px;
		text-indent: 0;
		letter-spacing: 0;
	}
	#cdbpidata div.latest span.symbol {
		font-weight: 400;
		font-size: 50px;
		line-height: 50px;
		position: static;
	}
	#cdbpidata div.latest span.data,
	#cdbpidata div.latest span.percent {
		position: static;
		display: block;
		text-align: center;
	}
	#cdbpidata div.latest span.percent {
		font-size: 30px;
	}
	#cdbpidata div.latest span.percent:after {
		font-size: 20px;
		display: inline-block;
		bottom: 3px;
		left: auto;
	}
}


/*! CSS Used from: https://www.coindesk.com/wp-content/themes/coindesk2/css/build/styles.min.css?ver=1518180001 */

a,
div,
span {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

svg {
	overflow: hidden;
}

a {
	color: #353536;
	outline: 0;
}

::-webkit-input-placeholder {
	color: rgba(53, 53, 54, .5);
}

:-moz-placeholder {
	color: rgba(53, 53, 54, .5);
}

::-moz-placeholder {
	color: rgba(53, 53, 54, .5);
}

:-ms-input-placeholder {
	color: rgba(53, 53, 54, .5);
}

a,
a:active,
a:hover,
a:visited {
	text-decoration: none;
}

a {
	-webkit-transition-property: color;
	-webkit-transition-duration: .25s;
	-webkit-transition-timing-function: linear;
	-moz-transition-property: color;
	-moz-transition-duration: .25s;
	-moz-transition-timing-function: linear;
	-o-transition-property: color;
	-o-transition-duration: .25s;
	-o-transition-timing-function: linear;
}

::selection {
	background: #F9BA00;
	color: #fff;
	text-shadow: none;
}

.ease {
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}

.sidebar-price-widget {
	background-color: #212326;
	font-family: Tahoma;
}
.sidebar-price-widget.bitcointheme-light{
	background-color: #fff;
}
.sidebar-price-widget-currency-block {
	display: block;
	background-color: #2c3035;
	margin-bottom: 10px;
}
.sidebar-price-widget.bitcointheme-light .sidebar-price-widget-currency-block {
	background-color: #446fa5;
}

.sidebar-price-widget-currency-block:last-of-type {
	margin-bottom: 0!important;
}

.sidebar-price-widget-currency-block-upper {
	display: block;
	height: 50px;
	cursor: pointer;
	padding: 0 40px 0 20px;
	position: relative;
}

.sidebar-price-widget-currency-block-upper:hover {
	background-color: #2a2d32;
}

.sidebar-price-widget.bitcointheme-light .sidebar-price-widget-currency-block-upper:hover {
	background-color: #31598d;
}

.sidebar-price-widget-currency-block-upper:after {
	content: '+';
	position: absolute;
	display: block;
	font-weight: 600;
	color: rgba(255, 255, 255, .25);
	right: 5px;
	top: 0;
	bottom: 0;
	line-height: 50px;
	width: 20px;
	font-size: 18px;
}

.open .sidebar-price-widget-currency-block-upper:after {
	content: '–';
	line-height: 44px;
}

.sidebar-price-widget-cbu-title {
	display: inline-block;
	line-height: 50px;
	color: #f5c347;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .045em;
}

.sidebar-price-widget-cbu-time {
	display: none;
	line-height: 50px;
	margin-left: 10px;
	color: #c8c8c8;
	font-size: 13px;
	vertical-align: top;
}

.open .sidebar-price-widget-currency-block-upper .sidebar-price-widget-cbu-time {
	display: inline-block!important;
}

.sidebar-price-widget-cbu-price {
	display: inline-block;
	float: right;
	color: #fff;
	line-height: 50px;
	font-size: 14px;
	vertical-align: top;
	letter-spacing: .05em;
}

.open .sidebar-price-widget-currency-block-upper .sidebar-price-widget-cbu-price {
	display: none!important;
}

.sidebar-price-widget-currency-block-dropdown {
	display: block;
	max-height: 0;
	position: relative;
	overflow: hidden;
	padding: 0 30px;
}

.open .sidebar-price-widget-currency-block-dropdown {
	max-height: 400px!important;
}

.sidebar-price-widget-cbd-price {
	display: block;
	font-size: 32px;
	color: #f5c347;
	padding: 0 0 10px;
}

.sidebar-price-widget-cbd-fiat-block {
	display: block;
	height: 26px;
}

.sidebar-price-widget-cbd-fiat-block span:first-of-type {
	display: inline-block;
	line-height: 26px;
	color: #f0f0f0;
	font-size: 15px;
}

.sidebar-price-widget-cbd-fiat-block span:last-of-type {
	display: inline-block;
	line-height: 26px;
	color: #fff;
	font-weight: 500;
	font-size: 15px;
	margin-left: 10px;
	letter-spacing: .075em;
}

.sidebar-price-widget-cbd-chart {
	display: block;
	min-height: 120px;
	padding: 10px 0;
	margin-top: 15px;
}

.sidebar-price-widget-cbd-button {
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}

/*! CSS Used from: https://www.coindesk.com/wp-content/themes/coindesk2/css/build/styles.min.css?ver=1518180001 */

div,
label,
span {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

input {
	font-size: 14px;
	line-height: 1.4;
	color: #353536;
}

::-webkit-input-placeholder {
	color: rgba(53, 53, 54, .5);
}

:-moz-placeholder {
	color: rgba(53, 53, 54, .5);
}

::-moz-placeholder {
	color: rgba(53, 53, 54, .5);
}

:-ms-input-placeholder {
	color: rgba(53, 53, 54, .5);
}

::selection {
	background: #F9BA00;
	color: #fff;
	text-shadow: none;
}

.below-price-chart-left {
	display: flex;
}

.chart-type-slider {
	color: #888;
}

@media (min-width:0) and (max-width:640px) {
	.below-price-chart-left {
		justify-content: center;
	}
}


/*! CSS Used from: https://www.coindesk.com/wp-content/themes/coindesk2/css/custom/styles.css?ver=1518180001 */

#toggles {
	width: 57px;
	text-align: center;
}

.ios-toggle,
.ios-toggle:active {
	position: absolute;
	top: -5000px;
	height: 0;
	width: 0;
	opacity: 0;
	border: none;
	outline: none;
}

.checkbox-label {
	top: -7px;
	display: block;
	position: relative;
	padding: inherit;
	margin-bottom: 0px;
	font-size: 12pt;
	line-height: 3px;
	width: 100%;
	height: 21px;
	border-radius: 18px;
	background: #888888;
	cursor: pointer;
}

.checkbox-label:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	line-height: 34px;
	text-indent: 40px;
	height: 21px;
	width: 21px;
	border-radius: 100%;
	top: 0px;
	left: 0px;
	right: auto;
	background: white;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .2), 0 0 0 2px #888888;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .2), 0 0 0 2px #888888;
}

.checkbox-label:after {
	content: attr(data-off);
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: -325px;
	padding: 10px;
	height: 100%;
	width: 300px;
	text-align: right;
	color: #888888;
	white-space: nowrap;
}

.ios-toggle:checked+.checkbox-label {
	-webkit-box-shadow: inset 0 0 0 20px rgba(19, 191, 17, 1), 0 0 0 2px rgba(19, 191, 17, 1);
	box-shadow: inset 0 0 0 20px rgba(19, 191, 17, 1), 0 0 0 2px rgba(19, 191, 17, 1);
}

.ios-toggle:checked+.checkbox-label:before {
	left: calc(100% - 21px);
	-webkit-box-shadow: 0 0 0 2px transparent, 0 3px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 0 0 2px transparent, 0 3px 3px rgba(0, 0, 0, .3);
}

.ios-toggle:checked+.checkbox-label:after {
	content: attr(data-on);
	left: 60px;
	width: 36px;
}


/* Custom */
.bitcoin-currency-selection{
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	appearance: menulist;
}