.chart-container {
    position: relative;
    height: 315px;
    width: auto;
}
#ttip1, #ttip3 {
    display: none; 
    top: 60%;
    left: 50%;
    position: absolute;
    margin: 0 auto;
    width: 155px;
    padding: 10px;
    border-radius: 8px;
    z-index: 5;
    background-color: #f5f5b5;
    border: 1px solid #deca7e;
    color: #303030;
    font-family: sans-serif;
}

#ttip2, #ttip3 {
    padding-left: 10px;
    font-size: 10px;
}
#ttip2 {
    font-size: 20px;
	display: block;
    text-align: center;
}
#myChart, #tempChart{

    max-height: 300px!important;
}
#ttip2 .red1, #ttip2 .blue, #ttip2 .green1, #ttip2 .grey1{
	height: 15px; width: 15px;display: inline-block;
}
#ttip2 .blue, #ttip2 .grey1{
padding: 0;  margin: 0
}
@media screen and (max-width: 540px) {
#tempChart {
  /*  min-height: 300px !important;*/
}
.chart-container {

    height: 315px;
}
}