﻿.ls_log_in_out {position:relative; float:left; clear:both; width:100%; padding: 0px 0px 20px 20px; background-repeat:no-repeat; background-position: 1px 6px;}
.ls_log_in {background-image:url(../img/log_in.png);}
.ls_log_out {background-image:url(../img/log_out.png);}


@media only screen and (max-width: 604px) {
    /*MOBILE*/
}

@media only screen and (max-width: 958px) and (min-width:605px) {
    /*TABLET*/
}

@media only screen and (min-width: 959px) {
    /* FULL WIDTH */
}
