
.errornumber {
    position: relative;
    top: 35px;
    display: inline-block;
    letter-spacing: -10px;
    margin-top: 0px;
    margin-bottom: 50px;
    line-height: 128px;
    font-size: 120px;
    font-weight: 300;
    color: #7bbbd6;
    text-align: right;
}

.errordetails {
    margin-left: 40px;
    display: inline-block;
    padding-top: 0px;
    text-align: left;

}

.errortitle {
    color: #666;
}

.next-prev-container {
    text-align: center;
    padding-top: 20px;
}

.btn-next-prev {
    background-color: #019ECA !important;
    color: white !important;
    padding: 12px 18px !important;
    min-width: 90px !important;
    text-decoration: none !important;
    border-radius: 3px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

.btn-next-prev:hover {
    text-decoration: none !important;
}

.button-prev {
    margin-right: 3px;
}

.progress-meter { 
    height: 10px;
    position: relative;
    background: lightgrey;
    border-radius: 8px;
}

.progress-meter > span {
    display: block;
    height: 100%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #019ECA;
    box-shadow: 
        inset 0 2px 9px  rgba(255,255,255,0.3),
        inset 0 -2px 6px rgba(0,0,0,0.4);
    position: relative;
    overflow: hidden;
}

.progress-meter-text {
    margin-top: 5px;
    margin-bottom: 30px;
}

@media (max-width: 480px) {
    .errornumber, .errordetails {
        text-align: center;
        margin-left: 0px;
    }
}



