/*****************************
* from : www  
/etc/designs/www/clientlibs/css/summary-overview.css
/etc/designs/www/clientlibs/css/layout.css
*****************************/
.cq-colctrl-lt0-c0:after, .cq-colctrl-lt0-c:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.colctrl.section {
    clear: both;
}
div.cq-colctrl-cols { width: 100%; }

div.cq-colctrl-default { 
    width: 100%;
    border-top: 1px solid #ccc;
}
.new.section, .colctrl.section {
    *height: 0;
}
/* layout 0 : 50% 50% ( grid6 + grid6 ) */
div.cq-colctrl-lt0 {
    height: 100%;
    width: 100%;
    float: left;
    border: 0;
    vertical-align: top;
    margin: 0;
    display: table-row;
    padding: 10px 0;
}
div.cq-colctrl-lt0-c0 {
    /*width: 51%;*/
    width: 47%;
    padding: 0;
    display: table-cell;
    float: left;
    border-top: 1px solid #ccc;
}

div.cq-colctrl-lt0-c1 {
    /*width: 49%;*/
    width: 47%;
    padding: 0;
    display: table-cell;
    float: right;
    border-top: 1px solid #ccc;
}

/* AskF5 specific */
div.cq-colctrl-lt0 .overviewbox, div.cq-colctrl-default .overviewbox {
    margin-left: 10px;
}
div.cq-colctrl-lt0 .versionslist {
    padding-top: 10px;
}
