.loader {
    text-align: center;
    margin: 20px;
}
.menu-item.selected {
    background-color: #9DF775;
}
.menu-item {
    border-radius: 7px;
    height: 27px;
    cursor: pointer;
    margin-left: 10px;
    background-color: #FFCFCF;
    padding-left: 5px;
    padding-right: 5px;
}