/* -- FIXES -- */

.bottom_menu .popup {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/* -- STYLING -- */

.bottom_menu .title {
    color: #ee1d25;
    font-size: 18px;
    white-space: nowrap;
}

.bottom_menu .item {
    color: #989898;
    font-size: 14px;
    white-space: nowrap;
}

.bottom_menu:last-child .item {
    font-size: 16px; /* [!] ??? */
}

/* -- SPACING -- */

.bottom_menu {
    margin-left: 45px;
    margin-right: 45px;
}

.bottom_menu .title {
    margin-bottom: 0;
    margin-top: 5px;
}

.bottom_menu li {
    margin-top: 17px;
}
