.columnlayout {}
.columnlayout .columnlayout-container {
    /*margin: 1px;*/
    /*margin-top: 20px;*/
    margin: 0px;
}

.columnlayout .columnlayout-column {
    border: 1px dashed black;
    word-wrap: break-word;
    /*padding-top:30px;*/
}

.columnlayout-table {
    width: 100%;
}

.columnlayout-table td {
    min-height:20px;
}

.columnlayout-editable {
    /*border: 1px dashed black;*/
}

.columnlayout-column-one {
}

.columnlayout-single {
    width: 100%;
}

.columnlayout-double {
    width: 50%;
}
.columnlayout-triple {
    width: 33%;
    background-color: #fff;
}

.columnlayout-quadruple {
    width: 25%;
}
