body, input, div, span, h1, h2, h3, h4, h5, table, th, td, ul, li, dl,
dt, dd, a {
    font-family: 'verdana', 'Microsoft YaHei', 'Consolas',
    'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono';
}
code.user {
    font-family: 'verdana', 'Microsoft YaHei', 'Consolas',
    'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono';
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mr10 {
    margin-right: 10px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.pl15 {
    padding-left: 15px !important;
}
.pr15 {
    padding-right: 15px !important;
}
.red {
    color: #e52a22;
}
.orange {
    color: orange;
}
.green {
    color: green;
}
.blue {
    color: #3169f5;
}
.gray {
    color: #999 !important;
}
.purple {
    color: #712d6d;
}
.cut-line {
    margin: 0 5px;
    color: #D6D6D6;
}
.clear{
    clear: both;
}
a.op:hover, a.op:focus {
    text-decoration: none;
}

input.search-query {
    padding-right: 14px;
    padding-right: 4px \9;
    padding-left: 14px;
    padding-left: 4px \9;
    margin-bottom: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.chart-container {
    padding: 10px;
}
.modal-dialog {
    width: 800px;
}