﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
#side_nav {
    display: none;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
#side_nav {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    text-align: center;
    width: 200px;
    border: 1px solid #003A72;
    border-radius: 4px;
/*    font-weight: bold; */
}

.BreadCrumbs_Standard,
#LeftPane {
    display: none;
}

.sn_open {
    display: block !important;
}

.sn_close {
    display: none !important;
}
}
