body .outdatedmessage {
    display: none;
    height: 100%;
    width: 100%;
    background-color: white;
    font-size: 200%;
    text-align: center;
    line-height: 100%;
    vertical-align: middle;
}

body .outdatedmessage span ul {
    display: table-cell;
    vertical-align: middle;
    line-height: normal;
}

body .outdatedmessage li {
    list-style-type: square;
}

body .modal-container {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

body .modal {
    background-color: #009fe3;
    margin: auto;
    max-width: 780px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
}

body .modal.LandscapeError {
    display: block;
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    height: 100%;
    z-index: 9999;
}
body .modal.LandscapeError .modal-inner {
    color: #ffffff;
    height: 100%;
    padding: 0px 40px 60px;
}
body .modal.LandscapeError .modal-inner .modal-content {
    background-color: transparent;
    border: none;
    height: 100%;
    text-align: left;
}

body .modal.LandscapeError .modal-inner .modal-content .headline {
    margin-left: 20px;
    margin-bottom: 5px;
    font-size: 17px;
    text-transform: uppercase;
}
