﻿.content-auto-height {
    min-height: 35px;
    height: auto;
    padding-bottom: 10px;
}

#echart {
    width: 90%;
    height: 500px;
    border: dashed 1px #ccc;
    background-color: #f8f8f8;
}

.img-thumbnail-120 {
    width: 120px;
    height: 120px;
    border-radius: 10px !important;
    border-width: 1px !important;
    border-style: dashed !important;
    border-color: #cccccc !important;
}

.img-thumbnail-60 {
    width: 60px;
    height: 60px;
    min-height: 60px;
    border-radius: 8px !important;
    border-width: 1px !important;
    border-style: dashed !important;
    border-color: #cccccc !important;
}