ul.wysihtml5-toolbar {
    display: block;
    margin: 0;
    padding: 0;
}

ul.wysihtml5-toolbar::after {
    clear: both;
    content: "";
    display: table;
}

ul.wysihtml5-toolbar > li {
    display: list-item;
    float: left;
    list-style: none;
    margin: 0 5px 10px 0;
}

ul.wysihtml5-toolbar a[data-wysihtml5-command=bold] { font-weight: bold; }

ul.wysihtml5-toolbar a[data-wysihtml5-command=italic] { font-style: italic; }

ul.wysihtml5-toolbar a[data-wysihtml5-command=underline] { text-decoration: underline; }

ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: #E6E6E6;
    background-color: #D9D9D9;
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    outline: 0;
}

ul.wysihtml5-commands-disabled .dropdown-menu { display: none !important; }

ul.wysihtml5-toolbar div.wysihtml5-colors {
    display: block;
    height: 20px;
    margin-left: 5px;
    margin-top: 2px;
    pointer-events: none;
    position: absolute;
    width: 50px;
}

ul.wysihtml5-toolbar a.wysihtml5-colors-title { padding-left: 70px; }

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="black"] { background: black !important; }

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="silver"] { background: silver !important; }

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="gray"] { background: gray !important; }

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="maroon"] { background: maroon !important; }

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="red"] { background: red !important; }

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="purple"] { background: purple !important; }

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="green"] { background: green !important; }

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="olive"] { background: olive !important; }

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="navy"] { background: navy !important; }

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="blue"] { background: blue !important; }

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="orange"] { background: orange !important; }