.clearL { clear: left; }
.clearR { clear: right; }
.clearB { clear: both; }
.floatL { float: left; }
.floatR { float: right; }
.pic-descr1L {
    float: left;
    width: 250px;
    margin-bottom: 5px;
    margin-right: 12px;
    margin-bottom: 2px;
    padding-bottom: 7px;
    border-radius: 10px;
    border-width: 2px;
    border-style: solid;
    border-color: #3f3f3f #333 #333 #3f3f3f;
    background-color: #333B41;
}
.pic-descr1L p {
    font-size: 1em !important;
    text-align: center;
    line-height: 1.2em !important;
    color: #e2e2e2;
}
.pImg1 {
    border-radius: 8px;
    margin-bottom: 7px;
    border-bottom: 1px solid #000;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
}
.marginB14 { margin-bottom: 14px; }
.marginB12 { margin-bottom: 12px; }
