﻿.vertical-top {
    top: 0;
}

.vertical-center {
    top: auto;
    bottom: auto;
}

.vertical-bottom {
    bottom: 0;
}

.horizontal-left {
    text-align: left;
}

.horizontal-center {
    text-align: center;
}

.horizontal-right {
    text-align: right;
}
