/**
 * @license
 * Copyright 2021 Google LLC.
 * SPDX-License-Identifier: Apache-2.0
 */
/* 
 * Always set the map height explicitly to define the size of the div element
 * that contains the map. 
 */
#map {
    height: 400px; 
    width: 100%; 
}

#mapmodal {
    height: 500px; 
    width: 100%; 
}

.shortdesc {
    color:#767676;
}

.content-container {
    margin-top: 50px;
    margin-left: 0;
}

@media only screen and (min-width: 991px){
    .content-container {
        margin-top: 0;
        margin-left: 20px;
    }
}
  
  