﻿html, body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-display: swap;
    color: #333;
    background-color: #f6f6f6;
}

#right-col {
    float: left;
    padding: 10px;
    margin-left: 20px;
    width: 320px;
}

#left-col {
    float: left;
    padding: 10px;
    width: calc((100%) - (380px));
}

p {
    font-size: 17px;
    line-height: 1.5;
}

.ad-300x600 {
    height: 600px;
    width: 300px;
    margin: 20px auto;
}

#ct_AOgj9t, #ct_crUm2ibSR35 {
    display: block;
}

/*

    Layouts
*/
.col-2-container {
    height: auto;
    overflow: hidden;
}

.col-2-left {
    width: 360px;
    float: left;
    padding: 10px;
    margin-right: 20px;
}

.col-2-right {
    float: none; /* not needed, just for clarification */
    /* the next props are meant to keep this block independent from the other floated one */
    width: auto;
    overflow: hidden;
    padding: 10px;
}

.flex-container {
    display: flex;
}

.flex-50 {
    width: 50%;
    flex: 1;
}
/*
    ADS

*/
.advertise {
    padding: 10px;
}

#ad-top-leader {
    margin: 20px auto 40px auto;
    min-width: 320px;
    max-width: 768px;
    width: auto;
    max-height: 120px;
    min-height: 90px;
    text-align: center;
    overflow: hidden;
}
#ad-top-leader-970 {
    margin: 20px auto 40px auto;
    min-width: 320px;
    max-width: 970px;
    width: auto;
    max-height: 120px;
    min-height: 90px;
    text-align: center;
    overflow: hidden;
}

.ad-300x250 {
    height: 250px;
    width: 300px;
    margin: 20px auto;
}

.ad-horizonal {
    height: 90px;
    margin: 20px auto 20px auto;
    max-width: 960px;
    text-align: center;
    overflow: hidden;
}

.ad-horizonal-728 {
    height: auto;
    margin: 20px auto 20px auto;
    max-width: 728px;
    text-align: center;
    overflow: hidden;
}

.ad-horizonal-728-300 {
    height: 100px;
    margin: 20px auto 10px auto;
    max-width: 728px;
    min-width:320px;
    text-align: center;
    overflow: hidden;
}

.ad-horizonal-320-50 {
    height: 50px;
    margin: 20px auto 10px auto;
    max-width: 320px;
    min-width: 320px;
    text-align: center;
    overflow: hidden;
}

.sponsored-ad-320-50 {
    margin-top: 10px !important;
    margin-bottom: 20px;
}


.ad-horizonal-970-250 {
    height: 250px;
    margin: 20px auto 10px auto;
    max-width: 970px;
    min-width: 320px;
    text-align: center;
    overflow: hidden;
}

.sponsored-ad-970-250 {
    margin-top: 10px !important;
    margin-bottom: 20px;
}

.ad-borderd {
    text-align: center;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
}

.sponsored-ad {
    text-align: center;
    width: 100%;
    margin-top: -20px;
}


.top-leader {
    margin-top: -40px;
}

.adViewModal #adViewModal.modal {
    width: 750px;
    margin-left: -375px;
}

/*
    DEFAULTS
*/
h1, h2, h3 {
    color: #222;
    font-family: paralucent-stencil, sans-serif;
    font-display: swap;
    margin: 10px 0px;
    padding: 0px;
    letter-spacing: 2px;
}

h1 {
    font-size: 44px;
}

    h1.page-title {
        text-align: left;
        margin: 0px 0px 4px 0px;
        padding: 0;
        color: #252525;
        font-size: 50px;
    }

span.price {
    color: #252525;
    text-align: right;
    font-family: paralucent-stencil, sans-serif;
    font-size: 44px;
    font-weight: 700;
    display: block;
}

h2 {
    font-size: 36px;
}

    h2.section-title {
        margin: 0px 0px 4px 0px;
        text-align: left;
    }

.mining-summary h2.section-title {
    margin: 0px 0px 30px 0px;
    color: #808080;
    font-size: 44px;
}

h3 {
    font-size: 24px;
    color: #252525;
}



.clear {
    clear: both;
}

.no-margin {
    margin: 0;
}

dl {
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 20px;
}

dt {
    font-weight: bold;
}

/* Tables */


.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    border-spacing: 0px !important;
}


    .table th,
    .table td {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #eceeef;
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #eceeef;
    }

    .table tbody + tbody {
        border-top: 2px solid #eceeef;
    }

    .table .table {
    }

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #eceeef;
}

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #eceeef;
    }

    .table-bordered thead th,
    .table-bordered thead td {
        border-bottom-width: 2px;
    }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

    .table-hover .table-active:hover > td,
    .table-hover .table-active:hover > th {
        background-color: rgba(0, 0, 0, 0.075);
    }

.table-success,
.table-success > th,
.table-success > td {
    background-color: #dff0d8;
}

.table-hover .table-success:hover {
    background-color: #d0e9c6;
}

    .table-hover .table-success:hover > td,
    .table-hover .table-success:hover > th {
        background-color: #d0e9c6;
    }

.table-info,
.table-info > th,
.table-info > td {
    background-color: #d9edf7;
}

.table-hover .table-info:hover {
    background-color: #c4e3f3;
}

    .table-hover .table-info:hover > td,
    .table-hover .table-info:hover > th {
        background-color: #c4e3f3;
    }

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
    background-color: #faf2cc;
}

    .table-hover .table-warning:hover > td,
    .table-hover .table-warning:hover > th {
        background-color: #faf2cc;
    }

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f2dede;
}

.table-hover .table-danger:hover {
    background-color: #ebcccc;
}

    .table-hover .table-danger:hover > td,
    .table-hover .table-danger:hover > th {
        background-color: #ebcccc;
    }

.thead-inverse th {
    color: #fff;
    background-color: #292b2c;
}

