
#jobs .details {
    display: none;
}

#jobs ul li {
    list-style: none;
}

.options {
    padding-bottom: 20px;
}

.titel-list {
    cursor: pointer;
    height: 90px;
}

.back-button {
    display: inline-block;
    font-size: 30px;
    padding-bottom: 20px;
}

.list-details.row {
    margin: 0px;
}


#jobs .list-pic img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    cursor: pointer;
}

/*@media print {*/
    /*body * {*/
        /*visibility: hidden;*/
    /*}*/

    /*#section-to-print, #section-to-print * {*/
        /*visibility: visible;*/
    /*}*/

    /*#section-to-print {*/

        /*position: absolute;*/
        /*left: 0;*/
        /*top: 0;*/
    /*}*/
/*}*/