﻿#tablemap-widget-container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    text-align: center;
}

#tablemap-widget {
    position: relative;
    margin: 30px auto;
    width: 917px;
    height: 600px;
    background: white;
    border: none;
    z-index: 1000;
}

#tablemap-widget-background {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.5;
}

@media (max-width: 917px) {
    #tablemap-widget {
        width: 100%;
    }
}

@media (max-width: 765px) {
    #tablemap-widget {
        margin: 0;
        height: 100%;
    }

    #tablemap-widget-container {
        height: 100%;
    }
}
