.tip-form-table td{
  border:0;
}
.tip-form-sc h1{
  line-height: 20px;
  color:#C93D8D;
  margin-bottom:10px;
}
.currency-select{
  appearance: menulist!important;
  -webkit-appearance: menulist!important;
  -moz-appearance: menulist!important;
  height:50px;
}
.amount{
  font-weight:bold;
  font-size:20px;
  height:50px;
}
.tip-error-field{
  color:red;
  font-weight:bold;
}
.tip-form-table input,
.tip-form-table select,
.tip-form-table textarea{
  border:1px solid .333;
}
.set-tip-amounts{
  width:100%;
  margin-bottom:15px;
}
.set-tip-amounts::after {
  content: "";
  clear: both;
  display: table;
}
.set-tip-amounts button{
  display: inline-block;
  float:left;
  padding:5px;
  box-sizing: border-box;
  font-weight: bold;
  color:.333;
  font-size:14px;
  width:25%;
  text-align: center;
  background-color: transparent !important;
  margin:0;
  height:40px;
  color:#d693bb;

}

.set-tip-amounts button:active,
.set-tip-amounts button:focus{
  outline: none;
}
.set-tip-amounts .tip-selected{
  border-bottom:5px solid #C93D8D;
}
