
thead {
  background-color: #2572b4;
  color:white;
}

/* Tooltip styling */
div.tooltip {
  background-color: white;
  color: black;
  border: 1px solid black;
  border-radius: 5px;
  padding: 10px;
  position: fixed;
  max-width: 200px;
}

.legend text {
    font-size: 13px;
}

.axes text {
    font-size: 13px;
}

.axes tick text {
    font-size: 13px !important;
}

h2 .fn-lnk {
 margin-top: 20px;
}

.sorting_asc, .sorting_desc {
    background-color: #103d65 !important;
}

#tiles .outerPanel {
    display: inline-block;
    margin-bottom: 15px;
    padding: 20px 15px 10px 15px;
    width: 100%;
    background-color: #e1e4e7;
}

#tiles .innerPanel {
    text-decoration: none;
    color: black;
    font-size: 18px;
}

#tiles .innerPanelText {
    text-decoration: none;
    color: black;
    font-size: 18px;
}

@media (min-width: 1200px){
    #tiles .outerPanel {
        width: 24.6%;
    }
}
    
@media (min-width: 768px){
    #tiles .outerPanel {
        width: 32%;
    }
}