﻿/*
    Copyright (c) 2001 Envision Technology Partners, Inc. All rights reserved.
*/

/*
    This file is where we will override the TinyMCE inline styles with classes.
    Our Content Security Policy does not allow inline styles.
*/

.custom-strikethrough {
    text-decoration: line-through;
}

.custom-underline {
    text-decoration: underline;
}

.custom-left {
    text-align: left;
}

.custom-center {
    text-align: center;
}

.custom-right {
    text-align: right;
}

.custom-justify {
    text-align: justify;
}
