.not-found-image-container{
    width: 1024px;
    margin: auto;
    max-width: 100%;
}

.not-found-image-container img{
    width: 100%;
    margin: auto;
}

p.not-fount-message{
    padding-bottom: 2rem;
    font-family: helvetica, arial, sans-serif;
    text-align: left;
}

.not-found-block{
    background-color: #fbfbfb;
}

.job-item-cat {
    position: absolute;
    top: -15px;
    z-index: 1;
}

.job-title{
    position: absolute;
    bottom: 0px;
}

.job-item-inner{
    min-height: 35px;
    position: relative;
}

.modal-content{
    min-width: 688px;
}

pre {
    overflow: auto;
    width: 500px;
    max-width: 100%;
}

.cnt ol li {
  clear: both;
}