.ublock {
    position: relative;
    background: #ffffff;
    border: 1px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.ublock-header {
    display: block;
    padding: 10px;
    background-color: #f7f7f7;
    position: relative;
}

.ublock-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
    cursor: move;
}

.ublock-tools {
    position: absolute;
    right: 10px;
    top: 3px;
}

.ublock-body {
    border-top: 1px solid #d2d6de;
    padding: 10px;
}

.btn-ublock-tool {
    box-shadow: none;
    background: transparent;
    border: 1px solid transparent;
}

.btn-ublock-tool:hover {
    background-color: #e1e1e1;
}

.ublock-label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.ui-state-highlight {
    margin-bottom: 20px;
}

.bg-light-blue {
    background-color: #3c8dbc !important;
}

.bg-yellow {
    background-color: #f39c12 !important;
}
