html, body, .container-fluid {
    height: 100%;
    width:100%
}

.maptitle {
    background-color: #fff;
    padding: 5px;
    text-align: center;
    border: 1px solid #ccc;
    box-shadow: 0 2px 2px rgba(33, 33, 33, 0.4);
    font-family: 'Roboto','sans-serif';
    margin: 10px;
}

.modal-header {
    background-color: #07f;
}

.modal-title {
    color: #fff;
}

.modal-body {
    background-color: #eee;
}

.modal-footer {
    background-color: #fff;
}

.mc-bluebkg {
    background-color: #07f;
}

/* Google Places auto-complete container */
.pac-container {
    z-index: 10000 !important;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.nowrap {
    white-space: nowrap ;
}

.arc text {
    font: 10px sans-serif;
    text-anchor: middle;
}

.arc path {
    stroke: #fff;
    opacity: 0.5;
}
