﻿body {

}
.textmenu {
    color: #fff;
}

.main-sidebar {
    width: 260px;
}
.logo {
    background-color: white;
    border-radius: 10px;
}
.width100{
   height:70px;
   width:90px;
}
.darkgraybg{
   background-color:#eee;
   border-radius:10px;
}

@media print {
    @page {
        size: landscape;
    }
}
@media print {
    @page {
        size: auto; /* auto is the initial value */
        margin: 0mm; /* this affects the margin in the printer settings */
    }


}
