﻿.ChartJSDiv {
    width: 100%;
}

.ChartJSTitleDiv {
    width: 100%;
    text-align: center;
}

.ChartJSCanvasDiv {
    position: relative;
    height: 500px;
}

.ChartJSYAxisTitleDiv {
    width: 100%
}

.ChartJSSubTitleDiv {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px;
    font-weight: bold;
}


.divContent{
	padding-left: 20px;
	border-radius: 0 0 8px 8px;
	background-color: #ffffff;
}

.ChartJSDiv {
	width: 100%;
	padding: 0 16px;
	box-sizing: border-box;				
}

@media (max-width: 600px) {
    
    .btn-group-toggle .btn-primary2{
           width: 40%!important;
    }
    .PoPo2JSDiv{
        font-size: 0.85em;
    }


}

@media screen and (max-width: 768px) and (min-width: 320px){
    .btn-group, .btn-group-vertical{
        top: -30px;
    }
}