.thead-default th {
    color: #464a4c;
    background-color: #eceeef;
}

.table-inverse {
    color: #fff;
    background-color: #292b2c;
}

    .table-inverse th,
    .table-inverse td,
    .table-inverse thead th {
        border-color: #fff;
    }

    .table-inverse.table-bordered {
        border: 0;
    }

.table-responsive {
    display: block;
    width: calc((100%) - (8px));
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    background-color: #fff;
    border-radius: 4px;
    padding: 4px;
    /*box-shadow: 0px 1px 3px 0px #bbb;*/
}

    .table-responsive.table-bordered {
        border: 0;
    }


.font-64 {
    font-size: 64px;
}

.font-48 {
    font-size: 48px;
}

.font-38 {
    font-size: 38px;
}

.font-32 {
    font-size: 32px;
}

.font-28 {
    font-size: 28px;
}

.font-24 {
    font-size: 24px;
}

.font-22 {
    font-size: 22px;
}

.font-20 {
    font-size: 20px;
}

.font-18 {
    font-size: 18px;
}

.muted {
    color: #808080;
}

.muted-light {
    color: #ccc;
}

.bold {
    font-weight: 600;
}

.rev-red, .red {
    color: #ff1212;
}

.rev-zero {
    color: #808080;
}

.rev-green, .green {
    color: #27BA4C;
}

.well {
    background-color: #fff;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 1px 3px 0px #bbb;
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #c09853;
}

.alert-heading {
    color: inherit;
}

.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 18px;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}

.alert-danger,
.alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}


.border-all {
    border: 2px solid #e7e7e7;
}

.border-bottom {
    border-bottom: 2px solid #e7e7e7;
}

.border-top {
    border-top: 2px solid #e7e7e7;
}

.border-left {
    border-left: 2px solid #e7e7e7;
}

.border-right {
    border-right: 2px solid #e7e7e7;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.form-group {
    position: relative;
    color: #252525;
}

.form-control {
    display: block;
    width: 100%;
    max-width: 900px;
    padding: 11px 10px 10px 10px;
    font-size: 16px;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 2px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-top: 30px;
}

.calc-inputs .form-group {
    float: left;
    width: 300px;
    margin-right: 20px;
}

.calc-inputs .form-control {
    width: 280px;
    margin-bottom: 10px;
}

.form-control-placeholder {
    position: absolute;
    top: -6px;
    padding: 18px 0 0 13px;
    transition: all 200ms;
    opacity: 0.5;
}

.calc-inputs .form-control-placeholder {
    position: absolute;
    top: 24px;
    padding: 18px 0 0 13px;
    transition: all 200ms;
    opacity: 0.5;
}

.form-control:focus {
    outline: none !important;
    border: 1px solid rgba(0,0,0,.5);
}

    .form-control:focus + .form-control-placeholder,
    .form-control:valid + .form-control-placeholder {
        font-size: 16px;
        font-weight: 600;
        transform: translate3d(-10px, -100%, 0);
        opacity: 1;
    }

select {
}

    select#ha {
        position: absolute;
        left: 82%;
        top: 32px;
        margin-left: -20px;
        padding: 10px 10px 8px 10px;
        font-size: 16px;
        color: #495057;
        background-color: #fff;
        background-image: none;
        background-clip: padding-box;
        border: none;
    }

.calc-inputs select#ha {
    left: 240px;
}

select#ha:focus {
    outline: none;
}

.input-append input {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    border-radius: 4px 0px 0px 4px;
    border: 1px solid #ccc;
}

.input-append, .input-prepend {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 0;
    white-space: nowrap;
    vertical-align: top;
}

    .input-append .add-on, .input-prepend .add-on {
        display: inline-block;
        width: auto;
        height: 20px;
        min-width: 16px;
        padding: 6px 4px 2px 4px;
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
        text-align: center;
        text-shadow: 0 1px 0 #fff;
        background-color: #eee;
        border: 1px solid #ccc;
        margin-left: -1px;
    }


        .input-append .add-on:last-child {
            border-radius: 0 4px 4px 0;
            width: 30px !important;
            font-size: 8pt;
            font-weight: bold;
        }

a {
    color: #00599b;
    text-decoration: none;
}



.container {
    width: 100%;
    /*padding-right: 15px;
    padding-left: 15px;*/
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.margin-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.btn {
    padding: 16px 20px;
    color: #333;
    border: 0;
    border-radius: 6px;
    background-color: #ddd;
    display: inline-block;
    cursor: pointer;
}

    .btn:hover {
        background-color: #eee;
    }

.btn-sm {
    padding: 8px 10px;
    border-radius: 4px;
}

.btn-xs {
    padding: 4px 5px;
    border-radius: 2px;
}

.btn-large {
    padding: 24px 28px;
    color: #333;
    border: 0;
    border-radius: 6px;
    background-color: #ddd;
    display: inline-block;
    cursor: pointer;
}

.btn-blue {
    background-color: #252525;
    color: #fff;
}

.btn-success {
    background-color: #252525;
    color: #fff;
}

.btn-blue:hover {
    background-color: #000;
}

.btn-success:hover {
    background-color: #000;
    color: #fff;
}

.btn-orange {
    background-color: #F7931A;
    color: #fff;
}

    .btn-orange:hover {
        background-color: #f2a146;
    }
/****** CONTENT *************/
main {
    min-height: 300px;
    margin-top: 10px;
    padding-bottom: 40px;
}

header {
    width: 100%;
    font-size: 16px;
    background-color: #fff;
    border-bottom: 2px solid #eee;
}


    header a.brand-logo img {
        margin-top: -6px;
    }

nav {
    /*background-image: url('/content/images/home/header-bg.png') !important;
    background-repeat: no-repeat !important;
    background-position: center center;
    background-size: cover !important;*/
}

#main-menu, #coin-menu-collapse {
    display: none;
    position: absolute;
    top: 10px;
    right: 0px;
    font-size: 32px;
}

    #main-menu img, #coin-menu-collapse img {
        height: 18px;
        width: 18px;
    }

