/* CRYPTO *********************************************************************/

.row.crypto-header1 {
	background: #000;
	padding: 0.5em;
	margin-bottom: 0.2em !important;
	color: #fff;
}


.crypto-content {
	background: #000;
	height: 100%;
	color: #fff;
	padding: 1em;
}

.crypto {
	padding: 0.1em;
	cursor: pointer;
}

/* .crypto:first-child {
	padding-left: 0;
}

.crypto:last-child {
	padding-right: 0;
} */

.crypto-content h3 {
	font-size: 1.2em;
	font-weight: bold;
	font-family: 'Gotham-Bold', 'Arial', sans-serif;
}

#mycrypto {
	font-size: 1em;
}

#mycrypto thead th{
	font-size: 0.8em !important;
}

#mycrypto > thead th:first-child {
    position: absolute;
    display: inline-block;
	background: #fff;
	width: 12.5em !important;
	border-right: 1px solid #eee;
	z-index: 998;
}

#mycrypto > tbody > tr > td:first-child {
    position: absolute;
    display: inline-block;
	background: #fff;
	width: 10em !important;
	border-right: 1px solid #eee;
	white-space: nowrap;
	overflow: hidden;
}

#mycrypto > thead:first-child > tr:first-child > th:nth-child(2) {
    padding-left: 12em !important;
    padding-right: 0em;
}

#mycrypto > tbody > tr > td:nth-child(2) {
    padding-left: 12em !important;
    padding-right: 0.5em;
}

h1.top-100 {
	font-size: 2.5em;
	position: relative;
}

.crypto-heatmap-button {
	font-size: 0.6rem;
}

.crypto-news h2 {
	font-size: 1.2em;
}

.crypto-news table {
	font-size: 1.1em;
}

.crypto-news b {
	color: #000;
	font-weight: normal;
}

.views_date {
	font-weight: bold;
}

/* MD ***/
@media screen and (min-width: 768px) {
	.crypto-heatmap-button {
		position: absolute;
		right: 0;
		top: 1.5em;
	}
}

/* LG ***/
@media screen and (min-width: 992px) {

	#mycrypto > thead th:first-child {
	    position: inherit;
	    display: table-cell;
		background: #fff;
		width: auto !important;
		border-right:none;
	}

	#mycrypto > tbody > tr > td:first-child {
		position: inherit;
 	    display: table-cell;
 	    background: #fff;
 	    width: auto !important;
 	    border-right:none;
		white-space: normal;
		overflow: auto;
	}

	#mycrypto > thead:first-child > tr:first-child > th:nth-child(2) {
	    padding-left: 1em !important;
	}

	#mycrypto > tbody > tr > td:nth-child(2) {
	    padding-left: 1em !important;
	}

	#mapcontainer {
		width: 100%;
		margin: 0 auto;
		height: 80vh;
	}

	.crypto-heatmap-button {
		top: 1.1em;
	}
}