/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar-toggle {
    display: none;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (max-device-width: 480px) {
  html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
}
body {
  color: #333333;

}
body,
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
}
.img-rounded {
  border-radius: 6px;
}
.img-circle {
  border-radius: 500px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 200;
  line-height: 1.25;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999999;
}
a.muted:hover,
a.muted:focus {
  color: #808080;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}
.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 20px;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 40px;
}
h3 {
  line-height: 30px;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1,
.h1 {
  font-size: 44;
  font-size: 4rem;
}
h2,
.h2 {
  font-size: 36;
  font-size: 3rem;
}
h3,
.h3 {
  font-size: 28;
  font-size: 2.5rem;
}
h4,
.h4 {
  font-size: 20;
  font-size: 2rem;
}
h5,
.h5 {
  font-size: 16;
  font-size: 1.6rem;
}
h6,
.h6 {
  font-size: 13.6;
  font-size: 1.2rem;
}
h1 small,
.h1 small {
  font-size: 28;
}
h2 small,
.h2 small {
  font-size: 20;
}
h3 small,
.h3 small {
  font-size: 16;
}
h4 small,
.h4 small {
  font-size: 16;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
.list-unstyled,
.list-inline {
  margin-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal:before,
.dl-horizontal:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 20;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 14;
  color: #333333;
  border-radius: 4px;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 15;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 16;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #a7a9aa;
  border-radius: 4px;
  white-space: nowrap;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #fff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: default;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 11px 14px;
  font-size: 20;
  border-radius: 6px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 13.6;
  border-radius: 3px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 12;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn {
  color: #ffffff;
  background-color: #a7a9aa;
  border-color: #a7a9aa;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
  background-color: #9a9c9d;
  border-color: #8d9091;
}
.btn.disabled:hover,
.btn[disabled]:hover,
fieldset[disabled] .btn:hover,
.btn.disabled:focus,
.btn[disabled]:focus,
fieldset[disabled] .btn:focus,
.btn.disabled:active,
.btn[disabled]:active,
fieldset[disabled] .btn:active,
.btn.disabled.active,
.btn[disabled].active,
fieldset[disabled] .btn.active {
  background-color: #a7a9aa;
  border-color: #a7a9aa;
}
.btn-primary {
  background-color: #428bca;
  border-color: #428bca;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #357ebd;
  border-color: #3071a9;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #428bca;
}
.btn-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  background-color: #eea236;
  border-color: #ec971f;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-danger {
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  background-color: #d43f3a;
  border-color: #c9302c;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  background-color: #4cae4c;
  border-color: #449d44;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
  background-color: #46b8da;
  border-color: #31b0d5;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #333333;
  text-decoration: none;
}
body {

  color: #a44221;
}
header {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  margin: 40px 0;
}
@media (min-width: 768px) {
  header {
    float: left;
    width: 66.66666666666666%;
  }
}
@media (min-width: 768px) {
  header {
    margin-left: 16.666666666666664%;
  }
}
header:before,
header:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
header:after {
  clear: both;
}
header h1,
header h2 {
  color: #a44221;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.6);
  font-family: 'Economica', sans-serif;
  font-weight: bold;
}
header h1 {
  font-size: 72px;
  font-size: 7.2rem;
  line-height: 72px;
}
header h2 {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 48px;
  margin-bottom: 40px;
}
header h3 {
  padding: 20px 80px;
}
header a {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 16;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #a7a9aa;
  border-radius: 4px;
  white-space: nowrap;
  color: #ffffff;
  background-color: #a7a9aa;
  border-color: #a7a9aa;
  padding: 11px 14px;
  font-size: 20;
  border-radius: 6px;
  background-color: #a44221;
  border-color: #f08f33;
}
header a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
header a:hover,
header a:focus {
  color: #fff;
  text-decoration: none;
}
header a:active,
header a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
header a.disabled,
header a[disabled],
fieldset[disabled] header a {
  cursor: default;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
header a:hover,
header a:focus,
header a:active,
header a.active {
  background-color: #9a9c9d;
  border-color: #8d9091;
}
header a.disabled:hover,
header a[disabled]:hover,
fieldset[disabled] header a:hover,
header a.disabled:focus,
header a[disabled]:focus,
fieldset[disabled] header a:focus,
header a.disabled:active,
header a[disabled]:active,
fieldset[disabled] header a:active,
header a.disabled.active,
header a[disabled].active,
fieldset[disabled] header a.active {
  background-color: #a7a9aa;
  border-color: #a7a9aa;
}
header a:hover,
header a:focus,
header a:active,
header a.active {
  background-color: #8f391d;
  border-color: #e07510;
}
header a.disabled:hover,
header a[disabled]:hover,
fieldset[disabled] header a:hover,
header a.disabled:focus,
header a[disabled]:focus,
fieldset[disabled] header a:focus,
header a.disabled:active,
header a[disabled]:active,
fieldset[disabled] header a:active,
header a.disabled.active,
header a[disabled].active,
fieldset[disabled] header a.active {
  background-color: #a44221;
  border-color: #f08f33;
}
article,
footer {
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}
article:before,
footer:before,
article:after,
footer:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
article:after,
footer:after {
  clear: both;
}
article a,
footer a {
  color: #7a3118;
  text-decoration: underline;
}
article a:hover,
footer a:hover {
  color: #f08f33;
}
article section,
footer section,
article > h1,
footer > h1,
article > p,
footer > p {
  display: block;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  article section,
  footer section,
  article > h1,
  footer > h1,
  article > p,
  footer > p {
    float: left;
    width: 66.66666666666666%;
  }
}
@media (min-width: 768px) {
  article section,
  footer section,
  article > h1,
  footer > h1,
  article > p,
  footer > p {
    margin-left: 16.666666666666664%;
  }
}
article section:before,
footer section:before,
article > h1:before,
footer > h1:before,
article > p:before,
footer > p:before,
article section:after,
footer section:after,
article > h1:after,
footer > h1:after,
article > p:after,
footer > p:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
article section:after,
footer section:after,
article > h1:after,
footer > h1:after,
article > p:after,
footer > p:after {
  clear: both;
}
article h1,
footer h1 {
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.6);
  font-family: 'Economica', sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 48px;
}
article section .description,
footer section .description {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 10px;
}
article section .description:before,
footer section .description:before,
article section .description:after,
footer section .description:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
article section .description:after,
footer section .description:after {
  clear: both;
}
article section h1,
footer section h1 {
  float: left;
  margin: 0;
  font-family: 'Economica', sans-serif;
  padding-right: 5px;
  font-size: 72px;
  font-size: 7.2rem;
  line-height: 64px;
}
article section p,
footer section p {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 24px;
  padding-top: ;
}
footer {
  text-align: center;
  margin-bottom: 40px;
}
footer h1 {
  padding: 40px 0;
}
.visor,
.controls {
  text-align: center;
}
.visor code,
.controls code {
  width: 80%;
  display: inline-block;
  text-align: left;
}
.visor button,
.controls button {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 16;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #a7a9aa;
  border-radius: 4px;
  white-space: nowrap;
  color: #ffffff;
  background-color: #a7a9aa;
  border-color: #a7a9aa;
  padding: 2px 10px;
  font-size: 13.6;
  border-radius: 3px;
  background-color: #a44221;
  border-color: #f08f33;
}
.visor button:focus,
.controls button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.visor button:hover,
.controls button:hover,
.visor button:focus,
.controls button:focus {
  color: #fff;
  text-decoration: none;
}
.visor button:active,
.controls button:active,
.visor button.active,
.controls button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.visor button.disabled,
.controls button.disabled,
.visor button[disabled],
.controls button[disabled],
fieldset[disabled] .visor button,
fieldset[disabled] .controls button {
  cursor: default;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.visor button:hover,
.controls button:hover,
.visor button:focus,
.controls button:focus,
.visor button:active,
.controls button:active,
.visor button.active,
.controls button.active {
  background-color: #9a9c9d;
  border-color: #8d9091;
}
.visor button.disabled:hover,
.controls button.disabled:hover,
.visor button[disabled]:hover,
.controls button[disabled]:hover,
fieldset[disabled] .visor button:hover,
fieldset[disabled] .controls button:hover,
.visor button.disabled:focus,
.controls button.disabled:focus,
.visor button[disabled]:focus,
.controls button[disabled]:focus,
fieldset[disabled] .visor button:focus,
fieldset[disabled] .controls button:focus,
.visor button.disabled:active,
.controls button.disabled:active,
.visor button[disabled]:active,
.controls button[disabled]:active,
fieldset[disabled] .visor button:active,
fieldset[disabled] .controls button:active,
.visor button.disabled.active,
.controls button.disabled.active,
.visor button[disabled].active,
.controls button[disabled].active,
fieldset[disabled] .visor button.active,
fieldset[disabled] .controls button.active {
  background-color: #a7a9aa;
  border-color: #a7a9aa;
}
.visor button:hover,
.controls button:hover,
.visor button:focus,
.controls button:focus,
.visor button:active,
.controls button:active,
.visor button.active,
.controls button.active {
  background-color: #8f391d;
  border-color: #e07510;
}
.visor button.disabled:hover,
.controls button.disabled:hover,
.visor button[disabled]:hover,
.controls button[disabled]:hover,
fieldset[disabled] .visor button:hover,
fieldset[disabled] .controls button:hover,
.visor button.disabled:focus,
.controls button.disabled:focus,
.visor button[disabled]:focus,
.controls button[disabled]:focus,
fieldset[disabled] .visor button:focus,
fieldset[disabled] .controls button:focus,
.visor button.disabled:active,
.controls button.disabled:active,
.visor button[disabled]:active,
.controls button[disabled]:active,
fieldset[disabled] .visor button:active,
fieldset[disabled] .controls button:active,
.visor button.disabled.active,
.controls button.disabled.active,
.visor button[disabled].active,
.controls button[disabled].active,
fieldset[disabled] .visor button.active,
fieldset[disabled] .controls button.active {
  background-color: #a44221;
  border-color: #f08f33;
}
