.layout-row-element {
	vertical-align: top;
    border-left: solid 1px #bcd0ef;
    /*height: 100%;*/
}
.layout-row-element-first {
    border-left: none;
}
.layout-row-element-last {
}
.layout-column {
    width: 100%;
}
.layout-column .dropzone {
    width: 100%;
    vertical-align: top;
}
.layout-column-element {
    border-bottom: solid 1px #bcd0ef;
}
.layout-column-element-first {
	padding-top: 14px;
}
.layout-column-element-last {
    border-bottom: none;
    height: 100%;
}
.maincontent {
    /*height: 100%;*/
}
