@media screen and (max-width: 1800px) {
#llargescreen {
     display: none;
}
}

@media screen and (min-width: 1800px) {
#lsmallscreen {
     display: none;
}
}


@media screen and (max-width: 1500px) {
    #removetop {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    #ipadfixbig {
        display: none;
    }
}
@media screen and (min-width: 1300px) {
    #ipadfixsmall {
        display: none;
    }
}




@media screen and (min-width: 500px) {
    #smallscreenon {
        display: none;
    }
}


@media screen and (max-width: 500px) {
    #smallscreen {
        display: none;
    }
}

@media screen and (min-width: 500px) {
    #largescreen {
        display: none;
    }
}




@media screen and (max-width: 500px) {
    .subjectdate {
        display:  inline !important;
    }

    #avsm {
        height:35px !important;
        top:0px !important;
        margin-top:2px;
        border-radius:100px;
    }

}
