table {
    margin-bottom: 0rem !important;
}

.highcharts-figure,
.highcharts-data-table table {
    min-width: 400px;
    max-width: 1200px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    /*padding: 1em 0;*/
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table thead tr {
    background: #0079c2;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

thead {
    background-color: #0079c2;
    color: white;
    font-weight: normal;
}

th.lighterblue {
    background-color: #6fb6e2;
}

.table-sm {
    font-size: .75rem;
}

td, thead {
    text-align: center;
}

caption {
    font-style: italic;
}

header {
    padding-top: 6.5rem;
    padding-bottom: 3rem;
}

a {
    color: #0079c2;
    font-weight: 600;
    text-decoration:none
}

/* for hiding older years in table 1*/
.hidecontent1a {
    display: none;
}

.showcontent1a {
    display: block;
}

.hidecontent1b {
    display: none;
}

.showcontent1b {
    display: block;
}

/* for collapsing cards (used in Intro), see https://jsfiddle.net/9jdkzuwa/*/
#module {
    font-size: 1rem;
    line-height: 1.5;
  }
  
#module #collapseExample.collapse:not(.show), #collapseCoverage.collapse:not(.show), #collapseReports.collapse:not(.show), #collapseClassification.collapse:not(.show) {
    display: block;
    height: 6rem;
    overflow: hidden;
}

#module #collapseExample.collapsing, #collapseCoverage.collapsing, #collapseReports.collapsing, #collapseClassification.collapsing {
    height: 6rem;
}

#module a.collapsed::after {
    content: 'Read more \00BB';
}

#module a:not(.collapsed,.cardlink)::after {
    content: 'Read less \00AB';
}

/* for styling cards at top of the page*/
.border-left-danger {
    border-left: 0.4rem solid #dc3545 !important;
  }

.border-left-success {
    border-left: 0.4rem solid #1cc88a !important;
  }

.border-left-info {
    border-left: 0.4rem solid #36b9cc !important;
  }

.border-left-warning {
    border-left: 0.4rem solid #f6c23e !important;
  }





.linker
{
  font-size : 20px;
  color: black;
}

span.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%230a40c7' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
  }
  
  span.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%230a40c7' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
  }

/* .fix-sticky is only relvant part from https://unpkg.com/bootstrap-table@1.19.1/dist/extensions/sticky-header/bootstrap-table-sticky-header.css 
relevant for sticky table header (https://bootstrap-table.com/docs/extensions/sticky-header/) */
.fix-sticky {
position: fixed !important;
overflow: hidden;
z-index: 100;
}

/* overwrite value in https://unpkg.com/bootstrap-table@1.19.1/dist/bootstrap-table.min.css in order to make sticky header work for table-sm (small bootstrap table) */
.bootstrap-table .fixed-table-container .table .table-sm thead th .th-inner {
    padding:.25rem;
}
.bootstrap-table .fixed-table-container .table.table-sm .th-inner {
    padding: 0.3rem;
  }


/* code from https://www.kodingmadesimple.com/2016/10/scrollable-table-with-fixed-header-bootstrap-example.html */
.table-scroll tbody {
    width:100%;
    position: absolute;
    overflow-y: scroll;
    height: 450px;
}


/* .table-scroll tr {
    width: 100%;
    table-layout: fixed;
    display: inline-table;
} */

.table-scroll thead > tr > th {
    border: none;
}