﻿.success-message {
    padding: 20px;
    margin: 20px auto;
    background: #D4E6C2;
    text-align: center;
    width: 1000px;
    box-shadow: 0 0 0 7px rgba(156, 185, 126, 0.7);
    border-radius: 8px;
    color: #396111;
    font-size: 1.5em;
    line-height: 1.3em;
}

.demo-button {
    width: 100%;
    background-color: #C4381F;
    color: white;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    display: block;
}

.admin-timings {
    cursor: default;
    position: fixed;
    left: 5px;
    bottom: 5px;
    font-size: 11px;
    background: transparent;
    border-radius: 4px;
    padding: 0 4px
}


.au-map {
    margin-top: 25px;
    margin-bottom: 25px;
}

.au-persons-title {
    margin-right: auto;
}