/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 @media only screen and (max-width: 600px) {
   .indexes-ordered-list {
     width: 100% !important;
   }
 }

.indexes-div {
   font-size: 1.2em;
 }

.indexes-ordered-list {
   float: left;
   width: 29%;
 }

.indexes-div ul {
   list-style-type: none;
 }

.name-indexes-header {
  padding: 10px 0;
}

.name-indexes-header h5 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.name-indexes-list {
   margin: 0.5em 0;
 }
