.bar-chart .n .tick text {
    font-size: 13px;
}

.bar-chart .c0 .tick text {
    font-size: 15px !important;
}

#fig3Wrapper .c0>.tick text{
    transform: translate(-13px, 22px) rotate(-90deg);
}

#fig4Wrapper .c1>.tick text, #fig5Wrapper .c1>.tick text{
    transform: translate(-15px, 22px) rotate(-90deg);
}

#fig3Wrapper .c0>.tick:nth-child(odd) text {
    display: none;
}
.bar-chart .c1 .tick text {
    display: none;
}
/*3n-2*/
#fig4Wrapper .c1>.tick:nth-child(2n-1) text {
    display: block;
}
#fig5Wrapper .c1>.tick:nth-child(3n-2) text {
    display: block;
}

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-color: #103d65;
}

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

#monthly-highlights-international-mapSVG .legend-title tspan {
    font-size: 16px !important;
}