.bubbles-button-center {
    text-align: center;
}

.bubbles-button-video {
    height: auto;
    max-width: 100%;
}

.bubbles-button-video-embed iframe,
.bubbles-button-video-embed video {
    max-width: 100%;
}

.bubbles-message {
    margin: 0 0 12px;
    min-height: 24px;
}

.bubbles-button-footer {
    margin-top: 18px;
}

.bubbles-button-downtime {
    margin: 20px 0;
}

.bubbles-button-downtime h2 {
    margin-bottom: 10px;
    white-space: pre-line;
}

.bubbles-button-downtime p {
    font-size: 1.3em;
    font-weight: 600;
    line-height: 1.45;
    margin: 0 auto;
    max-width: 42rem;
}

.BubbleBtn {
    border: 0;
    width: 100px;
    height: 102px;
    background: url("../images/bubble-button-normal.jpg") no-repeat;
    display: inline-block;
}

.BubbleBtn:hover {
    border: 0;
    background: url("../images/bubble-button-hover.jpg") no-repeat;
    cursor: pointer;
}

.BubbleBtn:disabled {
    border: 0;
    background: url("../images/bubble-button-click.gif") no-repeat;
}