.logo-container {
    float: left;
    margin-top: 17px;
}

    .logo-container img {
        height: 28px;
        width: auto;
    }


nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    nav ul li.mobile-menu {
        display: none;
    }

    nav ul li a,
    nav ul li a:active,
    nav ul li a:visited {
        color: #fff;
        font-family: paralucent-stencil, sans-serif;
        font-display: swap;
        letter-spacing: 1px;
    }

        nav ul li a:hover {
            text-decoration: none;
        }


nav.main-nav-white ul li a,
nav.main-nav-white ul li a:active,
nav.main-nav-white ul li a:visited {
    color: #252525;
    /*font-family: paralucent-stencil, sans-serif;*/
    font-display: swap;
    letter-spacing: 1px;
}


nav.main-nav {
    /*background-color: #00599b;*/
    background-color: #111;
    height: 50px;
    color: #fff;
    padding: 0px 10px;
}
nav.main-nav-white {
    background-color: #fff;
    height: 50px;
    color: #252525;
    padding: 0px 10px;
}

nav.main-nav ul, nav.main-nav-white ul {
    float: left;
    margin-top: 8px;
    margin-left: 60px;
}

    nav.main-nav ul li, nav.main-nav-white ul li {
        float: left;
        position: relative;
        margin: 6px 40px 0px 0px;
        padding: 0px 20px 0px 0px;
    }

nav.sub-nav {
    background-color: #eeeeee;
    height: 28px;
    color: #4d4d4d;
    font-size: 13px;
}

    nav.sub-nav ul {
        float: right;
    }

        nav.sub-nav ul li {
            float: left;
            position: relative;
            margin: 6px 20px 0px 0px;
            padding: 0px 20px 0px 0px;
        }

            nav.sub-nav ul li:last-child {
                margin-right: 0px;
            }

            nav.sub-nav ul li a {
                color: #4d4d4d;
            }





.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"><path stroke="rgba(0, 0, 0, 0.5)" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M4 7h22M4 15h22M4 23h22"/></svg>');
}


/*******DROP DOWN*******/

.dropdown ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    top: 28px;
    left: -60px;
    width: 240px;
    position: absolute;
    display: none;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    background-color: #111;
}

nav.main-nav-white .dropdown ul {   
    background-color: #fff;
}

.dropdown ul li {
    padding: 8px 16px !important;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 !important;
    float: none !important;
}

nav.main-nav-white .dropdown ul li {
    border-bottom: 1px solid #e5e5e5;
}

.dropdown li a {
    color: #fff;
    text-decoration: none;
    font-family: paralucent-stencil, sans-serif;
    font-display: swap;
}

nav.main-nav-white .dropdown li a {
    color: #252525;
    
}

.dropdown li:last-child {
    border-bottom: none;
}

.dropdown li:hover {
    background-color: #444;
    color: white;
}

nav.main-nav-white .dropdown li:hover {
    background-color:#fafafa;
    color: #000;
}

.dropdown .dropdown-menu {
    width: auto;
    height: 20px;
    padding: 0px;
    border: 0;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    font-family: paralucent-stencil, sans-serif;
    font-display: swap;
    letter-spacing: 1px;
}

nav.main-nav-white .dropdown .dropdown-menu {
    color: #252525;
}

.dropdown .dropdown-menu:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border: 6px solid;
    border-color: white transparent transparent transparent;
    right: 4px;
    top: 6px;
}

nav.main-nav-white .dropdown .dropdown-menu:before {
    border-color: #252525 transparent transparent transparent;
}

#coin-menu {

   background-color:#fff;
    color:#000;    
    padding:0px 10px 4px 10px;
}

    #coin-menu h2{
        color:#111;
        padding:0;
        font-size:30px;
        margin:0;
    }

    #coin-menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #coin-menu ul li {
        display:inline-block;
        margin:10px;
        padding:0;
    }

    #coin-menu ul li a {
      color:#111;
      padding:6px;
      font-size:13px;
    }

        #coin-menu ul li.active a {
            border-bottom: 4px solid #222;
        }
/* **************TOP CRYPTOS ****/
.top-cryptocurrency-outer-container {
}

#top-cryptocurrency-container {
    height: 90px;
    overflow: hidden;
    position: relative;
    margin: 0px 48px 0px 24px;
}

#top-cryptocurrency-inner {
    width: 2000px;
}

.top-cryptocurrency {
    width: auto;
    float: left;
    margin: 20px;
    padding: 0px 0px 0px 10px;
}

#move-container {
    position: absolute;
    right: 6px;
    top: 20px; 
    display: block;
}

.move-arrow {
    display: inline-block;
    font-size: 32px;
    font-weight: 600;
    font-family: Tahoma;
    letter-spacing: 2px;
    color: #dadada;
}

    .move-arrow.active {
        color: #252525;
        cursor: pointer;
    }

#move-top-left {
    margin-right: 2px;
}

#move-top-right {
}

.top-cryptocurrency:first-child {
    margin-left: 0px;
}

.top-cryptocurrency .coin-icon {
    display: inline-block;
    margin-right: 10px;
}

    .top-cryptocurrency .coin-icon img {
        height: 48px;
        width: auto;
    }

.top-cryptocurrency .coin-price {
    display: inline-block;
    margin-top: -20px;
}

    .top-cryptocurrency .coin-price .name {
        font-size: 22px;
    }

        .top-cryptocurrency .coin-price .name a,
        .top-cryptocurrency .coin-price .name a:active,
        .top-cryptocurrency .coin-price .name a:visited {
            color: #1a1a1a !important;
        }

            .top-cryptocurrency .coin-price .name a:hover {
                color: #656565;
            }

    .top-cryptocurrency .coin-price .price {
        font-size: 15px;
        font-weight: 600;
    }



