﻿

#topLine {
    height:15px;
    margin:5px auto;
}

#topLine .ImageButton {
    float:right;
    margin:0px 5px;
    height:100%;
}

#topLine .ImageButton:hover {
    box-shadow:0px 0px 1px 1px black;
}

@media screen and (max-width: 768px) {

}

@media screen and (min-width: 768px) {

}

/*for  Tablets*/
@media screen and (min-width: 992px) {


}

/*for Laptops and Desktop*/
@media screen and (min-width: 1200px) {

}
