#content{
    width:240px;
    background: #DDD;
    padding: 6px;
    border-radius: 4px;
    margin: 6 0 0 6;
}
#content > table {
    font-size: 13px;
}
td {
    text-align: right;
}
#p_date, #c_date {
    padding-left: 10px;
}
.wrow {
    display: flex;
    justify-content: center;
    width: 100%;
}
.widget {
    margin-top: 10px;
    padding: 6px;
    margin: 3px;
    width: 50%;
    height: 280px;
    border: 0.5px solid #CCC;
    overflow: hidden;
}
.chart {
    height: 245px;
    width: 100%;
}
.description {
    text-align: center;
    height: 30px;
    padding: 5px;
    font-size: 12px;
    background-color: #DDD;
}

#im {
    width: 100%;
    height: 50px;
}
