#motd-modal button[data-close]{
    margin: 0 1rem 0 0;
}

#motd-modal .button[data-close] {
    margin: 1rem auto 1rem auto;
    display: block;
}

#motd-modal article article {
    border: 1px solid #ff6b3c;
    border-radius: 3px;
    margin-top: 1.5rem;
    padding: 1rem;
}

#motd-modal article article h1,
#motd-modal article article h2,
#motd-modal article article h3,
#motd-modal article article h4 {
    font-size: 1.5rem;
    margin: 0.5rem 0rem 1rem 0rem ;
    color: inherit;
}

#motd-modal article article h1:first-child,
#motd-modal article article h2:first-child
#motd-modal article article h3:first-child
#motd-modal article article h4:first-child {
    color: #f26539;
}

#motd-modal.diy {
    position: absolute;
    display: block;
    opacity: 1;
    visibility: visible;
    top: 0;
    left: 0;
    right: 0;
    max-width: 55.55556rem;
    width: 80%;
    margin: 0 auto;
    z-index: 1005;
    background-color: #FFFFFF;
    padding: 1.66667rem;
    border: solid 1px #666666;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    border-radius: 3px;
}

#motd-modal.diy:not([data-count='0']):not([data-count='1']) {
    overflow-y: scroll;
}

#motd-modal.diy .close-button {
    color: #AAAAAA;
    cursor: pointer;
    font-size: 2.22222rem;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 0.55556rem;
    right: 1.22222rem;
    text-decoration: none;
    border: none;
    background-color: transparent;
    background-image: none;
    margin: 0;
    padding: 0;
}

#motd-modal.diy .close-button:hover,
#motd-modal.diy .close-button:focus {
    color: #0a0a0a;
}

#motd-modal.diy .button {
    display: block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 0.85em 1em;
    margin: 1rem auto 1rem auto;
    background-color: #2ba6cb;
    background-image: none;
    color: #fefefe;
}

.reveal-modal-bg.diy {
    background: rgba(0, 0, 0, 0.45);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    left: 0;
    z-index: 1004;
}
