/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

ul.ebn_listitem {
    list-style: disc inside;
    line-height: 20px;
}

div.ebn_tab_content {
    line-height: 30px;
}

.ebn_multicolor-text {
    background: linear-gradient(to left,
            violet,
            indigo,
            blue,
            green,
            orange,
            red);
    -webkit-background-clip: text;
    color: transparent;
}

.ebn_table {
    background-color: beige;
    padding: 5px;
  }

.ebn_td_keycombination {
    font-weight: bold;
    padding: 0 15px;
}

.ebn_donate_box {
    background-color: #e6d3e2;
    border: 1px solid #ccc;
    padding: 6px;
    margin: 30px 0;
}