@media only screen and (max-device-width: 768px){
    body{
        background-color: radial-gradient(90deg, rgb(212, 84, 84), rgb(79, 79, 138));
        color: black;
        margin: 0px;
        padding: 0px;
        background-color: lightblue;
    }.filter_div{
        width: 100%;
        height: 50px;
        background-color: lightblue;
        display: flex;
        flex-wrap: wrap;
        position: absolute;
        top: 0px;
        margin: 0px;
        padding-top: 4px;
    }.pagetitle{
        width: 100%;
        display: flex;
        justify-content: center;
        font-size: 20px;
        font-weight: bold;
    }.headertools{
        width: 100%;
        height: 30px;
        display: flex;
        justify-content: right;
        padding-right: 10px;
        align-items: center;
        font-size: 18px;
        background-color: rgb(120, 169, 192);
    }.headertools *{
        margin-left: 5px;
        margin-right: 5px;
        border-left: 1px solid white;
        padding-left: 5px;
    }.headertools a {
        border: 0px solid transparent;
    }.sidebarleft{
        display: none;
    }.rightsidebar{
        display: none;
    }.footer{
        display: none;
    }.maindivholder{
        margin-top: 60px;
        width: 100%;
        height: auto;
        background-color: lightblue;
    }.rowimg{
        display: none;
    }.resultfound{
        width: 100%;
        height: 20px;
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
        padding-top: 5px;
        font-size: 12px;
    }.resultrow{
        box-sizing: border-box;
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
        border-bottom: 1px solid rgb(168, 168, 168);
        padding-right: 5px;
        padding-bottom: 5px;
    }.linkoftheimage{
        display: none;
    }.jobproperties{
        width: 100%;
        display: flex;
        justify-content: center;
        font-size: 12px;
        display: none;
    }.titlelinkatag{
        box-sizing: border-box;
        width: 100%;
        height: auto;
        overflow-y: hidden;
        max-height: 30px;
        overflow-x: hidden;
        display: flex;
        justify-content: right;
        text-align: right;
    }.linktothejob{
        width: 100%;
        height: 20px;
        background-color: transparent;
        padding-right: 10px;
    }.jobdescription{
        box-sizing: border-box;
        padding-right: 5px;
        width: 100%;
        height: auto;
        text-align: right;
        font-size: 12px;
    }.pagincontainer{
        margin-top: 10px;
        width: 100%;
        display: flex;
        justify-content: center;
    }.pagincontainer button{
        margin-left: 5px;
        margin-right: 5px;
        border-radius: 4px;
        height: 25px;
        width: 100px;
    }
}