﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
#BaseTable
{
    margin-top: 0 !important;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
#BaseTable
{
    margin-top: 0 !important;
}

.head_space
{
    height: 130px !important;
}
}
