body {
    background-color: #D5E1EF;
    font-family: sans-serif;
    margin: 0px;
}
div.ad-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 90vh;
    padding: 24px;
}
div.ad-wrapper object#map {
    margin: 0px auto;
    width: 100%;
    height: 100%;
}
div.modal-bg {
    position: fixed;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0px;
    left:0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
}
div.modal-inner {
    background-color: #fff;
    border-radius: 8px;
    padding: 24px;
    width: 70%;
    min-width: 300px;
    overflow: auto;
    text-align: center;
}
div#modal-title {
    font-size: 1.4rem;
    text-align: center;
    margin: 0px auto 24px auto;
    font-weight: bold;
}
div#modal table, div#modal table th, div#modal table td {
    border: 2px solid #FFFFFF;
}
div#modal img {
    width: 100%;
    max-width: 600px;
    margin: auto;
}
div#modal table {
    width: 100%;
    max-width: 600px;
    border-collapse: collapse;
    margin: auto;
    font-size: 14px;
}
div#modal table tr.details {
    display: table-row;
}
div#modal table th {
    width: 30%;
    background-color: #8EB4E3;
    color: #FFFFFF;
    font-weight: bold;
    padding: 4px 16px;
}
div#modal table tr.details td {
    text-align: left;
    padding: 4px 16px;
    white-space: pre-wrap;
}
div#modal table tr#status td,
div#modal table tr#count td {
    white-space: nowrap;
}
div.tips {
    text-align: center;
    margin: 32px;
    color: #666;
}
div#modal-close {
    text-align: center;
    margin: 12px 0px;
}
div#modal-close button {
    cursor: pointer;
    border-radius: 4px;
    background-color: #EFEFEF;
    border: none;
    padding: 4px 16px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
}
div#modal .hidden {
    display: none;
}
