.normalContainer
{
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 20px;
}
.containerDivider {
    width: 100%;
    height: 3px;
    float: left;
    outline: 1px solid #999;
    margin-bottom: 20px;
}
.containerDividerB {
    width: 100%;
    height: 3px;
    float: left;
    outline: 1px solid #999;
    background-color: white;
    margin-bottom: 10px;
}
.DNNModule:last-child {
    margin-bottom: 0px;
 }
 .pgContainer
{
    float: left;
    width: 100%;
    position: relative;
}