.top-cryptocurrency span.change {
    font-size: 12px;
}

.top-cryptocurrency.zero-change {
    border-left: #111 4px solid;
}



.top-cryptocurrency.increase-change {
    border-left: #00b22f 4px solid;
}

.top-cryptocurrency.decrease-change {
    border-left: #ff0000 4px solid;
}


.top-cryptocurrency.zero-change .change {
    color: #111;
}

.top-cryptocurrency.increase-change .change {
    color: #00b22f;
}

.top-cryptocurrency.decrease-change .change {
    color: #ff0000;
}

a.calc-link {
    font-size: 18px;
}
/**MASK ***/
#mask {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10001;
    background-color: #000;
    display: none;
}

#boxes #dialog {
    position: fixed;
    width: 420px;
    height: 350px;
    display: none;
    z-index: 10002;
    border: 4px solid #fff;
}

#dialog .closeModal {
    z-index: 10003;
    position: absolute;
    top: -26px;
    right: -26px;
}

    #dialog .closeModal img {
        z-index: 10003;
        width: 24px;
        height: 24px;
    }

/***************SCroll Top*/
.scrollTop {
    font-size: 34px;
    color: #222;
    opacity: .4;
    position: fixed;
    right: 20px;
    bottom: 50px;
    text-decoration: none;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -ms-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
    text-shadow: 0px 0px 4px #fff;
    background: url(/content/images/top.png) no-repeat;
    width: 79px;
    height: 90px;
    z-index: 10;
    cursor: pointer;
}

    .scrollTop:hover {
        text-decoration: none;
        opacity: .9;
    }


/******************Footer *******/
footer {
    background-color: #111;
    border-top: 10px solid #4d4d4d;
    font-size: 13px;
    color: #fff;
    padding: 10px 10px 100px 10px;
}

    footer h4 {
        color: #fff;
        font-size: 18px;
        margin-bottom: 8px;
    }

    footer a {
        color: #fff;
    }

    footer ul {
        list-style: none;
        margin: 0;
        padding: 0;
        margin-left: 10px;
    }

        footer ul li {
            padding: 6px 0px;
        }

    footer .footer-section {
        width: 22%;
        min-width: 320px;
        margin-right: 2%;
        vertical-align: top;
        float: left;
    }

    footer footer-section:after {
        content: '';
        clear: both;
    }


    footer .copyright-year {
        font-size: 10px;
        font-weight: 600;
    }

    footer .legal {
        margin-top: 40px;
        border-top: solid 1px #fff;
        text-align: center;
        padding: 20px 0px;
    }

        footer .legal ul {
            width: 320px;
            margin: 0px auto;
            padding: 0px;
        }

            footer .legal ul li {
                float: left;
                padding: 6px;
                margin-right: 0px;
            }
/**************Coin Menu***/
/*nav.cryptocurrency-menu {
}

    nav.cryptocurrency-menu h1 {
    }

    nav.cryptocurrency-menu h2.page {
        color: #252525;
        margin: 0px 0px 4px 0px;
        padding: 0;
        border-bottom: solid 2px #e7e7e7;
        text-align: center;
    }

    nav.cryptocurrency-menu h3.cryptocurrency {
        color: #808080;
        margin: 4px 0px 16px 0px;
        padding: 0;
        text-align: center;
    }

    nav.cryptocurrency-menu div.icon {
        text-align: center;
        z-index: 1;
        position: relative;
    }

#cryptocurrency-menu-bg {
    background-color: #00599b;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #fff;
    height: 200px;
    position: relative;
    margin-top: -40px;
}

.cryptocurrency-menu-white-radius {
    width: 80px;
    height: 80px;
    background-color: #f6f6f6;
    border-radius: 40px;
    margin-left: auto;
    margin-right: auto;
    top: -38px;
    position: relative;
}

#cryptocurrency-menu-menu {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 1;
}



    */

#cryptocurrency-menu-list {
    display: inline-block;
    width: 100%;
    padding-top: 0px;
    
    
}

    #cryptocurrency-menu-list ul {
        margin: 0px;
        padding: 0px;
        background-color: #fefefe;
        box-shadow: 0px 1px 3px 0px #bbb;
        border-radius:4px;
    }

        #cryptocurrency-menu-list ul li {
            padding: 6px 12px;
            display: inline-block;
            margin: 5px 0px 5px 6px;
            background-color: transparent;
            /*border-radius: 25px;
            border: 1px solid #00599b;
            border-bottom: 2px solid #00599b;
            border-right: 1px solid #00599b;*/
        }

            

            #cryptocurrency-menu-list ul li.active {
                border-radius: 25px;
                background-color: #00599b;
            }

            #cryptocurrency-menu-list ul li a {
                color: #00599b;
            }

                #cryptocurrency-menu-list ul li a:hover {
                    color: #00599b;
                }

            #cryptocurrency-menu-list ul li.active a {
                color: #fff;
                font-weight: bold;
            }


.cryptocurrency-price {
    border: solid 1px #e7e7e7;
    padding: 0px 20px 0px 20px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #fff;
    width: 260px;
    margin: 0 auto 30px auto;
}

    .cryptocurrency-price h1.price {
    }

    .cryptocurrency-price h2 {
        color: #252525;
        font-size: 20px;
    }

.price-change {
    margin-top: -6px;
    margin-bottom: 20px;
    text-align: right;
    font-size: 13px;
    font-weight: 600;
}

.spark-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    text-align: center;
    min-height: 80px;
}

a.buy-sell {
    font-size: 18px;
    font-weight: bold;
    color: #1a1a1a;
    width: 110px;
    padding: 8px;
    display: inline-block;
    margin: 20px auto;
    border: 1px solid #3FD03F;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    text-overflow: ellipsis;
}


a.buy {
    border: 1px solid #3FD03F;
    float: left;
}

