﻿.holder {
    width: 100%;
    height: 100%;
    position: relative;
}

.frame {
    width: 100%;
    height: 100%;
}
.titlebar {
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: relative;
    padding:5px;
    top: 0px;
    left: 0px;
    z-index: 1000;
}
.logobar {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1000;
}

#draggableLegendWidget {
    position: absolute;
    top: 45px;
    right: 80px;
}

.draggable {
    width: 200px;
    height: 50px;
    z-index: 1020;
}


img {
    padding: 5px;
    max-width: 100%;
}

@media (max-width: 800px) {
    img {
        padding: 5px;
        max-width: 80%;
    }

}
@media (max-width: 600px) {
    img {
        padding: 5px;
        max-width: 50%;
    }
    #logo {
        position: relative;
        left: 0px;
        bottom: 200px;
        z-index: 1000;
    }

}

#accordion {
    z-index: 2020;
}

#containment-wrapper {
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    padding: 10px;
}
