﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
.PickUp_Standard .ModuleReference {
    border: none !important;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.PickUp_Standard .ModuleReference {
    border: none !important;
}
}
