body, .tooltip, .popover {
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
}

.btn-default {
    border-color: #ddd;
}

.-superlarge {
    font-size: 300%;
    font-weight: 100;
    margin-bottom: 1em;
    margin-top: 1.5em;
}

.header-brand {
    font-weight: 100;
}

.col-message {
    max-width: 600px;
}

.mm-logo {
    font-weight: 100;
    font-size: 40px;
    vertical-align: middle;
}

    .mm-logo img {
        height: 120px;
    }

.mm-back {
    color: #aaa;
}

.mm-small {
    color: #888;
    font-size: 60%;
    margin-left: .5rem;
}

.mm-table th {
    cursor: pointer;
}

.mm-flexcol {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.mm-flexrow {
    display: flex;
    flex-direction: row;
}

    .mm-flexrow.-flexcenter {
        justify-content: center;
    }


.mm-flexexpand {
    flex-grow: 1;
}

.mm-email {
    width: 100%;
}

    .mm-email .-subject {
        width: 100%;
        padding: 1em 1.5em;
        line-height: 100%;
        border-bottom: 1px solid #efefef;
    }

        .mm-email .-subject .-lbl {
            font-weight: 600;
        }

    .mm-email .-body {
    }

        .mm-email .-body div {
            font-weight: 600;
            padding: 1em 1.5em;
            border-bottom: 1px solid #efefef;
        }

        .mm-email .-body iframe, .mm-email .-body textarea {
            padding: 1em 1.5em;
            width: 100%;
            height: 500px;
            border: none;
        }


.page-single .col {
    -ms-flex-preferred-size: auto !important;
}

.page-single .container {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.cursor-help {
    cursor: help;
}

.campaign-hover-show {
    display: none;
}

.campaign-hover:hover .campaign-hover-show {
    display: inline;
}

.icon-link {
    color: #aaa;
    text-decoration: none;
}

    .icon-link:hover {
        color: #467fcf;
        text-decoration: none;
    }


.text-green {
    color: #5eba00 !important;
}
