#left-column-undo-button {
    background: transparent;
    position: absolute;
    left: 4px;
    top: -4px;
    height: 75px;
    width: 75px;
}

body {
    background-color: #2C293E;
    height: 100vh;
    width: 100vw;
    text-align: center;
    padding: 2vh 10vw;
    font-family: raleway, sans-serif;
    color: #777;
}

.example-image {
    padding-left: 25px;
    height: 249px;
    width: 285px;
    margin-top: 20px;
}

.filler, #footer-container, #info-footer {
    display: none;
}

html {
    position: fixed;
}

#info-button {
    background: transparent;
    position: absolute;
    left: 750px;
    top: 0px;
    height: 75px;
    width: 75px;
}

#infopage-status-box {
  border-bottom: 0;
}

#label-type-counterexample, #label-type-example {
    font-size: 30pt;
    padding-left: 25px;
    font-weight: bold;
}

#left-column-feedback-button {
    font-size: 30pt;
    width: 90%
}

#left-column-jump-button {
    background: transparent;
    position: absolute;
    left: 900px;
    top: 0px;
    height: 75px;
    width: 75px;
    color: white;
}

#modal-comment-box {
    top: 0px;
}

#modal-comment-cancel-button {
    font-size: 30pt;
    width: 45%;
    float: right;
}

#modal-comment-holder {
    z-index: 5;
}

#modal-comment-ok-button {
    font-size: 30pt;
    width: 45%;
    float: left;
}

#modal-comment-textarea {
    font-size: 60pt;
    border-width: 2px;
    height: 200%;
    width: 200%;
    transform: scale(0.5);
    transform-origin: left top;
    margin-bottom: -100px;
}

#modal-comment-title {
    font-size: 30pt;
    text-align: left;
}

.modal-foreground {
    top: 0px;
    left: 0;
    right: 0;
    padding: 0px;
    height: 525px;
    background: rgba(255, 255, 255, 1);
    color: rgba(80, 80, 80, 1);
    font-size: 40pt;
    position: absolute;
    min-height: 480px;
    border: 5px solid black;
    border-radius: 3px 3px 3px 3px;
    z-index: 4;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    overflow: auto;
    padding-bottom: 20px;
}

#modal-info-background {
    position: absolute;
    left: 0px;
    top: 0;
    background: rgba(255, 255, 255, 0.5);
    visibility: hidden;
    height: 100%;
    width: 110%;
}

#modal-info-close-button {
    font-size: 50pt;
    position: absolute;
    width: 75px;
    height: 75px;
    background: transparent;
    color: white;
    top: -25px;
}

#modal-info-description {
    padding-left: 25px;
    padding-bottom: 10px;
    color: #2C293E;
    font-size: 30pt;
    text-align: left;
    line-height: 1.3;
}

#modal-info-holder {
    visibility: hidden;
}

#modal-info-header {
    background: #2C293E;
    color: white;
}

#modal-landscape-description {
    font-size: 20pt;
}

#modal-landscape-holder {
    visibility: hidden;
}

#modal-mission-close-button {
    font-size: 50pt;
}

#modal-mission-header {
    font-size: 50pt;
}

#modal-mission-complete-title {
    font-size: 50pt;
}

#ps-logo {
    width: 500px;
}

#ps-logo-landscape {
    width: 350px;
}

#status-current-mission-completion-bar {
    height: 50px;
    width: 190px;
    left: 0px;
    top: 0px;
}

#status-current-mission-completion-bar-filler {
    border-width: 0;
    height: 50px;
    position: absolute;
    width: 190px;
}

#status-current-mission-completion-rate {
    font-size: 25pt;
    width: 190px;
}

#svv-panorama-holder {
    position: absolute;
    top: 120px;
    width: 730px;
    height: 390px;
}

#title-bar-holder {
    position: absolute;
    left: 0px;
    width: 500px;
    height: 75px;
    top: 50px;
}

#mission-title {
    font-size: 40px;
    color: white;
    top: 10px;
    width: 700px;
}

#validation-yes-button {
    background-color: #78C8AB;
    color: #2C293E;
}

.animate-button:active {
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-animation-name: confirm-press;
    animation-name: confirm-press;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@keyframes confirm-press {
    0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    }
    50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    }
    100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    }
}

#validation-no-button {
    background-color: #EB7350;
    color: #2C293E;
}

#validation-unsure-button {
    background-color: #FDD68D;
    color: #2C293E;
}

.validation-button {
    height: 100px;
    background-color: white;
    border-radius: 25px;
    border-width: 3px;
    border-color: #2C293E;
    width: 260px;
    font-size: 36px;
}

#validation-button-holder {
    position: relative;
    left: -80px;
    height: 90px;
    width: 730px;
    z-index: 1;
}

.gray-button-mobile {
    position: relative;
    background-color: rgba(251, 215, 139, 1);
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    border-radius:10px;
    border:1px solid rgba(251, 215, 139, 1);
    display:inline-block;
    position: absolute;
    right: 45px;
    top: 45px;
    cursor:pointer;
    color:#2D2A3F;
    font: normal normal normal 14px/1.4em raleway,sans-serif;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    font-weight: bolder;
    font-size:40px;
    max-width: 500px;
    height: 75px;
    padding:5px 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-decoration:none;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
}

/* Styling for the test server warning banner that is specific to only the mobile validate page. */
.test-server-banner {
    position: absolute;
    top: 125px;
    width: 99%;
    left: 0.5%;
    z-index: 2;
}
.test-server-banner-content {
    font-size: xx-large;
}

.severity-image {
    height: 30px;
    width: 30px;
    margin-left: 8px;
}
