/* Misc Utility CSS classes */
.wppg-css-clear{clear: both;}
.wppg-alignRight {text-align: right !important;}
.wppg-alignLeft {text-align: left !important;}
.wppg-strong {font-weight: bold !important;}

.wppg_yellow_box_front_end{
    margin: 10px 0 15px;
    background-color: #FFFFE0;
    border-color: #E6DB55;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;   
    padding: 8px;
}

.wppg_red_box_front_end{
    background-color: #FFEBE8;
    border-color: #CC0000;
    color: #333333;
    margin: 10px 0 15px;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;   
    padding: 8px;
}
