.button,
#main-content table tfoot td .bulk-actions select,
.pagination a.number,
form input.text-input,
form textarea,
form .wysiwyg,
form select {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.content-box,
.content-box-header,
ul.content-box-tabs li a.current,
.shortcut-button,
.notification {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.content-box .board-edit {
    float: right;
    background: #eee;
    padding: 5px;
    border-radius: 5px;
    margin-top: 10px;
    margin-right: 10px;
    cursor: pointer;
}

.content-box .board {
    width: 100%;
    height: 20em;
    background: #eee;
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/galleriffic/2.0.1/css/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 10px;
    padding: 5px;
    resize: both;
    box-sizing: border-box;
}

.content-box .tag-title {
    margin: 10px auto;
    display: table;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
}

.content-box .tag-select {
    background: #ddd;
    text-align: center;
}

.content-box .tag-select > .type {
    display: inline-block;
    padding: 4px 8px 4px 8px;
    margin: 3px 8px 3px 8px;
    background: #fff;
    font-size: 14px;
    color: #ccc;
    cursor: pointer;
    border-radius: 3px;
    font-family: serif, sans-serif, Helvetica;
}

.content-box .tag-select > .type:hover {
    color: #000;
    background: #ddd;
}

.content-box .tag-select > .type.active {
    color: #fff;
    background: #337ab7;
}

.content-box .tag-cloud {
    height: 20em;
    overflow-y: auto;
    background: #fff;
    border: 5px solid #eee;
    box-sizing: border-box;
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/galleriffic/2.0.1/css/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}

.content-box .tag-cloud:before {
    content: '';
    position: relative;
    width: 100%;
    height: 10px;
    display: block;
}

.content-box .tag-cloud .tag {
    background: #eee;
    float: left;
    margin: 8px 0px 0px 12px;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bolder;
}

.content-box-header {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.closed-box .content-box-header {
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

ul.content-box-tabs li a.current {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.shortcut-button span {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

div.wysiwyg ul.panel li a {
    opacity: 0.6;
}

div.wysiwyg ul.panel li a:hover,
div.wysiwyg ul.panel li a.active {
    opacity: 0.99;
}
