/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */
.tick {
     padding-bottom: 1em;
     font-size:1rem;
     font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
 }
 
 .tick-label {
     font-size:.375em;
     text-align:center;
 }

 .tick-group {
     margin:0 .25em;
     text-align:center;
 }