.mw-btn {
    padding: 9px 15px;
    text-align: center;
    border-radius: 3px;
    transition: all 0.3s;
    cursor: pointer;
    font-weight: 600;
    font-family: 'proxima-nova', sans-serif;
    display: inline-block;
    box-sizing: border-box;
}

.mw-btn-round {
    padding: 0.8em 1.4em;
    text-align: center;
    border-radius: 1000px;
    transition: all 0.3s;
    cursor: pointer;
    font-weight: 600;
    font-family: 'proxima-nova', sans-serif;
    display: inline-block;
    box-sizing: border-box;
}

.mw-btn-filled {
    color: white;
    background-color: #416ba9;
    /* primary accent colour */
}

.mw-btn-inverted {
    color: #416ba9;
    /* primary accent colour */
    background-color: white;
    border: 2px solid #416ba9;
    /* primary accent colour */
}

.mw-btn-inverted:hover {
    color: white;
    background-color: #416ba9;
    /* primary accent colour */
}

.mw-btn-inverted-no-hover {
    color: #416ba9;
    /* primary accent colour */
    background-color: white;
    border: 2px solid white;
}

.mw-btn-light {
    color: #416ba9;
    /* primary accent colour */
    background-color: white;
}

.mw-btn-elevate:hover {
    transform: translateY(-8px);
}

.mw-btn-nav {
    height: 40px;
    font-size: 15.4px;
    font-weight: 400;
    padding: 0 16px;
    line-height: 40px;
}

.mw-btn-nav:hover {
    background-color: #F0F0F0;
}

.mw-btn-nav-highlight,
.mw-btn-nav-highlight:hover,
.mw-btn-highlight,
.mw-btn-highlight:hover {
    color: white;
    background-color: #56c29e;
    /* call to action colour */
}

div.conf-macro.output-block[data-macro-name="mw-add-website-button"] {
    background-color: #D0D0D0;
    width: 40%;
    min-width: 300px;
    max-width: 600px;
    text-align: center;
    padding: 20px 0;
}

div.conf-macro.output-block[data-macro-name="mw-add-website-button"] p {
    font-family: 'Courier New', Courier, monospace !important;
    font-weight: bold;
    margin: 2px;
    margin-bottom: 16px;
}