.lotusSection, .portlet-section {
margin:0 0 20px;
padding:0;
border-width:0;
width:auto;
}
.lotusSection h2, .dijitTitlePaneTitle, .portlet-section h2 {
margin-bottom:0;
padding:4px 5px 6px;
font-size:1em;
color:#000;
box-shadow:#eee 0 3px 5px;
-webkit-box-shadow:#eee 0px 3px 5px;
-moz-box-shadow:#eee 0 3px 5px;
border:1px solid #ccc;
background-color:#f4f4f4;
background-image:none;
background-image:-moz-linear-gradient(top, #f4f4f4 0%, #eaeaea 100%);
background-image:-webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#eaeaea));
background-position:left top;
border-radius:3px 3px 0 0;
-moz-border-radius:3px 3px 0 0;
-webkit-border-radius:3px 3px 0 0;
}
.lotusSection .lotusDragHandle {
left:0
}
.lotusSection .lotusChunk h3 {
margin-top:5px
}
.lotusSection .lotusSectionBody, .portlet-section .lotusSectionBody {
margin:0;
padding:5px 5px 5px 10px;
border-width:0 1px 1px 1px;
border-style:solid;
border-color:#ccc;
background-color:#fff;
box-shadow:#eee 0 3px 5px;
-webkit-box-shadow:#eee 0 3px 5px;
-moz-box-shadow:#eee 0 3px 5px;
}
.lotusSection .lotusChunk {
margin-top:0;
margin-bottom:5px
}