/*
Theme Name: Trinity ms
Theme URI:
Version: 1.0
Tags:
Description:
Author:
Author URI:
*/

.aligncenter, .alignleft, .alignright {
    display: block;
    padding: 0;
}

.aligncenter {
    float: none;
    margin: .5em auto 1em !important;
}

.alignright {
    float: right;
    margin: .5em 0 1em 1em !important;
}

.alignleft {
    float: left;
    margin: .5em 1em 1em 0 !important;
}

.has-text-align-center {
    text-align: center;
}
