ul.content-splitter {
    list-style: none;
    width: 100%;
    display: block;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    outline: 0 !important;
}
.block-widgets-table table tr td.drag-s{
    visibility: hidden;
    border: 0px solid black;
    padding: 0px;
}

ul.content-splitter li.cs-region {
    display: block;
    float: left;
    vertical-align: top;
    min-height: 40px;
    border-right: 1px solid blue;
    padding: 0px !important;
    margin: 0 !important;
    border: 0 !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

ul.content-splitter li.cs-region.first > .block {
    margin-left: 0px;
    margin-right: 6px;
}

.block.block-widgets .content {
    margin-bottom: 16px;
}

block-widgets-table table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

.block-widgets-table table tr:first-child {
    height: 0px !important;
}

.block-widgets-table table tr td.drag-s {
    width: 0px !important;
}

.block-widgets-table table tr td {
    border: 1px solid black;
    vertical-align: top;
    padding: 3px;
}

body.swatch-green #page-wrapper #main-wrapper #main .content h2 {
    color: #364f8e;
}

body #page-wrapper #main-wrapper #main .content h2 {
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

.block-widgets-table table tr td.drag-corner {
    visibility: hidden;
}

.block-widgets-table table tr td.drag-e {
    border: none;
}

.aloha-content {
    word-break: break-word;
}

@media(max-width: 768px) {
    ul.content-splitter li.cs-region {
        width: 100% !important;
    }
}