/**
 * Wrapper for USER and SERVICE messaging pages (same content width).
 * Include after servicePortal.css and messagingPortal.css.
 */

.user-messages-inner,
.service-messages-inner {
    max-width: 1100px;
    margin: 0 auto;
}
