﻿.forecast-preview {
    position: relative;
}

.forecast-preview a, .forecast-preview a:hover {
    text-decoration: none;
    font-size: 9pt;
    font-weight: bold;
    color: #999;
}

.forecast-preview-legend table {

}

.forecast-preview-legend table .color-row {
    min-width: 20px;
}

.forecast-preview-legend table .key-row {
    padding-left: 5px;
}

.forecast-preview-legend {
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.5)
}

#full-screen {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 1000;    
}

#full-screen .images {
    position: absolute;
    background-color: white;
    left: 50%;
    top: 50px;
    bottom: 50px;
    margin-left: -480px;
    overflow-y: scroll;

}

#full-screen .images .image {
    max-width: 100%;
}

#full-screen .images .overlay {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
}