@media only screen and (min-device-width: 1024px){
    body{
        background-color: rgb(0, 0, 0);
    }.filter_div{
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 50px;
        background-color: white;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: right;
        z-index: 2;
    }.headertools{
        width: 100%;
        height: 30px;
        display: flex;
        padding-right: 10px;
        justify-content: right;
        background-color: lightblue;
        font-size: 20px;
    }.headertools *{
        border-left: 1px solid rgba(0, 0, 0, 0.329);
        padding-left: 5px;
        padding-right: 5px;
        margin-left: 5px;
        margin-right: 5px;
    }.linktoaddnewjob{
        border: 0px solid transparent;
    }.filterbutton a{
        border: 0px solid transparent;
    }.rightsidebar{
        width: 20%;
        height: 100%;
        position: absolute;
        right: 0px;
        background-color: black;
    }.resultfound{
        width: 100%;
        height: 30px;
        justify-content: center;
        text-align: center;
        background-color: transparent;
        display: flex;
        align-items: center;
        color: white;
        border-bottom: 1px solid rgb(192, 192, 192);
    }
    .maindivholder{
        box-sizing: border-box;
        padding-left: 5px;
        margin-top: 46px;
        padding-right: 10px;
        width: 60%;
        height: 90%;
        overflow-y: scroll;
        background-color: rgba(144, 238, 144, 0.171);
        position: absolute;
        left: 20%;
    }.linktothejob{        
        box-sizing: border-box;
        width: 60%;
        height: 100%;
        background-color: transparent;
        height: 50px;
        display: flex;
        overflow-x: auto;
        text-align: right;
        padding-right: 5px;
        justify-content: right;
        position: absolute;
        font-weight: bold;
        right: 0px;
    }.jobdescription{
        width: 60%;
        height: 60px;
        display: flex;
        justify-content: right;
        text-align: right;
        padding-right: 5px;
        background-color: transparent;
        position: absolute;
        right: 0px;
        bottom: 0px;
        overflow-y: hidden;
        font-size: 12px;
    }
    .resultrow{
        width: 100%;
        height: 100px;
        border: 1px solid white;
        position: relative;
        margin-top: 4px;
        margin-bottom: 5px;
        border-radius: 5px;
        color: black;
        background-color: rgb(209, 209, 209);
    }.rowimg{
        position: absolute;
        left: 0px;
        height: 100%;
        border: 1px solid lightblue;
        min-width: 100px;
    }.jobproperties{
        box-sizing: border-box;
        width: 100%;
        height: 20px;
        background-color: transparent;
        display: flex;
        justify-content: right;
        padding-right: 5px;
    }.jobproperties div{
        margin-left: 5px;
        margin-right: 5px;
        border-left: 1px solid rgba(0, 0, 0, 0.363);
        padding-left: 5px;
        padding-right: 5px;
        color: rgb(82, 82, 82);
    }
    .pagetitle{
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }.sidebarleft{
        width: 20%;
        position: absolute;
        left: 0px;
        height: 100%;
        margin-top: 0px;
        border: 1px solid white;
        background-color: rgb(0, 0, 0);
    }.pagincontainer{
        width: 100%;
        height: 30px;
        display: flex;
        justify-content: center;
    }.pagincontainer button{
        margin-left: 5px;
        margin-right: 5px;
    }
}