a.sell {
    border: 1px solid #ff1212;
    float: right;
}

.information-block {
    border: 1px solid #00599b;
    border-left-width: 16px;
    border-right-width: 16px;
    border-radius: 4px;
    background-color: #fafafa;
    margin: 10px 0px;
    position: relative;
}

    .information-block:before {
        content: '\203A';
        color: #fff;
        position: absolute;
        left: -10px;
        top: 50%;
        line-height: 1px;
    }

    .information-block:after {
        content: '\2039';
        color: #fff;
        position: absolute;
        vertical-align: middle;
        line-height: 24px;
        right: -10px;
        top: 50%;
        line-height: 1px;
    }

    .information-block p {
        padding: 0px 16px 0px 16px;
        font-size: 13px;
    }
/**************Mining Calc***/
.mining-calc-input-section {
    /*background-color: #fafafa;
    padding: 20px;
    margin: auto;
   
    border-radius: 4px;
    
    margin-bottom: 30px;*/
}

#mining-calc-input {
    width: 100%;
    margin-right: 30px;
    border-radius: 4px;
}

    #mining-calc-input div {
        padding: 10px 20px;
    }

    #mining-calc-input h3 {
        color: #808080;
        text-align: center;
        font-size: 36px;
        margin: 0;
    }

#mining-calculator-inputs {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.calc-input-section {
    width: 30%;
    background-color: #fff;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 1px 3px 0px #bbb;
}

.calc-input-section-100 {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
}

.calc-input-section-50 {
    width: 46%;
    padding: 10px;
    margin-bottom: 20px;
}

.calc-input-section .form-control {
    width: 82%;
}

.calc-input-section h3, .calc-input-section-100 h3, .calc-input-section-50 h3 {
    color: #252525;
    margin: 0px;
    margin-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 2px solid #ddd;
}

    .calc-input-section h3 span {
        font-size: 32px;
        position: relative;
        top: 2px;
    }

.calc-input-content {
    border-top: 0px;
    padding: 10px;
}

    .calc-input-content p {
        padding: 0px;
        margin: 0px;
        font-size: 14px;
        padding-bottom: 10px;
    }

.calc-input-fields {
    margin-left: 20px;
}

.calc-faq p {
    line-height: 28px;
}

.mining-summary {
    min-width: 320px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

    .mining-summary > .mining-summary-section {
        flex-grow: 0;
    }

.mining-summary-section {
    width: 44%;
    height: 304px;
    max-height: 304px !important;
    background-color: #fff;
    padding: 20px;
    margin: auto;
    margin-bottom: 30px;
    border-radius: 4px;
    box-shadow: 0px 1px 3px 0px #bbb;
}

    .mining-summary-section h3 {
        margin-top: 0px;
    }

    .mining-summary-section .mining-profit-margin {
        width: 250px;
        margin-left: auto;
        margin-right: auto
    }

        .mining-summary-section .mining-profit-margin canvas {
            width: 250px;
            height: 220px;
        }

    .mining-summary-section .split-vertical {
        height: 80px;
        padding-top: 40px;
    }

    .mining-summary-section .split-horizontal {
        padding-top: 20px;
        height: 60px;
        float: left;
    }

    .mining-summary-section .split-left {
        width: 50%;
    }

    .mining-summary-section .split-right {
        width: 45%;
    }

    .mining-summary-section .mining-stats {
        height: 120px;
        margin-bottom: 20px;
    }

    .mining-summary-section .blockchain-stats {
        height: 110px;
        padding-top: 10px;
        margin-bottom: 20px;
    }

    .mining-summary-section .hashrate {
        height: 56px;
        padding-top: 20px;
        margin-bottom: 10px;
        margin-top: -10px;
    }

    .mining-summary-section .difficulty {
        height: 66px;
        padding-top: 20px;
    }

    .mining-summary-section .mining-hardware {
        width: 300px;
        margin: 0 auto;
    }

    .mining-summary-section .total-mining-reward {
        height: 80px;
        padding-top: 40px;
    }

#profit-margin-textfield {
    font-size: 34px;
    font-weight: 600;
    color: #808080;
    text-align: center;
    margin-top: -20px;
}

a.calculate {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    min-width: 200px;
    padding: 12px 0px;
    display: inline-block;
    border: none;
    background-color: #252525;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    text-overflow: ellipsis;
}

    a.calculate:hover, a.btn-reset:hover {
        opacity: .9;
    }

a.btn-reset, a.btn-reset:active, a.btn-reset:visited {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    padding: 12px 0px;
    display: inline-block;
    border: none;
    background-color: #aaa;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    text-overflow: ellipsis;
}

a.expand-collapse {
}

span.mining-reward {
    font-weight: 600;
    color: #808080;
    margin: 0;
}

.mining-revenue {
    height: 120px;
    text-align: center;
    border-bottom: 2px solid #e7e7e7;
}

    .mining-revenue canvas {
        width: 64px;
        height: 64px;
    }

.mining-rev-section {
    width: 33%;
    text-align: center;
    float: left;
}


.calc-input-section {
    /*float: left;
    width: 30%;
    margin-right: 20px;*/
}


/*
    FAQ
*/
div.faq {
    padding: 10px;
}

.faq h2 {
    font-size: 14pt;
}

div.faqSection {
}

.faqSection h3 {
    margin-left: 30px;
    color: #000000;
    font-size: 12pt;
    cursor: pointer;
    line-height: 24px;
    margin-top: 0px;
    margin-bottom: 20px;
}

    .faqSection h3:before {
        content: url('/content/images/faq-icon.png');
        margin-left: -28px;
        position: relative;
        top: 8px;
    }

    .faqSection h3.active {
        color: #468847;
    }

.faqSection div {
    height: 0;
    overflow: hidden;
    position: relative;
    margin-left: 10px;
}

    .faqSection div p {
        padding: 0;
        margin-bottom: 15px;
    }

