.reseter {
  border: 0 none !important;
  float: none !important;
  clear: both !important;
  width: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
}
input {
  border: 0;
  min-width: 40px;
  font-size: 16px;
  line-height: 32px;
  height: 32px;
}
.btn {
  border-radius: 0px;
  background: #1d1d1b;
  color: #FFFFFF;
  border: 0;
}
.btn:hover,
.btn:active,
.btn:focus {
  color: #FFFFFF;
  text-decoration: underline;
}
.btn-primary {
  background: #e00023;
  border: 0;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background: #e00023;
  text-decoration: underline;
}
.nav-tabs {
  border-bottom: 1px solid #e00023;
}
.nav-tabs li a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid transparent;
  border-top: 10px solid transparent;
  color: #cecece;
  background: transparent;
  font-size: 16px;
}
.nav-tabs li a:hover,
.nav-tabs li a:active,
.nav-tabs li a:focus {
  border-color: transparent transparent #e00023 transparent;
  color: #e00023;
  background: transparent;
}
.nav-tabs li.active a {
  border: 1px solid #e00023;
  border-bottom: 1px solid transparent;
  border-top: 10px solid #e00023;
  color: #e00023;
}
.nav-tabs li.active a:hover,
.nav-tabs li.active a:active,
.nav-tabs li.active a:focus {
  border: 1px solid #e00023;
  border-bottom: 1px solid transparent;
  border-top: 10px solid #e00023;
  color: #e00023;
  text-decoration: underline;
}
.form-inline .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
body,
html {
  font-family: Helvetica, sans-serif;
}
a {
  color: #e00023;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  color: #e00023;
  text-decoration: underline;
}
h2,
h3 {
  font-size: 16px;
  margin: 10px 0 5px;
  padding: 0;
  font-weight: bold;
}
.colorSelect {
  margin: 0 0 10px 0;
}
.colorSelect .color {
  display: block;
  float: left;
  border-top: 8px solid #dadada;
  padding: 0px;
  margin: 0 12px 12px 0;
  background: #dadada;
}
.colorSelect .color:hover {
  border-top: 8px solid #e00023;
}
.loading {
  max-width: 800px;
  max-height: 500px;
  width: 100%;
  text-align: center;
}
.selectedColor {
  padding: 5px;
}
.selectedColor.selecting {
  background: #e00023;
}
.dark {
  background: #dadada;
  padding: 40px 0;
}
.info {
  padding: 20px 15px;
}
.topMargin {
  margin-top: 30px;
}
.topMargin h2,
.topMargin h3 {
  margin: 0;
}
.resultWrap {
  margin-top: 40px;
  margin-bottom: 80px;
}
#finalCode {
  color: #e00023;
}
footer {
  font-size: 11px;
  line-height: 150%;
}
footer .footerWrap {
  border-top: 1px solid #e00023;
  padding-top: 30px;
  padding-bottom: 30px;
}
footer .footerWrap div {
  margin-bottom: 20px;
}
footer img {
  width: 60px;
  height: auto;
}
.result img {
  max-width: 800px;
  max-height: 500px;
  width: 100%;
  height: auto;
}
