@media (max-width:450px)  /******************** VERY SMALL SCREEN ********************/
{

.headerNumber {
	padding: 5px;
}
 .headerNumber span {
    font-size: 4vw;
    margin: 4px 2px;
    display: inline-block;
}
.lotoName {
    font-size: 6vw;
}
.manageTable1 tbody tr td {
    font-size: 5vw;
}
.footerButton{
	padding: 5px;
}
.footerButton span a{
	margin: 5px 13px;
	width: 100px;
    display: inline-block
}

}

@media(min-width:451px) and (max-width:540px)  /************************ MOBILE ************************/
{
        
}

@media(min-width:360px) and (max-width:640px)  /******************** MOBILE PORTRAIT *******************/
{
        
}

@media(min-width:541px) and (max-width:768px)  /*************************** IPAD ***********************/
{
        
}

@media(min-width:769px) and (max-width:1024px)  /******************** IPAD LANDSCAP ********************/
{
        
}

@media(min-width:1025px) and (max-width:1200px)  /******************** LARE SCREEN ********************/
{
        
}

@media(min-width : 1201px) {

}

/* GALAXY Landscape */
@media only screen and (max-width: 640px) and (orientation: landscape)
{

}