div {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
textarea {
  resize: none;
}
input, textarea {
  font-size: 18px;
  padding: 5px;
  background: #fff;
  border: 1px solid #bcbcbc;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  max-width: 100%;
  width: 100%;
  outline: none;
  padding: 0.45em 0.75em;
  vertical-align: middle;
  z-index: z("base");
  display: inline-block;
  vertical-align: middle;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
ul {
  list-style-type: none;
  margin: 0;
}
ul li {
  list-style-type: none;
}
a {
  color: black;
}
a:hover {
  text-decoration: none;
}
table {
  border-spacing: 0px !important;
  border: 1px solid #ccc;
  background: #fff;
  margin: 0;
}
table tr, table tr {
  background: #fff;
}

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}
/* Removes awkward default styles on some inputs for iOS */
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
  outline: 0 !important;
}
label, legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
fieldset {
  padding: 0;
  border-width: 0;
}
input[type="checkbox"], input[type="radio"] {
  display: inline;
}
ol, ul {
  padding-left: 0;
  margin-top: 0;
}
ul ul, ul ol, ol ol, ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}
li {
  margin-bottom: 1rem;
}
.fa-on-click {
  cursor: pointer;
}
ol {
  margin: 0 0 0 20px;
}
ol li:last-child {
  margin-bottom: 0;
}
.underline {
  cursor: pointer;
  text-decoration: underline;
}
.__react_component_tooltip {
  line-height: 18px;
}
.__react_component_tooltip.show {
  opacity: 1 !important;
}
.__react_component_tooltip.type-light {
  color: #333 !important;
  background-color: whitesmoke !important;
}
.__react_component_tooltip.type-light.place-top:after {
  border-top-color: whitesmoke !important;
}
.__react_component_tooltip.type-light.place-bottom:after {
  border-bottom-color: whitesmoke !important;
}
.__react_component_tooltip.type-light.place-left:after {
  border-left-color: whitesmoke !important;
}
.__react_component_tooltip.type-light.place-right:after {
  border-right-color: whitesmoke !important;
}