
#infoPage {
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;
    width: 100%;
}

#stationInfo {
    padding-top: 20px;
    margin-bottom: 20px;
}

#stationPhotos {
    position: relative;
    margin-right: 10px;
}

.columnLeft_si {
    width: 174px;
    font-family: Arial, Helvetica, sans-serif;
    overflow-y: auto;
    left:0px;
}

.photoBlock {
    position: absolute;
    margin-left: 175px;
    padding-right: 20px;
    top: 0px;
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 50px;
    font-weight: normal;
    margin-right: 20px;
    opacity: 1.0;
    text-shadow: none;
}

.close:hover,
.close:focus {
    color: yellow;
    text-decoration: none;
    cursor: pointer;
    opacity: 1.0;
}

.close > a{
    color: lightgrey;
    font-size: 45px;
    font-weight: bold;
}

.height-adjust {
    clear: both;
}
.responsive {
    width: 100%;
    height: auto;
}

#compassDiv {
    position: fixed;
/*    bottom: 150px; */
    padding: 10px;
}

.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
    background-color: white;
    padding: 5px;
    opacity: 0.75;
}

.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
    font-size: 18px;
    background-color: white;
    padding: 5px;
    opacity: 0.75;
}

.top-left {
    position: absolute;
    top: 8px;
    left: 16px;
    font-size: 18px;
    background-color: white;
    padding: 5px;
    opacity: 0.75;
}
/* Slide show container */
.slidesContainer {
/*    max-width: 1000px; */
    position: relative;
/*    margin: auto;
    width: auto;
    height: auto; */
    display: block;
}

/* Hide the images by default */
.slides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: rgba(0,0,0,0.5);
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.caption {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.dot.active, .dot:hover {
    background-color: #717171;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
/*    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
    padding-top: 50px;
    padding-bottom: 20px;
}

.slides img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


#stationName {
    color: white;
    font-size: 18px;
}

.photoGroupList{
    padding-left: 3px;
}

#availablePhotoList{
    padding-left: 3px;
    padding-right: 20px;
}

.photoBlock, .slidesContainer, .directionName:hover {
    cursor: pointer;

}

.directionName {
    text-shadow: 2px 2px darkgrey;
    font-weight: bold;
}

.morePhotos {
    padding-top: 20px;
}

.infoTable td{
    padding-left: 25px;
}