
/* boxes */
.ps_text_box {
    padding: 20px !important;
    margin: 10px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

ul.ps_text_box {
    padding: 20px 40px !important;
}

.ps_text_box_1 {
    border: 2px dashed #595959;
    background: #d9d9d9;
    color: #000;
}

.ps_text_box_1_1 {
    border: 2px dashed #afafae;
    background: #f2f2f2;
    color: #000;
}

.ps_text_box_2 {
    border: 2px dashed #295925;
    background: #51b048;
    color: #fff;
}

.ps_text_box_2_1 {
    border: 2px dashed #295925;
    background: #aaffaa;
    color: #000;
}

.ps_text_box_3 {
    border: 2px dashed #3a3cba;
    background: #474ae2;
    color: #fff;
}

.ps_text_box_3_1 {
    border: 2px dashed #3a3cba;
    background: #e5e5fc;
    color: #000;
}

.ps_text_box_4 {
    border: 2px dashed #cf0e22;
    background: #ce404f;
    color: #fff;
}

.ps_text_box_4_1 {
    border: 2px dashed #cf0e22;
    background: #fcd4d4;
    color: #000;
}

.ps_text_box_5 {
    border: 2px dashed #c2ac5f;
    background: #ffe37e;
    color: #000;
}

.ps_text_box_5_1 {
    border: 2px dashed #c2ac5f;
    background: #ffffaa;
    color: #000;
}

.ps_text_box_6 {
    border: 2px dashed #bbbbbb;
    background: #fff;
    color: #000;
}