body{
    background:#ffffff;
}

#latest-orders-frame{
    width:100%;
    height:100%;
    position:absolute;
    background:#ffffff;
    top:0;
    left:0;
}

.col{
    float:left;
    width:30%;
    margin-right:30px;
    background:#cccccc;
    color:#333333;
}

.latest-orders-widget:before, .clearfix:after { 
    content: ""; 
    display: table; 
}

.latest-orders-widget:after { 
    clear: both; 
}

.latest-orders-widget { 
    zoom: 1; 
}