#blocks td.region {
    font-weight: bold;
}

#blocks tr.region-message {
    font-weight: normal;
    color: #999;
}

#blocks tr.region-populated {
    display: none;
}

.block-region {
    background-color: #B8D0E8;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 5px;
    text-align: center;
}

.page-content {
    padding: 5em 2em;
    border: 1px dashed #CCC;
    text-align: center;
}

div#blocks-container {
    -moz-column-count: 3;
    -moz-column-gap: 3%;
    -moz-column-width: 30%;
    -webkit-column-count: 3;
    -webkit-column-gap: 3%;
    -webkit-column-width: 30%;
    column-count: 3;
    column-gap: 3%;
    column-width: 30%;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
}

div.region-column {
    border: 1px solid #DDD;
    border-radius: 4px;
    padding: 5px 10px;
    margin-bottom: 1em;
    page-break-inside: avoid;
    background: #FFF;
}

div.region-column h3 {
    margin-top: 0;
    margin-bottom: 0.5em;
}

div.dropcolumn {
    padding: 5px 0;
}

div.portlet {
    width: auto;
    border: 1px solid #EEE;
    margin-bottom: 0.5em;
    background: #FFF;
}

.portlet-header {
    background: #F7F7F7;
    padding: 5px;
}

.portlet-header:hover {
    cursor: move;
}

.portlet-content {
    padding: 5px;
}

div.empty-portlet {
    border: none;
    padding: 5px;
}

div#block-admin-left {
    float: left;
    width: 75%;
    margin-left: 0;
    margin-right: -75%;
}

div#block-admin-right {
    float: left;
    width: 23%;
    margin-left: 77%;
    margin-right: -100%;
}

.portlet-placeholder {
    height: 3em;
    background: #F7F7F7;
    line-height: 1.2em;
    border: 1px dashed #DDD;
    margin-bottom: 0.5em;
}

.ui-sortable-helper div.portlet-content,
#block-admin-right div.portlet-content {
    display: none;
}

.ui-sortable-helper {
    height: 27px !important;
}

div.portlet-select {
    display: none;
}