.shares-detailed {
    font-size: 14px;
    line-height: 1.4;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    font-weight: 400;
    display: inline-flex;
    width: 100%
}

.shares-detailed .container {
    width: 100%
}

.shares-detailed .share-header {
    background: linear-gradient(to bottom,#001cb0,#0075cc);
    color: #fff;
    font-family: 'Titillium Web',sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 0;
    letter-spacing: .075em;
    white-space: nowrap;
    text-align: left;
    float: left;
    border-left: 1px solid #ccc;
    width: 33%
}

.shares-detailed .share-row {
    background: #fff;
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 9px;
    float: left;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    display: block;
    width: 33%
}

.shares-detailed .share-row .code {
    font-weight: 600
}

.shares-detailed .share-row .last {
    background: #e8e8e8
}

.shares-detailed .share-row .change {
    background: #e8e8e8
}

.shares-detailed .share-row:last-child {
    border-right: 1px solid #ccc
}

.shares-detailed .field {
    height: 75px;
    vertical-align: middle;
    padding: 20px 15px;
    border-bottom: 1px solid #ccc;
    display: block
}
.live-data-update-time {
    color: #666;
    padding: 12px 15px;
    font-size: 16px;
    margin: 0 auto;
    line-height: 1.3em;
    margin-bottom: 40px;
    font-weight: 400;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif
}

@media(min-width: 768px) {
    .shares-detailed {
        box-shadow:0 0 15px 0 rgba(0,0,0,0.15);
        padding-left: 0;
        margin-left: 0;
        width: 100%
    }

    .shares-detailed .share-header {
        float: none;
        width: 100%;
        height: 75px;
        margin-bottom: 0;
        background: linear-gradient(to right,#001cb0,#0075cc);
        border-bottom: 0;
        border-left: 0
    }

    .shares-detailed .share-header>* {
        width: 12.2%;
        margin-right: -4px
    }

    .shares-detailed .share-row {
        float: none;
        width: 100%;
        display: inline-block;
        margin-bottom: 0;
        border-top: 1px solid #ccc;
        border-left: 0
    }

    .shares-detailed .share-row>* {
        width: 12.2%;
        margin-right: -4px
    }

    .shares-detailed .share-row:last-child {
        border-right: 0
    }

    .shares-detailed .field {
        display: inline-block;
        border-bottom: 0
    }

    .live-data-update-time {
        width: 100%
    }
}

@media(min-width: 480px) and (max-width:768px) {
    .shares-detailed {
        font-size:13px
    }

    .shares-detailed .share-header {
        font-size: 12px
    }

    .shares-detailed .share-row {
        font-size: 16px
    }
}

@media(min-width: 768px) {
    .shares-detailed {
        font-size:16px
    }

    .shares-detailed .share-header,.shares-detailed .share-row {
        font-size: 16px
    }
       .live-data-update-time {
            width: 100%;
        }
}
@media(min-width: 1250px) {
    .live-data-update-time {
        padding-left:0;
        padding-right: 0;
    }
