.InfoBox {
    margin-top: 10px;
}

.leftInfoBox,
.rightInfoBox {
    padding: 20px 30px;
    font-size: 30px;
    background: white;
}

.leftInfoBox .spot,
.rightInfoBox .spot {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: rgba(30, 200, 154, 1);
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
}

.leftInfoBox>h1,
.rightInfoBox>h1 {
    font-weight: bold;
}

.latestTrInfo {
    color: #65778D;
    margin-top: 15px;
}

.latestTrInfo .trHash {
    margin: 3px 0px;
    background: #f2f4f9;
    padding: 0px 16px;
    border-radius: 5px;
}

.latestTrInfo .hashTit {
    font-family: HelveticaNeue-Bold;
    font-weight: bold;
    color: rgba(101, 119, 141, 1);
    line-height: 40px;
}

.latestTrInfo .hashAdd {
    font-family: HelveticaNeue;
    line-height: 40px;
    text-align: right;
}

.capacityPercentageBar {
    width: 80%;
    height: 14px;
    background-color: #c3c3c3;
    border-radius: 7px;
    overflow: hidden;
}

@keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

.capacityPercentageBar > div {
    height: 100%;
    border-radius: 7px;
    background-color: rgb(43,194,83);
    background-image: linear-gradient(
        -45deg,
        rgba(255,255,255,.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255,255,255,.15) 50%,
        rgba(255,255,255,.15) 75%,
        transparent 75%,
        transparent
    );
    background-size: 14px 14px;
    animation: move 6s linear infinite;
    
}

.capacityPercentageBar > div.underTenPercent {
    background-color: #FF9800;
}

.capacityPercentageBar > div.overflow {
    background-color: #ff5252;
}

.capacityTipLeft {
    font-size: 12px;
    font-weight: bold;
}

.capacityTipRight {
    font-size: 12px;
}

.capacityTipTitle {
    font-size: 16px;
    font-weight: bold;
}

.tabSearch {
    float: right;
    position: relative;
}

.tabSearch .vlds-search, .tabSearch .vldm-search {
    border: 1px solid #e2e2e2;
    border-radius: 15px;
    width: 350px;
    height: 30px;
    padding: 0px 10px;
    background-color: #fff;
    border-radius: 35px;
    color: #727272;
    font-size: 9pt;
}

.tabSearch .vlds-search:focus, .tabSearch .vldm-search:focus {
    outline: none;
    box-shadow: 0 0 8px rgba(102, 175, 233, .6);
}

.tabSearch button[type="submit"]{
    position: absolute;
    top: 6px;
    right: 12px;
    width: 20px;
    height: 20px;
    display: inline-block;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    background-size: 20px 20px;
    background-image: url(/img/search.png);
}

.updatedTime {
    opacity: 0.6;
}

.disclaimerIco, .website {
    position: relative;
    right: -8px;
}