
.widget_1,.widget_2,.widget_3{
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 6px -1px rgba(0,0,0,0.5);
    overflow: hidden;
    margin-bottom: 12px;
}
.widget_1{
    width: calc(33.3% - 0px);
}
.widget_2{
    width: calc(66.6% - 10px);
}
.widget_3{
    width: 100%;
}
.widget_left{
    float: left;
    margin-right: 10px;
}
.widget_2.widget_left{
    margin-right: 0px;
}
.widget_2.widget_right{
    margin-left: 0px;
}
.widget_right{
    float: right;
    margin-left: 10px;
}
.widget_title{
    padding: 12px 25px 10px;
}
.widget_body{
    padding: 10px 20px 15px;
    font-size: 13px;
}
.widget_body table{
    margin: 0;
}
.widget_body table tr:last-child td{
    box-shadow: none;
}
div[widget=BILL_BALANCE] table td:first-child{
    font-weight: bold;
}
div[widget=BILL_BALANCE] table td:last-child{
    text-align: right;
}
.highcharts-tooltip{
    z-index: 10;
}
.highcharts-xaxis-labels span{
    z-index: 0;
    margin-top: 80px;
}

.highcharts-xaxis-labels a{
    color: #000;
}
