* { margin: 0; padding: 0; box-sizing: border-box; }
body { display: flex; flex-direction: column; }

.Coin_Symbol {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.Coin_Symbol span {
    border-bottom: 1px solid #2a3458;
    padding:0px 20px 15px 20px;
}

.Volume_Energy_total { padding: 40px 40px 10px 40px; }
.Volume_Energy_total_Title { 
    color: #62abff; 
    font-size: 30px;
    margin-top: 30px;
    padding: 0px 0px 5px 10px; 
}
.Volume_Energy_total_Title i { 
    color: #0077ff; 
}

.Average_Value {
    width: 100%;
    color: #fff;
}
.Average_Value_Cur {
    display:inline-block;
    font-size: 20px;
    font-weight: 700;
    text-align:right; 
}
.Average_Value_Line {
    display:inline-block; 
    border-right: 1px solid #fff; 
    margin-left: 13px;
}
.Average_Center_Line {
    display:inline-block; 
    width:50%; 
    border-right: 1px solid #fff; 
    margin-left: 5px;
}
.Average_Center_Cur {
    display:inline-block; 
    width: 50%;
    font-size: 20px;
    font-weight: 700;
    text-align: right;
}

#container { width: 100%; border: 1px solid #2a3458; border-radius: 4px; background: #1a1f3a; padding: 15px; }
.barWrap {
    position: relative;
    display: flex;
    width: 100%;
    height: 100px;
    background: #c62828;
    border: 1px solid #2a3458;
    border-radius: 4px;
    overflow: hidden;
}
.barLong {
    background: linear-gradient(90deg, #0a5c2e, #00c853);
    height: 100%;
    transition: width 0.2s ease;
}
.barLabels {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 10;
}
.barLabels span {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.8);
}
#labelMain { font-size: 30px; font-weight: bold; }
.volStats {
    color: #dfdfdf;
    font-size: 18px;
    text-align: center;
    margin-top: 5px;
}
.volStats label {
    display: inline-block;
    border-bottom : 1px solid #2a3458;
    margin-top: 30px;
    padding: 00px 40px 10px 40px;
}
.volStats .L { color: #888; font-size: 12px; padding-right: 10px; }
.volStats .C { color: #566374; font-size: 12px; padding: 0px 5px; }
.volStats .R { font-size: 30px; font-weight: bold; }
.Average_Notice {
    color: #fff;
    font-size: 14px;
    padding:40px 0px 20px 0px;
}
.Average_Link {
    text-align: right;
    margin-right: 20px;
}
.Average_Link button {
    background: #040b1b;
    border: 1px solid #2a3458;
    padding: 7px 40px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    cursor:pointer;
    margin-top:20px;
}
.Average_Link button:hover {
    background: #0a3991;
    border-color: #1f58c4;
}
.Average_Help {
    margin-top: 30px;
    text-align: center;
}
.Average_Help_Box {
    display: inline-block;
    background: #0e1521;
    border: 1px solid #2a3458;
    border-radius: 4px;
    color: #dfdfdf;
    font-size: 14px;
    padding: 15px 100px;
}
.Average_Help_Box .boundary {
    color: #566374;
    padding: 0px 10px;
}
.Help { line-height: 23px; border-top: 1px solid #2a3458; color: #dfdfdf; margin-top: 50px; padding-top: 10px; }
.Data_Time { color: #565f7e; text-align:right; }
#statCur {
    transition: color 0.1s ease;
}
#statCur.flash {
    color: #00e676;
}