/* COin Cards*/
.calCoinCard, .diffCoinCard, .exCoinCard {
    border: 1px solid #fff;
    box-shadow: 0 1px 2px 1px #bbb;
    display: block;
    float: left;
    height: 148px;
    margin: 5px;
    overflow: hidden;
    padding: 2px;
    text-align: center;
    width: 155px;
    border-radius: 4px;
    background-color: #fff;
}

.coinCardIcon {
    margin: 10px auto 10px auto;
    width: 64px;
    height: 64px;
    vertical-align: middle;
}

/* Diff Charts*/
.diff-summary {
    min-width: 320px;
    padding: 10px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0px 1px 3px 0px #bbb;
}

.diff-container {
    padding: 10px;
}

.diff-summary-section {
    display: flex;
    flex-flow: row wrap;
    /* Then we define how is distributed the remaining space */
    justify-content: space-around;
}

.diff-current {
    height: auto;
    /*border-top: 2px solid #e7e7e7;*/
    display: block;
}

    .diff-current .difficulty {
    }

.diff-change-gauge {
    text-align: center;
    margin: 10px;
}

    .diff-change-gauge canvas {
        width: 128px;
        height: 128px;
    }

    .diff-change-gauge span {
        font-size: 24px;
        font-weight: 600;
    }

    .diff-change-gauge small {
        font-weight: 600;
    }

/* Profitability
    */
.algo-input {
    width: 150px;
    float: left;
    margin: 10px 4px;
}

    .algo-input input {
        width: 100px;
    }

#tblCoins a.link {
    color: #00599b;
    line-height: 24px;
}

#tblCoins .label {
    display: inline-block;
    padding: 2px 4px;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999;
}

#tblCoins .label-light {
    border: 1px solid #f0f0f0 !important;
    background-color: #fff !important;
    color: #555 !important;
}




.news {
    font-size: 12px;
}

h3.calc-type {
    letter-spacing: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #333;
}

    h3.calc-type i {
        color: #49A049;
        border-radius: 50%;
        width: 48px;
        height: 48px;
        border: solid 2px #49A049;
        background-color: #fff;
        font-size: 15px;
        text-align: center;
        padding-top: 12px;
        padding-left: 4px;
        text-decoration: none;
        -webkit-transition: all .1s linear;
        transition: all .1s linear;
    }

.calc-group input[type=radio] {
    position: absolute !important;
    visibility: hidden !important;
    display: none !important;
}

