/*add code*/

.btn_all_submit {
    margin-top: 25px;
    padding: 10px;
}
.chart_schedule {
font-weight:300;
  font-family: Mukta;

}

@media screen and (max-width:750px)
{
form#import_schedule {
    height: 280px;
}
form#export_schedule {
    height: 280px;
}
table.plots th {
    font-size: 10px;
}
.title th {
    padding-top: 20px;
}
 .half {height:150px; width:100%;}
}
@media(max-width:360px){
.col-6 {
    -ms-flex: 0 0 50%;
    flex: unset;
    max-width: 100%;
}
}
.sppb-addon-articles .sppb-article-info-wrap .sppb-readmore {
    font-size:15px;
}
.sppb-addon-articles .sppb-article-info-wrap h3 a {
    font-size: 20px;
}
table.plots tbody{
display: none;
}
@media only screen and  (max-width: 360px)  {

  .title th {
    padding-top: 0px;
}
}
@media screen and (min-width: 800px)
{
form#import_schedule {
    height: 100px;
}
form#export_schedule {
    height: 100px;
}
.title th {
    padding-top: 25px;
}
}
div#responsive_table {
    height: 300px;
    overflow-y: scroll;
 overflow-x: scroll;
}
table.google-visualization-table-table tbody tr:first-child td{
    display:none;
}