﻿/*.modal-xlg .modal-dialog .modal-content {
    width: 98%;
    height: 95%;
}*/

html, body {
    height: 100%;
}

.modal-xlg .modal-dialog {
    position: relative;
    width: 95%;
    height: 90%;
    left: 1%;
}

.modal-xlg .modal-dialog .modal-content {
    height: 100%;
}

@media screen and (orientation: landscape) and (max-width: 1000px) {
    #graph_label {
        height: 15% !important;
    }
}