.container {
    max-width:1350px;
}
.coin-list .coin-list__main .flat-tabs .content-tab .content-inner thead tr th {
    font-size: 14px;
	padding-left: 18px;
	padding-right: 18px;
}
.coin-list .coin-list__main .flat-tabs .content-tab .content-inner thead tr {
    height: 50px;
}
.coin-list .coin-list__main .flat-tabs .content-tab .content-inner tbody tr td a {
    font-size: 14px;
}
.coin-list .coin-list__main .flat-tabs .content-tab .content-inner tbody tr td {
    font-size: 14px;
	padding-left: 18px;
	padding-right: 18px;
    cursor: pointer;	
}
.coin-list .coin-list__main .flat-tabs .content-tab .content-inner tbody tr td.boild {
    font-size: 14px;
}
.coin-list .coin-list__main .flat-tabs .content-tab .content-inner tbody tr {
    height: 50px;
    border-bottom: 1px solid #9e9e9e36;	
}
.coin-list .coin-list__main .flat-tabs .content-tab .content-inner tbody tr:hover {
    background-color: #313641eb;
    border-radius: 0;	
}
.coin-list .coin-list__main .flat-tabs .content-tab .content-inner tbody tr:last-child {
     border-bottom: 0 solid #9e9e9e00;
}

thead tr th {
    font-size: 14px;
	padding-left: 18px;
	padding-right: 18px;
}
thead tr {
    height: 50px;
}
tbody tr td a {
    font-size: 14px;
}
tbody tr td {
    font-size: 14px;
	padding-left: 18px;
	padding-right: 18px;
    cursor: pointer;	
}
tbody tr td.boild {
    font-size: 14px;
}
tbody tr {
    height: 50px;
    border-bottom: 1px solid #9e9e9e36;	
}
tbody tr:hover {
    background-color: #313641eb;
    border-radius: 0;	
}
tbody tr:last-child {
     border-bottom: 0 solid #9e9e9e00;
}
.table-main {
    background: var(--bg1);
    border-radius: 10px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
.table>:not(:first-child) {
    border-top: 1px solid #00000061;
}


.heading {
    font-size: 20px;
}
.testimonials .testimonials-box .text {
    font-size: 15px;
}

.is_dark #dark-mobile {
    display: none;	
}
.is_light #light-mobile {
    display: none;	
}

@media (max-width: 575px) {
.is_dark #dark-logo {
    display: none;	
}
.is_dark #dark-mobile {
    display: block;
    height: 35px;
    width: 35px;	
}

.is_light #light-logo {
    display: none;
}
.is_light #light-mobile {
    display: block;
    height: 35px;
    width: 35px;	
}	
}

.coin-logo-sm {
    width: 22px;
    height: 22px;
    margin-right: 5px;
	margin-bottom: 5px;
    background-color: transparent;
    border-radius: 0;
    padding: 1px;
}
.small, .smaller {
    letter-spacing: -0.8px;
	font-size: 80%;
	font-weight: 400;
}
.text-muted {
    color: #6c757d!important;
}
#google_translate_element,.skiptranslate{
	display:none;
}
body{
	top:0!important;
}
.goog-tooltip {
    display: none !important;
}
.goog-tooltip:hover {
    display: none !important;
}
.goog-text-highlight {
    background-color: transparent !important;
    border: none !important; 
    box-shadow: none !important;
}
#goog-gt-tt {
	display: none !important;
}
.blog-details .blog-main .content h5 {
    font-size: 25px;	
}
.dataTables_filter {
    float: right;
    margin: 10px;	
}	