﻿body {
}

.bot-nav-box {
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    border-top: 1px solid #cccccc;
    box-shadow: 0px 0px 5px #CCCCCC;
    position: fixed;
    bottom: 0px;
    left: 0px;
}

.mg-bottom-20 {
    margin-bottom: 20px;
}

.bot-nav-detail {
    float: left;
    height: 50px;
    line-height: 50px;
}

.detail-left {
    width: 35%;
     text-align: center;
    color: #2F76E0;
    font-size: 16px;
    font-weight: 400;
}

.detail-right {
    width: 65%;
    background-color: #2F76E0;
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: 400;
}