#actions-mini {
    position: relative;
    max-height: 24px;
    z-index: 500;
    overflow: visible;
    cursor: pointer;
    width: 190px;
    margin: 0 auto;
}

#action-menu {
    background: #1A2B57;
    color: #FCC79B;
}

input.actions-select {
    position: absolute;
    left: 85px;
    opacity: 0;
}

.menu-header {
    color: #1A2B57;
}

.actions-label {
    position: relative;
    z-index: 1;
    display: block;
    font-size: 2em;
    color: #FCC79B;
    cursor: pointer;
    background-color: #1A2B57;
    opacity: 100;
    line-height: normal;
    width: 170px;
    margin: 0 !important;
    padding: 0 !important;
}

.actions-label::after {
    content: "Actions \2207";
    font-size: 0.5em;
    vertical-align: middle;
}

input.actions-select:checked ~ .actions-label::after {
    content: "Actions \0394";
    font-size: 0.5em;
    vertical-align: middle;
}

input.actions-select:checked ~ .drop-menu {
    transform: translate3d(0, 0, 0);
}

input.actions-select:checked ~ .drop-menu .menu li {
    width: 100%;
}

#drop-menu {
    width: 190px;
    background: #1A2B57;
    color: #FCC79B;
    height: 100%;
    margin: 0 auto;
    display: none;
}

#drop-menu h1 {
    margin: 10px;
    text-shadow: 1px 1px 1px #000;
}

.menudrop {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menudrop > ul {
    list-style-type: none;
}

.menudrop a {
    display: block;
    text-decoration: none;
    background: #1A2B57;
    color: #FCC79B;
    font-size: 1em;
    padding: 0.5em;
    border-bottom: 1px solid #1e222b;
    box-shadow: inset 0px 1px 1px #888888;
}

.menudrop a:hover {
    background: #FCC79B;
    color: #1A2B57;
    box-shadow: inset 0px 1px 1px #475059;
}
