.FieldsDropDown, .StoresDropDown {
    width: auto;
    height: 34px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.FieldsInput  {
    width: 100%;
/*    height: 34px;  */
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

html body .riSingle .riTextBox[type="text"]  {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#ctl00\_PageContent\_MemberProfileControl\_CustomField\_Zip\_0\_wrapper {
  width: auto !important;
  height:34px;
}
.AllStoresCell{
  display: none;
}
.SaveButton {
    color: black;
    background: white;
    border: 1px solid #ccc !important;
    padding: 10px 20px !important;
    text-transform: uppercase;
    border-radius: 4px;
}
input[type='submit']:hover {
    background: #DDDDDD;
}
.FieldsCell1 {
  vertical-align: middle;
  text-align: right;
  padding-right: 20px;
  font-size: 16px;
}
.FieldsCell2 {
  padding-bottom:10px;
}

.StoreTable {
  margin: 0 !important;
}
.FieldsLabel{
  font-weight: bold;
}
.content {
  width:90%;
  margin: 0 auto;
}

@media only screen and (max-width: 450px){
.FieldsCell1, .FieldsCell2 {
  width: 100% !important;
  display:block !important;
  text-align: left !important;
  padding: 0 0 10px 0 !important;
}
.Fields {
  width: 100%;
  margin: 0 auto;
}
.FieldsInput  {
    text-align: center;
    padding: 6px 0px !important;

}
.StoreTable {
    margin: 0 auto !important;
}

}
