﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
.ModuleSet_Standard_1001
{
    margin: 10px 0px 0px 0px;
}

.ModuleSet_Standard_1001 .SetContentPane
{
}

.ModuleSet_Standard_1001 .SetRightPane
{
    margin: 0 0 0 10px;
    width: 750px;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.ModuleSet_Standard_1001
{
    display: none;
}
}
