﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
#BaseTable
{

}
#SystemMenu
{

}
#HeaderPane
{

}
#Middle
{
    width: 1000px;
    margin: auto;
    display: flex;
    float: none;
    flex-wrap: wrap;
}
#LeftPane
{

}
#ContentPane
{
    width: 100%;
    margin: 0 auto;
    padding: 0;
    float: none;
}
#RightPane
{

}
#FooterPane
{

}

#BaseTabel *
{
    float: none !important;
}

/*auto generated region*/

#BaseTable
{

}
#SystemMenu
{

}
#HeaderPane
{

}
#Middle
{

}
#LeftPane
{

}
#ContentPane
{

}
#RightPane
{

}
#FooterPane
{

}
}
