﻿@media print {
    .gridview {
        break-inside: avoid;
    }
}
body {
}
.gridview {
page-break-inside: avoid; 
    border-radius: 5px;
    border: 1px solid #e7e7e7;
    padding: 10px 0px;
    margin-bottom: 25px !important;
    text-align: center;
    line-height: 1.5;
    width: 85%;
    margin: 0 auto;
}

.imggrid {
    margin: 0 auto;
     margin: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
}
.charts {
    display: flex;flex-wrap: wrap;
}
/*.charts [class*="col-"] {
    display: flex;
    flex-wrap: wrap;
}*/

  

.title {
    font-size: 18px !important;
     width:100%;
}

.linkstat {
    font-size: 18px !important;
    width: 100%;
    font-weight: bold;
    color: #384d55;
}

/*.chartw
{ 
    width:300px;
    max-width:100%;
}*/

.wchart {
    /*width: 450px !important;
    height: auto !important;*/
    max-width: 100% !important;
    max-height: 100% !important;
width:600px!important;
    height:350px!important
}

.gridview2 {
    border-radius: 5px;
/*    border: 1px solid #e7e7e7;*/
    padding: 10px 0px;
    margin-bottom: 25px !important;
    line-height: 1.5;
    width: 99%;
    margin: 0 auto;
}