body,
html {
  background: #000000;
}
.history .t3-wrapper {
  overflow: hidden;
}
.container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}
img {
  max-width: 100%;
}
legend {
  color: #ffffff;
}
a {
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
}
a:focus {
  outline: none;
}
.btn,
button {
  border-radius: 0;
  line-height: 1.5 !important;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  padding: 6px 12px;
  vertical-align: middle;
}
.btn.green,
button.green {
  background: #32b773 !important;
  border-color: #32b773 !important;
}
.btn.green:hover,
button.green:hover,
.btn.green:focus,
button.green:focus {
  background: #07a956 !important;
}