body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
h3 {
    font-family: "Whitney Bold", Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin-bottom: 24px;
    border-bottom: 2px solid #051C38;
    display: inline-block;
    padding: 24px 0;
    color: #051C38;
}
span {
    display: block;
    margin-bottom: 15px;
    font-family: Arial, Helvetica, sans-serif
}
.dc-chart .axis text {
    font-family: Arial, Helvetica, sans-serif;
}
g.tick line {
    display: none;
}
g.axis g.tick line.grid-line {
    display: block;
}
.dc-chart .axis path.domain {
    display: none;
}
.dc-chart .selected path {
    stroke-width: 1;
    stroke: #2CC9B7;
    fill-opacity: 1;
}
.dc-chart path.line {
    stroke-width: 2.5px;
}
/*tooltip styles*/
div.tooltip {
    max-width: 250px;
    position: absolute;           
    padding: 10px;           
    background: white;
    border: 1px solid #d8dde3;
    border-radius: 2px;
    pointer-events: none;
    font-size: 12px;
    display: -ms-grid;
    display: grid;
    box-shadow: 0 8px 9px rgba(0,0,0,0.24),
      0 1px 8px rgba(0,0,0,0.12);
}
div.tooltip h3 {
    padding: 5px 0;
    border-bottom: 2px solid #2CC9B7;
    font-size: 14px;
    margin-bottom: 5px;
}
.info_item {
    display: inline-block;
}
.info_item_category {
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    display: inline-block;
    padding: 5px 0;
}
/*tooltip styles*/
.info_item_value {
    color: #051C38;
    font-family: Arial, Helvetica, sans-serif;
}
@media (max-width: 768px) {
    #list svg g text {
        font-size: 10px;
    }
}
@media (max-width: 600px) {
    #list svg g text {
        font-size: 10px;
    }
}
/* Select menu styles */
.selectMenu, .searchBar {
    margin: 0 8px 18px 0;
}
/* Radio button styles */
#filter-controls {
    display:  inline;
    margin: 15px 0;
}
#filter-controls input {
    margin: 0 4px 0 12px;
}
/*List styles*/
#list .table {
    background-color: rgba(247, 248, 250);
}
#list .table tbody tr {
    font-size: 11px;  
}
#list tbody tr:last-child {
    border-bottom: solid 1px white;
}
#list thead {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #051C38;
    color: #fff;
    position: sticky;
    top: 0;
}
#list th {
    font-family: Arial, Helvetica, sans-serif;
}
th span {
    margin-left: 5px;
}
.table td, .table th {
    padding:  0.5rem;
}
.nothing {
    display: none;
}
/*Reset styles*/
a.reset {
    color: #051C38;
    cursor: pointer;
}
a.reset:hover {
    font-weight: bold;
}
.reset {
    margin-left: 12px;
}
/*media queries*/
@media (max-width: 700px) {
    div#list {
        grid-row: 4;
        border-left: none;
    }
    #filter-controls {
        line-height: 2;
    }
}
/* Region pie chart styles */
.dc-chart .pie-slice {
    cursor: default;
}
.dc-chart .pie-slice :hover {
    cursor: default;
}
.dc-legend-item {
    pointer-events: none;
}
.active-unicorn {
    font-weight: bold;
    font-size: 24px;
}
/* Industry row chart styles */
.dc-chart g.row rect:hover {
    cursor: default;
    fill-opacity: 1;
}
.dc-chart g.row text {
    fill: #000;
    cursor: default;
}
.dc-chart g.row:hover, .dc-chart g.row text:hover, .dc-chart g.row rect {
    cursor: default;
}
/* Topline stylings */
#topline {
    margin: 24px 0;
    text-align: center;
}
#topline span{
    color: #1D5080;
    margin-bottom: 2px;
}
#topline li {
    display: inline-block;
    font-size: 18px;
    padding: 0 12px;
}
#topline li:not(:first-child) {
    border-left: 2px solid #40C2C9;
}
select {
    height: 20px;
}