.saao-ephem .map {
    height: 400px;
    width: 400px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.saao-ephem .wait {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #999;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.3;
    z-index: 1000;
}

.saao-ephem {
    position: relative;
}

.saao-ephem .ephemerides-table th {
    text-align: center;
}

.saao-ephem .ephemerides-table td {
    text-align: right;
}

.saao-ephem .api-error, .saao-ephem .location-error {
    color: red;
    padding: 7px;
    border: 1px solid red;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #e6c3c7;
}
