.tooltip_templates {
	display: none;
}

.tooltip-trigger:hover {
	cursor: default;
}

.facility {
    margin: 10px 25px;
    display: flex;
}

.facility h2 {
    text-align: center;
}

.facility img {
    /* We set a height and then set the min and max to make
    sure the tooltips can calculate a raeasonable height in
    Chromium based browsers. */
    height: 300px;
    margin-left: 10px;
    margin-right: 0px;
    max-width: 150px;
    max-height: 120px;
}

.facility .details {
    width: 200px;
}

.facility .details h2 {
    margin-top: 0;
}

.facility a {
    font-weight: bold;
}

#map {
    position: relative;
    font-family: Verdana;
    border: 3px solid black;
}

#map .map-location {
    position: absolute;
    z-index: 2;
    color: white;
    font-size: 16px;
    /*font-weight: bold;*/
    font-style: italic;
    text-shadow: 2px 2px 2px #000;
    min-width: 33px;
    padding-top: 33px;
    background: transparent url('../images/maps/location-icon.png') no-repeat top left;
}

#map .panorama-location {
    position: absolute;
    z-index: 5;
    color: white;
    font-size: 16px;
    /*font-weight: bold;*/
    font-style: italic;
    text-shadow: 2px 2px 2px #000;
    min-width: 34px;
    padding-top: 37px;
    background: transparent url('../images/maps/panorama-icon.png') no-repeat top left;
}

#map > .map-bg {
    z-index:1;
    width: 100%;
}

.panorama-container {
    margin: 0 auto;
    width: 800px;
    height: 400px;
}

.panorama-container .panorama-container-loader {
    background-color: #FFFFFF;
    border-radius: 6px;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    text-align: center;
    top: 38%;
}

.fb-panorama-container {
    width: 820px;
    height:420px;
    background-color: #660000;
    padding: 10px 0;
}
