﻿body {
}

.cont {
    border: 1px;
    width: 220px;
    height: 60px;
    position: relative;
    border-bottom-color: #ff0000;
}

.tag {
    float: left;
    position: absolute;
    left: 75px;
    top: 40px;
    z-index: 1000;
    background-color: none;
    padding: 5px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 9px;
    width: 200px;
    padding-top: 15px;
}



/*.modal1 {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
}

    .modal1 .chart {
        height: 90%;
    }*/