.calc-group label {
    color: #333 !important;
    display: inline-block !important;
    cursor: pointer !important;
    font-weight: 600 !important;
    padding: 11px 20px !important;
    margin: 0px !important;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

.calc-group input[type=radio]:checked + label {
    color: #fff !important;
    background: #004fb2 !important;
}

.calc-group label + input[type=radio] + label {
    border-left: solid 3px #004fb2 !important;
}

.calc-group {
    border: solid 3px #004fb2 !important;
    display: flex !important;
    flex-flow: row nowrap;
    justify-content: center;
    margin: 20px auto !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    width: 180px;
    position: relative;
}

/* Sliding Graiding*/
.range {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    background-color: transparent;
    left: 50%;
    top: 50%;
    width: calc((100%) - (40px));
    margin: 0px;
    transform: translate(-50%, -50%);
    height: 60px;
}

.range-container {
    width: 100%;
}

input[type=range]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    background: rgba(59,173,227,1);
    background: -moz-linear-gradient(45deg, rgba(59,173,227,1) 0%, rgba(87,111,230,1) 25%, rgba(152,68,183,1) 51%,rgba(255,120,0,1) 75%, rgba(255,0,0,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(59,173,227,1)), color-stop(25%, rgba(87,111,230,1)), color-stop(51%, rgba(152,68,183,1)), color-stop(100%, rgba(255,0,0,1)));
    background: -webkit-linear-gradient(45deg, rgba(59,173,227,1) 0%, rgba(87,111,230,1) 25%, rgba(152,68,183,1) 51%,rgba(255,120,0,1) 75%, rgba(255,0,0,1) 100%);
    background: -o-linear-gradient(45deg, rgba(59,173,227,1) 0%, rgba(87,111,230,1) 25%, rgba(152,68,183,1) 51%,rgba(255,120,0,1) 75%, rgba(255,0,0,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(59,173,227,1) 0%, rgba(87,111,230,1) 25%, rgba(152,68,183,1) 51%,rgba(255,120,0,1) 75%, rgba(255,0,0,1) 100%);
    background: linear-gradient(45deg, rgba(59,173,227,1) 0%, rgba(87,111,230,1) 25%, rgba(152,68,183,1) 51%,rgba(255,120,0,1) 75%, rgba(255,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bade3 ', endColorstr='#ff357f ', GradientType=1 );
    height: 4px;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-moz-range-track {
    -moz-appearance: none;
    background: rgba(59,173,227,1);
    background: -moz-linear-gradient(45deg, rgba(59,173,227,1) 0%, rgba(87,111,230,1) 25%, rgba(152,68,183,1) 51%, rgba(255,53,127,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(59,173,227,1)), color-stop(25%, rgba(87,111,230,1)), color-stop(51%, rgba(152,68,183,1)), color-stop(100%, rgba(255,53,127,1)));
    background: -webkit-linear-gradient(45deg, rgba(59,173,227,1) 0%, rgba(87,111,230,1) 25%, rgba(152,68,183,1) 51%, rgba(255,53,127,1) 100%);
    background: -o-linear-gradient(45deg, rgba(59,173,227,1) 0%, rgba(87,111,230,1) 25%, rgba(152,68,183,1) 51%, rgba(255,53,127,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(59,173,227,1) 0%, rgba(87,111,230,1) 25%, rgba(152,68,183,1) 51%, rgba(255,53,127,1) 100%);
    background: linear-gradient(45deg, rgba(59,173,227,1) 0%, rgba(87,111,230,1) 25%, rgba(152,68,183,1) 51%, rgba(255,53,127,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bade3 ', endColorstr='#ff357f ', GradientType=1 );
    height: 4px;
}

input[type=range]::-ms-track {
    -ms-appearance: none;
    background: rgba(59,173,227,1);
    background: -moz-linear-gradient(45deg, rgba(59,173,227,1) 0%, rgba(87,111,230,1) 25%, rgba(152,68,183,1) 51%, rgba(255,53,127,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(59,173,227,1)), color-stop(25%, rgba(87,111,230,1)), color-stop(51%, rgba(152,68,183,1)), color-stop(100%, rgba(255,53,127,1)));
    background: -webkit-linear-gradient(45deg, rgba(59,173,227,1) 0%, rgba(87,111,230,1) 25%, rgba(152,68,183,1) 51%, rgba(255,53,127,1) 100%);
    background: -o-linear-gradient(45deg, rgba(59,173,227,1) 0%, rgba(87,111,230,1) 25%, rgba(152,68,183,1) 51%, rgba(255,53,127,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(59,173,227,1) 0%, rgba(87,111,230,1) 25%, rgba(152,68,183,1) 51%, rgba(255,53,127,1) 100%);
    background: linear-gradient(45deg, rgba(59,173,227,1) 0%, rgba(87,111,230,1) 25%, rgba(152,68,183,1) 51%, rgba(255,53,127,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bade3 ', endColorstr='#ff357f ', GradientType=1 );
    height: 4px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 2px solid;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    max-width: 80px;
    position: relative;
    bottom: 11px;
    background-color: #1d1c25;
    cursor: -webkit-grab;
    -webkit-transition: border 1000ms ease;
    transition: border 1000ms ease;
}

input[type=range]::-moz-range-thumb {
    -moz-appearance: none;
    border: 2px solid;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    max-width: 80px;
    position: relative;
    bottom: 11px;
    background-color: #1d1c25;
    cursor: -moz-grab;
    -moz-transition: border 1000ms ease;
    transition: border 1000ms ease;
}



.range.blue::-webkit-slider-thumb {
    border-color: rgb(59,173,227);
}

.range.ltpurple::-webkit-slider-thumb {
    border-color: rgb(87,111,230);
}

.range.orange::-webkit-slider-thumb {
    border-color: rgb(255,120,0);
}


.range.purple::-webkit-slider-thumb {
    border-color: rgb(152,68,183);
}

.range.red::-webkit-slider-thumb {
    border-color: rgb(255,0,0);
}

.range.blue::-moz-range-thumb {
    border-color: rgb(59,173,227);
}

.range.ltpurple::-moz-range-thumb {
    border-color: rgb(87,111,230);
}

.range.orange::-moz-range-thumb {
    border-color: rgb(255,120,0);
}

.range.purple::-moz-range-thumb {
    border-color: rgb(152,68,183);
}

.range.red::-moz-range-thumb {
    border-color: #ff0000;
}

input[type=range]::-webkit-slider-thumb:active {
    cursor: -webkit-grabbing;
}

input[type=range]::-moz-range-thumb:active {
    cursor: -moz-grabbing;
}

.miner-image {
    float: left;
    width: 180px;
    height: 180px;
    background-position: center;
    background-size: cover;
}

    .miner-image .stepper {
        margin-top: 132px;
    }

.miner-info {
    margin-left: 10px;
    float: left;
}

    .miner-info h3 {
        color: #333;
        border: none;
        margin: 0px;
        padding: 0px;
        text-align: left;
        font-size: 30px;
    }

.stepper.radio button {
    border-radius: 50%;
    height: 24px;
    width: 24px;
}

.stepper > button:disabled {
    background-color: #f9f9f9;
    border-color: #ddd;
    box-shadow: none;
    color: #888;
    cursor: not-allowed;
}

.stepper > button {
    -ms-user-select: none;
    -webkit-user-select: none;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #666;
    cursor: pointer;
    font-size: 18px;
    height: 30px;
    outline: none;
    user-select: none;
    vertical-align: middle;
    width: 40px;
}

.stepper.radio input {
    border-width: 0 !important;
}

.stepper > input {
    -webkit-appearance: none !important;
    border: 1px solid #eee !important;
    border-width: 1px 0 !important;
    color: #666 !important;
    font-size: 14px !important;
    height: 30px !important;
    outline: none !important;
    text-align: center !important;
    vertical-align: middle !important;
    width: 42px !important;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

img.show-tooltip {
    height: 16px;
    width: 16px;
}

#toolTipUp {
    display: none;
    position: absolute;
    background: #808080;
    border-radius: 4px;
    padding: 6px 12px;
    font-family: arial;
    font-size: 12px;
    text-shadow: 0px 1px 1px #000;
    color: #fff;
    width: 280px;
    height: 120px;
    text-align: left;
}

    #toolTipUp:before {
        content: " ";
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #808080;
        position: absolute;
        bottom: -5px;
        left: 5px;
    }

#toolTipDown {
    display: none;
    position: absolute;
    background: #808080;
    border-radius: 4px;
    padding: 6px 12px;
    font-family: arial;
    font-size: 12px;
    text-shadow: 0px 1px 1px #000;
    color: #fff;
    width: 280px;
    height: 120px;
    text-align: left;
}

    #toolTipDown:before {
        content: " ";
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #808080;
        position: absolute;
        top: -5px;
        left: 5px;
    }

    #toolTipUp p, #toolTipDown p {
        margin-top: 0px;
        padding-top: 0px;
        font-size: 15px;
    }

.mining-hardware-list {
    overflow: auto;
    white-space: nowrap;
    margin: 0px auto;
    padding: 10px 10px;
    /*max-width: 1006px;*/
}

.mining-hardware {
    position: relative;
    width: 180px;
    display: inline-block;
    margin-right: 20px;
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0px 1px 3px 0px #bbb;
    /*cursor: pointer;*/
}

.mining-hardware-list-by-coin {
    white-space: nowrap;
    margin: 0px auto;
    padding: 30px 30px;
}

.mining-hardware-by-coin {
    width: 180px;
    float:left;
    margin-right: 24px;
    margin-bottom:30px;
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0px 1px 3px 0px #bbb;
}



    .mining-hardware:last-child {
        margin-right: 0px;
    }

.mh-header {
    background-color: #eee;
    color: #252525;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 10px;
    text-overflow: ellipsis;
    width: 160px;
    overflow: hidden;
}

.selected-device .mh-header {
    background-color: #252525;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 10px;
    text-overflow: ellipsis;
    width: 160px;
    overflow: hidden;
}

.mh-header strong {
    font-size: 18px;
}

.mh-img {
    margin-top: 10px;
}

    .mh-img img {
        width: 180px;
        height: auto;
    }

.mh-specs {
    padding: 10px;
    margin-bottom: 10px;
}

.mh-spec-hr {
    font-size: 32px;
    font-weight: 600;
    display: block;
    text-align: center;
    color: #00599b;
}

.mh-spec-watt {
    font-size: 20px;
    color: #808080;
    font-weight: 600;
    text-align: center;
}

.mh-stats {
    padding: 10px;
    background-color: #f6f6f6;
}

.selected-device .mh-stats {
    background-color: #252525;
}

    .selected-device .mh-stats span, .selected-device .mh-stats small {
        color: #fff;
    }

.mh-stat-jh {
    float: left;
    font-size: 12px;
    color: #252525;
}

.mh-stat-cost {
    float: right;
    font-size: 12px;
    color: #252525;
}

.mh-selected {
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 5px;
    top: 5px;
}

    .mh-selected span {
        font-size: 18px;
        color: #eee;
    }

.selected-device .mh-selected span {
    color: #00599b;
}

.chart-wrapper {
    position: relative;
    padding-bottom: 50%;
    min-width: 320px;
    margin-bottom: 60px;
}

.chart-inner {
    position: absolute;
    width: calc((100%) - (4px));
    height: 100%;
    min-height: 500px;
    padding: 2px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0px 1px 3px 0px #bbb;
}

.chart-responsive {
    width: 100%;
    height: 100%;
}

#hashrate-times {
    margin: 10px 0px;
    padding: 0;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    list-style: none;
}

    #hashrate-times li {
        padding: 10px;
        display: inline-block;
        font-size:12px;
    }

        #hashrate-times li a {
            color: #888;
        }

            #hashrate-times li a:hover {
                color: #222;
            }


        #hashrate-times li.active a {
            color: #444;
            font-weight: bold;
        }

#hashrates-table tbody td
{
    text-align:right;
}

.time-segment {
    float: left;
    width: 20%;
    min-width: 180px;
    text-align: center;
    position: relative;
}



    .time-segment canvas {
        width: 100%;
        margin: 0 auto;
    }

        .time-segment canvas.small {
            width: 75%;
            margin: 12% auto 0% auto;
        }

    .time-segment div {
        text-align: center;
        font-size: 32px;
        line-height: 16px;
        margin-top: -20px;
    }
.calc-output-right {
    min-width:300px; width:calc((100%) - (380px)); float:right; padding:20px;
}

.calc-links {
}
.calc-link-icon {
    float: left;
    width: 120px;
    text-align: center;
}
    
    .calc-link-icon img {
        height: 64px;
        width: auto;
        filter: grayscale(100%) brightness(150%);
    }
    .calc-link-icon span {
        text-transform: uppercase;
        color: #888;
        font-size: 10px;
    }
.active-link img {
    filter: grayscale(0%) brightness(100%);
}

.link-down {
    content: ' ';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    margin-bottom:0px;
    margin-top:10px;
    margin-left:45px;
}

#diffStats
{
    margin:80px 6px 40px 40px;

}
.diffStat3 {
    width:30%;
    margin-right:3%;
    float:left;
    border:1px solid #ccc;
    border-radius:4px;
    height:200px;
}
.diffStat2 {
    width: 39%;
    margin:5%;
    float: left;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 140px;
}
    .diffStat2:last-of-type
    {
        float:right;
    }
    .diffStat-inner {
        margin: 20px;
    }
    .diffStat-inner .stat-title {
        font-size: 14px;
        font-weight:600;
        margin-bottom:20px;
        display:block;
        text-align:center;
    }

.asset-container {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

    .asset-container .col1, .asset-container .col2 {
        width: 49%;
    }

.col1 {
    padding-bottom: 20px;
    position: relative;
}

.col2 {
    padding-bottom: 20px;
    position: relative;
}

.asset-logo {
    display: inline-block;
    margin-right: 10px;
}

    .asset-logo img {
        width: 64px;
        height: auto;
    }

.asset-name {
    display: inline-block;
}

    .asset-name h2 {
        text-transform: uppercase;
        color: #0b0b0b;
        font-size: 54px;
        line-height: 44px;
        margin: 0px;
        font-weight: 600;
    }

    .asset-name span {
        text-transform: uppercase;
        color: #858585;
        font-size: 20px;
    }

.asset-price .price-amt {
    color: #0b0b0b;
    font-size: 64px;
    font-weight: 600;
    font-family: paralucent-stencil, sans-serif;
}

.asset-price .currency {
    color: #0b0b0b;
    font-weight: 600;
}

.asset-price .change {
    font-weight: 600;
    font-size: 16px;
}

.asset-price .change-percent {
    font-weight: 600;
    font-size: 16px;
}

.asset-stat-time {
    margin-top: -6px;
    color: #858585;
    font-size: 12px;
    text-transform: uppercase;
    text-align: left;
}
