.chart-title{
    float:left;
}
.chart_title_holder:after {
    content: '';
    display: block;
    clear: both;
}

.togglebutton {
    color: black;
    font-size: 16px;
    float: right;
    cursor: pointer;
    margin-left: 5px;

}
.toggle_label{
    line-height: 27px;
    padding-right: 3px;
}

.togglebutton i{
    background-color: rgb(149, 147, 1);;
    color: white;
    padding: 0px;
    border-radius: 2px;
    border: 3px solid rgb(149, 147, 1);;
}
.togglebutton_active {
    opacity:0.3;
    display:none;
}

.chart_hidden{
    display:none;
}

.tabledata table{
    border: 0px solid red;
}

.tabledata  tr:first-child td{
    font-weight: bold;
    border-bottom: 1px solid black;
}

.tabledata  td{
    text-align: right;
    border: none;
    border-top: 0px solid #cccccc!important;
    border-bottom: 1px solid #cccccc;
    padding: 6px 0!important;
    color: black;
}

.tabledata  td:first-child{
    text-align: left;
}

p:empty{
    padding:0;
    margin:0;
    height: 0;
    display:none;
}
