﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
table.gsc-search-box td.gsc-input
{
    padding: 0 !important;
}

.gsc-input
{
}

table.gsc-search-box td
{
    margin: 0 !important;
}

table.gsc-search-box td .gsc-search-button-v2
{
    background: #23BAAB !important;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
table.gsc-search-box td.gsc-input
{
    padding: 0 !important;
}

.gsc-input
{
}

table.gsc-search-box td
{
    margin: 0 !important;
}

table.gsc-search-box td .gsc-search-button-v2
{
    background: #23BAAB !important;
}
}
