/*-----------------------------------------------------------------------------------

    Overdose Statistics Page

-----------------------------------------------------------------------------------*/
.chartOuterWrap{ margin-top:170px; position:relative;}
.chartOuterWrap h2{text-align:center; width: 100%; margin:0;}
.chartOuterWrap h2 a{display:block; color:#ccc; font-size:1rem}
#chartWrap{height:300px; width:100%; background:#fff; padding:0 10px; border:1px solid #000; border-top:0;}
.home #chartWrap{height:258px; margin-bottom:10px;}
#range-wrap{background: #fff; padding: 5px 10px; border: 1px solid #ccc; width: 100%; margin-top:10px;}
#report-range{display:inline; cursor: pointer; padding:6px; color:#212529}
#current-stats{display:inline;color: #212529;}
#current-stats strong{color: #033E93;}
#current-stats #total-deaths{font-size: 1.5rem; color: #b4282e; display: inline; vertical-align: sub;}
body .daterangepicker .ranges li.active{background-color: #033E93}
.visually-hidden{visibility:hidden}
