html, body {
    height: 100%;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #ffffff;
    color: #2E2E2E;
}

#container {
    width:100%;
}

@media (min-width: 768px) {
  #container {
      width:100%;
  }
}

#legend {
    width: 100%;
    display: table;
    margin: 0 auto;
    margin-left: 40px;
    margin-top: 20px;
}

#menu ul {
    list-style: none;
    margin: 0 auto;
    text-align: center;
    background-color: pink;
    display: inline-block;
}

#menu li {
    display: inline;
}

#menu li a {
    font-size: 12px;
    display: inline-block;
    height: 50px;
    width: 50px;
    margin: 0 5px 0 5px;
    border-radius: 50%;
    background-color: #fff;
    color: #368dff;
    text-align: center;
    text-decoration: none;
    border: 1px solid rgba(54, 141, 255, 0.44);
    font-variant: all-small-caps;
}

.item-text {
    padding-top: 15px;
    line-height: 10px;
}

.menu-text {
    font-weight: bold;
    font-size: 16px;
}

#menu li a:hover {
    background-color: #368dff;/*#225eaf*/;
    color: #fff;
}

#graphs {
    width: 100%;
    padding: 40px;
}

.active {
    background-color: #368dff !important;
}

.exceed-index {
    border: 1px solid #ff9f38 !important;
}

.active-index {
    width: 100%;
    text-align: center;
    font-variant: all-small-caps;
    color: rgba(54, 141, 255, 0.44);
    font-weight: bold;
    padding: 0;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 24px;
}
.selected-index {
    background-color: #368dff !important;
    color: white !important;
}