/* Brand Colors */
/* Additional Colors */
/* Section-based Color Name Aliases */
/* Social Colors */
/* Dimensions */
/* Mixins */
/* Button Template */
/* Placeholder Styling */
/* Easily color-customize the bullets on list items */
/* Playbill Styling */
/* Column structure */
.col-container:after { content: ''; display: block; clear: both; }

.col-2 { float: left; width: 49%; margin: 0 1% 0 0; }

.col-2:nth-child(even) { float: right; margin: 0; }

.col-3 { float: left; width: 32%; margin: 0 1% 0 0; }

.col-3:nth-child(3n) { float: right; margin: 0; }

.col-2of3 { float: left; width: 65%; margin: 0 1% 0 0; }

.col-2of3:last-child { float: right; margin: 0; }

.col-4 { float: left; width: 24%; margin: 0 1% 0 0; }

.col-4:nth-child(4n) { float: right; margin: 0; }

.col-2of4 { float: left; width: 49%; margin: 0 1% 0 0; }

.col-2of4:last-child { float: right; margin: 0; }

.col-3of4 { float: left; width: 74%; margin: 0 1% 0 0; }

.col-3of4:last-child { float: right; margin: 0; }

.col-5 { float: left; width: 19%; margin: 0 1% 0 0; }

.col-5:nth-child(5n) { float: right; margin: 0; }

/* Tables */
table { border-collapse: collapse; }

table th, table td { margin: 0; padding: 0.2em; }

table thead th { text-align: center; font-weight: bold; cursor: default; }

table tbody { /*tr:hover th,tr:hover td { background:lightYellow!important; }*/ }

table tbody th { text-align: left; font-weight: bold; cursor: default; }

table tbody tr:nth-child(even) th, table tbody tr:nth-child(even) td { background: #eee; }

/* Wordpress Classes */
.alignleft { float: left; margin: 1.5em 1.5em 1.5em 0; }

.alignright { float: right; margin: 1.5em 0 1.5em 1.5em; }

img.alignleft, img.alignright { margin-top: 0; }

.aligncenter { display: block; margin: 1.5em auto; text-align: center; }

.wp-caption { font-size: 0.8em; line-height: 1.3em; text-align: center; }

/*# sourceMappingURL=print.css.map */