#rblSearchType .CheckBoxCls label
{
    width:175px;
    display:inline-block;
    word-break: break-word;
    }

table.Wareshoneono tr td {
	border: solid;
	border-width: 1px 1px 0 1px;
	border-color: #999999;
    text-align: left;
}

#mnuMenuList a
{
    white-space:normal!important;
    }

@media only screen and (max-width: 1020px) {
    table.GridShippingAddress td.TableBeContent:nth-of-type(1):before {
        content: "Name:";
    }

    table.GridShippingAddress td.TableBeContent:nth-of-type(2):before {
        content: "Address:";
    }

    table.GridShippingAddress td.TableBeContent:nth-of-type(3):before {
        content: "Address:";
    }

    table.GridShippingAddress td.TableBeContent:nth-of-type(4):before {
        content: "City:";
    }

    table.GridShippingAddress td.TableBeContent:nth-of-type(5):before {
        content: "State:";
    }

    table.GridShippingAddress td.TableBeContent:nth-of-type(6):before {
        content: "Country:";
    }

    table.GridShippingAddress td.TableBeContent:nth-of-type(7):before {
        content: "ZIP:";
    }

    table.GridShippingAddress td.TableBeContent:nth-of-type(8):before {
        content: "Telephone:";
    }

    table.GridShippingAddress td.TableBeContent:nth-of-type(9):before {
        content: "Fax:";
    }

    table.GridShippingAddress td.TableBeContent:nth-of-type(10):before {
        content: "EmailId:";
    }

    table.GridShippingAddress td.TableBeContent:nth-of-type(11):before {
        content: "Edit:";
    }
}