﻿/* Text alignment */
.sp-text-start {
    text-align: start !important;
}

.sp-text-end {
    text-align: end !important;
}

.sp-text-center {
    text-align: center !important;
}

.sp-text-left {
    text-align: left !important;
}

.sp-text-right {
    text-align: right !important;
}