.lc-magic-bar {
    background-color: #EEE;
    padding: 5px;
}

.lc-magic-bar .button {
    display: inline-block;
    border: 1px #BBB solid;
    padding: 8px 15px;
    text-decoration: none;
    line-height: 1.2;
    cursor: pointer;
    transition: background .3s ease, opacity .3s ease;
    color: #333;
    background-color: #DDD;
}

.lc-magic-bar .button:active {
    transform: translate(0, 1px);
}

.lc-magic-bar .button:hover {
    background-color: #FFF;
}

.lc-magic-bar .button.delete {
    background-color: #F499A2;
}

.lc-magic-bar .button.delete:hover {
    background-color: #DB8992;
}

.lc-magic-bar .button:disabled {
    opacity: 0.5;
}

.lc-magic-bar .button {

}
