html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 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;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
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 {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-weight: 300;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  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: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.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: #357ebd;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.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: #eea236;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.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: #d43f3a;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.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: #4cae4c;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.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: #46b8da;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.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: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
}
.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-default .caret {
  border-top-color: #333333;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}
.dropup .btn-default .caret {
  border-bottom-color: #333333;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  padding: 1px 5px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -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 .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified .btn {
  float: none;
  display: table-cell;
  width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.transition-color-and-background {
  -webkit-transition: background 2s ease, color 0.2s ease;
  -moz-transition: background 2s ease, color 0.2s ease;
  transition: background 2s ease, color 0.2s ease;
}
.post-shrink {
  -webkit-transition: height 0.2s ease;
  -moz-transition: height 0.2s ease;
  transition: height 0.2s ease;
}
.clear-transitions {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.clear-animations {
  -webkit-animation: none;
  -moz-animation: none;
  -animation: none;
}
.animated-background {
  -webkit-animation: bg-animation 20s linear infinite;
  -moz-animation: bg-animation 20s linear infinite;
  -animation: bg-animation 20s linear infinite;
}
.animated-background-reverse {
  -webkit-animation: bg-animation 20s linear reverse infinite;
  -moz-animation: bg-animation 20s linear reverse infinite;
  -animation: bg-animation 20s linear reverse infinite;
}
@-webkit-keyframes bg-animation {
  from {
    background-position: 512px;
  }
  to {
    background-position: 0px;
  }
}
@-moz-keyframes bg-animation {
  from {
    background-position: 512px;
  }
  to {
    background-position: 0px;
  }
}
@keyframes bg-animation {
  from {
    background-position: 512px;
  }
  to {
    background-position: 0px;
  }
}
.snark-button-static {
  color: #050505;
  -webkit-transition: color 0s ease;
  -moz-transition: color 0s ease;
  transition: color 0s ease;
  background-position: 0 0;
}
.snark-button-moving-electric-blue {
  -webkit-animation: bg-animation 20s linear infinite;
  -moz-animation: bg-animation 20s linear infinite;
  -animation: bg-animation 20s linear infinite;
  color: #ffffff;
  background-image: url("/wp-content/themes/snarkmarket/image/paisley-electric-blue-512x64.png");
}
.snark-button-moving-jewel {
  -webkit-animation: bg-animation 20s linear infinite;
  -moz-animation: bg-animation 20s linear infinite;
  -animation: bg-animation 20s linear infinite;
  color: #ffffff;
  background-image: url("/wp-content/themes/snarkmarket/image/paisley-jewel-512x64.png");
}
.snark-button-moving-flame {
  -webkit-animation: bg-animation 20s linear infinite;
  -moz-animation: bg-animation 20s linear infinite;
  -animation: bg-animation 20s linear infinite;
  color: #ffffff;
  background-image: url("/wp-content/themes/snarkmarket/image/paisley-flame-512x64.png");
}
.snark-button-moving-flame-reverse {
  -webkit-animation: bg-animation 20s linear reverse infinite;
  -moz-animation: bg-animation 20s linear reverse infinite;
  -animation: bg-animation 20s linear reverse infinite;
  color: #ffffff;
  background-image: url("/wp-content/themes/snarkmarket/image/paisley-flame-512x64.png");
}
.paisley-preload {
  display: inline-block;
  width: 1px;
  height: 1px;
  background-repeat: no-repeat;
  background-position: -9999px -9999px;
}
#paisley-preload-electric-blue {
  display: inline-block;
  width: 1px;
  height: 1px;
  background-repeat: no-repeat;
  background-position: -9999px -9999px;
  background-image: url("/wp-content/themes/snarkmarket/image/paisley-electric-blue-512x64.png");
}
#paisley-preload-jewel {
  display: inline-block;
  width: 1px;
  height: 1px;
  background-repeat: no-repeat;
  background-position: -9999px -9999px;
  background-image: url("/wp-content/themes/snarkmarket/image/paisley-jewel-512x64.png");
}
#paisley-preload-flame {
  display: inline-block;
  width: 1px;
  height: 1px;
  background-repeat: no-repeat;
  background-position: -9999px -9999px;
  background-image: url("/wp-content/themes/snarkmarket/image/paisley-flame-512x64.png");
}
.font-standard {
  text-rendering: optimizeLegibility;
  font-family: "rooney-sans", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  line-height: 1.5rem;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: -0.03125em;
  letter-spacing: -0.03125rem !important;
}
body {
  -webkit-font-smoothing: antialiased !important;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  font-family: "rooney-sans", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  line-height: 1.5rem;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: -0.03125em;
  letter-spacing: -0.03125rem !important;
  color: #050505;
  background-color: #fffcfe;
}
i,
em {
  font-style: italic;
}
strong,
b {
  font-weight: 700;
}
a,
a:link,
a:visited {
  text-decoration: none;
  color: #d601a8;
}
a:hover,
a:active {
  text-decoration: underline;
}
a:focus {
  text-decoration: underline;
  outline: 0;
}
#container {
  min-height: 240px;
}
.content {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 680px;
  min-width: 280px;
  margin: auto;
}
.content .nav-buttons {
  margin-bottom: 40px;
}
.content .previous-button {
  margin-right: 20px;
  color: #050505;
  -webkit-transition: color 0s ease;
  -moz-transition: color 0s ease;
  transition: color 0s ease;
  background-position: 0 0;
}
.content .previous-button:hover,
.content .previous-button:active,
.content .previous-button:focus {
  -webkit-animation: bg-animation 20s linear reverse infinite;
  -moz-animation: bg-animation 20s linear reverse infinite;
  -animation: bg-animation 20s linear reverse infinite;
  color: #ffffff;
  background-image: url("/wp-content/themes/snarkmarket/image/paisley-flame-512x64.png");
}
.content .next-button {
  float: right;
  color: #050505;
  -webkit-transition: color 0s ease;
  -moz-transition: color 0s ease;
  transition: color 0s ease;
  background-position: 0 0;
}
.content .next-button:hover,
.content .next-button:active,
.content .next-button:focus {
  -webkit-animation: bg-animation 20s linear infinite;
  -moz-animation: bg-animation 20s linear infinite;
  -animation: bg-animation 20s linear infinite;
  color: #ffffff;
  background-image: url("/wp-content/themes/snarkmarket/image/paisley-flame-512x64.png");
}
.content .archive-meta {
  position: relative;
  margin-top: 40px;
  font-style: italic;
}
.content .archive-meta i {
  font-style: normal;
}
.content .post-and-comments {
  max-width: 680px;
  min-width: 280px;
  margin-bottom: 40px;
}
.content .post-and-comments p {
  position: relative;
  background-color: transparent;
  margin-bottom: 20px;
}
.content .post-and-comments blockquote {
  margin-left: 20px;
  margin-bottom: 20px;
  color: rgba(0,0,0,0.5);
}
.content .post-and-comments blockquote p:last-of-type {
  margin-bottom: 0;
}
.content .post-and-comments ul {
  list-style: none;
  text-indent: -0.75em;
  text-indent: -0.75rem;
}
.content .post-and-comments ol {
  list-style: none;
  counter-reset: li;
  text-indent: -1em;
  text-indent: -1rem;
}
.content .post-and-comments ul p,
.content .post-and-comments ol p {
  position: relative;
  text-indent: 0;
  margin-bottom: 20px;
}
.content .post-and-comments ul p:last-of-type,
.content .post-and-comments ol p:last-of-type {
  margin-bottom: 0;
}
.content .post-and-comments ul li,
.content .post-and-comments ol li {
  position: relative;
  margin: 0 0 20px 20px;
}
.content .post-and-comments ul li:before {
  color: #d601a8;
  content: "/ \0020";
}
.content .post-and-comments ol li:before {
  margin-right: 10px;
  color: #d601a8;
  content: counter(li);
  counter-increment: li;
}
.content .post-and-comments ul.parsley-error-list {
  color: #ff4f00;
}
.content .post-and-comments ul li.custom-error-message {
  text-indent: -0.5em;
  text-indent: -0.5rem;
  margin-bottom: 5px;
  color: #ff4f00;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.content .post-and-comments ul li.custom-error-message:hover {
  background: transparent;
}
.content .post-and-comments ul li.custom-error-message:before {
  color: #ff4f00;
  content: "";
}
.content .post-and-comments h2 {
  max-width: 680px;
  font-family: "adobe-jenson-pro", "Baskerville", Georgia, serif;
  font-size: 3em;
  font-size: 3rem;
  line-height: 3em;
  line-height: 3rem;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.125em;
  letter-spacing: -0.125rem;
  text-transform: lowercase;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -webkit-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  color: #d601a8;
  margin-left: -80px;
  margin-top: 40px;
  margin-bottom: 30px;
}
.content .post-and-comments h2 a {
  color: #d601a8;
}
.content .post-and-comments h2 a:hover,
.content .post-and-comments h2 a:active,
.content .post-and-comments h2 a:focus {
  text-decoration: none;
}
.content .post-and-comments .signature {
  max-width: 160px;
  margin-bottom: 20px;
}
.content .post-and-comments .attribution {
  display: inline-block;
  text-rendering: optimizeLegibility;
  font-family: "rooney-sans", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  line-height: 1.5rem;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: -0.03125em;
  letter-spacing: -0.03125rem !important;
}
.content .post-and-comments .attribution .twitter {
  color: rgba(0,0,0,0.5);
}
.content .post-and-comments .attribution a,
.content .post-and-comments .attribution a:link,
.content .post-and-comments .attribution a:visited {
  color: rgba(0,0,0,0.5);
}
.content .post-and-comments .attribution a:hover,
.content .post-and-comments .attribution a:active,
.content .post-and-comments .attribution a:focus {
  color: rgba(0,0,0,0.5);
  text-decoration: underline;
}
.content .post-and-comments .meta {
  color: rgba(0,0,0,0.5);
}
.content .post-and-comments .meta a {
  color: rgba(0,0,0,0.5);
}
.content .post-and-comments .meta ul {
  display: inline-block;
  margin-left: 20px;
  color: rgba(0,0,0,0.5);
}
.content .post-and-comments .meta ul li {
  margin-left: 10px;
  margin-bottom: 0;
  display: inline-block;
  color: rgba(0,0,0,0.5);
}
.content .post-and-comments .meta ul li:hover {
  background: transparent;
}
.content .post-and-comments .post {
  position: relative;
}
.content .post-and-comments .post.post-in-list {
  -webkit-transition: height 0.2s ease;
  -moz-transition: height 0.2s ease;
  transition: height 0.2s ease;
}
.content .post-and-comments .post.post-in-list-shrunk {
  height: 0;
}
.content .post-and-comments .post img {
  max-width: 100%;
  height: auto;
  border: 1px solid rgba(0,0,0,0.5);
}
.content .post-and-comments .post img.size-full {
  width: 100%;
  max-width: 680px;
}
.content .post-and-comments .post img.buster-960 {
  margin-left: -160px;
  width: 1000px;
  max-width: 1000px;
  height: auto;
  min-width: 280px;
}
.content .post-and-comments .post .simple-footnote sup {
  vertical-align: super;
  font-size: 0.8em;
}
.content .post-and-comments .post .simple-footnotes {
  font-size: 0.8em;
}
.content .post-and-comments .post .simple-footnotes p.notes {
  color: rgba(0,0,0,0.5);
}
.content .post-and-comments .comment-button:link,
.content .post-and-comments .comment-button:visited {
  color: #050505;
  -webkit-transition: color 0s ease;
  -moz-transition: color 0s ease;
  transition: color 0s ease;
  background-position: 0 0;
}
.content .post-and-comments .comment-button:hover,
.content .post-and-comments .comment-button:active,
.content .post-and-comments .comment-button:focus {
  -webkit-animation: bg-animation 20s linear infinite;
  -moz-animation: bg-animation 20s linear infinite;
  -animation: bg-animation 20s linear infinite;
  color: #ffffff;
  background-image: url("/wp-content/themes/snarkmarket/image/paisley-electric-blue-512x64.png");
}
.content .post-and-comments .comments h3 {
  font-family: "adobe-jenson-pro", "Baskerville", Georgia, serif;
  font-style: italic;
  font-weight: 700;
  font-size: 2em;
  font-size: 2rem;
  text-transform: lowercase;
  margin-top: 20px;
  margin-left: -80px;
}
.content .post-and-comments .comments h3 a {
  color: #050505;
}
.content .post-and-comments .comments h3 a:hover,
.content .post-and-comments .comments h3 a:active,
.content .post-and-comments .comments h3 a:focus {
  text-decoration: none;
}
.content .post-and-comments .comments .comment {
  position: relative;
  margin-top: 20px;
}
.content .post-and-comments .comments .comment .attribution {
  display: block;
  margin-bottom: 20px;
}
.content .post-and-comments .comments .comment p {
  position: relative;
}
.content .post-and-comments .comments .comment a {
  color: #0087b4;
}
.content .post-and-comments .comments .comment img {
  width: 100%;
  max-width: 680px;
  min-width: 280px;
}
.content .post-and-comments .comments .comment .wp-smiley {
  width: 15px;
  height: 15px;
  max-width: 15px;
  min-width: 15px;
  max-height: 15px;
  min-height: 15px;
}
.content .post-and-comments .comments .comment .comment-reply-link:only-child {
  margin-right: 3em;
  margin-right: 3rem;
}
.content .post-and-comments .comments .comment .comment-edit-link:last-child {
  margin-right: 3em;
  margin-right: 3rem;
}
.content .post-and-comments .comments .comment .meta {
  font-size: 91.3%;
  text-align: right;
  color: rgba(0,0,0,0.5);
}
.content .post-and-comments .comments .comment .meta a {
  color: rgba(0,0,0,0.5);
}
.content .post-and-comments .comments .comment .reply-button {
  background-image: url("/wp-content/themes/snarkmarket/image/comment-arrow-47x38.png");
  width: 24px;
  height: 24px;
  border: 2px solid #f00;
}
.content .post-and-comments .comments .depth-2 {
  padding-left: 80px;
  background-image: url("/wp-content/themes/snarkmarket/image/comment-arrow-47x38.png");
  background-size: 20px;
  background-position: 52px 3;
  background-repeat: no-repeat;
}
.content .post-and-comments .comments .depth-2 a {
  color: #ff4f00;
}
.content .post-and-comments .comments .depth-2 .meta {
  color: rgba(0,0,0,0.5);
}
.content .post-and-comments .comments .depth-2 .meta a {
  color: rgba(0,0,0,0.5);
}
.content .post-and-comments .comments .depth-3 {
  margin-left: 80px;
}
.content .post-and-comments .comments .depth-4 {
  margin-left: 80px;
}
.content .post-and-comments .comments form {
  margin-top: 20px;
}
.stealth-banner {
  position: absolute;
  top: -320px;
  height: 322px;
  width: 100%;
  overflow: hidden;
  background-color: #050505;
  background-image: url("/wp-content/themes/snarkmarket/image/paisley-dark-1280x720.png");
  background-position: top center;
  color: #fffcfe;
  padding-top: 14px;
}
.stealth-banner h2 {
  padding-top: 10px;
  margin-bottom: 10px;
  color: rgba(255,252,254,0.5);
}
.stealth-banner p {
  padding-top: 20px;
  margin: 0;
}
.stealth-banner a {
  color: #ff4f00;
}
.stealth-banner .comment {
  overflow: hidden;
  height: 1.5em;
  height: 1.5rem;
}
.stealth-banner .comment .left-cell {
  display: inline-block;
  text-align: right;
  overflow: hidden;
  height: 1.5em;
  height: 1.5rem;
  width: 130px;
  margin: 0;
  padding: 0;
}
.stealth-banner .comment .right-cell {
  display: inline-block;
  text-align: left;
  overflow: hidden;
  height: 1.5em;
  height: 1.5rem;
  margin: 0;
  padding: 0;
}
.stealth-banner .comment .smkt-stealth-banner-comment-timestamp {
  color: #fffcfe;
}
.banner {
  width: 100%;
  height: 40px;
  margin-top: 50px;
}
.banner h1 {
  display: inline-block;
  vertical-align: bottom;
  line-height: 45px;
  font-size: 18px;
  margin-left: 5px;
  clear: all;
}
.banner .how-to-follow {
  font-size: 18px;
  float: right;
  text-align: right;
  line-height: 45px;
  color: rgba(0,0,0,0.5);
}
.banner .how-to-follow a,
.banner .how-to-follow a:link,
.banner .how-to-follow a:visited {
  -webkit-animation: none;
  -moz-animation: none;
  -animation: none;
  color: rgba(0,0,0,0.5);
}
.banner .how-to-follow a:active,
.banner .how-to-follow a:hover,
.banner .how-to-follow a:focus {
  color: #d601a8;
  background: none;
}
.banner a,
.banner a:link,
.banner a:visited {
  color: #050505;
  -webkit-transition: color 0s ease;
  -moz-transition: color 0s ease;
  transition: color 0s ease;
  background-position: 0 0;
}
.banner a:hover,
.banner a:active,
.banner a:focus {
  -webkit-animation: bg-animation 20s linear infinite;
  -moz-animation: bg-animation 20s linear infinite;
  -animation: bg-animation 20s linear infinite;
  color: #ffffff;
  background-image: url("/wp-content/themes/snarkmarket/image/paisley-jewel-512x64.png");
}
.footer {
  width: 100%;
  background-color: #050505;
  background-image: url("/wp-content/themes/snarkmarket/image/paisley-dark-1280x720.png");
  background-position: top center;
  color: #fffcfe;
  padding-top: 14px;
}
.footer p {
  padding-top: 20px;
  margin: 0;
}
.footer a {
  color: #ff4f00;
}
.footer form {
  margin-top: 20px;
}
.footer form input {
  background: transparent;
  color: rgba(255,252,254,0.5);
}
.footer form input:focus {
  color: #fffcfe;
}
.twitter-tweet {
  margin-bottom: 20px !important;
  margin-left: 20px !important;
}
.form-group {
  margin-bottom: 20px;
}
.form-group button {
  letter-spacing: -0.03125em;
  letter-spacing: -0.03125rem;
  color: #050505;
  -webkit-transition: color 0s ease;
  -moz-transition: color 0s ease;
  transition: color 0s ease;
  background-position: 0 0;
}
.form-group button:hover,
.form-group button:active,
.form-group button:focus {
  letter-spacing: -0.03125em;
  letter-spacing: -0.03125rem;
  -webkit-animation: bg-animation 20s linear infinite;
  -moz-animation: bg-animation 20s linear infinite;
  -animation: bg-animation 20s linear infinite;
  color: #ffffff;
  background-image: url("/wp-content/themes/snarkmarket/image/paisley-flame-512x64.png");
}
@media (max-width: 840px) {
  body {
    font-size: 16px;
  }
  .footer h3 {
    margin-left: 0;
  }
  .twitter-tweet {
    margin-left: 0 !important;
  }
  .stealth-banner .comment .left-cell {
    display: inline;
    text-align: left;
    width: auto;
  }
  .stealth-banner .comment .right-cell {
    display: inline;
  }
  .content .post-and-comments {
    position: relative;
  }
  .content .post-and-comments h2 {
    margin-left: 0;
    font-size: 2em;
    font-size: 2rem;
    line-height: 2em;
    line-height: 2rem;
  }
  .content .post-and-comments .post img.buster-960 {
    margin-left: 0;
    width: 100%;
    max-width: 680px;
    min-width: 280px;
  }
  .content .post-and-comments .comments h3 {
    margin-left: 0;
    font-size: 1.5em;
    font-size: 1.5rem;
  }
}
