﻿/*******************************************************************************************
CSS Framework based on SMACSS
Layout rules divide the page into sections. Layouts hold one or
more modules together.
*******************************************************************************************/
.l-just-l {
    text-align: left;
}
.l-just-r {
    text-align: right;
}
.l-just-c {
    text-align: center;
}
.l-vert-t {
    vertical-align:top;
}
.l-vert-m {
    vertical-align:middle;
}
.l-vert-b {
    vertical-align:bottom;
}
