/* Built on Tue Jan 26 2016 13:58:55 GMT-0800 (PST) */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}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:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}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}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/*!
 * Bootstrap v2.0.2
 * This file was modified for Askbot
 * some styles were deleted, others added at the bottom
 * of this file. Also some fixes to bootstrap are added
 * at the bottom of askbot's style.less.
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  /* Make inputs at least the height of their button counterpart */

  /* Makes inputs behave like true block-level elements */

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
a {
  color: #0088cc;
  text-decoration: none;
}
a:hover {
  color: #005580;
  text-decoration: underline;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  margin-left: 20px;
}
.container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid > [class*="span"] {
  float: left;
  margin-left: 2.127659574%;
}
.row-fluid > [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid > .span12 {
  width: 99.99999998999999%;
}
.row-fluid > .span11 {
  width: 91.489361693%;
}
.row-fluid > .span10 {
  width: 82.97872339599999%;
}
.row-fluid > .span9 {
  width: 74.468085099%;
}
.row-fluid > .span8 {
  width: 65.95744680199999%;
}
.row-fluid > .span7 {
  width: 57.446808505%;
}
.row-fluid > .span6 {
  width: 48.93617020799999%;
}
.row-fluid > .span5 {
  width: 40.425531911%;
}
.row-fluid > .span4 {
  width: 31.914893614%;
}
.row-fluid > .span3 {
  width: 23.404255317%;
}
.row-fluid > .span2 {
  width: 14.89361702%;
}
.row-fluid > .span1 {
  width: 6.382978723%;
}
.container {
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 9px;
  font-size: 13px;
  line-height: 18px;
}
p small {
  font-size: 11px;
  color: #999999;
}
.lead {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 200;
  line-height: 27px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  color: #999999;
}
h1 {
  font-size: 30px;
  line-height: 36px;
}
h1 small {
  font-size: 18px;
}
h2 {
  font-size: 24px;
  line-height: 36px;
}
h2 small {
  font-size: 18px;
}
h3 {
  line-height: 27px;
  font-size: 18px;
}
h3 small {
  font-size: 14px;
}
h4,
h5,
h6 {
  line-height: 18px;
}
h4 {
  font-size: 14px;
}
h4 small {
  font-size: 12px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 11px;
  color: #999999;
  text-transform: uppercase;
}
.page-header {
  padding-bottom: 17px;
  margin: 18px 0;
  border-bottom: 1px solid #eeeeee;
}
.page-header h1 {
  line-height: 1;
}
ul,
ol {
  padding: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  line-height: 18px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 18px;
}
dt,
dd {
  line-height: 18px;
}
dt {
  font-weight: bold;
  line-height: 17px;
}
dd {
  margin-left: 9px;
}
.dl-horizontal dt {
  float: left;
  clear: left;
  width: 120px;
  text-align: right;
}
.dl-horizontal dd {
  margin-left: 130px;
}
hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
.muted {
  color: #999999;
}
abbr[title] {
  border-bottom: 1px dotted #ddd;
  cursor: help;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 18px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22.5px;
}
blockquote small {
  display: block;
  line-height: 18px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-left: 0;
  padding-right: 15px;
  border-left: 0;
  border-right: 5px solid #eeeeee;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 18px;
  line-height: 18px;
  font-style: normal;
}
small {
  font-size: 100%;
}
cite {
  font-style: normal;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Menlo, Monaco, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12.025px;
  line-height: 18px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  white-space: pre;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
}
pre.prettyprint {
  margin-bottom: 18px;
}
pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
/*.label {
  padding: 1px 4px 2px;
  font-size: 10.998px;
  font-weight: bold;
  line-height: 13px;
  color: #ffffff;
  vertical-align: middle;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.label:hover {
  color: #ffffff;
  text-decoration: none;
}*/
.label-important {
  background-color: #b94a48;
}
.label-important:hover {
  background-color: #953b39;
}
.label-warning {
  background-color: #f89406;
}
.label-warning:hover {
  background-color: #c67605;
}
.label-success {
  background-color: #468847;
}
.label-success:hover {
  background-color: #356635;
}
.label-info {
  background-color: #3a87ad;
}
.label-info:hover {
  background-color: #2d6987;
}
.label-inverse {
  background-color: #333333;
}
.label-inverse:hover {
  background-color: #1a1a1a;
}
.badge {
  padding: 1px 9px 2px;
  font-size: 12.025px;
  font-weight: bold;
  white-space: nowrap;
  color: #ffffff;
  background-color: #999999;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.badge-error {
  background-color: #b94a48;
}
.badge-error:hover {
  background-color: #953b39;
}
.badge-warning {
  background-color: #f89406;
}
.badge-warning:hover {
  background-color: #c67605;
}
.badge-success {
  background-color: #468847;
}
.badge-success:hover {
  background-color: #356635;
}
.badge-info {
  background-color: #3a87ad;
}
.badge-info:hover {
  background-color: #2d6987;
}
.badge-inverse {
  background-color: #333333;
}
.badge-inverse:hover {
  background-color: #1a1a1a;
}
table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}
.table {
  width: 100%;
  margin-bottom: 18px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-left: 0;
  border-collapse: separate;
  *border-collapse: collapsed;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: #f5f5f5;
}
table .span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
table .span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
table .span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
table .span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
table .span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
table .span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
table .span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
table .span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
table .span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
table .span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
table .span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
table .span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
table .span13 {
  float: none;
  width: 1004px;
  margin-left: 0;
}
table .span14 {
  float: none;
  width: 1084px;
  margin-left: 0;
}
table .span15 {
  float: none;
  width: 1164px;
  margin-left: 0;
}
table .span16 {
  float: none;
  width: 1244px;
  margin-left: 0;
}
table .span17 {
  float: none;
  width: 1324px;
  margin-left: 0;
}
table .span18 {
  float: none;
  width: 1404px;
  margin-left: 0;
}
table .span19 {
  float: none;
  width: 1484px;
  margin-left: 0;
}
table .span20 {
  float: none;
  width: 1564px;
  margin-left: 0;
}
table .span21 {
  float: none;
  width: 1644px;
  margin-left: 0;
}
table .span22 {
  float: none;
  width: 1724px;
  margin-left: 0;
}
table .span23 {
  float: none;
  width: 1804px;
  margin-left: 0;
}
table .span24 {
  float: none;
  width: 1884px;
  margin-left: 0;
}
form {
  margin: 0 0 18px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 27px;
  font-size: 19.5px;
  line-height: 36px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #eee;
}
legend small {
  font-size: 13.5px;
  color: #999999;
}
label {
  /*display: block;
  margin-bottom: 5px;
  color: #333333;*/
}
input,
textarea,
select,
.uneditable-input {
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
label input,
label textarea,
label select {
  display: block;
}
input[type="image"] {
  border: 0;
}
input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: #ffffff;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  /*height: auto;*/
}
select,
input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 28px;
}
input[type="file"] {
  line-height: 18px \9;
}
select {
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="image"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
textarea {
  height: auto;
}
input[type="hidden"] {
  display: none;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
input,
textarea {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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 linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
/*
input:focus,
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9; ***** for IE6-9 *
}
*/
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input.span12, textarea.span12, .uneditable-input.span12 {
  width: 930px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
  width: 850px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
  width: 770px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
  width: 690px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
  width: 610px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
  width: 530px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
  width: 450px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
  width: 370px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
  width: 290px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
  width: 210px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
  width: 130px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
  width: 50px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #eeeeee;
  border-color: #ddd;
  cursor: not-allowed;
}
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
  border-color: #c09853;
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: 0 0 6px #dbc59e;
  -moz-box-shadow: 0 0 6px #dbc59e;
  box-shadow: 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
  border-color: #b94a48;
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: 0 0 6px #d59392;
  -moz-box-shadow: 0 0 6px #d59392;
  box-shadow: 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
  border-color: #468847;
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: 0 0 6px #7aba7b;
  -moz-box-shadow: 0 0 6px #7aba7b;
  box-shadow: 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 17px 20px 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: #eeeeee;
  border-top: 1px solid #ddd;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
}
.form-actions:after {
  clear: both;
}
:-moz-placeholder {
  color: #999999;
}
::-webkit-input-placeholder {
  color: #999999;
}
.help-block,
.help-inline {
  color: #555555;
}
.help-block {
  display: block;
  margin-bottom: 9px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-prepend,
.input-append {
  margin-bottom: 5px;
}
.input-prepend input:focus,
.input-append input:focus,
.input-prepend select:focus,
.input-append select:focus,
.input-prepend .uneditable-input:focus,
.input-append .uneditable-input:focus {
  position: relative;
  z-index: 2;
}
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  border-left-color: #ccc;
}
.input-prepend .add-on,
.input-append .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.input-prepend .add-on,
.input-append .add-on,
.input-prepend .btn,
.input-append .btn {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend .active,
.input-append .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-append input,
.input-append select .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .uneditable-input {
  border-left-color: #eee;
  border-right-color: #ccc;
}
.input-append .add-on,
.input-append .btn {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.search-query {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  margin-bottom: 0;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}
.control-group {
  margin-bottom: 9px;
}
legend + .control-group {
  margin-top: 18px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 18px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 140px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  margin-left: 160px;
  /* Super jank IE7 fix to ensure the inputs in .input-append and input-prepend don't inherit the margin of the parent, in this case .controls */

  *display: inline-block;
  *margin-left: 0;
  *padding-left: 20px;
}
.form-horizontal .help-block {
  margin-top: 9px;
  margin-bottom: 0;
}
.form-horizontal .form-actions {
  padding-left: 160px;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  background-color: #f5f5f5;
  /*
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  *margin-left: .3em;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  outline: 0;
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  background-color: #e6e6e6;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 1px;
}
.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}
.btn-small [class^="icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}
.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  background-color: #0074cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
  background-image: -o-linear-gradient(top, #0088cc, #0055cc);
  background-image: linear-gradient(top, #0088cc, #0055cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
  border-color: #0055cc #0055cc #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #0055cc;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #004099 \9;
}
.btn-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #f89406;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #bd362f;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #51a351;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #2f96b4;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  background-color: #414141;
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url('/m/default/media/bootstrap/img/glyphicons-halflings.png?e9451358616d');
  background-position: 14px 14px;
  background-repeat: no-repeat;
  *margin-right: .3em;
}
[class^="icon-"]:last-child,
[class*=" icon-"]:last-child {
  *margin-left: 0;
}
.icon-white {
  background-image: url('/m/default/media/bootstrap/img/glyphicons-halflings-white.png?e9451358616d');
}
.icon-glass {
  background-position: 0      0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -120px;
}
.icon-random {
  background-position: -216px -120px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  background-position: -384px -120px;
}
.icon-folder-open {
  background-position: -408px -120px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
.btn-group {
  position: relative;
  *zoom: 1;
  *margin-left: .3em;
}
.btn-group:before,
.btn-group:after {
  display: table;
  content: "";
}
.btn-group:after {
  clear: both;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  margin-top: 9px;
  margin-bottom: 9px;
}
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.btn-group .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group .btn:last-child,
.btn-group .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group .btn.large:last-child,
.btn-group .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group .btn:hover,
.btn-group .btn:focus,
.btn-group .btn:active,
.btn-group .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 3px;
  *padding-bottom: 3px;
}
.btn-group .btn-mini.dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-group .btn-small.dropdown-toggle {
  *padding-top: 4px;
  *padding-bottom: 4px;
}
.btn-group .btn-large.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open {
  *z-index: 1000;
}
.btn-group.open .dropdown-menu {
  display: block;
  margin-top: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn .caret {
  margin-top: 7px;
  margin-left: 0;
}
.btn:hover .caret,
.open.btn-group .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-mini .caret {
  margin-top: 5px;
}
.btn-small .caret {
  margin-top: 6px;
}
.btn-large .caret {
  margin-top: 6px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.nav {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav .nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}
.nav-list [class^="icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  height: 1px;
  margin: 8px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
  *width: 100%;
  *margin: -5px 0 5px;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 18px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #0088cc;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu {
  margin-top: 1px;
  border-width: 1px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.nav-tabs .dropdown-toggle .caret,
.nav-pills .dropdown-toggle .caret {
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
  margin-top: 6px;
}
.nav-tabs .dropdown-toggle:hover .caret,
.nav-pills .dropdown-toggle:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
.nav-tabs .active .dropdown-toggle .caret,
.nav-pills .active .dropdown-toggle .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.nav > .dropdown.active > a:hover {
  color: #000000;
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > .open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav .open .caret,
.nav .open.active .caret,
.nav .open a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover {
  border-color: #999999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
}
.tabbable:after {
  clear: both;
}
.tab-content {
  display: table;
  width: 100%;
}
.tabs-below .nav-tabs,
.tabs-right .nav-tabs,
.tabs-left .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below .nav-tabs .active > a,
.tabs-below .nav-tabs .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left .nav-tabs > li,
.tabs-right .nav-tabs > li {
  float: none;
}
.tabs-left .nav-tabs > li > a,
.tabs-right .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left .nav-tabs .active > a,
.tabs-left .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right .nav-tabs .active > a,
.tabs-right .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.navbar {
  *position: relative;
  *z-index: 2;
  overflow: visible;
  margin-bottom: 18px;
}
.navbar-inner {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.navbar .container {
  width: auto;
}
.btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
.btn-navbar:hover,
.btn-navbar:active,
.btn-navbar.active,
.btn-navbar.disabled,
.btn-navbar[disabled] {
  background-color: #222222;
}
.btn-navbar:active,
.btn-navbar.active {
  background-color: #080808 \9;
}
.btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.nav-collapse.collapse {
  height: auto;
}
.navbar {
  color: #999999;
}
.navbar .brand:hover {
  text-decoration: none;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 8px 20px 12px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  color: #ffffff;
}
.navbar .navbar-text {
  margin-bottom: 0;
  line-height: 40px;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 6px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 6px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  padding: 4px 9px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
  background-color: #626262;
  border: 1px solid #151515;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.navbar-search .search-query:focus,
.navbar-search .search-query.focused {
  padding: 5px 10px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
}
.navbar .nav > li {
  display: block;
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 10px 11px;
  line-height: 19px;
  color: #999999;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
}
.navbar .nav .active > a,
.navbar .nav .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #222222;
}
.navbar .divider-vertical {
  height: 40px;
  width: 1px;
  margin: 0 9px;
  overflow: hidden;
  background-color: #222222;
  border-right: 1px solid #333333;
}
.navbar .nav.pull-right {
  margin-left: 10px;
  margin-right: 0;
}
.navbar .dropdown-menu {
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.navbar .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav .dropdown-toggle .caret,
.navbar .nav .open.dropdown .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar .nav .active .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar .nav .open > .dropdown-toggle,
.navbar .nav .active > .dropdown-toggle,
.navbar .nav .open.active > .dropdown-toggle {
  background-color: transparent;
}
.navbar .nav .active > .dropdown-toggle:hover {
  color: #ffffff;
}
.navbar .nav.pull-right .dropdown-menu,
.navbar .nav .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .nav.pull-right .dropdown-menu:before,
.navbar .nav .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .nav.pull-right .dropdown-menu:after,
.navbar .nav .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.breadcrumb {
  padding: 7px 14px;
  margin: 0 0 18px;
  list-style: none;
  background-color: #fbfbfb;
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}
.breadcrumb li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #999999;
}
.breadcrumb .active a {
  color: #333333;
}
.pagination {
  height: 36px;
  margin: 18px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {
  display: inline;
}
.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.pagination a:hover,
.pagination .active a {
  background-color: #f5f5f5;
}
.pagination .active a {
  color: #999999;
  cursor: default;
}
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pager {
  margin-left: 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  /*border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;*/
}
.pager a:hover {
  text-decoration: none;
}
.pager .next a {
  float: right;
}
.pager .previous a {
  float: left;
}
.pager .disabled a,
.pager .disabled a:hover {
  color: #999999;
  background-color: #fff;
  cursor: default;
}
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
}
.thumbnails:after {
  clear: both;
}
.thumbnails > li {
  float: left;
  margin: 0 0 18px 20px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 1;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
a.thumbnail:hover {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
}
.alert-heading {
  color: inherit;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.progress .bar {
  width: 0%;
  height: 18px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -ms-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(top, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -ms-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
}
.progress-danger.progress-striped .bar {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
}
.progress-success.progress-striped .bar {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
}
.progress-info.progress-striped .bar {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning .bar {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
}
.progress-warning.progress-striped .bar {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
.hero-unit p {
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
  color: inherit;
}
.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -2px;
}
.tooltip.right {
  margin-left: 2px;
}
.tooltip.bottom {
  margin-top: 2px;
}
.tooltip.left {
  margin-left: -2px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  padding: 5px;
}
.popover.top {
  margin-top: -5px;
}
.popover.right {
  margin-left: 5px;
}
.popover.bottom {
  margin-top: 5px;
}
.popover.left {
  margin-left: -5px;
}
.popover.top .arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.popover.right .arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}
.popover.bottom .arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}
.popover.left .arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}
.popover .arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.popover-inner {
  padding: 3px;
  width: 280px;
  overflow: hidden;
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.popover-title {
  padding: 9px 15px;
  line-height: 1;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eee;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.popover-content {
  padding: 14px;
  background-color: #ffffff;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.popover-content p,
.popover-content ul,
.popover-content ol {
  margin-bottom: 0;
}
.modal-open .dropdown-menu {
  z-index: 2050;
}
.modal-open .dropdown.open {
  *z-index: 2050;
}
.modal-open .popover {
  z-index: 2060;
}
.modal-open .tooltip {
  z-index: 2070;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  overflow: auto;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -ms-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 50%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-body {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown:hover .caret,
.open.dropdown .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  padding: 4px 0;
  margin: 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 8px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
  *width: 100%;
  *margin: -5px 0 5px;
}
.dropdown-menu a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
}
.dropdown.open {
  *z-index: 1000;
}
.dropdown.open .dropdown-toggle {
  color: #ffffff;
  background: #ccc;
  background: rgba(0, 0, 0, 0.3);
}
.dropdown.open .dropdown-menu {
  display: block;
}
.pull-right .dropdown-menu {
  left: auto;
  right: 0;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "\2191";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion {
  margin-bottom: 18px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.carousel {
  position: relative;
  margin-bottom: 18px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -ms-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel .item > img {
  display: block;
  line-height: 1;
}
.carousel .active,
.carousel .next,
.carousel .prev {
  display: block;
}
.carousel .active {
  left: 0;
}
.carousel .next,
.carousel .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel .next {
  left: 100%;
}
.carousel .prev {
  left: -100%;
}
.carousel .next.left,
.carousel .prev.right {
  left: 0;
}
.carousel .active.left {
  left: -100%;
}
.carousel .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 15px 5px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: pointer;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
}
.fade.in {
  opacity: 1;
}
.collapse {
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -ms-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
  position: relative;
  overflow: hidden;
  height: 0;
}
.collapse.in {
  height: auto;
}
/*!
 * Bootstrap Responsive v2.0.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none;
}
.visible-tablet {
  display: none;
}
.visible-desktop {
  display: block;
}
.hidden-phone {
  display: block;
}
.hidden-tablet {
  display: block;
}
.hidden-desktop {
  display: none;
}
@media (max-width: 767px) {
  .visible-phone {
    display: block;
  }
  .hidden-phone {
    display: none;
  }
  .hidden-desktop {
    display: block;
  }
  .visible-desktop {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .visible-tablet {
    display: block;
  }
  .hidden-tablet {
    display: none;
  }
  .hidden-desktop {
    display: block;
  }
  .visible-desktop {
    display: none;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 18px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-group > label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .modal {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0;
  }
  .modal.fade.in {
    top: auto;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (max-width: 767px) {
  .navbar-fixed-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row {
    margin-left: 0;
  }
  .row > [class*="span"],
  .row-fluid > [class*="span"] {
    float: none;
    display: block;
    width: auto;
    margin: 0;
  }
  .thumbnails [class*="span"] {
    width: auto;
  }
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 28px;
    /* Make inputs at least the height of their button counterpart */
  
    /* Makes inputs behave like true block-level elements */
  
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    margin-left: 20px;
  }
  .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid > [class*="span"] {
    float: left;
    margin-left: 2.762430939%;
  }
  .row-fluid > [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid > .span12 {
    width: 99.999999993%;
  }
  .row-fluid > .span11 {
    width: 91.436464082%;
  }
  .row-fluid > .span10 {
    width: 82.87292817100001%;
  }
  .row-fluid > .span9 {
    width: 74.30939226%;
  }
  .row-fluid > .span8 {
    width: 65.74585634900001%;
  }
  .row-fluid > .span7 {
    width: 57.182320438000005%;
  }
  .row-fluid > .span6 {
    width: 48.618784527%;
  }
  .row-fluid > .span5 {
    width: 40.055248616%;
  }
  .row-fluid > .span4 {
    width: 31.491712705%;
  }
  .row-fluid > .span3 {
    width: 22.928176794%;
  }
  .row-fluid > .span2 {
    width: 14.364640883%;
  }
  .row-fluid > .span1 {
    width: 5.801104972%;
  }
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 714px;
  }
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 652px;
  }
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 590px;
  }
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 528px;
  }
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 466px;
  }
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 404px;
  }
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 342px;
  }
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 280px;
  }
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 218px;
  }
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 156px;
  }
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 94px;
  }
  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 32px;
  }
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top {
    position: static;
    margin-bottom: 18px;
  }
  .navbar-fixed-top .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .navbar .nav-collapse {
    clear: left;
  }
  .navbar .nav {
    float: none;
    margin: 0 0 9px;
  }
  .navbar .nav > li {
    float: none;
  }
  .navbar .nav > li > a {
    margin-bottom: 2px;
  }
  .navbar .nav > .divider-vertical {
    display: none;
  }
  .navbar .nav .nav-header {
    color: #999999;
    text-shadow: none;
  }
  .navbar .nav > li > a,
  .navbar .dropdown-menu a {
    padding: 6px 15px;
    font-weight: bold;
    color: #999999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .navbar .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .navbar .nav > li > a:hover,
  .navbar .dropdown-menu a:hover {
    background-color: #222222;
  }
  .navbar .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: block;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .navbar .dropdown-menu:before,
  .navbar .dropdown-menu:after {
    display: none;
  }
  .navbar .dropdown-menu .divider {
    display: none;
  }
  .navbar-form,
  .navbar-search {
    float: none;
    padding: 9px 15px;
    margin: 9px 0;
    border-top: 1px solid #222222;
    border-bottom: 1px solid #222222;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .btn-navbar {
    display: block;
  }
  .nav-collapse {
    overflow: hidden;
    height: 0;
  }
}
@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    margin-left: 30px;
  }
  .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid > [class*="span"] {
    float: left;
    margin-left: 2.564102564%;
  }
  .row-fluid > [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid > .span12 {
    width: 100%;
  }
  .row-fluid > .span11 {
    width: 91.45299145300001%;
  }
  .row-fluid > .span10 {
    width: 82.905982906%;
  }
  .row-fluid > .span9 {
    width: 74.358974359%;
  }
  .row-fluid > .span8 {
    width: 65.81196581200001%;
  }
  .row-fluid > .span7 {
    width: 57.264957265%;
  }
  .row-fluid > .span6 {
    width: 48.717948718%;
  }
  .row-fluid > .span5 {
    width: 40.170940171000005%;
  }
  .row-fluid > .span4 {
    width: 31.623931624%;
  }
  .row-fluid > .span3 {
    width: 23.076923077%;
  }
  .row-fluid > .span2 {
    width: 14.529914530000001%;
  }
  .row-fluid > .span1 {
    width: 5.982905983%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 1160px;
  }
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 1060px;
  }
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 960px;
  }
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 860px;
  }
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 760px;
  }
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 660px;
  }
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 560px;
  }
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 460px;
  }
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 360px;
  }
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 260px;
  }
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 160px;
  }
  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 60px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
}

/* Modifications for askbot */
.caret {
    margin-bottom: 7px;
}
.btn-group {
    text-align: left;
}
.btn-toolbar {
    margin: 0;
}
.modal-footer {
    text-align: left;
}
.modal p {
    font-size: 14px;
}
.modal-body > textarea {
    width: 515px;
    margin-bottom: 0px;
}
.modal-backdrop {
    z-index: 200000;
}
.modal {
    z-index: 200001;
}

/* General Predifined classes, read more in lesscss.org */
/* Variables for Colors*/
/* Variables for fonts*/
/* General styles for gradients */
/* Receive exactly positions for background Sprite  */
/* CSS3 Elements */
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Library of predifined less functions styles */
/* ----- General HTML Styles----- */
body {
  background: #FFF;
  font-size: 14px;
  line-height: 150%;
  margin: 0;
  padding: 0;
  color: #666;
  font-family: Arial;
}
div {
  margin: 0 auto;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
form,
img,
p {
  margin: 0;
  padding: 0;
  border: none;
}
label {
  vertical-align: middle;
}
hr {
  border: none;
  border-top: 1px dashed #ccccce;
}
input,
select,
textarea {
  vertical-align: middle;
  font-family: Trebuchet MS, "segoe ui", Helvetica, Tahoma, Verdana, MingLiu, PMingLiu, Arial, sans-serif;
  margin-left: 0px;
  -webkit-appearance: none;
  border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
}
input[type="radio"] {
  margin: 2px 3px 0 0;
  -webkit-appearance: radio;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
select {
  width: 100%;
  -webkit-appearance: menulist-button;
}
input[type="email"].prompt,
input[type="text"].prompt,
input[type="password"].prompt,
input.tipped-input.blank {
  color: #707070;
}
textarea:focus,
input:focus {
  outline: none;
}
input[type="email"],
input[type="text"],
input[type="password"],
select,
textarea,
#askFormBar .questionTitleInput,
.wmd-container,
.js-simple-editor,
.folded-editor,
.mock-editor {
  border: #cce6ec 3px solid;
  height: 22px;
  font-size: 13px;
  padding: 0 5px;
}
textarea {
  padding: 5px;
}
.js-editable .wmd-container {
  height: auto;
  background: white;
  padding: 0;
  margin-bottom: 8px;
}
.js-editable textarea {
  width: 100% !important;
  box-sizing: border-box;
}
.js-editable img {
  max-width: 100%;
}
.wmd-container textarea {
  width: 100% !important;
  box-sizing: border-box;
}
.wmd-container img {
  max-width: 100%;
}
.tos {
  margin: 20px 0 10px 0;
}
.tos .tos-content {
  background: #f0f0f0;
  border: #cce6ec 3px solid;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  margin: 0;
  overflow-y: auto;
  padding: 3px 5px;
  width: 398px;
}
iframe {
  border: none;
}
p {
  font-size: 14px !important;
  line-height: 140%;
  margin-bottom: 6px;
}
a {
  color: #1b79bd;
  text-decoration: none;
  cursor: pointer;
}
h2 {
  font-size: 21px;
  padding: 3px 0 3px 5px;
}
h3 {
  font-size: 19px;
  padding: 3px 0 3px 5px;
}
ul {
  list-style: disc;
  margin-left: 20px;
  padding-left: 0px;
  margin-bottom: 1em;
}
ol {
  list-style: decimal;
  margin-left: 30px;
  margin-bottom: 1em;
  padding-left: 0px;
}
td ul {
  vertical-align: middle;
}
li input {
  margin: 3px 3px 4px 3px;
}
pre {
  font-family: Consolas, Monaco, Liberation Mono, Lucida Console, Monospace;
  font-size: 100%;
  margin-bottom: 10px;
  background-color: #F5F5F5;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 20px ! ie7;
}
code {
  font-family: Consolas, Monaco, Liberation Mono, Lucida Console, Monospace;
  font-size: 100%;
}
blockquote {
  margin-bottom: 10px;
  margin-right: 15px;
  padding: 10px 0px 1px 10px;
  background-color: #F5F5F5;
}
html {
  overflow-y: scroll;
}
/* http://pathfindersoftware.com/2007/09/developers-note-2/ */
* html .clearfix,
* html .paginator {
  height: 1;
  overflow: visible;
}
 + html .clearfix,
 + html .paginator {
  min-height: 1%;
}
.clearfix:after,
.paginator:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.invisible {
  margin: -1px 0 0 -1px;
  height: 1px;
  overflow: hidden;
  width: 1px;
}
.badges a {
  color: #763333;
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
}
.js-avatar-box {
  text-decoration: none;
  width: 32px;
  height: 32px;
}
.box .js-avatar {
  height: 48px;
  width: 48px;
}
.user-card .js-avatar {
  height: 32px !important;
  width: 32px;
}
.comment-controls .js-avatar,
.message .js-avatar {
  height: 16px;
  width: 16px;
}
.user-info-table .js-avatar {
  height: 128px;
  width: 128px;
}
.user-memo {
  font-size: 13px;
  font-weight: bold;
  padding-top: 5px;
}
.badge-context-toggle.active {
  cursor: pointer;
  text-decoration: underline;
}
h1 {
  font-size: 24px;
  padding: 0px 0 5px 0px;
}
/* ----- Extra space above for messages ----- */
body.user-messages {
  margin-top: 2.4em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* ----- Custom positions ----- */
.left {
  float: left;
}
.right {
  float: right;
}
.clean {
  clear: both;
}
.center {
  margin: 0 auto;
  padding: 0;
}
.sr-only {
  display: none;
}
/* ----- Notify message bar , check blocks/system_messages.html ----- */
.notify {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100000;
  padding: 0;
  text-align: center;
  background-color: #f5dd69;
  font-family: 'Open Sans Condensed', Arial, sans-serif;
}
.notify .notification {
  color: #424242;
  font-size: 16px;
  line-height: 34px;
  margin: 0 !important;
}
.wait-icon-box {
  text-align: center;
  margin: 5px 0 8px;
}
.hovercard {
  background: white;
  -webkit-box-shadow: 0 0 5px #929292;
  -moz-box-shadow: 0 0 5px #929292;
  box-shadow: 0 0 5px #929292;
  font-size: 13px;
  display: block;
  max-width: 250px;
  padding: 10px;
  position: absolute;
  z-index: 1001;
}
.hovercard p:last-child {
  margin-bottom: 0;
}
.hovercard ul {
  margin-bottom: 0;
}
.hovercard ul li {
  font-size: 13px;
  line-height: 16px;
  margin: 5px 0;
}
.hovercard .triangle {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid white;
  height: 0;
  margin: -20px 0 10px 0;
  width: 0;
}
#closeNotify {
  position: absolute;
  right: 5px;
  top: 7px;
  color: #735005;
  text-decoration: none;
  line-height: 18px;
  background: -6px -5px url('/m/default/media/images/sprites.png?e9451358616d') no-repeat;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
#closeNotify:hover {
  background: -26px -5px url('/m/default/media/images/sprites.png?e9451358616d') no-repeat;
}
/* ----- Header, check blocks/header.html ----- */
#header {
  margin-top: 0px;
  background: #16160f;
  font-family: 'Open Sans Condensed', Arial, sans-serif;
}
.content-wrapper {
  /* wrapper positioning class */
  width: 960px;
  margin: auto;
  position: relative;
}
#logo img {
  padding: 5px 0px 5px 0px;
  height: 75px;
  width: auto;
  float: left;
}
.lang-nav {
  position: relative;
  text-align: right;
  margin-left: 20px;
  text-transform: lowercase;
  color: #d0e296;
}
.lang-nav .curr-lang {
  text-decoration: underline;
}
.lang-nav .toggle {
  font-size: 10px;
  vertical-align: middle;
}
.lang-nav .fa {
  font-size: 14px;
  vertical-align: middle;
}
.lang-nav a:hover {
  background: #666 !important;
}
.lang-nav a {
  background: grey;
  height: 22px !important;
  text-align: left !important;
}
.lang-nav ul {
  background: grey;
  display: none;
  list-style: none;
  margin: 0;
  min-width: initial !important;
  z-index: 10000;
}
.lang-nav:hover ul,
.lang-nav ul:hover {
  display: block;
  position: absolute;
}
.lang-nav li {
  background: grey;
  color: #707070;
  display: block;
}
.lang-de .lang-nav {
  text-transform: capitalize;
}
.select-language {
  margin-top: 6px;
}
.user-lang-selector ul {
  list-style: none;
  margin: 0;
}
.user-lang-selector ul input {
  display: inline-block;
}
.user-lang-selector label {
  margin-right: 8px;
}
.user-profile-page .message:first-child {
  margin-top: 12px;
}
#userToolsNav {
  /* Navigation bar containing login link or user information, check widgets/user_navigation.html*/
  height: 20px;
  padding-bottom: 5px;
  white-space: nowrap;
  font-size: 16px;
}
#userToolsNav a {
  height: 35px;
  text-align: right;
  margin-left: 20px;
  text-decoration: underline;
  color: #d0e296;
}
#userToolsNav a:first-child {
  margin-left: 0;
}
#userToolsNav a#ab-responses {
  margin-left: 3px;
}
#userToolsNav .user-info,
#userToolsNav .user-micro-info {
  color: #b5b593;
}
#userToolsNav a img {
  vertical-align: middle;
  margin-bottom: 2px;
}
#userToolsNav .user-info a {
  margin: 0;
  text-decoration: none;
}
#userToolsNav #signin-form {
  display: inline-block;
  margin: 0;
}
#userToolsNav #signin-form input {
  background: transparent;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  color: #d0e296;
  font-size: 16px;
  height: 21px;
  line-height: 21px;
  margin: 0;
  outline: none;
  text-shadow: none;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  text-decoration: underline;
  vertical-align: text-top;
}
#userToolsNav #signin-form input:hover {
  color: #ebff88;
}
#metaNav {
  /* Top Navigation bar containing links for tags, people and badges, check widgets/header.html */
  float: right;
  /* for #header.with-logo it is modified */
  margin-right: 7px;
}
#metaNav a {
  color: #e2e2ae;
  padding: 0px 0px 0px 35px;
  height: 35px;
  line-height: 25px;
  margin: 5px 0px 0px 10px;
  font-size: 18px;
  font-weight: 100;
  text-decoration: none;
  display: block;
  float: left;
}
#metaNav a:hover {
  text-decoration: underline;
}
#metaNav a.on {
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
}
#metaNav a.special {
  font-size: 18px;
  color: #B02B2C;
  font-weight: bold;
  text-decoration: none;
}
#metaNav a.special:hover {
  text-decoration: underline;
}
#metaNav #navTags {
  background: 0px -95px url('/m/default/media/images/sprites.png?e9451358616d') no-repeat;
}
#metaNav #navUsers,
#metaNav #navGroups {
  background: 3px -133px url('/m/default/media/images/sprites.png?e9451358616d') no-repeat;
}
#metaNav #navBadges {
  background: 3px -170px url('/m/default/media/images/sprites.png?e9451358616d') no-repeat;
}
#metaNav a.group-name {
  margin: 0px;
  float: none;
  padding: 5px 10px;
}
#metaNav input.group-name {
  border: 1px solid #c9c9b5;
  color: #464646;
  display: block;
  font-size: 14px;
  height: 25px;
  margin: 0px 10px 5px 10px;
  padding: 0 5px;
}
#metaNav a.group-name:hover {
  background-color: transparent;
}
#metaNav span.dropdown:hover ul.dropdown-menu {
  display: block;
}
#metaNav div.dropdown-container:hover ul.dropdown-menu {
  display: block;
}
#metaNav .dropdown {
  float: left;
}
#metaNav .dropdown-menu {
  border-top: none;
  left: 33px;
  z-index: 10100;
}
#metaNav .dropdown-menu a {
  color: #666;
  height: 25px;
}
#userToolsNav a:hover,
#metaNav a:hover {
  color: #ebff88;
}
#userToolsNav .dropdown-menu a:hover,
#metaNav .dropdown-menu a:hover {
  color: white;
  background: #aaa;
  text-decoration: none;
}
#header.with-logo #userToolsNav {
  position: absolute;
  bottom: 0;
  right: 0px;
}
#header.without-logo #userToolsNav {
  float: left;
  margin-top: 9px;
}
#secondaryHeader {
  /* Div containing Home button, scope navigation, search form and ask button, check blocks/secondary_header.html */
  height: 55px;
  background: #e9e9e1;
  border-bottom: #d3d3c2 1px solid;
  border-top: #fcfcfc 1px solid;
  margin-bottom: 10px;
  font-family: 'Open Sans Condensed', Arial, sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#secondaryHeader td {
  padding: 0;
}
#secondaryHeader td.search-bar {
  padding: 0 32px 0 15px;
  position: relative;
}
#homeButton {
  border-right: #afaf9e 1px solid;
  height: 54px;
  width: 43px;
  display: block;
  float: left;
}
#homeButton i {
  color: #7a7a7b;
  font-size: 26px;
  line-height: 54px;
  margin-left: 5px;
}
#homeButton i:hover {
  color: #444;
}
.scope-selector {
  display: inline-block;
  font-size: 20px;
  color: #7a7a6b;
  height: 55px;
  line-height: 55px;
  margin-left: 16px;
}
.scope-selector.on {
  background: url('/m/default/media/images/scopearrow.png?e9451358616d') no-repeat center 41px;
}
.scope-selector.ask-message {
  font-size: 24px;
}
.validate-email-page label {
  color: #707070;
  line-height: 1.35;
  display: block;
  margin: 10px 0;
}
.validate-email-page #validation-code {
  padding-left: 5px;
  height: 25px;
  font-size: 14px;
  width: 200px;
}
.validate-email-page form {
  margin-bottom: 30px;
}
#searchBar {
  /* Main search form , check widgets/search_bar.html */
  border: 1px solid #c9c9b5;
  background: white;
  height: 41px;
  z-index: 1000;
  position: relative;
  width: 100%;
  /* the guts are absolute-positioned */
}
#searchBar input.searchInput,
#searchBar div.input-tool-tip,
#searchBar input[type="submit"].searchBtn,
#searchBar input[type="button"].cancelSearchBtn {
  position: absolute;
  z-index: 100;
}
#searchBar input.searchInput {
  z-index: 99;
  /* just below the buttons and the hint */
}
#searchBar input.searchInput {
  font-size: 22px;
  height: 26px;
  line-height: 26px;
  font-weight: 300;
  background: transparent;
  border: 0px;
  color: #484848;
  font-family: Arial;
  width: 100%;
  margin: 8px 0 6px 0;
  padding: 0 80px 0 8px;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 0 #929292;
  -moz-box-shadow: 0 0 0 #929292;
  box-shadow: 0 0 0 #929292;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#searchBar div.input-tool-tip {
  padding: 0 0 0 10px;
  height: 41px;
  line-height: 41px;
  font-size: 20px;
  font-style: italic;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
}
#searchBar input[type="submit"].searchBtn {
  right: 0;
  top: 0;
}
#searchBar input[type="button"].cancelSearchBtn {
  right: 39px;
  top: 0;
}
.search-drop-menu {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: whitesmoke;
  border-top: none;
  top: 42px;
  margin: 0;
  outline: 1px solid #dadad4;
  position: absolute;
  z-index: 10000;
}
.search-drop-menu ul {
  list-style: none;
  overflow: auto;
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
}
.search-drop-menu ul li {
  padding: 5px 10px;
  position: relative;
}
.search-drop-menu ul li a {
  text-decoration: none;
}
.search-drop-menu ul li.selected {
  background: #08c;
}
.search-drop-menu ul li.selected a {
  color: whitesmoke;
}
.search-drop-menu .footer {
  text-align: center;
  margin: 0 0 1px 0;
  padding: 4px 0 10px 0;
}
.search-drop-menu.empty .footer {
  padding-top: 9px;
}
.search-drop-menu.empty ul {
  padding: 1px;
  margin: 0;
}
.input-tool-tip {
  color: #999;
}
.input-tool-tip.dimmed {
  color: #ccc;
}
input[type="submit"].searchBtn {
  font-size: 10px;
  color: #666;
  background-color: #eee;
  height: 41px;
  border: #FFF 1px solid;
  line-height: 22px;
  text-align: center;
  margin: 0;
  width: 48px;
  background: -98px -37px url('/m/default/media/images/sprites.png?e9451358616d') no-repeat;
  border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-box-shadow: 0 0 0 #929292;
  -moz-box-shadow: 0 0 0 #929292;
  box-shadow: 0 0 0 #929292;
  cursor: pointer;
  z-index: 10001;
}
.badge-list .placeholder {
  background: #aaa;
  height: 5px;
  list-style: none;
}
.badge-ctnr {
  clear: both;
  line-height: 30px;
}
.badge-awarded {
  color: #5b9058;
  font-size: 175%;
  height: 30px;
  min-width: 30px;
  padding-right: 5px;
  text-align: left;
}
.badge-item {
  width: 230px;
}
.badge-description {
  margin-top: 8px;
}
.badge-awarded,
.badge-item,
.badge-description {
  display: inline-block;
}
.ask-page input[type="submit"].searchBtn {
  display: none;
}
.ask-page .input-tool-tip {
  color: white;
  height: 0;
  z-index: 0;
  position: absolute;
  left: -1000px;
  /* hide away */
}
.ask-page .search-drop-menu {
  top: 37px;
}
.ask-page .search-drop-menu.empty {
  border: none;
  outline: none;
  padding: 0 !important;
}
.ask-page .search-drop-menu.empty ul {
  padding: 0 !important;
}
input[type="submit"].searchBtn:hover {
  background-image: none;
  background: #ddd url('/m/default/media/images/sprites.png?e9451358616d') no-repeat -146px -37px !important;
}
input[type="button"].cancelSearchBtn {
  font-size: 30px !important;
  color: #aaa;
  background: #fff !important;
  height: 37px !important;
  line-height: 37px;
  border: 0px;
  -webkit-box-shadow: 0 0 0 #929292;
  -moz-box-shadow: 0 0 0 #929292;
  box-shadow: 0 0 0 #929292;
  border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  text-align: center;
  width: 35px !important;
  cursor: pointer;
  z-index: 10001;
}
.cancelSearchBtn:hover {
  color: #d84040;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
.button,
.btn {
  border: 0 !important;
  border-top: #eaf2f3 1px solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  color: #4a757f;
  font-family: 'Open Sans Condensed', Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: 27px;
  margin-right: 10px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0px 1px 0px #c6d9dd;
  -moz-text-shadow: 0px 1px 0px #c6d9dd;
  -webkit-text-shadow: 0px 1px 0px #c6d9dd;
  background-color: #d1e2e5;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d1e2e5), color-stop(25%, #d1e2e5), to(#a9c2c7));
  background-image: -webkit-linear-gradient(#d1e2e5, #d1e2e5 25%, #a9c2c7);
  background-image: -moz-linear-gradient(top, #d1e2e5, #d1e2e5 25%, #a9c2c7);
  background-image: -ms-linear-gradient(#d1e2e5, #d1e2e5 25%, #a9c2c7);
  background-image: -o-linear-gradient(#d1e2e5, #d1e2e5 25%, #a9c2c7);
  background-image: linear-gradient(#d1e2e5, #d1e2e5 25%, #a9c2c7);
  border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-box-shadow: 1px 1px 2px #636363;
  -moz-box-shadow: 1px 1px 2px #636363;
  box-shadow: 1px 1px 2px #636363;
}
button:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
.button:focus,
.btn:focus {
  outline: none !important;
}
button.large,
input[type="submit"].large,
input[type="button"].large,
input[type="reset"].large,
.button.large {
  font-size: 20px;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
}
button:hover,
input[type="submit"]:hover,
.button:hover,
.btn:hover {
  background-position: 0 0 !important;
  background-color: #cde5e9;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cde5e9), color-stop(25%, #cde5e9), to(#94b3ba));
  background-image: -webkit-linear-gradient(#cde5e9, #cde5e9 25%, #94b3ba);
  background-image: -moz-linear-gradient(top, #cde5e9, #cde5e9 25%, #94b3ba);
  background-image: -ms-linear-gradient(#cde5e9, #cde5e9 25%, #94b3ba);
  background-image: -o-linear-gradient(#cde5e9, #cde5e9 25%, #94b3ba);
  background-image: linear-gradient(#cde5e9, #cde5e9 25%, #94b3ba);
  text-decoration: none;
  text-shadow: 0px 1px 0px #c6d9dd;
  -moz-text-shadow: 0px 1px 0px #c6d9dd;
  -webkit-text-shadow: 0px 1px 0px #c6d9dd;
}
.user-profile-page input[name="send_message"] {
  margin: 10px 0 20px;
}
input[type="submit"].link {
  -webkit-box-shadow: 0 0 0 #929292;
  -moz-box-shadow: 0 0 0 #929292;
  box-shadow: 0 0 0 #929292;
  text-shadow: 0 0 0 #929292;
  -moz-text-shadow: 0 0 0 #929292;
  -webkit-text-shadow: 0 0 0 #929292;
  font-weight: normal;
}
input[type="submit"].link:hover {
  text-decoration: underline;
}
form.ajax-file-upload {
  height: 60px;
  position: relative;
}
form.ajax-file-upload input[type="file"],
form.ajax-file-upload input.fake-file-input {
  cursor: pointer;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
}
form.ajax-file-upload input[type="file"] {
  z-index: 2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
form.ajax-file-upload input.fake-file-input {
  z-index: 1;
}
form.ajax-file-upload label,
form.ajax-file-upload img.spinner {
  bottom: 0;
  left: 3px;
  position: absolute;
}
form.ajax-file-upload img.spinner {
  bottom: 6px;
  left: 10px;
}
#askButton {
  /* check blocks/secondary_header.html and widgets/ask_button.html*/
  float: right;
  font-size: 20px;
  height: 42px;
  line-height: 44px;
  margin: -1px 0 0 0;
  text-transform: uppercase;
  width: 200px;
  /* to match width of sidebar */
}
.search-drop-menu {
  width: 100%;
}
.ask-page .search-drop-menu,
body.anon.ask-page .search-drop-menu {
  padding: 5px 10px 6px 0;
}
#scopeNav {
  height: 54px;
  display: inline-block;
  white-space: nowrap;
}
#scopeNav a:hover {
  color: #5a5a5a;
}
/* ----- Content layout, check two_column_body.html or one_column_body.html ----- */
#ContentLeft,
#ContentRight,
#ContentFull {
  padding-bottom: 20px;
}
#ContentLeft {
  width: 730px;
  float: left;
  position: relative;
}
#ContentRight {
  width: 200px;
  float: right;
}
#ContentFull {
  float: left;
  width: 960px;
}
/* ----- Sidebar Widgets Box, check main_page/sidebar.html or question/sidebar.html ----- */
.box {
  background: #fff;
  padding: 4px 2px 10px 2px;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* widgets for question template */
  /* notify by email box */
}
.box p {
  margin-bottom: 4px;
  color: #707070;
  font-family: 'Open Sans Condensed', Arial, sans-serif;
  font-size: 14px;
}
.box p.info-box-follow-up-links {
  text-align: right;
  margin: 0;
}
.box h2 {
  padding-left: 0;
  background: #eceeeb;
  line-height: 30px;
  text-align: right;
  font-size: 18px !important;
  font-weight: normal;
  color: #656565;
  padding-right: 10px;
  margin-bottom: 10px;
  font-family: 'Open Sans Condensed', Arial, sans-serif;
  width: 190px;
}
.box h3 {
  color: #4a757f;
  font-size: 18px;
  text-align: left;
  font-weight: normal;
  font-family: 'Open Sans Condensed', Arial, sans-serif;
  padding-left: 0px;
}
.box .contributorback {
  background: #eceeeb url('/m/default/media/images/contributorsback.png?e9451358616d') no-repeat center left;
}
.box form {
  margin: 0px;
}
.box label {
  color: #707070;
  font-size: 15px;
  vertical-align: bottom;
  display: inline;
  text-align: left;
  font-family: 'Open Sans Condensed', Arial, sans-serif;
}
.box #displayTagFilterControl label,
.box #emailTagFilterControl label {
  /*Especial width just for the tag filter boxes in index page*/
  width: 160px;
}
.box ul {
  margin-left: 22px;
}
.box li {
  list-style-type: disc;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 10px;
  color: #707070;
}
.box ul.tags {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 170%;
  display: block;
}
.box #displayTagFilterControl p label {
  color: #707070;
  font-size: 15px;
}
.box .inputs #interestingTagInput,
.box .inputs #ignoredTagInput,
.box .inputs #subscribedTagInput,
.box .inputs #ab-tag-search {
  width: 145px;
  padding-left: 5px;
  border: #c9c9b5 1px solid;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
}
.box .inputs #ab-tag-search {
  width: 138px;
}
.box .inputs #interestingTagAdd,
.box .inputs #ignoredTagAdd,
.box .inputs #subscribedTagAdd,
.box .inputs #ab-tag-search-add {
  border: 0;
  margin: -2px 0 0 0;
}
.box .inputs #ab-tag-search-add {
  width: 47px;
}
.box img.gravatar {
  margin: 1px 1px 0 0;
}
.box .js-question-follower-count {
  padding: 5px 0 0 5px;
  font-size: 100%;
  font-family: Arial;
  font-weight: bold;
  color: #777;
  text-align: center;
}
.box .notify-sidebar #question-subscribe-sidebar {
  margin: 0 0 0 3px;
}
.users-page .box label {
  display: inline;
  float: none;
}
.statsWidget p {
  color: #707070;
  font-size: 16px;
  border-bottom: #cccccc 1px solid;
  font-size: 13px;
}
.statsWidget p strong {
  float: right;
  padding-right: 10px;
}
.questions-related {
  word-wrap: break-word;
}
.questions-related p {
  line-height: 20px;
  padding: 4px 0px 9px 0px;
  font-size: 16px;
  font-weight: normal;
  border-bottom: #cccccc 1px solid;
}
.questions-related p:first-child {
  margin-top: -4px;
}
.questions-related p:last-child {
  border: none;
}
.questions-related a {
  font-size: 13px;
  line-height: 1.3;
}
/* tips and markdown help are widgets for ask template */
.question-instructions,
.instructions-message {
  background: #e9e9e1;
  box-sizing: border-box;
  padding: 7px 10px 9px 10px;
  margin-bottom: 10px;
  width: 100%;
}
.question-instructions ul,
.instructions-message ul {
  margin: 0 0 0 17px;
}
.openid-signin .instructions-message {
  margin: 10px 0;
  padding: 10px;
}
.openid-signin .instructions-message p {
  color: #666;
}
#markdownHelp li {
  color: #707070;
  font-size: 13px;
}
#markdownHelp a {
  font-size: 16px;
}
/* ----- Sorting top Tab, check main_page/tab_bar.html ------*/
.tabBar {
  background-color: #eff5f6;
  height: 30px;
  margin-bottom: 3px;
  margin-top: 3px;
  float: right;
  font-family: Georgia, serif;
  font-size: 16px;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}
.tabBar h2 {
  float: left;
}
.tabsA,
.tabsC {
  float: right;
  position: relative;
  display: block;
  height: 20px;
}
/* tabsA - used for sorting */
.tabsA {
  float: right;
}
.tabsC {
  float: left;
}
.tabsA a,
.tabsC a {
  border-left: 1px solid #d0e1e4;
  color: #7ea9b3;
  display: block;
  float: left;
  height: 20px;
  line-height: 20px;
  padding: 4px 7px 4px 7px;
  text-decoration: none;
}
.tabsA a.on,
.tabsC a.on,
.tabsA a:hover,
.tabsC a:hover {
  color: #4a757f;
}
.tabsA .label,
.tabsC .label {
  float: left;
  color: #646464;
  margin: 4px 5px 0px 8px;
}
.main-page .tabsA .label {
  margin-left: 8px;
}
.tabsB a {
  background: #eee;
  border: 1px solid #eee;
  color: #777;
  display: block;
  float: left;
  height: 22px;
  line-height: 28px;
  margin: 5px 0px 0 4px;
  padding: 0 11px 0 11px;
  text-decoration: none;
}
.tabsC .first {
  border: none;
}
.rss {
  color: #f57900;
  margin: 5px 0px 3px 7px;
  width: 52px;
  padding-left: 2px;
  padding-top: 3px;
  background: url('/m/default/media/images/feed-icon-small.png?e9451358616d') no-repeat center right;
  float: right;
  font-family: Georgia, serif;
  font-size: 16px;
}
.rss:hover {
  color: #F4A731 !important;
}
/* ----- Headline, containing number of questions and tags selected, check main_page/headline.html ----- */
#questionCount {
  font-weight: bold;
  font-size: 20px;
  color: #7ea9b3;
  float: left;
  margin-bottom: 6px;
  padding-top: 6px;
  font-family: 'Open Sans Condensed', Arial, sans-serif;
}
#questionCount .count {
  font-weight: bold;
  font-size: 20px;
  color: #7ea9b3;
  margin-bottom: 0;
  padding-top: 0;
  font-family: 'Open Sans Condensed', Arial, sans-serif;
}
#listSearchTags {
  margin-top: 3px;
  color: #707070;
  font-size: 16px;
  font-family: 'Open Sans Condensed', Arial, sans-serif;
}
#listSearchTags ul.tags li {
  margin: 0 5px 0 0;
  padding: 0;
  float: none;
  display: inline-block;
}
ul#searchTags {
  display: inline-block;
  margin-left: 6px;
  min-width: 43px;
}
.search-tips {
  font-size: 16px;
  line-height: 17px;
  color: #707070;
  margin: 5px 0 10px 0;
  padding: 0px;
  float: left;
  font-family: 'Open Sans Condensed', Arial, sans-serif;
}
.search-tips a {
  text-decoration: underline;
  color: #1b79bd;
}
/* ----- Question list , check main_page/content.html and macros/macros.html----- */
#question-list {
  float: left;
  position: relative;
  padding: 0;
  width: 100%;
}
.short-summary {
  position: relative;
  filter: inherit;
  padding: 10px 0 3px 0;
  border-bottom: 1px solid #DDDBCE;
  margin-bottom: 1px;
  overflow: hidden;
  width: 733px;
  float: left;
  /*background: url('/m/default/media/images/summary-background.png?e9451358616d') repeat-x;*/
}
.short-summary h2 {
  font-size: 20px;
  font-weight: normal;
  line-height: 26px;
  padding-left: 0;
  margin-bottom: 7px;
  display: block;
  font-family: 'Open Sans Condensed', Arial, sans-serif;
}
.short-summary a {
  color: #464646;
}
.short-summary .userinfo {
  text-align: right;
  line-height: 16px;
  font-family: Arial;
  padding-right: 4px;
}
.short-summary .userinfo .timeago,
.short-summary span.anonymous {
  font-size: 11px;
  clear: both;
  font-weight: normal;
  color: #555;
}
.short-summary .userinfo a {
  font-weight: bold;
  font-size: 11px;
}
.short-summary .counts {
  float: right;
  margin: 4px 0 0 5px;
  font-family: 'Open Sans Condensed', Arial, sans-serif;
}
.short-summary .counts .item-count {
  padding: 0px 5px 0px 5px;
  font-size: 25px;
  font-family: 'Open Sans Condensed', Arial, sans-serif;
}
.short-summary .counts .votes div,
.short-summary .counts .views div,
.short-summary .counts .answers div,
.short-summary .counts .favorites div {
  margin-top: 3px;
  font-size: 14px;
  line-height: 14px;
  color: #646464;
}
.short-summary .tags {
  margin: 0 0 0 1px;
}
.short-summary .votes,
.short-summary .answers,
.short-summary .favorites,
.short-summary .views {
  text-align: center;
  margin: 0 3px;
  padding: 8px 2px 0px 2px;
  width: 51px;
  float: right;
  height: 44px;
  border: #dbdbd4 1px solid;
}
.short-summary .votes {
  background: url('/m/default/media/images/vote-background.png?e9451358616d') repeat-x;
}
.short-summary .answers {
  background: url('/m/default/media/images/answers-background.png?e9451358616d') repeat-x;
}
.short-summary .views {
  background: url('/m/default/media/images/view-background.png?e9451358616d') repeat-x;
}
.short-summary .no-votes .item-count {
  color: #b1b5b6;
}
.short-summary .some-votes .item-count {
  color: #4a757f;
}
.short-summary .no-answers .item-count {
  color: #b1b5b6;
}
.short-summary .some-answers .item-count {
  color: #eab243;
}
.short-summary .no-views .item-count {
  color: #b1b5b6;
}
.short-summary .some-views .item-count {
  color: #d33f00;
}
.short-summary .accepted .item-count {
  background: url('/m/default/media/images/accept.png?e9451358616d') no-repeat top right;
  display: block;
  text-align: center;
  width: 40px;
  color: #eab243;
}
.short-summary .some-favorites .item-count {
  background: #338333;
  color: #d0f5a9;
}
.short-summary .no-favorites .item-count {
  background: #eab243;
  color: yellow;
}
/* ----- Question list Paginator , check main_content/pager.html and macros/utils_macros.html----- */
.evenMore {
  font-size: 13px;
  color: #707070;
  padding: 15px 0px 10px 0px;
  clear: both;
}
.evenMore a {
  text-decoration: underline;
  color: #1b79bd;
}
.pager {
  margin: 10px 0;
}
.main-page .pager {
  margin-bottom: 0;
}
.pagesize {
  margin-top: 10px;
  margin-bottom: 16px;
  float: right;
}
.paginator {
  padding-top: 5px;
  font-size: 13px;
}
.paginator .prev a,
.paginator .prev a:visited,
.paginator .next a,
.paginator .next a:visited {
  background-color: #fff;
  color: #777;
  padding: 0 0.25em;
}
.paginator a {
  color: #7ea9b3;
}
.paginator .prev,
.paginator .next {
  margin-right: .5em;
}
.paginator .page a,
.paginator .page a:visited,
.paginator .curr {
  padding: 0 .25em;
  margin: 0em .15em 0 0;
}
.paginator .curr {
  /*background-color: #8ebcc7;*/
  color: #fff;
  font-weight: bold;
}
.paginator .curr a {
  background: #8ebcc7;
  color: white;
  /*padding: 0;*/
}
.paginator .curr.page a:hover {
  background: #8ebcc7;
  color: white;
  padding: 0 0.25em;
}
.paginator .page a:hover,
.paginator .prev a:hover,
.paginator .next a:hover {
  color: #8C8C8C;
  background-color: #E1E1E1;
  text-decoration: none;
}
.paginator .text {
  color: #777;
  padding: .3em;
}
.paginator .paginator-container-left {
  padding: 5px 0 10px 0;
}
/* ----- Tags Styles ----- */
/* tag formatting is also copy-pasted in template
   because it must be the same in the emails
   askbot/models/__init__.py:format_instant_notification_email()
*/
/* tag cloud */
.tag-size-1 {
  font-size: 12px;
}
.tag-size-2 {
  font-size: 13px;
}
.tag-size-3 {
  font-size: 14px;
}
.tag-size-4 {
  font-size: 15px;
}
.tag-size-5 {
  font-size: 16px;
}
.tag-size-6 {
  font-size: 17px;
}
.tag-size-7 {
  font-size: 18px;
}
.tag-size-8 {
  font-size: 19px;
}
.tag-size-9 {
  font-size: 20px;
}
.tag-size-10 {
  font-size: 21px;
}
ul.tags,
ul.tags.marked-tags,
ul.js-related-tags {
  list-style: none;
  margin: 0;
  padding: 0 0 0 1px;
  line-height: 170%;
  display: block;
}
ul.tags li {
  float: left;
  display: block;
  margin: 0 8px 8px 0;
  padding: 0;
  height: 20px;
}
.wildcard-tags {
  clear: both;
}
.wildcard-tags ul {
  margin-left: 1px;
}
ul.tags.marked-tags li,
.wildcard-tags ul.tags li {
  margin-bottom: 5px;
}
#tagSelector div.inputs {
  margin: 6px 0 12px 0;
}
.tags-page ul.tags li,
ul#ab-user-tags li {
  width: 160px;
  margin: 5px;
  margin-left: 0;
}
.tags-page ul.tags {
  margin-left: 5px;
}
ul.js-related-tags li {
  margin: 0 5px 8px 0;
  float: left;
  clear: left;
}
.js-tag {
  display: block;
  height: 17px;
  margin: 0 5px 0 0;
  padding: 0;
}
.js-tag .js-delete-icon {
  -webkit-box-shadow: 0px 0px 5px #d3d6d7;
  -moz-box-shadow: 0px 0px 5px #d3d6d7;
  box-shadow: 0px 0px 5px #d3d6d7;
  border-top: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
}
.js-tag .tag-number {
  float: none;
}
.merge-questions .js-tag {
  display: inline-block;
}
.js-tag-extra-content {
  padding-left: 4px;
  vertical-align: text-top;
}
.js-tag-name {
  cursor: pointer;
  background: #f3f6f6;
  border: #fff 1px solid ;
  border-top: #fff 2px solid;
  outline: #cfdbdb 1px solid !important;
  -webkit-box-shadow: 0px 0px 5px #d3d6d7;
  -moz-box-shadow: 0px 0px 5px #d3d6d7;
  box-shadow: 0px 0px 5px #d3d6d7;
  display: inline-block;
  height: 17px;
  line-height: 17px;
  font-weight: normal;
  font-size: 11px;
  padding: 0px 8px 0px 8px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-family: Arial;
  color: #717179;
}
.js-deletable-tag {
  margin-right: 3px;
  white-space: nowrap;
}
.tags a.js-tag-name,
.tags span.js-tag-name {
  color: #585858;
  text-decoration: none;
}
.tags a:hover {
  color: #1A1A1A;
}
.users-page th,
.tags-page th,
.groups-page th,
.moderate-tags-page th {
  padding-bottom: 5px;
  font-weight: normal;
}
.users-page h1,
.tags-page h1,
.groups-page h1,
.moderate-tags-page h1 {
  float: left;
}
.mod-queue-info {
  margin: 12px 0 12px 20px;
}
.moderate-tags-page button {
  line-height: 18px;
}
.moderate-tags-page table {
  border-spacing: 0;
}
.moderate-tags-page table.suggested-tags-table {
  width: 100%;
}
.moderate-tags-page th {
  font-style: italic;
}
.moderate-tags-page th,
.moderate-tags-page tr {
  vertical-align: top;
  text-align: left;
  padding-right: 20px;
}
.moderate-tags-page td.per-thread-controls {
  width: 160px;
  /* 20px more to compensate for the padding */
  height: 30px;
}
.moderate-tags-page td.per-thread-controls button {
  display: none;
}
.moderate-tags-page th.tags-col,
.moderate-tags-page th.users-col {
  width: 100px;
}
.moderate-tags-page th.decision-col {
  width: 140px;
}
.moderate-tags-page tr.per-tag-controls {
  height: 30px;
  text-align: center;
}
.moderate-tags-page tr.thread-info a {
  line-height: 18px;
}
.moderate-tags-page tr.thread-info td {
  padding-bottom: 5px;
}
.moderate-tags-page td.tags-col,
.moderate-tags-page td.users-col {
  padding-top: 7px;
}
.moderate-tags-page td.thread-links-col {
  padding-top: 5px;
}
.main-page h1 {
  margin-right: 5px;
}
.js-delete-icon {
  height: 22px;
  width: 18px;
  display: inline-block;
  line-height: 20px;
  text-align: center;
  background: #bbcdcd;
  cursor: default;
  color: #fff;
  border-top: #cfdbdb 1px solid;
  font-family: Arial;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  text-shadow: 0px 1px 0px #7ea0a0;
  -moz-text-shadow: 0px 1px 0px #7ea0a0;
  -webkit-text-shadow: 0px 1px 0px #7ea0a0;
}
.js-delete-icon:hover {
  background: #b32f2f;
}
.expander .wait-icon-box {
  display: inline-block;
  margin: 0;
}
.snippet:hover .expander a {
  text-decoration: underline;
}
.tag-number {
  font-weight: normal;
  float: left;
  font-size: 16px;
  color: #5d5d5d;
}
.badges .tag-number {
  float: none;
  display: inline;
  padding-right: 15px;
}
/* ----- Ask and Edit Question Form template----- */
.section-title {
  color: #7ea9b3;
  font-family: 'Open Sans Condensed', Arial, sans-serif;
  font-weight: bold;
  font-size: 24px;
}
.js-ask-form {
  margin-bottom: 30px;
  width: 100%;
}
#askFormBar {
  display: inline-block;
  padding: 4px 0 0 0;
  margin-top: 0px;
  width: 100%;
  position: relative;
}
#askFormBar p {
  margin: 0 0 5px 0;
  font-size: 14px;
  color: #525252;
  line-height: 1.4;
}
#askFormBar .questionTitleInput {
  font-size: 24px;
  height: 36px;
  line-height: 36px;
  margin: 0;
  padding-left: 5px;
  width: 100%;
  /*719px;*/
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.ask-page #askFormBar {
  padding: 0 0 6px 0;
}
.ask-page .checkbox {
  margin: 0;
}
.ask-page div#question-list,
.edit-question-page div#question-list {
  border-bottom: #f0f0ec 1px solid;
  float: none;
}
.ask-page div#question-list a,
.edit-question-page div#question-list a {
  line-height: 30px;
}
.ask-page div#question-list h2,
.edit-question-page div#question-list h2 {
  font-size: 13px;
  padding-bottom: 0;
  color: #1b79bd;
  border-top: #f0f0ec 1px solid;
  border-left: #f0f0ec 1px solid;
  min-height: 30px;
  line-height: 30px;
  font-weight: normal;
}
.ask-page div#question-list span,
.edit-question-page div#question-list span {
  width: 28px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin-right: 10px;
  float: left;
  display: block;
  color: #fff;
  background: #b8d0d5;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
}
.ask-page label[for="editor"],
.edit-question-page label[for="editor"],
.ask-page label[for="id_title"],
.edit-question-page label[for="id_title"],
.ask-page label[for="id_tags"],
.edit-question-page label[for="id_tags"],
.ask-page .form-error,
.edit-question-page .form-error {
  font-size: 16px;
  font-style: italic;
}
.ask-page label,
.edit-question-page label {
  color: #525252;
  font-size: 13px;
}
.ask-page #id_tags,
.edit-question-page #id_tags {
  box-sizing: border-box;
  height: 31px;
  padding-left: 5px;
  font-size: 14px;
  width: 100%;
  max-width: 395px;
}
.ask-page .lang-selector,
.edit-question-page .lang-selector {
  margin: 9px 0 0 0;
}
.ask-page .lang-selector select,
.edit-question-page .lang-selector select {
  margin: 3px 0;
}
.ask-page #id_post_author_username,
.question-page #id_post_author_username,
.edit-question-page #id_post_author_username,
.edit-answer-page #id_post_author_username,
.ask-page #id_post_author_email,
.question-page #id_post_author_email,
.edit-question-page #id_post_author_email,
.edit-answer-page #id_post_author_email {
  height: 25px;
  line-height: 25px;
  padding-left: 5px;
  font-size: 14px;
  width: 186px;
}
.ask-page #id_post_author_email,
.question-page #id_post_author_email,
.edit-question-page #id_post_author_email,
.edit-answer-page #id_post_author_email {
  margin-left: 10px;
}
.ask-page table.proxy-user-info,
.question-page table.proxy-user-info,
.edit-question-page table.proxy-user-info,
.edit-answer-page table.proxy-user-info {
  border-spacing: 0px;
  margin-bottom: 12px;
  width: 100%;
}
.ask-page table.proxy-user-info .form-item,
.question-page table.proxy-user-info .form-item,
.edit-question-page table.proxy-user-info .form-item,
.edit-answer-page table.proxy-user-info .form-item {
  float: left;
}
.groups-input,
.users-input {
  width: 140px;
  padding-left: 5px;
  border: #c9c9b5 1px solid;
  height: 25px;
  font-size: 14px;
}
.add-groups,
.add-users {
  border: 0;
  margin: -2px 0 0 0 !important;
}
.share-input-col {
  width: 160px;
  text-align: center;
}
.add-everyone-group {
  text-align: center;
  margin: auto;
  display: block;
  padding: 0 10px;
  height: 25px;
}
#id_user,
#id_user_author {
  height: 25px;
  padding-left: 5px;
  width: 395px;
  font-size: 14px;
}
.title-desc {
  color: #707070;
  font-size: 13px;
  margin-bottom: 5px;
}
.ask-page .title-desc,
.question-page .title-desc,
.ask-page .tags-desc,
.question-page .tags-desc {
  color: #707070;
  font-style: italic;
  font-size: 16px;
}
#fmanswer input.submit,
.ask-page input.submit,
.edit-question-page input.submit {
  float: left;
  font-weight: normal;
  height: 35px;
  font-size: 20px;
  margin-top: 3px;
  margin-right: 7px;
}
.folded-editor,
.mock-editor {
  box-shadow: inset 0 0 3px 1px #aaa;
  -moz-box-shadow: inset 0 0 3px 1px #aaa;
  -webkit-box-shadow: inset 0 0 3px 1px #aaa;
  cursor: text;
  height: 100px;
  outline: none;
  width: 100%;
}
.folded-editor .editor-proper,
.mock-editor .editor-proper {
  display: none;
}
.folded-editor.unfolded,
.mock-editor.unfolded {
  cursor: default;
  box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  -webkit-box-shadow: 0 0 0 0;
}
.folded-editor .js-folded-editor-trigger,
.mock-editor .js-folded-editor-trigger {
  margin: 5px 4px;
  display: block;
}
.ask-page .folded-editor {
  border: none;
  padding: 0;
  height: 0;
  overflow: hidden;
}
.folded-editor.unfolded {
  border: none;
  height: auto;
  overflow: initial;
}
.folded-editor.unfolded .editor-proper {
  display: block;
}
a.js-question-body-trigger {
  color: #525252;
  display: block;
  margin-bottom: 8px;
  text-decoration: underline;
}
.wmd-container textarea,
.js-simple-editor textarea {
  border: none;
  overflow: hidden;
}
.users-page .wmd-container,
.users-page .js-simple-editor {
  height: 120px;
  padding: 0;
  width: auto;
}
.users-page .wmd-container textarea,
.users-page .js-simple-editor textarea {
  box-sizing: border-box;
  height: 90px;
  width: 100%;
}
.ask-page .wmd-container,
.question-page .wmd-container,
.edit-question-page .wmd-container,
.edit-answer-page .wmd-container,
.ask-page .js-simple-editor,
.question-page .js-simple-editor,
.edit-question-page .js-simple-editor,
.edit-answer-page .js-simple-editor {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: auto;
  padding: 0;
  width: 723px;
  width: 100%;
}
.ask-page .post-comments .wmd-container,
.question-page .post-comments .wmd-container,
.edit-question-page .post-comments .wmd-container,
.edit-answer-page .post-comments .wmd-container,
.ask-page .post-comments .js-simple-editor,
.question-page .post-comments .js-simple-editor,
.edit-question-page .post-comments .js-simple-editor,
.edit-answer-page .post-comments .js-simple-editor {
  margin-bottom: 8px;
  margin-left: -2px;
}
.ask-page #editor,
.question-page #editor,
.edit-question-page #editor,
.edit-answer-page #editor {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 6px;
}
.ask-page .retagger-buttons button,
.question-page .retagger-buttons button,
.edit-question-page .retagger-buttons button,
.edit-answer-page .retagger-buttons button {
  margin: 8px 10px 5px 0;
}
#editor {
  /* adjustment for editor preview */
  display: block;
  font-size: 100%;
  min-height: 210px;
  line-height: 18px;
  margin: 0;
  border: 0;
}
.users-page #editor {
  width: 187px;
}
#id_title {
  width: 100%;
}
.wmd-preview {
  color: #525252;
  margin: 0 0 8px 0;
  padding: 5px;
  background-color: #F5F5F5;
  min-height: 20px;
  overflow: auto;
  font-size: 13px;
  font-family: Arial;
}
.wmd-preview p {
  margin-bottom: 14px;
  line-height: 1.4;
  font-size: 14px;
}
.wmd-preview p:last-child {
  margin-bottom: 0;
}
.wmd-preview pre {
  background-color: #E7F1F8;
}
.wmd-preview blockquote {
  background-color: #eee;
}
.wmd-preview img {
  max-width: 600px;
}
.wmd-preview a {
  color: #1b79bd;
}
.wmd-preview li {
  margin-bottom: 7px;
  font-size: 14px;
}
.folded-editor .wmd-container {
  margin-bottom: 10px;
}
.wmd-container .wmd-preview {
  margin: 0;
  border-top: 3px solid #cecece;
  padding-top: 28px;
}
.wmd-container.wmd-previewer-collapsed {
  margin-bottom: 28px !important;
}
.wmd-previewer-toggle {
  cursor: pointer;
  background: #cce6ec;
  display: inline-block;
  float: left;
  padding: 0 8px 0 5px;
  margin: 0 0 -25px 0;
  border-top: 3px solid #cecece;
}
.wmd-previewer-toggle.off-state,
.wmd-previewer-toggle.on-prompt {
  padding: 0 8px 0 8px;
  margin: 0 0 -25px -3px;
  border-top: 3px solid #cce6ec;
}
.defaultSkin table.mceLayout,
.defaultSkin table.mceLayout tr.mceFirst td {
  border: none;
}
.defaultSkin table.mceLayout tr.mceLast td {
  border-bottom: none;
}
.mceStatusbar {
  height: 5px;
  background: #fff;
}
tr.mceLast {
  height: 0;
}
.defaultSkin td.mceIframeContainer {
  vertical-align: top;
}
.defaultSkin span.mce_askbot_imageuploader {
  background-position: -380px 0px;
}
.defaultSkin span.mce_askbot_attachment {
  background-image: url('/m/default/media/images/attachment.png?e9451358616d');
  background-position: 0px 0px;
}
.user-page .wmd-buttons {
  width: 725px;
}
.preview-toggle {
  color: #b6a475;
  /*letter-spacing:1px;*/
  line-height: 28px;
  text-align: left;
  width: 100%;
}
.preview-toggle span:hover {
  cursor: pointer;
}
.checkbox {
  margin-left: 5px;
  font-weight: normal;
  cursor: help;
}
.question-options {
  margin-top: 1px;
  color: #666;
  line-height: 13px;
  margin-bottom: 5px;
}
.edit-content-html {
  border-top: 1px dotted #D8D2A9;
  border-bottom: 1px dotted #D8D2A9;
  margin: 5px 0 5px 0;
}
.edit-question-page,
#fmedit,
.wmd-preview {
  color: #525252;
}
.edit-question-page #id_revision,
#fmedit #id_revision,
.wmd-preview #id_revision {
  font-size: 14px;
  margin: 12px 0 5px 0;
  width: 100%;
}
.edit-question-page #id_title,
#fmedit #id_title,
.wmd-preview #id_title {
  font-size: 24px;
  line-height: 24px;
  height: 36px;
  margin: 0px;
  padding: 0px 0 0 5px;
  width: 100%;
  margin-bottom: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.edit-question-page #id_summary,
#fmedit #id_summary,
.wmd-preview #id_summary {
  height: 25px;
  padding-left: 5px;
  width: 395px;
  font-size: 14px;
}
.edit-question-page .title-desc,
#fmedit .title-desc,
.wmd-preview .title-desc {
  margin-bottom: 10px;
}
/* ----- Question template ----- */
.moderated-item {
  background: #ccc;
  border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  padding: 3px;
}
.moderated-item .fa {
  color: brown;
}
.answer .moderated,
.js-question .moderated {
  font-weight: bold;
  background: url('/m/default/media/images/dialog-warning.png?e9451358616d') 2px 0 no-repeat;
  text-decoration: underline;
  line-height: 16px !important;
  margin-bottom: -2px !important;
  padding-left: 24px !important;
}
.answer .comment .moderated,
.js-question .comment .moderated {
  background-position: 4px 0;
  margin-bottom: -5px !important;
  padding-left: 24px !important;
}
.question-page .js-text-error {
  margin-bottom: 4px;
}
.question-page h1 {
  display: inline-block;
  padding-top: 0px;
  font-family: 'Open Sans Condensed', Arial, sans-serif;
  width: 100%;
}
.question-page h1 a {
  color: #464646;
  font-size: 26px;
  font-weight: normal;
  line-height: 1;
}
.question-page h1 .js-editable-controls,
.question-page h1 .js-editable-content {
  display: inline;
}
.question-page h1 .btn-link {
  background-image: none;
  background-color: transparent;
  border: none !important;
  box-shadow: none;
  font-family: arial;
  font-weight: normal;
  height: 16px;
  text-shadow: none;
  line-height: 16px;
  color: #888;
  padding: 0;
}
.question-page h1 .btn-link:hover {
  text-decoration: underline;
}
.question-page h1 .js-simple-editor {
  margin-bottom: 8px;
}
.question-page h1 .js-simple-editor textarea {
  color: #666;
  font-family: 'Open Sans Condensed', Arial, sans-serif;
  font-size: 30px;
  line-height: 36px;
  height: 66px;
  width: 100% !important;
}
.question-page h1 .js-error {
  font-size: 16px;
  font-family: Arial;
}
.question-page p.rss {
  float: none;
  clear: both;
  display: inline-block;
  padding: 3px 0 3px 20px;
  font-size: 15px;
  width: auto;
  background-position: center left;
}
.question-page p.rss a {
  font-family: 'Open Sans Condensed', Arial, sans-serif;
  vertical-align: top;
}
.question-page .post {
  display: table;
  padding: 3px;
  margin-bottom: 16px;
  width: 100%;
}
.question-page .post .mceEditor td {
  width: auto;
}
.question-page .post pre,
.question-page .post code {
  clear: both;
}
.question-page .post-content {
  display: table-cell;
  border-spacing: 0px;
  padding-left: 14px;
  vertical-align: top;
  width: auto;
}
.question-page .js-question .post-content {
  margin-bottom: 10px;
}
.question-page .answer .post-content {
  border-bottom: 1px solid #D4D4D4;
}
.question-page .post-body {
  overflow: auto;
  font-family: Arial;
  color: #4b4b4b;
  word-wrap: break-word;
  max-width: 683px;
  margin: 8px 0 0 0;
  padding-bottom: 5px;
}
.question-page .post-body a {
  color: #1b79bd;
}
.question-page .post-body img {
  max-width: 685px;
}
.question-page .post-body li {
  margin-bottom: 7px;
}
.question-page .post-body p {
  margin-bottom: 14px;
  line-height: 1.4;
  font-size: 14px;
  padding: 0px 5px 5px 0px;
}
.question-page .post-body p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.question-page .js-question .post-body {
  margin-top: 8px;
  border-top: #f0f0f0 1px solid;
  padding-top: 10px;
}
.question-page .post-update-info-container {
  float: right;
  width: 175px;
}
.question-page .post-update-info {
  background: #fff url('/m/default/media/images/background-user-info.png?e9451358616d') repeat-x bottom;
  float: right;
  font-size: 9px;
  font-family: Arial;
  line-height: 12px;
  margin: 0px 0px 5px 5px;
  padding: 4px;
  width: 166px;
  border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-box-shadow: 0px 2px 1px #bfbfbf;
  -moz-box-shadow: 0px 2px 1px #bfbfbf;
  box-shadow: 0px 2px 1px #bfbfbf;
}
.question-page .post-update-info p {
  line-height: 13px;
  font-size: 11px;
  margin: 0 0 2px 1px;
  padding: 0;
}
.question-page .post-update-info a {
  color: #444;
}
.question-page .post-update-info .gravatar {
  float: left;
  margin-right: 4px;
}
.question-page .post-update-info p.tip {
  color: #444;
  line-height: 13px;
  font-size: 10px;
}
.question-page .post-controls {
  clear: left;
  float: right;
  font-size: 11px;
  height: 18px;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 8px;
  min-width: 200px;
  padding-left: 5px;
  text-align: right;
}
.question-page .post-controls a,
.question-page .post-controls span.dropdown-toggle {
  color: #777;
  padding: 0px 7px 3px 18px;
  cursor: pointer;
  border: none;
  font-size: 12px;
  font-family: Arial;
  text-decoration: none;
  height: 18px;
  line-height: 18px;
  margin-top: -2px;
  margin-left: 4px;
}
.question-page .post-controls a:hover,
.question-page .post-controls span.dropdown-toggle:hover {
  background-color: #f5f0c9;
}
.question-page .post-controls span.dropdown-toggle {
  background: url('/m/default/media/images/sprites.png?e9451358616d') no-repeat -7px -242px;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  position: relative;
}
.question-page .post-controls span.dropdown-toggle:hover {
  padding-right: 0;
  background: url('/m/default/media/images/sprites.png?e9451358616d') no-repeat -7px -274px;
}
.question-page .post-controls span.dropdown-toggle:hover form {
  margin: 0;
}
.question-page .post-controls span.dropdown-toggle:hover input {
  display: block !important;
  height: 20px !important;
  line-height: 20px !important;
  margin: 0;
  padding: 0 5px;
  border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  width: 100% !important;
}
.question-page .post-controls span.dropdown-toggle:hover .dropdown-menu {
  display: block;
  padding: 5px 0;
  right: -5px !important;
  left: auto;
}
.question-page .post-controls span.dropdown-toggle:hover .dropdown-menu li,
.question-page .post-controls span.dropdown-toggle:hover .dropdown-menu li:hover {
  display: block !important;
  margin: 0;
  padding: 0;
  width: 100% !important;
}
.question-page .post-controls span.dropdown-toggle:hover .dropdown-menu li:hover {
  background-color: #f5f0c9;
}
.question-page .post-controls .sep {
  color: #ccc;
  float: right;
  height: 18px;
  font-size: 18px;
}
.question-page .post-controls .question-delete,
.question-page .answer-controls .question-delete {
  background: url('/m/default/media/images/delete.png?e9451358616d') no-repeat left -1px;
  padding-left: 11px;
}
.question-page .post-controls .question-flag,
.question-page .answer-controls .question-flag {
  background: url('/m/default/media/images/flag.png?e9451358616d') no-repeat 2px 0;
}
.question-page .post-controls .answer-publish,
.question-page .answer-controls .answer-publish {
  background: url('/m/default/media/images/publish.png?e9451358616d') no-repeat center left;
}
.question-page .post-controls .answer-unpublish,
.question-page .answer-controls .answer-unpublish {
  background: url('/m/default/media/images/unpublish.png?e9451358616d') no-repeat 2px center;
}
.question-page .post-controls .question-edit,
.question-page .answer-controls .question-edit {
  background: url('/m/default/media/images/edit2.png?e9451358616d') no-repeat 3px 1px;
}
.question-page .post-controls .question-retag,
.question-page .answer-controls .question-retag {
  background: url('/m/default/media/images/retag.png?e9451358616d') no-repeat center left;
}
.question-page .post-controls .question-close,
.question-page .answer-controls .question-close {
  background: url('/m/default/media/images/close.png?e9451358616d') no-repeat center left;
}
.question-page .post-controls .question-merge,
.question-page .answer-controls .question-merge {
  background: url('/m/default/media/images/merge.png?e9451358616d') no-repeat;
}
.question-page .post-controls .permant-link,
.question-page .answer-controls .permant-link {
  background: url('/m/default/media/images/link.png?e9451358616d') no-repeat 2px 1px;
}
.question-page .post-controls .answer-convert,
.question-page .answer-controls .answer-convert {
  float: right;
  clear: left;
  /*background: url('/m/default/media/images/link.png?e9451358616d') no-repeat center left;*/
}
.question-page .post-controls .answer-convert input,
.question-page .answer-controls .answer-convert input {
  font-size: 12px;
  color: #777;
  font-family: Arial;
  text-decoration: none;
  display: inline;
  white-space: nowrap;
  padding-left: 0px;
  background: none;
  border: none;
  padding: 0px 7px 3px 18px;
  float: right;
  height: 18px;
  line-height: 18px;
  margin-top: -2px;
  margin-left: 4px;
  -webkit-box-shadow: 0 0 0 #929292;
  -moz-box-shadow: 0 0 0 #929292;
  box-shadow: 0 0 0 #929292;
}
.question-page .post-controls .answer-convert input:hover,
.question-page .answer-controls .answer-convert input:hover {
  background-color: #f5f0c9;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
}
.question-page .tabBar {
  width: 100%;
}
.question-page #questionCount {
  float: left;
  font-family: 'Open Sans Condensed', Arial, sans-serif;
  line-height: 15px;
}
.question-page #fmanswer_button {
  margin: 8px 0px;
}
.question-page .question-img-favorite:hover {
  background: url('/m/default/media/images/vote-favorite-on.png?e9451358616d');
}
.question-page h2.comment-title {
  color: #7ea9b3;
  font-weight: bold;
  font-size: 23px;
  font-family: 'Open Sans Condensed', Arial, sans-serif;
  float: left;
  padding-left: 0;
  width: 200px;
}
.question-page .comments.empty.ordering-forward {
  margin-top: -35px;
  float: left;
}
.question-page .comments {
  font-size: 12px;
  clear: both;
  padding: 0;
}
.question-page .comments .truncated-post:nth-last-child(3) {
  float: left;
}
.question-page .comments div.controls {
  width: 100%;
  margin: 3px 0 20px 5px;
  padding-left: 30px;
}
.question-page .comments .edit-comment-buttons {
  margin-left: -2px;
}
.question-page .comments .edit-comment-buttons .checkbox {
  margin: 8px 0 0 0;
}
.question-page .comments .controls a {
  border: none;
  color: #988e4c;
  padding: 0 3px 5px 22px;
  font-family: Arial;
  font-size: 13px;
  font-weight: normal;
  background: url('/m/default/media/images/comment.png?e9451358616d') no-repeat center left;
  -webkit-box-shadow: 0 0 0 #929292;
  -moz-box-shadow: 0 0 0 #929292;
  box-shadow: 0 0 0 #929292;
  text-shadow: 0 0 0 #929292;
  -moz-text-shadow: 0 0 0 #929292;
  -webkit-text-shadow: 0 0 0 #929292;
}
.question-page .comments .controls a:hover {
  text-decoration: none;
}
.question-page .comments .js-open-editor-btn,
.question-page .comments .js-load-comments-btn {
  color: #988e4c;
  font-size: 11px;
  padding: 3px;
  cursor: pointer;
}
.question-page .comments .js-open-editor-btn.new-comment-box {
  padding: 0 14px 0 29px;
}
.question-page .comments .js-open-editor-btn.new-comment-box .mock-editor {
  height: 50px;
}
.question-page .comments a {
  background-color: inherit;
  color: #1b79bd;
  padding: 0;
}
.question-page .comments form.post-comments {
  padding: 1px 6px 7px 31px;
  border-bottom: 1px solid #edeeeb;
  margin-bottom: 0;
}
.question-page .comments textarea {
  box-sizing: border-box;
  color: #666;
  font-family: Arial;
  font-size: 13px;
  height: 54px;
  line-height: 1.3;
  margin: 0;
  outline: none;
  overflow: auto;
  padding: 5px 19px 2px 6px;
  width: 100%;
}
.question-page .comments .wmd-container textarea,
.question-page .comments .js-simple-editor textarea {
  border: none;
}
.question-page .comments input {
  margin-left: 10px;
  margin-top: 1px;
  vertical-align: top;
  width: 100px;
}
.question-page .comments input[name="suppress_email"] {
  margin: 4px 5px 0 0;
  width: auto;
}
.question-page .comments label[for="suppress_email"] {
  vertical-align: top;
}
.question-page .comments button.submit {
  margin-right: 6px;
}
.question-page .comments .counter {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-family: Arial;
  float: right;
  text-align: right;
}
.question-page .comments .comment {
  border-bottom: 1px solid #edeeeb;
  display: table;
  font-family: Arial;
  font-size: 11px;
  margin: 0;
  min-height: 25px;
  overflow: auto;
  padding-bottom: 4px;
  width: 100%;
}
.question-page .comments .comment .comment-votes,
.question-page .comments .comment .comment-content {
  display: table-cell;
  vertical-align: top;
}
.question-page .comments .comment .comment-content {
  width: auto;
}
.question-page .comments .comment .comment-votes {
  width: 25px;
}
.question-page .comments .comment:last-child {
  border-bottom: none;
}
.question-page .comments div.comment:hover {
  background-color: #efefef;
}
.question-page .comments a.author {
  background-color: inherit;
  color: #1b79bd;
  padding: 0;
}
.question-page .comments a.author:hover {
  text-decoration: underline;
}
.question-page .comments span.js-delete-icon {
  background: url('/m/default/media/images/close-small.png?e9451358616d') no-repeat;
  border: 0;
  width: 14px;
  height: 14px;
}
.question-page .comments span.js-delete-icon:hover {
  border: #BC564B 2px solid;
  border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  margin: -3px 0px 0px -2px;
}
.question-page .comments .content {
  margin-bottom: 7px;
}
.question-page .comments .comment-votes {
  line-height: 130%;
  padding: 6px 5px 6px 3px;
}
.question-page .comments .comment-body {
  line-height: 1.3;
  margin: 3px 26px 0 0;
  padding: 5px 3px 0;
  color: #666;
  font-size: 13px;
}
.question-page .comments .comment-body p {
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 3px;
  padding: 0;
}
.question-page .comments .comment-body p:last-child {
  margin-bottom: 0;
}
.question-page .comments .comment-controls {
  padding-left: 3px;
}
.question-page .comments .comment-controls .js-avatar-box {
  margin-right: 4px;
}
.question-page .comments .js-edit {
  padding-left: 6px;
}
.question-page .comments .convert-comment {
  display: inline;
  white-space: nowrap;
  padding-left: 0px;
}
.question-page .comments .convert-comment input {
  background: none;
  padding: 0px;
  color: #1B79BD;
  border: none;
  height: 13px;
  width: auto;
  font-family: Arial;
  font-size: 11px;
  font-weight: normal;
  line-height: 15px;
  margin: 0 0 3px 8px;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 0 #929292;
  -moz-box-shadow: 0 0 0 #929292;
  box-shadow: 0 0 0 #929292;
  text-shadow: 0 0 0 #929292;
  -moz-text-shadow: 0 0 0 #929292;
  -webkit-text-shadow: 0 0 0 #929292;
}
.question-page .comments .convert-comment input:hover {
  text-decoration: underline;
  cursor: pointer;
}
.question-page .comments .comment-delete {
  float: right;
  width: 14px;
  line-height: 130%;
  padding: 8px 0px;
}
.question-page .comments .upvote {
  margin: 0px;
  padding-right: 11px;
  padding-top: 2px;
  text-align: left;
  height: 20px;
  font-size: 13px;
  font-weight: bold;
  color: #777;
}
.question-page .comments .upvote.upvoted {
  color: #d64000;
}
.question-page .comments .upvote.hover {
  background: url('/m/default/media/images/go-up-grey.png?e9451358616d') no-repeat;
  background-position: right 1px;
}
.question-page .comments .upvote:hover {
  background: url('/m/default/media/images/go-up-orange.png?e9451358616d') no-repeat;
  background-position: right 1px;
}
.question-page .comments .help-text {
  float: right;
  text-align: right;
  color: gray;
  margin-bottom: 0px;
  margin-top: 0px;
  line-height: 50%;
}
.question-page #questionTools {
  font-size: 22px;
  margin-top: 11px;
  text-align: left;
}
.question-page .question-status {
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 20px;
  background-color: #fef7cc;
  text-align: center;
  border: #e1c04a 1px solid;
}
.question-page .question-status h3 {
  font-size: 20px;
  color: #707070;
  font-weight: normal;
}
.question-page .vote-buttons .notify-sidebar {
  text-align: center;
  margin: 6px auto 0;
}
.question-page .vote-buttons .notify-sidebar label {
  vertical-align: top;
}
.question-page .tabBar-answer {
  padding-left: 7px;
  width: 723px;
  margin-top: 10px;
}
.question-page .accepted-answer {
  background-color: #f7fecc;
  border-bottom-color: #9BD59B;
}
.question-page .answer .post-update-info a {
  color: #444444;
}
.question-page .answered {
  background: #CCC;
  color: #999;
}
.question-page .answered-accepted {
  background: #DCDCDC;
  color: #763333;
}
.question-page .answered-accepted strong {
  color: #E1E818;
}
.question-page .answered-by-owner {
  background: #F1F1FF;
}
.question-page .answered-by-owner .comments {
  background-color: #E6ECFF;
}
.question-page .answered-by-owner .comments .js-load-comments-btn,
.question-page .answered-by-owner .comments .js-open-editor-btn {
  background-color: #E6ECFF;
}
.question-page .answer-img-accept {
  background: url('/m/default/media/images/vote-accepted.png?e9451358616d');
  width: 23px;
  height: 23px;
}
.question-page .accepted-answer .answer-img-accept,
.question-page .answer-img-accept:hover {
  background: url('/m/default/media/images/vote-accepted-on.png?e9451358616d');
}
.question-page #fmanswer {
  color: #707070;
  line-height: 1.2;
  margin-top: 10px;
}
.question-page #fmanswer h2 {
  font-family: 'Open Sans Condensed', Arial, sans-serif;
  color: #7ea9b3;
  font-size: 24px;
}
.question-page #fmanswer label {
  font-size: 13px;
}
.question-page .message {
  padding: 5px;
  margin: 0px 0 10px 0;
}
.vote-buttons {
  display: table-cell;
  text-align: center;
  padding-top: 2px;
  width: 25px;
  margin-right: 13px;
  /* small IE fixes */
  *margin: 0;
  *height: 210px;
  *width: 30px;
}
.vote-buttons * {
  margin: 0;
}
.box.vote-buttons {
  display: block;
  width: 100% !important;
}
.question-img-upvote,
.question-img-downvote,
.answer-img-upvote,
.answer-img-downvote {
  width: 25px;
  height: 20px;
  cursor: pointer;
}
.question-img-upvote,
.answer-img-upvote {
  background: url('/m/default/media/images/vote-arrow-up-new.png?e9451358616d') no-repeat;
}
.question-img-downvote,
.answer-img-downvote {
  background: url('/m/default/media/images/vote-arrow-down-new.png?e9451358616d') no-repeat;
}
.question-img-upvote:hover,
.question-img-upvote.on,
.answer-img-upvote:hover,
.answer-img-upvote.on {
  background: url('/m/default/media/images/vote-arrow-up-on-new.png?e9451358616d') no-repeat;
}
.question-img-downvote:hover,
.question-img-downvote.on,
.answer-img-downvote:hover,
.answer-img-downvote.on {
  background: url('/m/default/media/images/vote-arrow-down-on-new.png?e9451358616d') no-repeat;
}
.vote-number {
  font-family: 'Open Sans Condensed', Arial, sans-serif;
  padding: 2px 0 5px 0;
  font-size: 25px;
  font-weight: bold;
  color: #777;
}
.facebook-share.icon,
.twitter-share.icon,
.linkedin-share.icon,
.identica-share.icon {
  background: url('/m/default/media/images/socialsprite.png?e9451358616d') no-repeat;
  display: block;
  text-indent: -100em;
  height: 25px;
  width: 25px;
  margin-bottom: 3px;
}
.facebook-share.icon:hover,
.twitter-share.icon:hover,
.linkedin-share.icon:hover,
.identica-share.icon:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.facebook-share.icon {
  background-position: -26px 0px;
}
.identica-share.icon {
  background-position: -78px 0px;
}
.twitter-share.icon {
  margin-top: 10px;
  background-position: 0px 0px;
}
.linkedin-share.icon {
  background-position: -52px 0px;
}
/* -----Content pages, Login, About, FAQ, Users----- */
.openid-signin input[type="email"],
.openid-signin input[type="text"],
.openid-signin input[type="password"] {
  color: #525252;
  font-size: 12px;
  line-height: 25px;
  height: 25px;
  margin: 0px;
  padding: 0 5px;
  width: 200px;
}
.openid-signin .form-group,
.registration-page .form-group {
  margin-bottom: 10px;
}
.form-group .error {
  display: block;
}
.registration-page .login input[type="email"],
.registration-page .login input[type="password"],
.registration-page .login input[type="text"] {
  height: 22px;
  font-size: 12px;
  line-height: 22px;
  color: #525252;
  padding: 0 5px;
  width: 200px;
}
.registration-page .submit-row {
  padding: 0;
}
.openid-signin,
.meta,
.user-profile-edit-page {
  font-size: 13px;
  line-height: 1.3;
  color: #525252;
}
.openid-signin p,
.meta p,
.user-profile-edit-page p {
  font-size: 13px;
  color: #707070;
  line-height: 1.3;
  font-family: Arial;
  color: #525252;
  margin-bottom: 12px;
}
.openid-signin h2,
.meta h2,
.user-profile-edit-page h2 {
  color: #525252;
  padding-left: 0px;
  font-size: 16px;
}
.meta form,
.users-page form,
.user-profile-edit-page form,
.user-profile-page form {
  margin-bottom: 15px;
}
.meta input[type="email"],
.users-page input[type="email"],
.user-profile-edit-page input[type="email"],
.user-profile-page input[type="email"],
.meta input[type="text"],
.users-page input[type="text"],
.user-profile-edit-page input[type="text"],
.user-profile-page input[type="text"],
.meta input[type="password"],
.users-page input[type="password"],
.user-profile-edit-page input[type="password"],
.user-profile-page input[type="password"],
.meta select,
.users-page select,
.user-profile-edit-page select,
.user-profile-page select {
  height: 25px;
  line-height: 25px;
  padding-left: 5px;
  width: 395px;
  font-size: 14px;
}
.meta select,
.users-page select,
.user-profile-edit-page select,
.user-profile-page select {
  width: 405px;
  height: 30px;
}
.meta textarea,
.users-page textarea,
.user-profile-edit-page textarea,
.user-profile-page textarea {
  padding-left: 5px;
  padding-top: 5px;
  font-size: 14px;
}
.meta input.submit,
.users-page input.submit,
.user-profile-edit-page input.submit,
.user-profile-page input.submit {
  font-weight: normal;
  margin: 5px 0px;
}
.meta .cancel,
.users-page .cancel,
.user-profile-edit-page .cancel,
.user-profile-page .cancel {
  background: url('/m/default/media/images/small-button-cancel.png?e9451358616d') repeat-x top !important;
  color: #525252 !important;
}
.meta .cancel:hover,
.users-page .cancel:hover,
.user-profile-edit-page .cancel:hover,
.user-profile-page .cancel:hover {
  background: url('/m/default/media/images/small-button-cancel.png?e9451358616d') repeat-x bottom !important;
}
.meta .re,
.users-page .re,
.user-profile-edit-page .re,
.user-profile-page .re {
  float: left;
  width: 960px;
}
.user-profile-edit-page td {
  padding: 3px 5px 3px 0;
}
.user-profile-edit-page select {
  width: 100%;
}
.user-profile-edit-page .user-details input[type="text"],
.user-profile-edit-page .user-details textarea {
  width: 100%;
}
.user-profile-edit-page .user-details input[type="checkbox"],
.user-profile-edit-page .user-details input[type="submit"],
.user-profile-edit-page .user-details input[type="button"] {
  margin: 10px 0;
}
.user-profile-edit-page label {
  line-height: 31px;
}
.user-profile-page.inbox-group-join-requests form {
  margin-bottom: 0;
}
.user-profile-page.inbox-group-join-requests table {
  margin-bottom: 13px;
}
.user-profile-page.inbox-group-join-requests td {
  padding-right: 10px;
}
.user-profile-page.inbox-forum h2,
.user-profile-page.inbox-flags h2 {
  line-height: 24px;
  padding: 6px;
}
.user-profile-page.inbox-forum .message,
.user-profile-page.inbox-flags .message {
  border-bottom: 1px solid #ccc;
  padding: 6px;
}
.user-profile-page.inbox-forum .message:last-child,
.user-profile-page.inbox-flags .message:last-child {
  border: none;
}
.user-profile-page ul.avatars {
  list-style: none;
  margin-left: 0;
}
.user-profile-page ul.avatars li {
  display: inline-block;
  max-width: 128px;
  position: relative;
  vertical-align: top;
}
.user-profile-page ul.avatars img {
  height: 128px;
  width: 128px;
}
.user-profile-page ul.avatars .avatar-delete {
  margin-right: 5px;
  position: absolute;
  right: 0;
  top: 0;
}
.user-profile-page ul.avatars form {
  text-align: center;
}
.user-profile-page ul.avatars label[for="id_avatar"] {
  display: none;
}
.avatar-label {
  background: black;
  color: white !important;
  cursor: help;
  padding: 5px;
  position: absolute;
}
.avatar-primary-label {
  height: 28px;
  line-height: 28px !important;
  margin: 3px 0 0 0;
  text-align: center;
}
.user-profile-page.inbox-forum .new {
  background: #FFF8C6;
}
.user-profile-page.inbox-forum .js-delete {
  margin-right: 12px;
}
.reject-reason-title {
  margin-bottom: 12px;
}
.moderation-queue-page .re {
  width: 810px;
}
.moderation-queue-page .post-moderation-controls {
  float: left;
  width: 150px;
  margin-top: 23px;
  text-align: right;
}
.moderation-queue-page .dropdown {
  display: -moz-inline-stack;
  display: inline-block;
  height: 17px;
}
.moderation-queue-page .dropdown:hover ul.dropdown-menu {
  display: block;
  margin-top: 9px;
}
.moderation-queue-page .highlight {
  background: transparent;
}
.moderation-queue-page .messages {
  margin-bottom: 14px;
}
.moderation-queue-page .message {
  margin: 12px 0;
}
.moderation-queue-page .select-items {
  margin-bottom: 10px;
}
.moderation-queue-page #responses div.face {
  display: none;
}
.openid-signin form {
  margin-bottom: 5px;
}
#local_login_buttons input[type="email"],
#password-fs input[type="email"],
#openid-fs input[type="email"],
#signup-form input[type="email"],
#local_login_buttons input[type="text"],
#password-fs input[type="text"],
#openid-fs input[type="text"],
#signup-form input[type="text"],
#local_login_buttons input[type="password"],
#password-fs input[type="password"],
#openid-fs input[type="password"],
#signup-form input[type="password"] {
  color: #525252;
  font-size: 12px;
  line-height: 25px;
  height: 25px;
  margin: 0px;
  padding: 0 5px;
  width: 200px;
}
#email-input-fs,
#password-fs,
#openid-fs {
  margin-top: 10px;
}
.openid-input {
  background: url('/m/default/media/images/openid.gif?e9451358616d') no-repeat;
  padding-left: 15px;
  cursor: pointer;
}
.openid-login-input {
  background-position: center left;
  background: url('/m/default/media/images/openid.gif?e9451358616d') no-repeat 0% 50%;
  padding: 5px 5px 5px 15px;
  cursor: pointer;
  font-family: Trebuchet MS;
  font-weight: 300;
  font-size: 150%;
  width: 500px;
}
.openid-login-submit {
  height: 40px;
  width: 80px;
  line-height: 40px;
  cursor: pointer;
  border: 1px solid #777;
  font-weight: bold;
  font-size: 120%;
}
/* People page */
/*.users-page .tabBar{
    width:375px;
}*/
.users-page #group-openness-selector {
  width: 100%;
}
.user {
  padding: 5px 10px 5px 0;
  line-height: 140%;
  width: 166px;
  height: 32px;
  margin-bottom: 5px;
}
.user .user-micro-info {
  color: #525252;
}
.user ul {
  margin: 0;
  list-style-type: none;
}
.user .thumb {
  clear: both;
  float: left;
  margin-right: 4px;
  display: inline;
}
/* tags page */
.tabBar-tags {
  margin-bottom: 15px;
}
/* badges page */
a.medal {
  font-size: 17px;
  line-height: 250%;
  margin-right: 5px;
  color: #333;
  text-decoration: none;
  background: url('/m/default/media/images/medala.gif?e9451358616d') no-repeat;
  border-left: 1px solid #EEE;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  padding: 4px 12px 4px 6px;
  white-space: nowrap;
}
a:hover.medal {
  color: #333;
  text-decoration: none;
  background: url('/m/default/media/images/medala_on.gif?e9451358616d') no-repeat;
  border-left: 1px solid #E7E296;
  border-top: 1px solid #E7E296;
  border-bottom: 1px solid #D1CA3D;
  border-right: 1px solid #D1CA3D;
}
#award-list .user {
  float: left;
  margin: 5px;
}
/* profile page */
.tabBar-profile {
  width: 100%;
  margin-bottom: 5px;
  float: left;
}
.user-profile-page p {
  font-size: 13px;
  line-height: 1.3;
  color: #525252;
}
.user-profile-page .avatar img {
  border: #eee 1px solid;
  padding: 5px;
}
.user-profile-page form {
  margin-bottom: 0;
}
.user-profile-page h2 {
  padding: 4px 0px 10px 0px;
  font-family: 'Open Sans Condensed', Arial, sans-serif;
}
.user-profile-page h3 {
  padding: 0;
  margin-top: -3px;
}
.user-profile-page table.form-as-table {
  margin: 5px 0 12px;
}
.user-profile-page .submit-row {
  margin-bottom: 0;
}
.user-profile-page .user-stats-table h2 {
  padding-top: 10px;
}
.user-profile-page .user-stats-table.badges {
  margin-bottom: 30px;
}
.user-profile-page .up-votes,
.user-profile-page .down-votes {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  height: 30px;
  padding-left: 27px;
  line-height: 22px;
  margin: 0 15px 0 2px;
}
.user-profile-page .up-votes {
  background: url('/m/default/media/images/vote-arrow-up-on.png?e9451358616d') no-repeat;
}
.user-profile-page .down-votes {
  background: url('/m/default/media/images/vote-arrow-down-on.png?e9451358616d') no-repeat;
}
.user-profile-page .inputs {
  margin-top: 10px;
  margin-bottom: 10px;
}
.user-profile-page .pager {
  margin-bottom: 0;
}
.user-profile-page .paginator {
  margin-bottom: 0;
  padding-bottom: 0;
}
.user-profile-page .users-questions {
  margin-top: -10px;
}
.user-profile-page .avatar p {
  margin-bottom: 0px;
}
.user-profile-page .tabBar a#stats {
  margin-left: 0;
}
.user-profile-page img.gravatar {
  margin: 2px 0 3px 0;
}
.user-profile-page .vote-notification h3 {
  padding: 10px;
}
.user-profile-page .js-editable .wmd-container textarea {
  min-height: 135px;
}
.user-profile-page .js-editable .js-editable-content {
  margin-bottom: 8px;
}
.user-details {
  font-size: 13px;
}
.user-details h3 {
  font-size: 16px;
}
.user-details td {
  padding-right: 10px;
  vertical-align: top;
}
.user-about {
  background-color: #EEEEEE;
  height: 200px;
  line-height: 20px;
  overflow: auto;
  padding: 10px;
  width: 90%;
}
.user-about p {
  font-size: 13px;
}
.submit {
  font-weight: bold;
  line-height: 26px;
  margin-top: -2px;
}
.submit:hover {
  text-decoration: none !important;
}
.count {
  font-family: 'Open Sans Condensed', Arial, sans-serif;
  font-size: 200%;
  font-weight: 700;
  color: #777;
}
.scoreNumber {
  font-family: 'Open Sans Condensed', Arial, sans-serif;
  font-size: 35px;
  font-weight: 800;
  color: #777;
  line-height: 40px;
  /*letter-spacing:0px*/
  margin-top: 3px;
}
.vote-count {
  font-family: Arial;
  font-size: 160%;
  font-weight: 700;
  color: #777;
}
.answer-summary {
  display: block;
  clear: both;
  padding: 3px;
}
.answer-votes {
  background-color: #EEEEEE;
  color: #555555;
  float: left;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  height: 17px;
  padding: 2px 4px 5px;
  text-align: center;
  text-decoration: none;
  width: 20px;
  margin-right: 10px;
  border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
}
.karma-summary {
  padding: 5px;
  font-size: 13px;
}
.karma-summary h3 {
  text-align: center;
  font-weight: bold;
  padding: 5px;
}
.karma-diagram {
  width: 477px;
  height: 300px;
  float: left;
  margin-right: 10px;
}
.karma-details {
  float: right;
  width: 450px;
  height: 250px;
  overflow-y: auto;
  word-wrap: break-word;
}
.karma-details p {
  margin-bottom: 10px;
}
.karma-gained {
  font-weight: bold;
  background: #eee;
  width: 25px;
  margin-right: 5px;
  color: green;
  padding: 3px;
  display: block;
  float: left;
  text-align: center;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
}
.karma-lost {
  font-weight: bold;
  background: #eee;
  width: 25px;
  color: red;
  padding: 3px;
  display: block;
  margin-right: 5px;
  float: left;
  text-align: center;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
}
.submit-row {
  margin-bottom: 10px;
}
/*-----  Revision pages ----- */
.revision {
  margin: 10px 0 10px 0;
  font-size: 13px;
  color: #525252;
}
.revision p {
  font-size: 13px;
  line-height: 1.3;
  color: #525252;
}
.revision h3 {
  font-family: 'Open Sans Condensed', Arial, sans-serif;
  font-size: 21px;
  padding-left: 0px;
}
.revision .header {
  background-color: #F5F5F5;
  padding: 5px;
  cursor: pointer;
}
.revision .author {
  background-color: #e9f3f5;
}
.revision .summary {
  padding: 5px 0 10px 0;
}
.revision .summary span {
  background-color: #fde785;
  padding: 6px;
  border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  display: inline;
  -webkit-box-shadow: 1px 1px 4px #cfb852;
  -moz-box-shadow: 1px 1px 4px #cfb852;
  box-shadow: 1px 1px 4px #cfb852;
}
.revision .answerbody {
  padding: 10px 0 5px 10px;
}
.revision .revision-mark {
  width: 150px;
  text-align: left;
  display: inline-block;
  font-size: 11px;
  overflow: hidden;
}
.revision .revision-mark .gravatar {
  float: left;
  margin-right: 4px;
  padding-top: 5px;
}
.revision .revision-number {
  font-size: 300%;
  font-weight: bold;
  font-family: sans-serif;
}
del,
del .post-tag {
  color: #C34719;
}
ins .post-tag,
ins p,
ins {
  background-color: #E6F0A2;
}
body.question-page ins,
body.main-page ins {
  /* a hack for google adwords
     * todo: make rule above more specific
     * and remove this one */
  background: transparent;
}
/* ----- Red Popup notification ----- */
.vote-notification {
  z-index: 1;
  background-color: #8e0000;
  color: white;
  cursor: pointer;
  display: none;
  font-family: Arial;
  font-size: 14px;
  font-weight: normal;
  min-width: 200px;
  padding-bottom: 10px;
  position: absolute;
  text-align: center;
  -webkit-box-shadow: 0px 2px 4px #370000;
  -moz-box-shadow: 0px 2px 4px #370000;
  box-shadow: 0px 2px 4px #370000;
  border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
}
.vote-notification h3 {
  background: url('/m/default/media/images/notification.png?e9451358616d') repeat-x top;
  padding: 10px 10px 10px 10px;
  font-size: 13px;
  margin-bottom: 5px;
  border-top: #8e0000 1px solid;
  color: #fff;
  line-height: 20px;
  font-weight: normal;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
}
.vote-notification a {
  color: #fb7321;
  text-decoration: underline;
  font-weight: bold;
}
/* ----- Footer links , check blocks/footer.html----- */
#ground {
  width: 100%;
  clear: both;
  border-top: 1px solid #000;
  padding: 16px 0 0 0;
  background: #16160f;
  font-size: 16px;
  font-family: 'Open Sans Condensed', Arial, sans-serif;
}
#ground a:hover {
  color: #ebff88;
}
#ground p {
  margin-bottom: 0;
}
.footer-links {
  color: #EEE;
  text-align: left;
  width: 450px;
  float: left;
}
.footer-links a {
  color: #e7e8a8;
}
.powered-link {
  width: 450px;
  float: left;
  text-align: left;
}
.powered-link a {
  color: #8ebcc7;
}
.copyright {
  color: #616161;
  width: 500px;
  float: right;
  text-align: right;
}
.copyright a {
  color: #8ebcc7;
}
.copyright img.license-logo {
  margin: 6px 0px 20px 10px;
  float: right;
}
.notify-me {
  float: left;
}
span.text-counter {
  margin-right: 20px;
}
.checkbox .errorlist {
  margin-bottom: -5px;
}
ul.errorlist {
  margin: 0;
  list-style: none;
  font-size: 12px;
  color: darkred;
}
ul.errorlist li {
  line-height: 16px;
}
.js-error,
.form-error {
  color: #900;
  font-weight: normal;
  vertical-align: bottom;
}
.ask-page .js-error ul.errorlist {
  font-size: 16px;
}
label + .form-error {
  padding-left: 8px;
}
.ask-page label + .form-error ul.errorlist,
.edit-question-page label + .form-error ul.errorlist,
.edit-answer-page label + .form-error ul.errorlist {
  color: #900;
  display: inline-block;
  font-size: 16px;
  margin-left: 0;
  padding-bottom: 2px;
  vertical-align: bottom;
}
p.form-item {
  margin: 0px;
}
.deleted {
  background: #F4E7E7 none repeat scroll 0 0;
}
/* openid styles */
.form-row {
  line-height: 25px;
}
table.form-as-table {
  margin-top: 5px;
}
table.form-as-table ul {
  list-style-type: none;
  display: inline;
}
table.form-as-table li {
  display: inline;
  margin-right: 12px;
}
table.form-as-table td {
  text-align: right;
}
table.form-as-table th {
  text-align: left;
  font-weight: normal;
}
table.form-as-table.ab-subscr-form td {
  padding: 0 6px;
  text-align: center;
}
.submit-row {
  line-height: 30px;
  padding-top: 10px;
  display: block;
  clear: both;
}
.errors {
  line-height: 20px;
  color: #990000;
}
.error,
.openid-signin p.error {
  color: darkred;
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
}
label.retag-error {
  color: darkred;
  padding-left: 5px;
  font-size: 10px;
}
.fieldset {
  border: none;
  margin-top: 10px;
  padding: 10px;
}
/*
.favorites-count-off {
    color: #919191;
    float: left;
    text-align: center;
}

.favorites-count {
    color: #D4A849;
    float: left;
    text-align: center;
}
*/
/* todo: get rid of this in html */
.favorites-empty {
  width: 32px;
  height: 45px;
  float: left;
}
.user-info-table {
  margin: 10px 0;
  border-spacing: 0;
  display: table;
}
.user-info-table .col1,
.user-info-table .col2,
.user-info-table .col3 {
  display: table-cell;
  vertical-align: top;
}
.user-info-table .col1 {
  width: 140px;
  text-align: center;
}
.user-info-table .col2 {
  padding: 0 0 0 10px;
  width: 400px;
}
.user-info-table .col3 {
  width: 460px;
}
.user-info-table .gravatar {
  margin: 0;
}
/* todo: remove this hack? */
.user-stats-table .narrow {
  width: 660px;
}
.narrow .summary h3 {
  padding: 0px;
  margin: 0px;
}
.timeago {
  font-weight: bold;
  text-decoration: none;
  display: none;
}
.narrow .tags {
  float: left;
}
.user-activity {
  margin-top: 12px;
  width: 100%;
}
.user-activity td {
  padding: 3px 11px;
  vertical-align: top;
}
.user-activity .timestamp {
  width: 93px;
}
.user-activity .action-type {
  width: 150px;
  font-size: 13px;
}
.user-activity .description {
  width: auto;
}
.question-title-link a {
  font-weight: bold;
  color: #0077CC;
}
.answer-title-link a {
  color: #333;
}
.hilite {
  background-color: #ff0;
}
.hilite1 {
  background-color: #ff0;
}
.hilite2 {
  background-color: #f0f;
}
.hilite3 {
  background-color: #0ff;
}
.gold,
.badge1 {
  color: #FFCC00;
}
.silver,
.badge2 {
  color: #CCCCCC;
}
.bronze,
.badge3 {
  color: #CC9933;
}
.score {
  font-weight: 800;
  color: #333;
}
a.comment {
  background: #EEE;
  color: #993300;
  padding: 5px;
}
a.offensive {
  color: #999;
}
.message h1 {
  padding-top: 0px;
  font-size: 15px;
}
.message p {
  margin-bottom: 0px;
}
.system-messages {
  color: red;
  background: yellow;
  font-size: 21px;
  font-weight: bold;
  line-height: 25px;
  padding: 0 5px;
}
p.space-above {
  margin-top: 10px;
}
.warning {
  color: red;
}
button::-moz-focus-inner {
  padding: 0;
  border: none;
}
.submit {
  cursor: pointer;
  /*letter-spacing:1px;*/
  background-color: #D4D0C8;
  height: 30px;
  border: 1px solid #777777;
  /*	width:100px; */
  font-weight: bold;
  font-size: 120%;
}
.submit:hover {
  text-decoration: underline;
}
.submit.small {
  margin-right: 5px;
  height: 20px;
  font-weight: normal;
  font-size: 12px;
  padding: 1px 5px;
}
.submit.small:hover {
  text-decoration: none;
}
.question-page a.submit {
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 30px;
  padding: 0 5px;
  *display: inline;
}
.noscript {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
  padding: 5px 0;
  text-align: center;
  font-family: sans-serif;
  font-size: 120%;
  font-weight: Bold;
  color: #FFFFFF;
  background-color: #AE0000;
}
.big {
  font-size: 14px;
}
.strong {
  font-weight: bold;
}
.orange {
  /* used in django.po */
  color: #d64000;
  font-weight: bold;
}
.grey {
  color: #808080;
}
.about div {
  padding: 10px 5px 10px 5px;
  border-top: 1px dashed #aaaaaa;
}
.highlight {
  background-color: #FFF8C6;
}
.nomargin {
  margin: 0;
}
.margin-bottom {
  margin-bottom: 10px;
}
.margin-top {
  margin-top: 10px;
}
.inline-block {
  display: inline-block;
}
.action-status {
  margin: 0;
  border: none;
  display: none;
  text-align: center;
  line-height: 10px;
  font-size: 12px;
  padding: 0;
}
.action-status a {
  font-weight: bold;
}
.inbox-flags .action-status {
  line-height: 38px;
  height: 24px;
}
.action-status span {
  padding: 3px 5px 3px 5px;
  background-color: #fff380;
  /* nice yellow */
  font-weight: normal;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.list-table {
  border-spacing: 0;
}
.list-table td {
  vertical-align: top;
}
/* these need to go */
table.form-as-table .errorlist {
  display: block;
  margin: 0;
  padding: 0 0 0 5px;
  text-align: left;
  font-size: 10px;
  color: darkred;
}
table.form-as-table input {
  display: inline;
  margin-left: 4px;
}
table.form-as-table th {
  vertical-align: bottom;
  padding-bottom: 4px;
}
.form-row-vertical {
  display: block;
}
.form-row-vertical label {
  display: block;
}
/* above stuff needs to go */
.text-align-right {
  text-align: center;
}
ul.form-horizontal-rows {
  list-style: none;
  margin: 0;
}
ul.form-horizontal-rows li {
  position: relative;
  height: 40px;
}
ul.form-horizontal-rows label {
  display: inline-block;
}
ul.form-horizontal-rows ul.errorlist {
  list-style: none;
  color: darkred;
  font-size: 10px;
  line-height: 10px;
  position: absolute;
  top: -4px;
  left: 180px;
  text-align: left;
  margin: 0;
}
ul.form-horizontal-rows ul.errorlist li {
  height: 10px;
}
ul.form-horizontal-rows label {
  position: absolute;
  left: 0px;
  bottom: 6px;
  margin: 0px;
  line-height: 12px;
  font-size: 12px;
}
ul.form-horizontal-rows li input {
  position: absolute;
  bottom: 0px;
  left: 180px;
  margin: 0px;
}
.narrow .summary {
  float: left;
}
.user-profile-tool-links {
  font-weight: bold;
  vertical-align: top;
}
ul.post-tags {
  margin: 2px 0 0 3px;
}
ul.post-tags li {
  margin-top: 4px;
  margin-bottom: 3px;
}
ul.post-retag {
  margin-bottom: 0px;
  margin-left: 5px;
}
ul.post-retag input {
  width: 400px;
  height: 22px;
  margin: 3px 0 0 -5px;
  padding: 0 5px;
}
#question-controls .tags {
  margin: 0 0 3px 0;
}
#tagSelector {
  padding-bottom: 2px;
  margin-bottom: 0;
}
.js-related-tags {
  padding-left: 3px;
}
#hideIgnoredTagsControl {
  margin: 5px 0 0 0;
}
#hideIgnoredTagsControl label {
  font-size: 12px;
  color: #666;
}
#hideIgnoredTagsCb {
  margin: 0 2px 0 1px;
}
.g-recaptcha {
  margin: 10px 0;
}
.g-recaptcha div {
  margin: 0;
}
#recaptcha_widget_div {
  width: 318px;
  float: left;
  clear: both;
}
p.signup_p {
  margin: 20px 0px 0px 0px;
}
.simple-subscribe-options ul {
  list-style: none;
  list-style-position: outside;
  margin: 0;
}
.simple-subscribe-options input {
  display: inline;
}
.search-result-summary {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  margin: 0px 0px 0px 0px;
  padding: 2px 0 0 0;
  float: left;
}
.faq-rep-item {
  text-align: right;
  padding-right: 5px;
}
#responses {
  clear: both;
  line-height: 18px;
  margin-bottom: 15px;
}
#responses h2 {
  line-height: 24px;
  margin: 0;
  padding: 0;
}
#responses div.face {
  float: left;
  text-align: center;
  width: 54px;
  padding: 3px;
  overflow: hidden;
}
.response-parent {
  margin-top: 8px;
}
.response-parent strong {
  font-size: 20px;
}
.re {
  min-height: 57px;
  clear: both;
  margin-top: 10px;
}
#responses input {
  float: left;
}
#re_sections {
  margin-bottom: 6px;
}
#re_sections .on {
  font-weight: bold;
}
.avatar-page ul {
  list-style: none;
}
.avatar-page li {
  display: inline;
}
.userList {
  font-size: 13px;
}
.user-list {
  margin: 0;
  list-style: none;
}
.user-list li {
  margin: 5px 10px 15px 0;
  display: inline-block;
}
.user-card {
  display: inline-block;
  height: 35px;
  width: 166px;
  overflow: hidden;
}
.user-card .js-avatar-box {
  float: left;
  margin: 0px 6px 0 2px;
}
.user-card .info {
  height: 32px;
  width: 134px;
}
img.flag {
  border: 1px solid #eee;
  vertical-align: text-top;
}
.main-page img.flag {
  vertical-align: text-bottom;
}
a.edit {
  padding-left: 3px;
  color: #145bff;
}
/* Pretty printing styles. Used with prettify.js. minified in one line */
.pln {
  color: #000;
}
@media screen {
  .str {
    color: #080;
  }
  .kwd {
    color: #008;
  }
  .com {
    color: #800;
  }
  .typ {
    color: #606;
  }
  .lit {
    color: #066;
  }
  .pun,
  .opn,
  .clo {
    color: #660;
  }
  .tag {
    color: #008;
  }
  .atn {
    color: #606;
  }
  .atv {
    color: #080;
  }
  .dec,
  .var {
    color: #606;
  }
  .fun {
    color: red;
  }
}
@media print, projection {
  .str {
    color: #060;
  }
  .kwd {
    color: #006;
    font-weight: bold;
  }
  .com {
    color: #600;
    font-style: italic;
  }
  .typ {
    color: #404;
    font-weight: bold;
  }
  .lit {
    color: #044;
  }
  .pun,
  .opn,
  .clo {
    color: #440;
  }
  .tag {
    color: #006;
    font-weight: bold;
  }
  .atn {
    color: #404;
  }
  .atv {
    color: #060;
  }
}
pre.prettyprint {
  padding: 2px;
  border: 1px solid #888;
}
ol.linenums {
  margin-top: 0;
  margin-bottom: 0;
}
li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
  list-style-type: none;
}
li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
  background: #eee;
}
#leading-sidebar {
  float: left;
}
/* user groups */
#user-groups input[type="text"] {
  height: 21px;
  width: 100px;
}
#user-groups ul {
  margin-bottom: 0px;
}
#user-groups .js-delete-icon {
  background: url('/m/default/media/images/close-small.png?e9451358616d') no-repeat;
  border: none;
  display: inline-block;
  height: 14px;
  margin-top: 4px;
  width: 14px;
}
#user-groups .js-delete-icon:hover {
  background: url('/m/default/media/images/close-small-hover.png?e9451358616d') no-repeat;
}
.question-page .post-update-info a.primary-group-name,
a.primary-group-name {
  color: #990E08;
  font-weight: bold;
}
.post-update-info .user-info {
  margin-top: -2px;
}
.users-page .wmd-prompt-dialog {
  background: #ccc;
}
.group-wiki .content > p:last-child {
  margin-bottom: 5px;
}
.group-wiki .group-logo {
  float: left;
  margin: 0 5px 3px 0;
}
.group-wiki .controls {
  margin: 0 0 10px 0;
}
img.group-logo {
  height: 60px;
  /* important to align with the line spacing */
}
#groups-list {
  margin-left: 0px;
}
#groups-list .group-name {
  padding-right: 20px;
}
.groups-page #groups-list th,
.groups-page #groups-list td {
  padding-right: 20px;
}
.groups-page #groups-list th {
  font-weight: bold;
}
.groups-page #groups-list th:nth-child(2),
.groups-page #groups-list td:nth-child(2) {
  text-align: center;
}
#reject-edit-modal input,
#reject-edit-modal textarea {
  width: 514px;
}
input.tipped-input,
textarea.tipped-input {
  padding-left: 5px;
}
.tipped-input.blank {
  color: #707070;
}
.select-box {
  margin: 0;
}
.select-box li {
  list-style-type: none;
  list-style-position: inside;
  padding-left: 7px;
  font-size: 14px;
  line-height: 30px;
}
.select-box li input {
  margin: 0 0 2px -5px;
  font-size: 14px;
  line-height: 14px;
  vertical-align: middle;
  color: #707070;
}
.select-box li.selected,
.select-box li.selected:hover,
.select-box li:hover {
  background-color: #999;
  color: white;
  -webkit-transition: background ease 0.2s;
  -moz-transition: background ease 0.2s;
  -ms-transition: background ease 0.2s;
  -o-transition: background ease 0.2s;
  transition: background ease 0.2s;
}
.select-box li:hover a {
  color: white;
}
/* category selector */
.category-selector {
  border-spacing: 0;
  width: 100%;
}
.category-selector button {
  margin: 3px 0 0 7px;
  height: 24px;
  line-height: 24px;
  padding: 0 6px;
}
.category-selector input[type="text"] {
  width: calc(30%);
  padding: 0 5px;
  margin: 3px 0 3px -3px;
  height: 24px;
  border: none;
  -webkit-box-shadow: none 0px 5px #929292;
  -moz-box-shadow: none 0px 5px #929292;
  box-shadow: none 0px 5px #929292;
}
.category-selector ul.select-box {
  height: 150px;
  width: 100%;
  overflow: auto;
  border: #ccc 3px solid;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.category-selector td {
  vertical-align: top;
  width: 33.333%;
}
.category-selector li {
  position: relative;
  color: #707070;
}
.category-selector li.tree:after {
  content: ">>";
  position: absolute;
  right: 5px;
  font-weight: bold;
}
.category-selector li.selected.tree:after {
  color: #C09853;
}
.category-selector th {
  color: #707070;
  font-style: italic;
  font-size: 16px;
  font-weight: normal;
  padding-top: 5px;
  text-align: left;
}
.question-page .category-selector ul.select-box {
  width: 217px;
}
.question-page .category-selector ul.select-box input {
  width: 95px;
}
.question-page .tag-editor {
  width: 660px;
  margin-left: 0;
}
.editor-status {
  float: right;
  margin: 8px 350px 0 0;
  font-weight: bold;
}
.editor-status span {
  display: none;
}
/* tag editor */
.tag-editor {
  height: 32px;
  border: #cce6ec 3px solid;
  padding-left: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tag-editor ul.tags {
  margin: 0;
}
.tag-editor ul.tags li {
  margin-top: 6px;
  height: 13px;
}
.tag-editor input.new-tags-input,
.tag-editor input.new-tags-input:focus {
  border: none;
  box-shadow: none;
  font-size: 14px;
  font-color: #707070;
  height: 16px;
  line-height: 16px;
  margin: 9px 0 0 -6px;
  -webkit-box-shadow: none;
  /* undo bootstrap glow */
  -moz-box-shadow: none;
  padding: 0 0 0 6px;
}
/* fixes for bootstrap */
.caret {
  margin-bottom: 7px;
}
.btn-group {
  text-align: left;
}
.btn-toolbar {
  margin: 0;
}
.modal-footer {
  text-align: left;
}
.modal h3 {
  padding: 0;
}
.modal p {
  font-size: 14px;
}
.modal.merge-questions .modal-body label {
  padding-right: 8px;
}
.modal.merge-questions .modal-body .body,
.modal.merge-questions .modal-body .tags {
  clear: both;
}
.modal.merge-questions .modal-body h3 {
  line-height: 22px;
  margin-top: 12px;
}
.modal.merge-questions .modal-body .tags {
  margin-top: 12px;
}
.modal.merge-questions .modal-body .body {
  margin-top: 16px;
}
.modal-body > textarea {
  width: 515px;
  margin-bottom: 0px;
}
.modal-body > input[type="text"] {
  width: 515px;
  font-style: normal;
}
.alert .close {
  right: -38px;
}
.flip-content,
.flip-tab {
  display: none;
}
.flip-content-active,
.flip-tab-active {
  display: block;
}
.complete-registration form,
.recover-account form {
  margin: 0 0 10px;
}
.tag-subscriptions {
  border-spacing: 10px;
  border-collapse: separate;
}
.tag-subscriptions form {
  display: inline-block;
  margin-bottom: 0;
}
.tag-subscriptions td {
  vertical-align: middle;
}
.tag-subscriptions .action {
  cursor: pointer;
  color: #4A757F;
  font-family: 'Open Sans Condensed', Arial, sans-serif;
  text-decoration: none;
}
.tag-subscriptions ul.tags li {
  margin: 2px 5px;
}
.auto-tweeting select {
  width: auto;
  margin-bottom: 0;
}
.settings-nav,
.settings-main {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 6px 0 10px;
}
.settings-nav *,
.settings-main * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.settings-main {
  float: right;
  padding: 11px 0 11px 15px;
  width: 80%;
}
.settings-main .help {
  font-size: 12px;
  line-height: 1.3;
  margin: 10px 0;
}
.settings-main label {
  font-weight: bold;
  line-height: 1.2;
}
.settings-main img {
  margin: 0 0 10px 0;
}
.settings-nav {
  background: #e9e9e1;
  border: 1px solid #d3d3c2;
  float: left;
  padding: 0;
  width: 20%;
}
.settings-nav h2 {
  background: #777;
  color: #eaeaea;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.35;
  padding: 10px;
}
.settings-nav ul {
  list-style: none;
  margin: 10px 0;
}
.settings-nav li {
  line-height: 1.45;
  padding: 0 10px;
}
.settings-nav li.on,
.settings-nav li:hover {
  background: white;
}
.settings-nav li.on a,
.settings-nav li:hover a {
  text-decoration: none;
}
table.settings {
  width: 100%;
}
table.settings td {
  vertical-align: top;
  padding-bottom: 10px;
}
td.setting-label {
  width: 30%;
}
td.setting-label span.lang {
  color: #ff4747;
}
td.setting-input {
  padding-left: 10px;
  width: 70%;
}
td.setting-input input[type="text"],
td.setting-input input[type="number"] {
  font-size: 13px;
  height: 28px;
  line-height: 28px;
  padding-left: 5px;
  width: 50%;
  border: #cce6ec 3px solid;
}
td.setting-input input[type="number"]::-webkit-inner-spin-button,
td.setting-input input[type="number"]:hover::-webkit-inner-spin-button {
  height: 25px;
}
td.setting-input select {
  width: 50%;
}
td.setting-input textarea {
  padding: 3px 2px;
  width: 100%;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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 linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
#recaptcha_area,
#recaptcha_table {
  line-height: 0!important;
}
.acInput {
  width: 200px;
}
.acResults {
  padding: 0px;
  border: 1px solid WindowFrame;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0px  1px 1px #A7A7A7;
  -moz-box-shadow: 0px  1px 1px #BFBFBF;
  box-shadow: 0px  1px 1px #BFBFBF;
}
.acResults ul {
  width: 100%;
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0;
}
.acResults li {
  margin: 0px;
  padding: 2px 5px;
  cursor: pointer;
  display: block;
  width: 100%;
  font: menu;
  font-size: 14px;
  overflow: hidden;
}
.acLoading {
  background: url('/m/default/media/images/indicator.gif?e9451358616d') right center no-repeat;
}
.acSelect {
  background-color: Highlight;
  color: HighlightText;
}
/* modifications for small screens */
@media screen and (max-width: 960px) {
  /* content margins touch viewport */
  * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #ContentLeft,
  #ContentFull {
    padding: 0 6px 20px 6px;
    width: 100%;
  }
  #userToolsNav {
    padding-left: 8px;
    margin-right: 20px;
  }
  .answer-votes {
    height: 24px;
  }
  .short-summary {
    width: 100%;
  }
  .short-summary .answers,
  .short-summary .views,
  .short-summary .votes {
    height: 51px;
  }
  .question-page .vote-buttons {
    margin-right: 2px;
  }
  .js-tag-name {
    height: 20px;
  }
  .question-page .comments .comment-controls {
    padding-left: 8px;
  }
  .question-page .comments div.controls {
    margin-left: 2px;
  }
  .meta input[type="email"],
  .users-page input[type="email"],
  .user-profile-edit-page input[type="email"],
  .user-profile-page input[type="email"],
  .meta input[type="text"],
  .users-page input[type="text"],
  .user-profile-edit-page input[type="text"],
  .user-profile-page input[type="text"],
  .meta input[type="password"],
  .users-page input[type="password"],
  .user-profile-edit-page input[type="password"],
  .user-profile-page input[type="password"],
  .meta select,
  .users-page select,
  .user-profile-edit-page select,
  .user-profile-page select {
    height: 32px;
    line-height: 32px;
  }
}
@media screen and (max-width: 800px) {
  body {
    padding: 0;
  }
  input[type="submit"].searchBtn {
    margin-right: 0;
  }
  .content-wrapper {
    width: 100%;
  }
  #ContentRight {
    display: none;
  }
  .edit-question-page #ContentLeft,
  .edit-answer-page #ContentLeft,
  .openid-signin #ContentLeft,
  .meta #ContentLeft {
    padding: 0 10px;
  }
  .main-page h1,
  #askButton,
  #metaNav #navBadges,
  .copyright,
  .counts .views,
  .counts .votes,
  .help,
  .rss,
  .scope-selector,
  .settings,
  .tabBar,
  .tags,
  .userinfo,
  .widgets {
    display: none;
  }
  .ask-page input[type="submit"].searchBtn,
  .edit-question-page input[type="submit"].searchBtn {
    display: none;
  }
  .ask-page .preview-toggle,
  .edit-answer-page .preview-toggle,
  .edit-question-page .preview-toggle,
  .ask-page .proxy-user-info,
  .edit-answer-page .proxy-user-info,
  .edit-question-page .proxy-user-info,
  .ask-page .answer-options,
  .edit-answer-page .answer-options,
  .edit-question-page .answer-options,
  .ask-page .question-options,
  .edit-answer-page .question-options,
  .edit-question-page .question-options,
  .ask-page .revision-comment,
  .edit-answer-page .revision-comment,
  .edit-question-page .revision-comment,
  .ask-page .wmd-preview,
  .edit-answer-page .wmd-preview,
  .edit-question-page .wmd-preview,
  .ask-page #wmd-hr-button,
  .edit-answer-page #wmd-hr-button,
  .edit-question-page #wmd-hr-button,
  .ask-page #wmd-heading-button,
  .edit-answer-page #wmd-heading-button,
  .edit-question-page #wmd-heading-button {
    display: none;
  }
  .edit-answer-page label[for="id_title"],
  .edit-question-page label[for="id_title"],
  .edit-answer-page label[for="id_revision"],
  .edit-question-page label[for="id_revision"],
  .edit-answer-page #id_revision,
  .edit-question-page #id_revision {
    display: none;
  }
  .edit-answer-page #fmedit #id_title,
  .edit-question-page #fmedit #id_title {
    margin: 15px 0 0 0;
  }
  .question-page .comment-votes {
    display: none;
  }
  .question-page .comments form.post-comments {
    margin: 0 10px 0 0;
  }
  .question-page .comments .comment .comment-body {
    margin-left: 5px;
  }
  .question-page .post-update-info-container {
    float: none;
    width: 100%;
  }
  .question-page .post-update-info {
    float: none;
    margin-left: 0;
    width: auto;
  }
  .question-page .post-update-info br,
  .question-page .post-update-info .badge1,
  .question-page .post-update-info .badge2,
  .question-page .post-update-info .badge3,
  .question-page .post-update-info .gravatar,
  .question-page .post-update-info .reputation-score,
  .question-page .post-update-info .user-card,
  .question-page .post-update-info .badge-count {
    display: none;
  }
  .footer-links,
  .powered-link {
    text-align: center;
    width: 100%;
  }
  #metaNav {
    float: left;
    margin-left: 8px;
  }
  #metaNav a#navUsers,
  #metaNav a#navTags,
  #metaNav a#navGroups {
    background: none;
    color: #d0e296;
    font-size: 16px;
    text-decoration: underline;
    margin: 7px 28px 0 0;
    padding-left: 0;
  }
  .powered-link {
    margin-bottom: 15px;
  }
  .short-summary:first-child {
    padding-top: 0;
  }
  .short-summary {
    padding: 3px 0 8px;
    width: 100%;
  }
  .short-summary .tags {
    margin-top: -8px;
  }
  .short-summary .tags li {
    margin: 8px 8px 1px 0;
  }
  #secondaryHeader td.search-bar {
    padding: 0 6px;
  }
  table.form-as-table.ab-tag-filter-form td {
    text-align: left;
  }
  table.form-as-table.ab-tag-filter-form th {
    vertical-align: top;
    padding-right: 20px;
  }
  table.form-as-table.ab-tag-filter-form li {
    display: block;
    line-height: 26px;
  }
}
@media screen and (max-width: 540px) {
  .question-page .post-controls {
    float: left;
    height: 32px;
    margin-left: -8px;
    padding-left: 0;
    text-align: left;
  }
  .question-page .post-controls .question-close {
    display: none;
  }
  .question-page div.comments.empty {
    margin-top: 8px !important;
  }
  .meta input[type="email"],
  .users-page input[type="email"],
  .user-profile-edit-page input[type="email"],
  .user-profile-page input[type="email"],
  .meta input[type="text"],
  .users-page input[type="text"],
  .user-profile-edit-page input[type="text"],
  .user-profile-page input[type="text"],
  .meta input[type="password"],
  .users-page input[type="password"],
  .user-profile-edit-page input[type="password"],
  .user-profile-page input[type="password"],
  .meta select,
  .users-page select,
  .user-profile-edit-page select,
  .user-profile-page select {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .openid-signin h1,
  .openid-signin h2 {
    line-height: 1.1;
    margin-bottom: 12px;
  }
  .openid-signin textarea,
  .meta textarea,
  .users-page textarea,
  .user-profile-edit-page textarea,
  .user-profile-page textarea,
  .openid-signin input[type="text"],
  .meta input[type="text"],
  .users-page input[type="text"],
  .user-profile-edit-page input[type="text"],
  .user-profile-page input[type="text"] {
    width: 100%;
  }
}
@media screen and (max-width: 380px) {
  .wmd-button-bar .wmd-hr-button,
  .wmd-button-bar .wmd-heading-button {
    display: none;
  }
  .editor-status {
    margin-right: 0;
  }
}
@media screen and (max-width: 338px) {
  #scopeNav {
    display: none;
  }
  .ask-page #id_post_author_username,
  .question-page #id_post_author_username,
  .edit-question-page #id_post_author_username,
  .edit-answer-page #id_post_author_username,
  .ask-page #id_post_author_email,
  .question-page #id_post_author_email,
  .edit-question-page #id_post_author_email,
  .edit-answer-page #id_post_author_email {
    width: 100%;
    margin: 6px 0;
  }
  .question-page .post-controls .js-offensive-flag {
    display: none;
  }
}
/* language-specific fixes */
body.lang-zh .box .inputs #interestingTagInput,
body.lang-zh_CN .box .inputs #interestingTagInput,
body.lang-zh-cn .box .inputs #interestingTagInput,
body.lang-zh-tw .box .inputs #interestingTagInput,
body.lang-zh_TW .box .inputs #interestingTagInput,
body.lang-zh .box .inputs #ignoredTagInput,
body.lang-zh_CN .box .inputs #ignoredTagInput,
body.lang-zh-cn .box .inputs #ignoredTagInput,
body.lang-zh-tw .box .inputs #ignoredTagInput,
body.lang-zh_TW .box .inputs #ignoredTagInput,
body.lang-zh .box .inputs #subscribedTagInput,
body.lang-zh_CN .box .inputs #subscribedTagInput,
body.lang-zh-cn .box .inputs #subscribedTagInput,
body.lang-zh-tw .box .inputs #subscribedTagInput,
body.lang-zh_TW .box .inputs #subscribedTagInput,
body.lang-zh .box .inputs #ab-tag-search,
body.lang-zh_CN .box .inputs #ab-tag-search,
body.lang-zh-cn .box .inputs #ab-tag-search,
body.lang-zh-tw .box .inputs #ab-tag-search,
body.lang-zh_TW .box .inputs #ab-tag-search {
  width: 140px;
}
body.lang-zh button,
body.lang-zh_CN button,
body.lang-zh-cn button,
body.lang-zh-tw button,
body.lang-zh_TW button,
body.lang-zh input[type="submit"],
body.lang-zh_CN input[type="submit"],
body.lang-zh-cn input[type="submit"],
body.lang-zh-tw input[type="submit"],
body.lang-zh_TW input[type="submit"],
body.lang-zh input[type="button"],
body.lang-zh_CN input[type="button"],
body.lang-zh-cn input[type="button"],
body.lang-zh-tw input[type="button"],
body.lang-zh_TW input[type="button"],
body.lang-zh input[type="reset"],
body.lang-zh_CN input[type="reset"],
body.lang-zh-cn input[type="reset"],
body.lang-zh-tw input[type="reset"],
body.lang-zh_TW input[type="reset"],
body.lang-zh .button,
body.lang-zh_CN .button,
body.lang-zh-cn .button,
body.lang-zh-tw .button,
body.lang-zh_TW .button {
  line-height: 24px;
}
body.lang-zh .box a.followed,
body.lang-zh_CN .box a.followed,
body.lang-zh-cn .box a.followed,
body.lang-zh-tw .box a.followed,
body.lang-zh_TW .box a.followed,
body.lang-zh .box a.follow,
body.lang-zh_CN .box a.follow,
body.lang-zh-cn .box a.follow,
body.lang-zh-tw .box a.follow,
body.lang-zh_TW .box a.follow {
  line-height: 34px !important;
}
body.lang-zh.question-page a.submit,
body.lang-zh_CN.question-page a.submit,
body.lang-zh-cn.question-page a.submit,
body.lang-zh-tw.question-page a.submit,
body.lang-zh_TW.question-page a.submit {
  line-height: 30px !important;
}
body.lang-zh-tw .box .inputs #interestingTagInput,
body.lang-zh_TW .box .inputs #interestingTagInput,
body.lang-zh-tw .box .inputs #ignoredTagInput,
body.lang-zh_TW .box .inputs #ignoredTagInput,
body.lang-zh-tw .box .inputs #subscribedTagInput,
body.lang-zh_TW .box .inputs #subscribedTagInput,
body.lang-zh-tw .box .inputs #ab-tag-search,
body.lang-zh_TW .box .inputs #ab-tag-search {
  width: 137px;
}
body.lang-hu .scope-selector {
  font-size: 17px;
  margin-left: 10px;
}
body.lang-hu #searchBar,
body.lang-hu .search-drop-menu {
  margin-left: 252px;
}
body.lang-hu .box .inputs #interestingTagInput,
body.lang-hu .box .inputs #ignoredTagInput,
body.lang-hu .box .inputs #subscribedTagInput,
body.lang-hu .box .inputs #ab-tag-search {
  width: 111px;
}
body.lang-hu .users-input,
body.lang-hu .groups-input {
  width: 100px;
}
body.lang-es .scope-selector {
  font-size: 18px;
}
body.lang-es .box .inputs #interestingTagInput,
body.lang-es .box .inputs #ignoredTagInput {
  width: 130px;
}
body.lang-es .users-input,
body.lang-es .groups-input {
  width: 130px;
}
body.lang-es .short-summary .counts .answers div,
body.lang-es .short-summary .counts .views div,
body.lang-es .short-summary .counts .votes div {
  font-size: 10px;
}
body.lang-de .scope-selector {
  font-size: 17px;
}
body.lang-de #metaNav a {
  font-size: 16px;
}
body.lang-de .box h2 {
  font-size: 17px !important;
}
body.lang-de .box .inputs #interestingTagInput,
body.lang-de .box .inputs #ignoredTagInput,
body.lang-de .box .inputs #subscribedTagInput,
body.lang-de .box .inputs #ab-tag-search {
  width: 153px;
}
body.lang-gl .box .inputs #interestingTagInput,
body.lang-gl .box .inputs #ignoredTagInput,
body.lang-gl .box .inputs #subscribedTagInput,
body.lang-gl .box .inputs #ab-tag-search {
  width: 127px;
}
body.lang-pt_BR .box .inputs #interestingTagInput,
body.lang-pt_BR .box .inputs #ignoredTagInput,
body.lang-pt_BR .box .inputs #subscribedTagInput,
body.lang-pt_BR .box .inputs #ab-tag-search {
  width: 116px;
}
body.lang-fr .box .inputs #interestingTagInput,
body.lang-fr .box .inputs #ignoredTagInput,
body.lang-fr .box .inputs #subscribedTagInput,
body.lang-fr .box .inputs #ab-tag-search {
  width: 127px;
}
body.lang-fr #metaNav a {
  font-size: 16px;
}
body.lang-fi #scopeNav {
  width: 315px;
}
body.lang-fi .scope-selector {
  font-size: 17px;
}
body.lang-fi .box .inputs #interestingTagInput,
body.lang-fi .box .inputs #ignoredTagInput,
body.lang-fi .box .inputs #subscribedTagInput,
body.lang-fi .box .inputs #ab-tag-search {
  width: 142px;
}
body.lang-ru .scope-selector {
  font-size: 17px;
}
body.lang-ru .box .inputs #interestingTagInput,
body.lang-ru .box .inputs #ignoredTagInput,
body.lang-ru .box .inputs #subscribedTagInput,
body.lang-ru .box .inputs #ab-tag-search {
  width: 146px;
}
body.lang-ko #scopeNav {
  width: 315px;
}
body.lang-ko .box .inputs #interestingTagInput,
body.lang-ko .box .inputs #ignoredTagInput,
body.lang-ko .box .inputs #subscribedTagInput,
body.lang-ko .box .inputs #ab-tag-search {
  width: 144px;
}
body.lang-nb_NO .box .inputs #interestingTagInput,
body.lang-nb_NO .box .inputs #interestingTagInput,
body.lang-nb_NO .box .inputs #ignoredTagInput,
body.lang-nb_NO .box .inputs #ignoredTagInput,
body.lang-nb_NO .box .inputs #subscribedTagInput,
body.lang-nb_NO .box .inputs #subscribedTagInput,
body.lang-nb_NO .box .inputs #ab-tag-search,
body.lang-nb_NO .box .inputs #ab-tag-search {
  width: 133px;
}
body.lang-nl .box .inputs #interestingTagInput,
body.lang-nl .box .inputs #ignoredTagInput,
body.lang-nl .box .inputs #subscribedTagInput,
body.lang-nl .box .inputs #ab-tag-search {
  width: 110px;
}
body.lang-eu .box .inputs #interestingTagInput,
body.lang-eu .box .inputs #ignoredTagInput,
body.lang-eu .box .inputs #subscribedTagInput,
body.lang-eu .box .inputs #ab-tag-search {
  width: 132px;
}
body.lang-tr .short-summary .votes,
body.lang-tr .short-summary .answers,
body.lang-tr .short-summary .favorites,
body.lang-tr .short-summary .views {
  overflow: hidden;
}
body.lang-tr .box .inputs #interestingTagInput,
body.lang-tr .box .inputs #ignoredTagInput,
body.lang-tr .box .inputs #subscribedTagInput,
body.lang-tr .box .inputs #ab-tag-search {
  width: 141px;
}
body.lang-cs-cz .short-summary .votes,
body.lang-cs-cz .short-summary .answers,
body.lang-cs-cz .short-summary .favorites,
body.lang-cs-cz .short-summary .views {
  overflow: hidden;
}
body.lang-cs-cz .box .inputs #interestingTagInput,
body.lang-cs-cz .box .inputs #ignoredTagInput,
body.lang-cs-cz .box .inputs #subscribedTagInput,
body.lang-cs-cz .box .inputs #ab-tag-search {
  width: 134px;
}

.global-header {
	position: relative;
	left: 0;
	width: 100%;
	z-index: 800;
	transition: background-color linear 0.2s;
}

body.path-frontpage .global-header {
	background-color: rgba(0, 0, 0, 0.6);
}

body.global-header-fixed .global-header {
	height: 88px;
}

body:not(.path-frontpage) .global-header__row {
	background: #222222;
}

body.path-frontpage .global-header__row {
	background-color: transparent;
}

body.global-header-row-1-fixed .global-header__row.__row1 {
	display: none;
}

body.global-header-row-2-fixed .global-header__row.__row2 {
	background-color: #222222;
	transition: background-color linear 0.2s;
}

html.is-touch .global-header__row.__row2 {
	background-color: #222222;
}

.global-header__row {
	position: relative;
}

.global-header__row.__row1 {
	display: table;
	width: 100%;
	height: 46px;
	font-size: 100%;
}

.global-header__row.__row1 .global-header__nav-satellite {
	display: table-cell;
	vertical-align: middle;
	overflow: none;
  border-bottom: 1px solid #303030;
	transition: color 0.2s linear, background-color 0.2s linear;
}
.global-header__row.__row1 .global-header__nav-satellite .home {
  color: #ffae1a;
}

.global-header__row.__row1 .global-header__nav-satellite .offsite {
  color: #dbdada;
}

.global-header__row.__row1 .global-header__nav-satellite:first-child {
	width: 14rem;
	min-width: 14rem;
}

.global-header__row.__row1 .global-header__nav-satellite__item {
	float: left;
	padding: 0 10px;
	margin-left: 10px;
}

.global-header__row.__row1 .global-header__nav-satellite__item:first-child {
	margin-left: 14px;
}

.global-header__row.__row1 .global-header__nav-satellite__item:hover {
	transition: color 0.2s linear;
}

.global-header__row.__row1 .global-header__nav-satellite__item a {
	position: relative;
	font-size: 0.9rem;
	text-decoration: none;
	color: white;
	transition: color 0.2s linear;
}

.global-header__row.__row1 .global-header__nav-satellite__item a:hover,
.global-header__row.__row1 .global-header__nav-satellite__item a:active {
	color: white;
	transition: color 0.2s linear;
}

.global-header__row.__row2 {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
	font-size: 120%;
}

.global-header__row.__row2 .global-header__row__col {
	display: table-cell;
	vertical-align: middle;
}

.global-header__row.__row2 .global-header__row__col.__col1 {
	width: 220px;
	padding-left: 37px;
	padding-top: 22px;
	text-align: left;
	vertical-align: top;
	transition: padding-top 0.2s linear;
}

body.global-header-row-2-fixed .global-header__row.__row2 .global-header__row__col.__col1 {
	padding-top: 19px;
	transition: padding-top 0.2s linear;
}

.global-header__row.__row2 .global-header__row__col.__col1 img {
	width: auto;
	height: 46px;
}

.global-header__row.__row2 .global-header__row__col.__col2 {
	width: 82%;
}

.global-header__row.__row2 .global-header__nav-main {
	width: 100%;
	float: left;
	height: 88px;
	padding-bottom: 50px;
	transition: padding-bottom linear 0.2s;
}

body.global-header-row-2-fixed .global-header__row.__row2 .global-header__nav-main {
	padding-bottom: 10px;
	transition: padding-bottom linear 0.2s;
}

.global-header__row.__row2 .global-header__nav-main__item {
	position: relative;
	float: left;
	display: table;
	height: 100%;
	margin: 34px 17px 0 17px;
}

.global-header__row.__row2 .global-header__nav-main__item:last-child {
	padding-right: 20px;
}

.global-header__row.__row2 .global-header__nav-main__item.hamburger,
.global-header__row.__row2 .global-header__nav-main__item.search {
	float: right;
}

.global-header__row.__row2 .global-header__nav-main__item.search a {
  padding-top: 6px;
}

.global-header__row.__row2 .global-header__nav-main__item.hamburger a.dropdown__tab,
.global-header__row.__row2 .global-header__nav-main__item.search a.dropdown__tab {
	padding-bottom: 10px;
	transition: padding-bottom 0.2s linear;
}

body.search-open .global-header__row.__row2 .global-header__nav-main__item.hamburger a.dropdown__tab,
body.search-open .global-header__row.__row2 .global-header__nav-main__item.search a.dropdown__tab {
	padding-bottom: 15px;
	transition: padding-bottom 0.2s linear;
}

body.search-open .global-header__row.__row2 .global-header__nav-main__item a.dropdown__tab {
	opacity: 0;
}

body.search-open .global-header__row.__row2 .global-header__nav-main__item.search a.dropdown__tab,
body.search-open .global-header__row.__row2 .global-header__nav-main__item.hamburger a.dropdown__tab {
	opacity: 1;
}

.global-header__row.__row2 .global-header__nav-main__item a.dropdown__tab {
	display: table-cell;
	vertical-align: bottom;
	border-bottom: 4px solid transparent;
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	cursor: pointer;
	transition: color 0.2s linear;
}

.global-header__row.__row2 .global-header__nav-main__item a.dropdown__tab.open {
	transition: color 0.2s linear;
}

.global-header__row.__row2 .global-header__nav-main__item a.dropdown__tab.open .dropdown__tab__title {
	background-color: #323232;
	transition: background-color 0.2s linear;
}

.global-header__row.__row2 .global-header__nav-main__item a.dropdown__tab.open .dropdown__tab__indicator {
	height: 5px;
	transition: height 0.2s linear;
}

.global-header__row.__row2 .global-header__nav-main__item a.dropdown__tab .dropdown__tab__title {
	padding: 7px 14px;
	font-family: "Calibre Web Medium";
	color: white;
	transition: background-color 0.2s linear;
}

.global-header__row.__row2 .global-header__nav-main__item a.dropdown__tab .dropdown__tab__indicator {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #ffad1a;
	transition: height 0.2s linear;
}

.global-header__row.__row2 .global-header__nav-main .dropdown-menu {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 9999;
	opacity: 0;
	transition: opacity 0.2s linear;
	background-color: #222222;
}

.global-header__row.__row2 .global-header__nav-main .dropdown-menu.open {
	opacity: 1;
	transition: opacity 0.2s linear;
}

.global-header__row.__row2 .global-header__nav-main .dropdown-menu .dropdown-grow-bar {
	position: absolute;
	top: -1px;
	width: 0;
	height: 1px;
	background-color: #ffad1a;
	transition: width 600ms ease-out;
}

.global-header__row.__row2 .global-header__nav-main .dropdown-menu.open .dropdown-grow-bar {
	width: 100%;
	transition: width 600ms ease-out;
}

.global-header__row.__row2 .global-header__nav-main .dropdown-menu.grow-bar-right .dropdown-grow-bar {
	right: 0;
}

.global-header__row.__row2 .global-header__nav-main .dropdown-menu .dropdown-sub-menu {
	float: left;
}

.global-header__row.__row2 .global-header__nav-main .dropdown-menu .dropdown-sub-menu__item + .dropdown-sub-menu__item {
	border-top: 1px solid #323232;
}

.global-header__row.__row2 .global-header__nav-main .dropdown-menu .dropdown-sub-menu__item > a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	min-width: 340px;
	padding: 12px 30px 12px 20px;
	text-decoration: none;
	transition: background-color 0.2s linear;
}

.global-header__row.__row2 .global-header__nav-main .dropdown-menu .dropdown-sub-menu__item > a.selected {
	background-color: #323232;
	transition: background-color 0.2s linear;
}

.global-header__row.__row2 .global-header__nav-main .dropdown-menu .dropdown-sub-menu__item > a:hover {
	color: white;
	background-color: #323232;
	transition: background-color 0.2s linear;
}

.global-header__row.__row2 .global-header__nav-main .dropdown-menu .dropdown-sub-menu__item > a:hover .link-blurb {
	color: white;
	transition: color 0.2s linear;
}

.global-header__row.__row2 .global-header__nav-main .dropdown-menu .dropdown-sub-menu__item > a .link-title {
	color: #ffad1a;
}

.global-header__row.__row2 .global-header__nav-main .dropdown-menu .dropdown-sub-menu__item > a .link-blurb {
	margin-top: -3px;
	font-size: 0.9rem;
	color: rgba(219, 218, 218, 0.5);
	transition: color 0.2s linear;
}

.global-header__row.__row2 .global-header__nav-main .dropdown-menu .dropdown-sub-menu__item__sub-menu {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	background-color: #323232;
	display: none;
}

.global-header__row.__row2 .global-header__nav-main .dropdown-menu .dropdown-sub-menu__item__sub-menu.selected {
	display: block;
}

.global-header__row.__row2 .global-header__nav-main .dropdown-menu .dropdown-sub-menu__item__sub-menu:hover {
	background-color: #323232;
}

.global-header__row.__row2 .global-header__nav-main .dropdown-menu .dropdown-sub-menu__item__sub-menu .dropdown-sub-menu__sub-item {
	z-index: 2;
	position: relative;
}

.global-header__row.__row2 .global-header__nav-main .dropdown-menu .dropdown-sub-menu__item__sub-menu .dropdown-sub-menu__sub-item > a {
	display: block;
	position: relative;
	padding: 12px 30px 12px 30px;
	text-decoration: none;
	transition: background-color 0.2s linear;
}

.global-header__row.__row2 .global-header__nav-main .dropdown-menu .dropdown-sub-menu__item__sub-menu .dropdown-sub-menu__sub-item > a.icon-link {
	padding-left: 70px;
}

.global-header__row.__row2 .global-header__nav-main .dropdown-menu .dropdown-sub-menu__item__sub-menu .dropdown-sub-menu__sub-item > a .link-title {
	color: #ffad1a;
	transition: color 0.2s linear;
}

.global-header__row.__row2 .global-header__nav-main .dropdown-menu .dropdown-sub-menu__item__sub-menu .dropdown-sub-menu__sub-item > a .link-blurb {
	margin-top: -3px;
	font-size: 0.9rem;
	color: rgba(219, 218, 218, 0.5);
	transition: color 0.2s linear;
}

.global-header__row.__row2 .global-header__nav-main .dropdown-menu .dropdown-sub-menu__item__sub-menu .dropdown-sub-menu__sub-item > a.icon-link img {
	position: absolute;
	top: 20px;
	left: 30px;
	width: 26px;
	height: auto;
	opacity: 0.4;
	transition: opacity 0.2s linear;
}

.global-header__row.__row2 .global-header__nav-main .dropdown-menu .dropdown-sub-menu__item__sub-menu .dropdown-sub-menu__sub-item:not(.promo):hover {
	background-color: #3a3a3a;
	transition: background-color 0.2s linear;
}

.global-header__row.__row2 .global-header__nav-main .dropdown-menu .dropdown-sub-menu__item__sub-menu .dropdown-sub-menu__sub-item:not(.promo):hover .link-blurb {
	color: white;
	transition: color 0.2s linear;
}

.global-header__row.__row2 .global-header__nav-main .dropdown-menu .dropdown-sub-menu__item__sub-menu .dropdown-sub-menu__sub-item:not(.promo):hover img {
	opacity: 1;
	transition: opacity 0.2s linear;
}

.global-header__row.__row2 .global-header__nav-main .dropdown-menu .dropdown-sub-menu__item__sub-menu .dropdown-sub-menu__sub-item.promo {
	padding: 6px 30px;
}

.global-header__row.__row2 .global-header__nav-main .dropdown-menu .dropdown-sub-menu__item__sub-menu .dropdown-sub-menu__sub-item.promo a {
	padding: 0;
}

.global-header__row.__row2 .global-header__nav-main .dropdown-menu .dropdown-sub-menu__item__sub-menu .dropdown-sub-menu__sub-item.promo-image {
	text-align: center;
	padding: 10px 0;
}

.global-header__row.__row2 .global-header__nav-main .dropdown-menu .dropdown-sub-menu__item__sub-menu .dropdown-sub-menu__sub-item.promo-image img {
	width: 220px;
	height: auto;
}

.global-header__row.__row2 .global-header__nav-main .dropdown-menu .dropdown-sub-menu__item__sub-menu .dropdown-sub-menu__sub-item.promo-title {
	padding-top: 0;
	font-size: 1.2em;
	font-weight: bold;
}

.global-header__row.__row2 .global-header__nav-main .dropdown-menu .dropdown-sub-menu__item__sub-menu .dropdown-sub-menu__sub-item.promo-title a {
	line-height: 1.0em;
	color: white;
}

.global-header__row.__row2 .global-header__nav-main .dropdown-menu .dropdown-sub-menu__item__sub-menu .dropdown-sub-menu__sub-item.promo-blurb {
	font-size: .90em;
	color: rgba(255, 255, 255, 0.8);
	line-height: .95em;
}

.global-header__row.__row2 .global-header__nav-main .dropdown-menu .dropdown-sub-menu__item__sub-menu .dropdown-sub-menu__sub-item.promo-link a {
	font-size: .95em;
	color: #ffad1a;
}

.global-header__row.__row2 .global-header__nav-main .dropdown-menu .dropdown-sub-menu__item__sub-menu .dropdown-sub-menu__sub-item.promo-cta {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0;
}

.global-header__row.__row2 .global-header__nav-main .dropdown-menu .dropdown-sub-menu__item__sub-menu .dropdown-sub-menu__sub-item.promo-cta a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #ffae1a;
	color: white;
	padding: 10px 30px;
	letter-spacing: 1px;
}

.global-header__row.__row2 .global-header__nav-main .dropdown-menu .dropdown-sub-menu__item__sub-menu .dropdown-sub-menu__sub-item.promo-cta a::after {
	content: "";
	position: absolute;
	top: 0;
	right: 20px;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: url('/themes/hoverboard/images/puppet-dags/bg-dag.png') no-repeat scroll right bottom;
	opacity: 1;
}

.global-header__row.__row2 .global-header__nav-main .dropdown-menu .dropdown-sub-menu__item__sub-menu .dropdown-sub-menu__sub-item.promo-cta a .cta-title {
	font-size: 1.5em;
	font-family: "Calibre Web Semibold";
}

.global-header__row.__row2 .global-header__nav-main .dropdown-menu.left .dropdown-sub-menu__item__sub-menu {
	left: -100%;
}

.global-header__row.__row2 .global-header__nav-main .dropdown-menu .dropdown-sub-menu__item.cta > a {
	border: none;
	background-color: #ffae1a;
	color: white;
	padding: 10px 30px;
	letter-spacing: 1px;
}

.global-header__row.__row2 .global-header__nav-main .dropdown-menu .dropdown-sub-menu__item.cta > a::after {
	content: "";
	position: absolute;
	top: 0;
	right: 20px;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: url('/themes/hoverboard/images/puppet-dags/bg-dag.png') no-repeat scroll right bottom;
	opacity: 1;
}

.global-header__row.__row2 .global-header__nav-main .dropdown-menu .dropdown-sub-menu__item.cta > a .cta-title {
	font-size: 1.5em;
	font-family: "Calibre Web Semibold";
}

.global-header__row.__row2 .global-header__nav-main .dropdown-menu .dropdown-sub-menu__item.cta.bottom {
	position: absolute;
	bottom: 0;
	left: 0;
}

.global-header__row.__row2 .global-header__nav-main .search a img {
	position: relative;
	display: block;
	height: 20px;
	width: auto;
	z-index: 1;
}

.global-header__row.__row2 .global-header__nav-main .search a .search-amber {
	display: none;
}

.global-header__row.__row2 .global-header__nav-main .search a.hover .search-amber,
body.search-open .global-header__row.__row2 .global-header__nav-main .search a .search-amber {
	display: block;
}

.global-header__row.__row2 .global-header__nav-main .search a.hover .search-white,
body.search-open .global-header__row.__row2 .global-header__nav-main .search a .search-white {
	display: none;
}

.global-header__row.__row2 .global-header__nav-main .search .search-slider {
	position: absolute;
	z-index: 0;
	right: -6px;
	width: 0;
	height: 100%;
	display: none;
}

.global-header__row.__row2 .global-header__nav-main .search .search-slider .search-slider-table {
	display: table;
	height: 100%;
	width: 100%;
}

.global-header__row.__row2 .global-header__nav-main .search .search-slider .search-slider-table__cell {
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
}

.global-header__row.__row2 .global-header__nav-main .search .search-slider .search-slider-table__cell input {
	width: 100%;
	padding: 5px 10px;
	color: white;
	border: 1px solid #3a3a3a;
	background-color: #222222;
}

body.global-header-row-2-fixed .global-header__row.__row2 .global-header__nav-main .search .search-slider .search-slider-table__cell {
	vertical-align: bottom;
	padding-bottom: 15px;
}

.global-header__row.__row2 .global-header__nav-main .hamburger a img {
	display: none;
	height: 20px;
	width: auto;
}

.global-header__row.__row2 .global-header__nav-main .hamburger a .menu-amber {
	display: none;
}

.global-header__row.__row2 .global-header__nav-main .hamburger a.hover .menu-amber {
	display: block;
}

.global-header__row.__row2 .global-header__nav-main .hamburger a.hover .menu-white {
	display: none;
}

body.mobile-menu-open .global-header__row.__row2 .global-header__nav-main .hamburger .menu-amber {
	display: block;
}

body.mobile-menu-open .global-header__row.__row2 .global-header__nav-main .hamburger .menu-white {
	display: none;
}

.global-header__mobile-menu {
	height: 100%;
	width: 300px;
	position: fixed;
	top: 0;
	right: -300px;
	z-index: 999;
	overflow: hidden;
	background-color: #222222;
	cursor: default;
}

.global-header__mobile-menu.mobile-menu-open {
	right: 0;
	transition: right 0.2s linear;
}

.global-header__mobile-menu .global-header__nav-main-mobile {
	height: 100%;
	overflow: auto;
}

.global-header__mobile-menu .global-header__nav-main-mobile .global-header__nav-main__item > a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px 20px 10px 20px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.global-header__mobile-menu .global-header__nav-main-mobile .global-header__nav-main__item > a::selection {
	background: #222222 !important;
}

.global-header__mobile-menu .global-header__nav-main-mobile .global-header__nav-main__item > a::-moz-selection {
	background: #222222 !important;
}

.global-header__mobile-menu .global-header__nav-main-mobile .mobile-sub-menu {
	padding: 0 20px;
}

.global-header__mobile-menu .global-header__nav-main-mobile .mobile-sub-menu__item + .mobile-sub-menu__item {
	border-top: 1px solid rgba(219, 218, 218, 0.3);
}

.global-header__mobile-menu .global-header__nav-main-mobile .mobile-sub-menu__item > a {
	display: block;
	width: 100%;
	height: 100%;
	border-left: 3px solid #ffad1a;
	padding: 10px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	transition: color linear 0.2s, border-left linear 0.2s;
}

.global-header__mobile-menu .global-header__nav-main-mobile .mobile-sub-menu__item > a:hover {
	color: #59a1f7;
	border-left: 3px solid #59a1f7;
	transition: color linear 0.2s, border-left linear 0.2s;
}

.global-header__mobile-menu .global-header__nav-main-mobile .mobile-sub-menu__item > a::selection {
	background: #222222 !important;
}

.global-header__mobile-menu .global-header__nav-main-mobile .mobile-sub-menu__item > a::-moz-selection {
	background: #222222 !important;
}

.global-header__mobile-menu .mobile-menu-close-button {
	display: none;
	border: 1px solid rgba(219, 218, 218, 0.3);
	position: absolute;
	right: 0;
	width: 20px;
	color: rgba(219, 218, 218, 0.3);
	text-align: center;
	cursor: pointer;
	z-index: 1000;
	transition: color linear 0.2s, border-left linear 0.2s;
}

.global-header__mobile-menu .mobile-menu-close-button:hover {
	color: #59a1f7;
	border: 1px solid #59a1f7;
	background-color: #222222;
	transition: color linear 0.2s, border-left linear 0.2s;
}

.global-header__mobile-menu .mobile-menu-scrollbar {
	position: absolute;
	right: 0;
	top: 0;
	width: 13px;
	height: 100%;
	padding: 0 2px;
}

.global-header__mobile-menu .mobile-menu-scrollbar:hover {
	background-color: rgba(219, 218, 218, 0.1);
}

.global-header__mobile-menu .mobile-menu-scrollbar .mobile-menu-scrollbar-button {
	position: relative;
	top: 0;
	width: 100%;
	height: 100px;
	border-radius: 5px;
	transition: background-color linear 0.2s;
}

body.mobile-menu-mouse-active .global-header__mobile-menu .mobile-menu-scrollbar .mobile-menu-scrollbar-button {
	background-color: rgba(219, 218, 218, 0.2);
	transition: background-color linear 0.2s;
}

body.mobile-menu-mouse-active .global-header__mobile-menu .mobile-menu-scrollbar .mobile-menu-scrollbar-button:hover,
body.mobile-menu-mouse-active .global-header__mobile-menu .mobile-menu-scrollbar .mobile-menu-scrollbar-button.active {
	background-color: rgba(219, 218, 218, 0.4);
	transition: background-color linear 0.2s;
}

.global-header__mobile-menu .mobile-search {
	position: relative;
	width: 280px;
}

.global-header__mobile-menu .mobile-search .mobile-search__input {
	width: 100%;
	padding: 5px 10px;
	color: white;
	border: 1px solid rgba(219, 218, 218, 0.3);
	border-radius: 0;
	background-color: rgba(34, 34, 34, 0.9);
}

.global-header__mobile-menu .mobile-search img {
	position: absolute;
	right: 26px;
	top: 6px;
	height: 20px;
	cursor: pointer;
}

.global-header__mobile-menu .mobile-search img.search-amber {
	display: none;
}

.global-header__mobile-menu .mobile-search img.search-white {
	display: block;
}

.global-header__mobile-menu .mobile-search.hover .search-amber {
	display: block;
}

.global-header__mobile-menu .mobile-search.hover .search-white {
	display: none;
}

.global-header__mobile-menu-cover {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
	display: none;
	background-color: rgba(34, 34, 34, 0.7);
}

body.mobile-menu-open .global-header__mobile-menu-cover {
	opacity: 1;
	display: block;
}

html.is-touch .global-header__row.__row1 {
	display: none;
}

html.is-touch .global-header__row.__row2 .global-header__row__col.__col1 {
	padding-left: 10px;
}

html.is-touch .global-header__row.__row2 .global-header__row__col.__col1 img {
	height: 41px;
}

html.is-touch .global-header__row.__row2 .global-header__nav-main {
	height: 62px;
	padding-right: 10px;
}

html.is-touch .global-header__row.__row2 .global-header__nav-main__item.dropdown {
	display: none;
}

html.is-touch .global-header__row.__row2 .global-header__nav-main .search {
	display: none;
}

body.mobile-menu-open .global-header__row.__row2 .global-header__nav-main .search {
	display: none;
}

html.is-touch .global-header__row.__row2 .global-header__nav-main .hamburger a img {
	height: 30px;
}

html.is-touch .global-header__row.__row2 .global-header__nav-main .hamburger a {
	padding: 0 !important;
}

html.is-touch .global-header__row.__row2 .global-header__nav-main .hamburger {
	display: table;
}

html.is-touch .global-header__mobile-menu .mobile-menu-close-button {
	display: block;
}

html.is-touch .global-header__mobile-menu .mobile-menu-scrollbar {
	display: none;
}

.layout-footer {
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	padding: 60px 0 0 0;
	background: #222222;
	color: rgba(219, 218, 218, 0.5);
	opacity: 1;
	transition: opacity 1s linear;
}

.layout-footer.active {
	opacity: 1;
	transition: opacity 1s linear;
}

.layout-footer a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	transition: color 0.2s linear;
}

.layout-footer a:hover,
.layout-footer a:active {
	color: white;
	transition: color 0.2s linear;
}

.layout-footer .footer-row-1 {
	margin: 0 auto;
	max-width: 76rem;
	padding: 0 10px;
	min-height: 260px;
}

.layout-footer .footer-row-1:before,
.layout-footer .footer-row-1:after {
	content: "";
	display: table;
}

.layout-footer .footer-row-1:after {
	clear: both;
}

.layout-footer .footer-row-1 > .fg-col {
	font-size: 0.9em;
}

.layout-footer .footer-row-1 > .fg-col:first-child {
	position: relative;
	float: left;
}

.layout-footer .footer-row-1 > .fg-col:first-child {
	box-sizing: border-box;
}

.layout-footer .footer-row-1 > .fg-col:first-child:before,
.layout-footer .footer-row-1 > .fg-col:first-child:after {
	content: " ";
	display: table;
}

.layout-footer .footer-row-1 > .fg-col:first-child:after {
	clear: both;
}

html.csscalc .layout-footer .footer-row-1 > .fg-col:first-child {
	margin-left: 20px;
}

html:not(.csscalc) .layout-footer .footer-row-1 > .fg-col:first-child {
	margin-left: 1.6%;
}

html.csscalc .layout-footer .footer-row-1 > .fg-col:first-child:first-child,
html:not(.csscalc) .layout-footer .footer-row-1 > .fg-col:first-child:first-child {
	margin-left: 0;
}

html.csscalc .layout-footer .footer-row-1 > .fg-col:first-child {
	width: -webkit-calc(66.6666% - (20px / 2));
	width: calc(66.6666% - (20px / 2));
}

html:not(.csscalc) .layout-footer .footer-row-1 > .fg-col:first-child {
	width: 65.8666%;
}

.layout-footer .footer-row-1 > .fg-col:last-child {
	position: relative;
	float: left;
}

.layout-footer .footer-row-1 > .fg-col:last-child {
	box-sizing: border-box;
}

.layout-footer .footer-row-1 > .fg-col:last-child:before,
.layout-footer .footer-row-1 > .fg-col:last-child:after {
	content: " ";
	display: table;
}

.layout-footer .footer-row-1 > .fg-col:last-child:after {
	clear: both;
}

html.csscalc .layout-footer .footer-row-1 > .fg-col:last-child {
	margin-left: 20px;
}

html:not(.csscalc) .layout-footer .footer-row-1 > .fg-col:last-child {
	margin-left: 1.6%;
}

html.csscalc .layout-footer .footer-row-1 > .fg-col:last-child:first-child,
html:not(.csscalc) .layout-footer .footer-row-1 > .fg-col:last-child:first-child {
	margin-left: 0;
}

html.csscalc .layout-footer .footer-row-1 > .fg-col:last-child {
	width: -webkit-calc(33.3333% - (20px / 2));
	width: calc(33.3333% - (20px / 2));
}

html:not(.csscalc) .layout-footer .footer-row-1 > .fg-col:last-child {
	width: 32.5333%;
}

.layout-footer .footer-row-1 > .fg-col h3 {
	margin: 18px 0 20px 0;
	color: rgba(219, 218, 218, 0.5);
	letter-spacing: 2px;
}

.layout-footer .footer-row-1 > .fg-col ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.layout-footer .footer-row-1 > .fg-col ul li + li {
	margin-top: 10px;
}

.layout-footer .footer-row-1 > .fg-col p {
	margin: 0 0 20px 0;
}

.layout-footer .footer-row-1 > .fg-col p input {
	width: 100%;
	background: #222222;
	border: 1px solid rgba(219, 218, 218, 0.1);
	padding: 10px;
}

.layout-footer .footer-row-1 .puppet-logo {
	width: 100%;
	max-width: 100px;
	height: auto;
}

.layout-footer .footer-row-1 .social-icon {
	float: left;
}

.layout-footer .footer-row-1 .social-icon + .social-icon {
	margin-left: 10px;
}

.layout-footer .footer-row-1 .social-icon img {
	width: 20px;
	height: auto;
}

.layout-footer .footer-row-2 {
	margin-top: 20px;
	border-top: 1px solid rgba(219, 218, 218, 0.1);
	overflow: auto;
	font-size: .8em;
}

.layout-footer .footer-row-2 .footer-row-2-wrapper {
	overflow: auto;
	padding: 10px;
	margin: 0 auto;
	max-width: 960px;
}

.layout-footer .footer-row-2 .footer-row-2-wrapper a {
	float: left;
	color: rgba(219, 218, 218, 0.5);
}

.layout-footer .footer-row-2 .footer-row-2-wrapper a + a {
	margin-left: 20px;
}

.layout-footer .footer-row-2 .footer-row-2-wrapper .footer-row-2-col-1 {
	float: left;
}

.layout-footer .footer-row-2 .footer-row-2-wrapper .footer-row-2-col-2 {
	float: right;
}

/* PEN STYLES */
section {
  height: 550px;
  background: rgba(255,255,255,.85);
}

.layout-footer .fg-col {
  display: block;
  float: left;
  width: 25%;
}

.global-header__nav-satellite__item  .spacer {
   margin: 0 12px;
}

.social-icon img {
  opacity: 0.7;
  transition: all 1s linear;
}
.social-icon img:hover {
  opacity: 1;
  transition: all 1s linear;
}

/* ----- General HTML Styles----- */
/* line 11, ../themes/hoverboard/general-styles/_base.scss */
html {
  box-sizing: border-box;
  font-size: 16px;
}

/* line 16, ../themes/hoverboard/general-styles/_base.scss */
*, *:before, *:after {
  box-sizing: border-box;
}

/* line 20, ../themes/hoverboard/general-styles/_base.scss */
html, body {
  padding: 0;
  margin: 0;
}

/* line 25, ../themes/hoverboard/general-styles/_base.scss */
body {
  font-family: 'Calibre Web Light', Helvetica, Tahoma, Arial, sans-serif;
  font-size: 100%/1.5;
  color: #555555;
  overflow-x: hidden;
  background-color: #222222;
}

/* line 39, ../themes/hoverboard/general-styles/_base.scss */
body a, body a:link {
  color: #555555;
  text-decoration: underline;
  transition: color 0.2s linear;
}
/* line 45, ../themes/hoverboard/general-styles/_base.scss */
body a:hover {
  outline: none;
  color: #222222;
  text-decoration: underline;
  transition: color 0.2s linear;
}
/* line 52, ../themes/hoverboard/general-styles/_base.scss */
body a:focus,
body a:visited {
  color: #555555;
  transition: color 0.2s linear;
}
/* line 62, ../themes/hoverboard/general-styles/_base.scss */
body p a, body p a:link,
body li a,
body li a:link {
  color: #ffad1a;
}
/* line 66, ../themes/hoverboard/general-styles/_base.scss */
body p a:hover,
body li a:hover {
  color: #222222;
}
/* line 70, ../themes/hoverboard/general-styles/_base.scss */
body p a:focus,
body p a:visited,
body li a:focus,
body li a:visited {
  color: #555555;
}

/* line 144, ../themes/hoverboard/general-styles/_base.scss */
pre {
  font-family: 'Inconsolata', 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace;
}

/* line 148, ../themes/hoverboard/general-styles/_base.scss */
code {
  font-family: 'Inconsolata', 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace;
}

/* line 177, ../themes/hoverboard/general-styles/_base.scss */
strong,
b {
  font-family: 'Calibre Web Medium', Helvetica, Tahoma, Arial, sans-serif;
}

/* line 182, ../themes/hoverboard/general-styles/_base.scss */
em,
i {
  font-family: 'Calibre Web Light Italic', Helvetica, Tahoma, Arial, sans-serif;
}

/* line 187, ../themes/hoverboard/general-styles/_base.scss */
em strong,
strong em,
i b,
b i {
  font-family: 'Calibre Web Medium Italic', Helvetica, Tahoma, Arial, sans-serif;
}

/* line 259, ../themes/hoverboard/general-styles/_base.scss */
form,
.drupal-form {
  position: relative;
}

/* line 264, ../themes/hoverboard/general-styles/_base.scss */
.form-item {
  display: block;
  position: relative;
  margin: 10px 0;
  padding: 0 20px 0 0;
}

/* line 271, ../themes/hoverboard/general-styles/_base.scss */
label {
  display: inline-block;
  height: 25px;
  width: 200px;
  font-family: 'Calibre Web Semibold', Helvetica, Tahoma, Arial, sans-serif;
  color: #222;
}

/* line 283, ../themes/hoverboard/general-styles/_base.scss */
input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="number"],
select[multiple],
textarea {
  margin: 0;
  padding: 6px 8px;
  width: 100%;
  border: 2px solid #ccc;
}

/* line 312, ../themes/hoverboard/general-styles/_base.scss */
input[type=submit],
button[type=submit] {
  display: inline-block;
  font-family: "Calibre Web Medium", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 1.1em;
  text-decoration: none;
  transition: background 0.2s linear, border 0.2s linear;
  padding: 8px 16px;
  color: white;
  border: 2px solid #ffad1a;
  background-color: #ffad1a;
}
/* line 327, ../themes/hoverboard/general-styles/_base.scss */
input[type=submit]:hover,
button[type=submit]:hover {
  border: 2px solid #fec847;
  background-color: #fec847;
}
/* line 332, ../themes/hoverboard/general-styles/_base.scss */
input[type=submit]:active,
button[type=submit]:active {
  border: 2px solid #fed776;
  background-color: #fed776;
}

/* line 5, ../themes/hoverboard/general-styles/_buttons.scss */
.btn {
  display: inline-block;
  font-family: "Calibre Web Medium";
  font-size: 1.1em;
  text-decoration: none !important;
  transition: color 0.2s linear, background 0.2s linear, border 0.2s linear;
}
/* line 16, ../themes/hoverboard/general-styles/_buttons.scss */
.btn:not(.arrow) {
  padding: 2px 8px;
}
/* line 21, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.arrow {
  font-family: "Calibre Web Semibold";
  position: relative;
}
/* line 24, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.arrow .text:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 6px;
  right: -20px;
}
/* line 36, ../themes/hoverboard/general-styles/_buttons.scss */
.btn:hover {
  transition: color 0.2s linear, background 0.2s linear, border 0.2s linear;
}
/* line 42, ../themes/hoverboard/general-styles/_buttons.scss */
.btn:active {
  transition: color 0.2s linear, background 0.2s linear, border 0.2s linear;
}
/* line 50, ../themes/hoverboard/general-styles/_buttons.scss */
.btn + .btn {
  margin-left: 4px;
}
/* line 54, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.arrow-white {
  color: white;
}
/* line 56, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.arrow-white .text:after {
  background-image: url('/themes/hoverboard/images/puppet-icons/small-arrow-white.svg');
}
/* line 59, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.arrow-white:hover {
  color: #fff2d5;
}
/* line 61, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.arrow-white:hover .text:after {
  background-image: url('/themes/hoverboard/images/puppet-icons/small-arrow-white-hover.svg');
}
/* line 65, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.arrow-white:active {
  color: #fee6a9;
}
/* line 67, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.arrow-white:active .text:after {
  background-image: url('/themes/hoverboard/images/puppet-icons/small-arrow-white-active.svg');
}
/* line 73, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.arrow-black {
  color: #222222;
}
/* line 75, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.arrow-black .text:after {
  background-image: url('/themes/hoverboard/images/puppet-icons/small-arrow-black.svg');
}
/* line 78, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.arrow-black:hover {
  color: #404040;
}
/* line 80, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.arrow-black:hover .text:after {
  background-image: url('/themes/hoverboard/images/puppet-icons/small-arrow-black-hover.svg');
}
/* line 84, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.arrow-black:active {
  color: #666666;
}
/* line 86, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.arrow-black:active .text:after {
  background-image: url('/themes/hoverboard/images/puppet-icons/small-arrow-black-active.svg');
}
/* line 92, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.arrow-orange {
  color: #ffad1a;
}
/* line 94, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.arrow-orange .text:after {
  background-image: url('/themes/hoverboard/images/puppet-icons/small-arrow-yellow.svg');
}
/* line 97, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.arrow-orange:hover {
  color: #fec847;
}
/* line 99, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.arrow-orange:hover .text:after {
  background-image: url('/themes/hoverboard/images/puppet-icons/small-arrow-yellow-hover.svg');
}
/* line 103, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.arrow-orange:active {
  color: #fed776;
}
/* line 105, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.arrow-orange:active .text:after {
  background-image: url('/themes/hoverboard/images/puppet-icons/small-arrow-yellow-active.svg');
}
/* line 111, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.arrow-gray {
  color: #dedede;
}
/* line 113, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.arrow-gray .text:after {
  background-image: url('/themes/hoverboard/images/puppet-icons/small-arrow-gray.svg');
}
/* line 116, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.arrow-gray:hover {
  color: #404040;
}
/* line 118, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.arrow-gray:hover .text:after {
  background-image: url('/themes/hoverboard/images/puppet-icons/small-arrow-gray-hover.svg');
}
/* line 122, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.arrow-gray:active {
  color: #666666;
}
/* line 124, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.arrow-gray:active .text:after {
  background-image: url('/themes/hoverboard/images/puppet-icons/small-arrow-gray-active.svg');
}
/* line 130, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.solid-orange-on-black {
  color: white;
  border: 2px solid #ffad1a;
  background-color: #ffad1a;
}
/* line 134, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.solid-orange-on-black:hover {
  border: 2px solid #fec847;
  background-color: #fec847;
}
/* line 138, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.solid-orange-on-black:active {
  border: 2px solid #fed776;
  background-color: #fed776;
}
/* line 144, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.outline-white-on-black {
  color: white;
  border: 2px solid white;
  background-color: #222222;
}
/* line 148, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.outline-white-on-black:hover {
  background-color: #404040;
}
/* line 151, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.outline-white-on-black:active {
  background-color: #666666;
}
/* line 156, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.solid-white-on-orange {
  color: #ffad1a;
  border: 2px solid white;
  background-color: white;
}
/* line 160, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.solid-white-on-orange:hover {
  border: 2px solid #fff2d5;
  background-color: #fff2d5;
}
/* line 164, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.solid-white-on-orange:active {
  border: 2px solid #fee6a9;
  background-color: #fee6a9;
}
/* line 170, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.outline-white-on-orange {
  color: white;
  border: 2px solid white;
  background-color: #ffad1a;
}
/* line 174, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.outline-white-on-orange:hover {
  background-color: #fdbb4e;
}
/* line 177, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.outline-white-on-orange:active {
  background-color: #fece7e;
}
/* line 182, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.solid-orange-on-white {
  color: white;
  border: 2px solid #ffad1a;
  background-color: #ffad1a;
}
/* line 186, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.solid-orange-on-white:hover {
  border: 2px solid #fec847;
  background-color: #fec847;
}
/* line 190, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.solid-orange-on-white:active {
  border: 2px solid #fed776;
  background-color: #fed776;
}
/* line 196, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.outline-black-on-white {
  color: #222222;
  border: 2px solid #222222;
  background-color: white;
}
/* line 200, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.outline-black-on-white:hover {
  background-color: #f2f2f2;
}
/* line 203, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.outline-black-on-white:active {
  background-color: #d8d8d8;
}
/* line 208, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.outline-orange-on-white {
  color: #ffad1a;
  border: 2px solid #ffad1a;
  background-color: white;
}
/* line 212, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.outline-orange-on-white:hover {
  background-color: #fff2d2;
}
/* line 215, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.outline-orange-on-white:active {
  background-color: #fee4a2;
}
/* line 220, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.outline-white-transparent {
  color: white;
  border: 2px solid white;
  background-color: transparent;
}
/* line 224, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.outline-white-transparent:hover {
  background-color: rgba(64, 64, 64, 0.5);
}
/* line 227, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.outline-white-transparent:active {
  background-color: rgba(102, 102, 102, 0.5);
}
/* line 232, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.outline-black-transparent {
  color: #222222;
  border: 2px solid #222222;
  background-color: transparent;
}
/* line 236, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.outline-black-transparent:hover {
  background-color: rgba(242, 242, 242, 0.5);
}
/* line 239, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.outline-black-transparent:active {
  background-color: rgba(216, 216, 216, 0.5);
}
/* line 244, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.outline-orange-transparent {
  color: #ffad1a;
  border: 2px solid #ffad1a;
  background-color: transparent;
}
/* line 248, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.outline-orange-transparent:hover {
  background-color: rgba(253, 187, 78, 0.5);
}
/* line 251, ../themes/hoverboard/general-styles/_buttons.scss */
.btn.outline-orange-transparent:active {
  background-color: rgba(254, 206, 126, 0.5);
}

/* line 87, ../../sass/custom_style.scss */
body {
  background-color: white;
  font-family: "Calibre Web Regular", Helvetica, Tahoma, Arial, sans-serif;
}
/* line 90, ../../sass/custom_style.scss */
body.user-messages {
  margin-top: 38;
}

/* line 96, ../../sass/custom_style.scss */
body.settings .settings-nav a:visited {
  color: #ffad1a;
}

/* line 101, ../../sass/custom_style.scss */
p,
.openid-signin p,
.meta p,
.user-profile-edit-page p {
  font-family: "Calibre Web Regular", Helvetica, Tahoma, Arial, sans-serif;
}

/* line 108, ../../sass/custom_style.scss */
label {
  width: auto;
  line-height: 25px;
  color: #666;
}

/* line 114, ../../sass/custom_style.scss */
h3 {
  font-family: "Calibre Web Semibold", Helvetica, Tahoma, Arial, sans-serif;
}

/* line 118, ../../sass/custom_style.scss */
.content-wrapper,
.footer-row-1,
.footer-row-2 {
  width: 960px !important;
  position: relative !important;
  margin: auto auto auto 37px !important;
}

/* line 126, ../../sass/custom_style.scss */
.nav-hamburger {
  display: none;
  float: right;
}
/* line 129, ../../sass/custom_style.scss */
.nav-hamburger .nav-hamburger-items {
  display: none;
}

/* line 135, ../../sass/custom_style.scss */
.global-header__row.__row1 {
  background: #222222;
  border-bottom: 1px solid #333;
  display: block;
  height: 46px;
  line-height: 30px;
  padding: 8px 0;
}
/* line 143, ../../sass/custom_style.scss */
.global-header__row.__row1 .global-header__nav-satellite {
  border-bottom: none;
  display: block;
  padding-left: 183px;
  width: auto !important;
}
/* line 150, ../../sass/custom_style.scss */
.global-header__row.__row1 .global-header__nav-satellite__item {
  display: inline-block;
  padding: 0 10px;
  margin-left: 10px;
  float: left;
}
/* line 155, ../../sass/custom_style.scss */
.global-header__row.__row1 .global-header__nav-satellite__item.pipelines {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #2e2e2e;
}
/* line 159, ../../sass/custom_style.scss */
.global-header__row.__row1 .global-header__nav-satellite__item a {
  color: white;
  font-size: 14.72px;
}
/* line 162, ../../sass/custom_style.scss */
.global-header__row.__row1 .global-header__nav-satellite__item a.home {
  color: #ffad1a;
}
/* line 165, ../../sass/custom_style.scss */
.global-header__row.__row1 .global-header__nav-satellite__item a.navlink {
  color: rgba(219, 218, 218, 0.5);
}
/* line 169, ../../sass/custom_style.scss */
.global-header__row.__row1 .global-header__nav-satellite__item.pseudo-btn {
  background-color: #323232;
}
/* line 172, ../../sass/custom_style.scss */
.global-header__row.__row1 .global-header__nav-satellite__item:first-child {
  margin-left: 14px;
}
/* line 178, ../../sass/custom_style.scss */
.global-header__row.__row2 {
  font-size: 16px;
  height: 88px;
}
/* line 182, ../../sass/custom_style.scss */
.global-header__row.__row2 .global-header__row__col.__col1 {
  padding-left: 0;
}
/* line 184, ../../sass/custom_style.scss */
.global-header__row.__row2 .global-header__row__col.__col1 img {
  height: 46px;
  width: auto;
}
/* line 189, ../../sass/custom_style.scss */
.global-header__row.__row2 .global-header__nav-main {
  height: 68px;
  padding-bottom: 31px;
}
/* line 193, ../../sass/custom_style.scss */
.global-header__row.__row2 .global-header__nav-main__item {
  margin: 12px 21px 0 0;
}
/* line 195, ../../sass/custom_style.scss */
.global-header__row.__row2 .global-header__nav-main__item:hover .dropdown-menu {
  display: block;
  opacity: 1;
}
/* line 200, ../../sass/custom_style.scss */
.global-header__row.__row2 .global-header__nav-main__item a.dropdown__tab .dropdown__tab__title {
  padding: 7px 0;
  letter-spacing: 0.4px;
}

/* line 217, ../../sass/custom_style.scss */
abbr[title] {
  border: none;
}

/* line 221, ../../sass/custom_style.scss */
input, select, textarea {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  font-family: "Calibre Web Regular", Helvetica, Tahoma, Arial, sans-serif;
  border: 2px solid #dedede;
  padding: 8px 12px;
}

/* line 229, ../../sass/custom_style.scss */
textarea {
  height: auto;
}

/* line 233, ../../sass/custom_style.scss */
abbr {
  border: none;
}

/* line 237, ../../sass/custom_style.scss */
h2 {
  font-size: 15px;
}

/* line 241, ../../sass/custom_style.scss */
.openid-signin h2,
.meta h2,
.user-profile-edit-page h2 {
  font-family: "Calibre Web Medium", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 19px;
  font-weight: normal;
}

/* line 249, ../../sass/custom_style.scss */
.notify {
  font-family: "Calibre Web Semibold", Helvetica, Tahoma, Arial, sans-serif;
  font-weight: bold;
  background-color: #222222;
}
/* line 253, ../../sass/custom_style.scss */
.notify .notification {
  color: white;
  height: auto;
  line-height: 46px;
}

/* line 259, ../../sass/custom_style.scss */
#closeNotify {
  top: 14px;
}

/* line 263, ../../sass/custom_style.scss */
.hovercard p {
  font-size: 16px;
}

/* line 293, ../../sass/custom_style.scss */
#ContentRight {
  width: 196px;
}

/* line 296, ../../sass/custom_style.scss */
#ContentLeft {
  width: 738px;
}

/* line 299, ../../sass/custom_style.scss */
#ContentLeft, #ContentRight, #ContentFull {
  padding-bottom: 0;
  margin-bottom: 5px;
}

/* line 305, ../../sass/custom_style.scss */
#custom-header {
  background-color: #222222;
}

/* line 309, ../../sass/custom_style.scss */
#topBar {
  height: 36px;
  position: relative;
}

/* line 314, ../../sass/custom_style.scss */
#topLink {
  background-image: url('/m/themes/media/images/Puppet-Logo-Amber-White-sm.png?0f7b4df68936');
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 70px;
  display: inline-block;
  height: 100%;
  margin-left: 3px;
  width: 125px;
}

/* line 326, ../../sass/custom_style.scss */
#header {
  background-color: #333;
  font-family: inherit;
}

/* line 331, ../../sass/custom_style.scss */
#logo img {
  padding: 14px 0;
  height: 56px;
  width: 205px;
}

/* line 337, ../../sass/custom_style.scss */
#metaNav {
  color: white;
  float: none;
  height: 40px;
  position: relative;
  padding-top: 34px;
  text-transform: capitalize;
  font-weight: normal;
  font-family: "Calibre Web Medium", Helvetica, Tahoma, Arial, sans-serif;
}
/* line 346, ../../sass/custom_style.scss */
#metaNav #navQuestions,
#metaNav #navTags,
#metaNav #navUsers,
#metaNav #navBadges {
  color: white;
  background: #222222;
  text-transform: capitalize;
  font-weight: normal;
  font-family: "Calibre Web Medium", Helvetica, Tahoma, Arial, sans-serif;
}
/* line 355, ../../sass/custom_style.scss */
#metaNav #navQuestions.on,
#metaNav #navTags.on,
#metaNav #navUsers.on,
#metaNav #navBadges.on {
  color: white;
  background: #6e6e6e;
  border-bottom: 4px solid #ffad1a;
}
/* line 360, ../../sass/custom_style.scss */
#metaNav #navQuestions:hover,
#metaNav #navTags:hover,
#metaNav #navUsers:hover,
#metaNav #navBadges:hover {
  text-decoration: none;
}
/* line 364, ../../sass/custom_style.scss */
#metaNav a {
  height: 37px;
  padding: 0px 7px;
  font-size: 19.2px;
  line-height: 37px;
  letter-spacing: 0.4px;
  margin: 0 17px 0 0;
}

/* line 374, ../../sass/custom_style.scss */
#header.with-logo #userToolsNav {
  top: 12px;
  z-index: 500;
}

/* line 379, ../../sass/custom_style.scss */
#userToolsNav {
  font-size: 19.2px;
  float: right;
  padding-top: 2px;
}
/* line 383, ../../sass/custom_style.scss */
#userToolsNav a,
#userToolsNav .user-info,
#userToolsNav .user-micro-info {
  font-family: "Calibre Web Medium", Helvetica, Tahoma, Arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
  color: white !important;
}
/* line 390, ../../sass/custom_style.scss */
#userToolsNav a:hover,
#userToolsNav .user-info:hover,
#userToolsNav .user-micro-info:hover {
  color: white;
}
/* line 394, ../../sass/custom_style.scss */
#userToolsNav a {
  margin-left: 9px;
}

/* line 399, ../../sass/custom_style.scss */
.user-info {
  line-height: 14px;
}
/* line 401, ../../sass/custom_style.scss */
.user-info a {
  color: #444 !important;
  text-decoration: none !important;
}

/* line 407, ../../sass/custom_style.scss */
#secondaryHeader {
  background: #ffad1a;
  border: none;
  font-family: "Calibre Web Regular", Helvetica, Tahoma, Arial, sans-serif;
  height: 66px;
  margin-bottom: 0;
}
/* line 414, ../../sass/custom_style.scss */
#secondaryHeader .content-wrapper,
#secondaryHeader #searchForm {
  height: 100%;
}
/* line 418, ../../sass/custom_style.scss */
#secondaryHeader #homeButton {
  display: none;
}
/* line 421, ../../sass/custom_style.scss */
#secondaryHeader #scopeWrapper {
  padding-left: 50px;
}
/* line 423, ../../sass/custom_style.scss */
#secondaryHeader #scopeWrapper .on {
  background: #fff;
  border: 2px solid #b3b3b3;
  border-bottom: none;
  padding-top: 1px;
}
/* line 430, ../../sass/custom_style.scss */
#secondaryHeader td.search-bar {
  padding-right: 26px;
}

/* line 435, ../../sass/custom_style.scss */
.scope-selector {
  font-family: "Calibre Web Medium", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 18px;
  color: white !important;
  height: 38px;
  line-height: 38px;
  text-transform: lowercase;
  text-decoration: none !important;
  margin: 0;
  padding: 0 14px;
  position: relative;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
}
/* line 448, ../../sass/custom_style.scss */
.scope-selector.on, .scope-selector:hover {
  color: #ffad1a !important;
  background: white;
  text-decoration: none;
  transition: color 0.2s linear, background 0.2s linear;
}

/* line 457, ../../sass/custom_style.scss */
#searchBar {
  height: 38px;
  margin: 0 228px 0 0;
  z-index: 500;
  -moz-box-shadow: inset #eee 1px 1px 2px 1px;
  -webkit-box-shadow: inset #eee 1px 1px 2px 1px;
  box-shadow: inset #eee 1px 1px 2px 1px;
}
/* line 463, ../../sass/custom_style.scss */
#searchBar div.input-tool-tip {
  height: 38px;
  line-height: 38px;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
/* line 469, ../../sass/custom_style.scss */
#searchBar input.searchInput,
#searchBar .searchInputCancelable,
#searchBar input.searchInput:focus,
#searchBar .searchInputCancelable:focus {
  font-family: "Calibre Web Regular", Helvetica, Tahoma, Arial, sans-serif;
  width: 310px;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  padding: 0 12px;
  margin: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
/* line 485, ../../sass/custom_style.scss */
#searchBar input[type="button"].cancelSearchBtn {
  background: transparent !important;
  border: none;
  font-size: 16px !important;
  width: 38px !important;
  height: 38px !important;
  line-height: 38px;
  margin: 0px;
  padding: 0px;
  right: 0;
}

/* line 498, ../../sass/custom_style.scss */
input[type="submit"].searchBtn,
input[type="submit"].searchBtn:hover {
  display: none;
}

/* line 503, ../../sass/custom_style.scss */
#searchForm {
  margin: 0;
}

/* line 507, ../../sass/custom_style.scss */
#askButton {
  font-family: "Calibre Web Medium", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 38px !important;
  margin: 0;
  height: 38px;
  color: #ffad1a;
  background: white;
  text-decoration: none;
  width: 196px;
}

/* line 520, ../../sass/custom_style.scss */
.main-page .tabsA .label {
  font-family: "Calibre Web Semibold", Helvetica, Tahoma, Arial, sans-serif;
  font-weight: bold;
}

/* line 525, ../../sass/custom_style.scss */
.timeago {
  font-weight: normal;
}

/* line 530, ../../sass/custom_style.scss */
.tabsA .label, .tabsC .label {
  color: #555555;
}

/* line 538, ../../sass/custom_style.scss */
.tabsA a.on, .tabsA a:hover,
.tabsC a.on,
.tabsC a:hover {
  color: #222222;
}
/* line 543, ../../sass/custom_style.scss */
.tabsA label,
.tabsC label {
  margin-top: 3px;
}

/* line 548, ../../sass/custom_style.scss */
.user-profile-page .tabsC a:first-child {
  padding-left: 2px;
}

/* line 552, ../../sass/custom_style.scss */
.section-title {
  font-family: "Calibre Web Semibold", Helvetica, Tahoma, Arial, sans-serif;
}

/* line 556, ../../sass/custom_style.scss */
#questionCount {
  color: #555555;
  font-family: "Calibre Web Medium", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 19px;
  font-weight: normal;
  padding: 11px 0 0 8px;
}

/* line 564, ../../sass/custom_style.scss */
h1.section-title,
.section-title {
  color: #555555;
  font-family: "Calibre Web Semibold", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 24px;
  font-weight: normal;
  padding: 18px 0 0;
}

/* line 573, ../../sass/custom_style.scss */
#contrib-users {
  margin-bottom: 11px;
}

/* line 576, ../../sass/custom_style.scss */
#tagSelector {
  margin: -9px 0 0 0;
}
/* line 578, ../../sass/custom_style.scss */
#tagSelector h2, #tagSelector h3 {
  margin-top: 18px;
}
/* line 581, ../../sass/custom_style.scss */
#tagSelector div.inputs {
  margin: 0;
}

/* line 586, ../../sass/custom_style.scss */
.box {
  background: transparent;
  margin-top: 9px;
  padding: 0;
}
/* line 593, ../../sass/custom_style.scss */
.box h2, .box h3 {
  background: none;
  height: 27px;
  font-size: 14px !important;
  line-height: 27px;
  margin: 0 0 9px 0;
  padding: 0;
  width: 100%;
  text-transform: uppercase;
}
/* line 603, ../../sass/custom_style.scss */
.box h2,
.box h3,
.box label {
  font-family: "Calibre Web Regular", Helvetica, Tahoma, Arial, sans-serif;
  color: #666;
}
/* line 609, ../../sass/custom_style.scss */
.box a.followed, .box a.follow {
  height: 35px !important;
  line-height: 35px !important;
  width: 94px;
}
/* line 614, ../../sass/custom_style.scss */
.box a.followed:hover div.unfollow {
  display: inline;
  color: inherit;
}
/* line 618, ../../sass/custom_style.scss */
.box .contributorback {
  background: none;
}
/* line 622, ../../sass/custom_style.scss */
.box .inputs #interestingTagInput,
.box .inputs #ignoredTagInput,
.box .inputs #subscribedTagInput,
.box .inputs #ab-tag-search {
  border: 2px solid #dedede;
  height: 38px;
  line-height: 38px;
  padding: 8px 12px;
  width: 135px;
}
/* line 633, ../../sass/custom_style.scss */
.box .inputs #interestingTagAdd,
.box .inputs #ignoredTagAdd,
.box .inputs #subscribedTagAdd,
.box .inputs #ab-tag-search-add {
  font-family: "Calibre Web Semibold", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 14px;
  color: #2C307A;
  margin: 0;
  text-transform: uppercase;
  width: auto !important;
}
/* line 645, ../../sass/custom_style.scss */
.box p {
  margin-bottom: 9px;
}
/* line 648, ../../sass/custom_style.scss */
.box li {
  font-size: 14px;
  line-height: 18px;
}
/* line 652, ../../sass/custom_style.scss */
.box #displayTagFilterControl {
  margin-top: -2px;
}
/* line 654, ../../sass/custom_style.scss */
.box #displayTagFilterControl p.choice {
  margin: 0;
}
/* line 657, ../../sass/custom_style.scss */
.box #displayTagFilterControl p label {
  color: #666;
  font-size: 14px;
}

/* line 664, ../../sass/custom_style.scss */
.acResults {
  border-top: none;
  border-color: #dedede;
}
/* line 667, ../../sass/custom_style.scss */
.acResults li {
  padding: 6px 14px;
}

/* line 672, ../../sass/custom_style.scss */
.tabBar {
  background-color: transparent;
  font-family: "Calibre Web Semibold", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 14px;
  margin-top: 9px;
}
/* line 677, ../../sass/custom_style.scss */
.tabBar a:first-of-type {
  border-left: none;
  -moz-border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 0px 0px 5px;
}
/* line 681, ../../sass/custom_style.scss */
.tabBar a:last-of-type {
  -moz-border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px 5px 5px 0px;
}

/* line 685, ../../sass/custom_style.scss */
.tabBar-tags,
.users-page .tabBar {
  margin: 25px 0 0 !important;
}

/* line 690, ../../sass/custom_style.scss */
.rss {
  font-family: "Calibre Web Semibold", Helvetica, Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  margin-top: 9px !important;
}

/* line 697, ../../sass/custom_style.scss */
.short-summary a,
.revision h3,
.user-profile-page h2 {
  color: #555555 !important;
  font-family: "Calibre Web Medium", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4;
  text-decoration: none !important;
}
/* line 706, ../../sass/custom_style.scss */
.short-summary a:hover,
.revision h3:hover,
.user-profile-page h2:hover {
  color: #222222 !important;
  text-decoration: none;
}

/* line 712, ../../sass/custom_style.scss */
.user-profile-page h2 .count {
  position: relative;
  top: 3px;
  margin-right: 5px;
}

/* line 718, ../../sass/custom_style.scss */
ul.tags li {
  height: 18px;
  margin: 0 8px 9px 0;
}

/* line 723, ../../sass/custom_style.scss */
ul.tags.marked-tags li,
.wildcard-tags ul.tags li {
  margin-bottom: 9px;
}

/* line 728, ../../sass/custom_style.scss */
.tags a.js-tag-name,
.tags span.js-tag-name {
  color: #666;
  font-size: 14px;
}
/* line 732, ../../sass/custom_style.scss */
.tags a.js-tag-name:hover,
.tags span.js-tag-name:hover {
  color: white !important;
  background: #ffad1a;
}

/* line 738, ../../sass/custom_style.scss */
.js-tag {
  height: 18px;
}

/* line 742, ../../sass/custom_style.scss */
.tag-number {
  line-height: 20px;
}

/* line 746, ../../sass/custom_style.scss */
.js-tag-name {
  background-color: #ffd86e;
  border: 1px solid #ffad1a;
  outline: none !important;
  font-family: "Calibre Web Regular", Helvetica, Tahoma, Arial, sans-serif !important;
  font-weight: normal !important;
  height: 18px;
  line-height: 15px !important;
  padding: 0 4px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 756, ../../sass/custom_style.scss */
.js-tag-name:hover {
  color: white;
  background: #ffad1a;
}

/* line 763, ../../sass/custom_style.scss */
.js-deletable-tag .js-tag-name {
  border-right: none;
}

/* line 768, ../../sass/custom_style.scss */
.js-delete-icon {
  background: #ffad1a;
  height: 18px;
  line-height: 18px;
  vertical-align: middle;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: none;
  transition: color 0.2s linear, background 0.2s linear;
}
/* line 776, ../../sass/custom_style.scss */
.js-delete-icon:hover {
  background: #d63700;
  transition: color 0.2s linear, background 0.2s linear;
}

/* line 782, ../../sass/custom_style.scss */
#question-tags {
  margin-left: -2px !important;
}

/* line 786, ../../sass/custom_style.scss */
.question-page .icon {
  margin-left: -3px;
  opacity: 0.5;
}
/* line 789, ../../sass/custom_style.scss */
.question-page .icon:hover {
  transition: all 0.2s linear;
  opacity: 1;
}
/* line 793, ../../sass/custom_style.scss */
.question-page .icon.twitter-share {
  background: url('/m/themes/media/themes/hoverboard/images/social-icons/twitter-box-black.svg?0f7b4df68936') no-repeat;
}
/* line 796, ../../sass/custom_style.scss */
.question-page .icon.facebook-share {
  background: url('/m/themes/media/themes/hoverboard/images/social-icons/facebook-box-black.svg?0f7b4df68936') no-repeat;
}
/* line 799, ../../sass/custom_style.scss */
.question-page .icon.linkedin-share {
  background: url('/m/themes/media/themes/hoverboard/images/social-icons/linkedin-box-black.svg?0f7b4df68936') no-repeat;
}
/* line 802, ../../sass/custom_style.scss */
.question-page .icon.identica-share {
  display: none;
}

/* line 807, ../../sass/custom_style.scss */
#question-list {
  margin-top: -4px;
}

/* line 835, ../../sass/custom_style.scss */
#local_login_buttons input[type="text"],
#local_login_buttons input[type="email"],
#local_login_buttons input[type="password"],
#local_login_buttons select,
#password-fs input[type="text"],
#password-fs input[type="email"],
#password-fs input[type="password"],
#password-fs select,
#openid-fs input[type="text"],
#openid-fs input[type="email"],
#openid-fs input[type="password"],
#openid-fs select,
#signup-form input[type="text"],
#signup-form input[type="email"],
#signup-form input[type="password"],
#signup-form select,
.meta input[type="text"],
.meta input[type="email"],
.meta input[type="password"],
.meta select,
.users-page input[type="text"],
.users-page input[type="email"],
.users-page input[type="password"],
.users-page select,
.user-profile-edit-page input[type="text"],
.user-profile-edit-page input[type="email"],
.user-profile-edit-page input[type="password"],
.user-profile-edit-page select,
.user-profile-page input[type="text"],
.user-profile-page input[type="email"],
.user-profile-page input[type="password"],
.user-profile-page select,
.openid-signin input[type="text"],
.openid-signin input[type="email"],
.openid-signin input[type="password"],
.openid-signin select {
  height: 38px;
  line-height: 38px;
  font-family: "Calibre Web Regular", Helvetica, Tahoma, Arial, sans-serif;
  border: 2px solid #dedede;
  padding: 8px 12px;
}
/* line 816, ../../sass/custom_style.scss */
#local_login_buttons input[type="text"]:focus,
#local_login_buttons input[type="email"]:focus,
#local_login_buttons input[type="password"]:focus,
#local_login_buttons select:focus,
#password-fs input[type="text"]:focus,
#password-fs input[type="email"]:focus,
#password-fs input[type="password"]:focus,
#password-fs select:focus,
#openid-fs input[type="text"]:focus,
#openid-fs input[type="email"]:focus,
#openid-fs input[type="password"]:focus,
#openid-fs select:focus,
#signup-form input[type="text"]:focus,
#signup-form input[type="email"]:focus,
#signup-form input[type="password"]:focus,
#signup-form select:focus,
.meta input[type="text"]:focus,
.meta input[type="email"]:focus,
.meta input[type="password"]:focus,
.meta select:focus,
.users-page input[type="text"]:focus,
.users-page input[type="email"]:focus,
.users-page input[type="password"]:focus,
.users-page select:focus,
.user-profile-edit-page input[type="text"]:focus,
.user-profile-edit-page input[type="email"]:focus,
.user-profile-edit-page input[type="password"]:focus,
.user-profile-edit-page select:focus,
.user-profile-page input[type="text"]:focus,
.user-profile-page input[type="email"]:focus,
.user-profile-page input[type="password"]:focus,
.user-profile-page select:focus,
.openid-signin input[type="text"]:focus,
.openid-signin input[type="email"]:focus,
.openid-signin input[type="password"]:focus,
.openid-signin select:focus {
  border-color: #ffad1a;
}

/* line 843, ../../sass/custom_style.scss */
.user-details td {
  vertical-align: 0;
}

/* line 848, ../../sass/custom_style.scss */
.user-profile-edit-page .user-details td {
  font-family: "Calibre Web Semibold", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 14px;
}
/* line 851, ../../sass/custom_style.scss */
.user-profile-edit-page .user-details td.about-label {
  vertical-align: top;
  padding-top: 20px;
}
/* line 856, ../../sass/custom_style.scss */
.user-profile-edit-page input[type="text"],
.user-profile-edit-page input[type="email"],
.user-profile-edit-page input[type="password"],
.user-profile-edit-page textarea,
.user-profile-edit-page select {
  margin: 9px 0;
  width: 405px;
}
/* line 864, ../../sass/custom_style.scss */
.user-profile-edit-page input[type="checkbox"] {
  margin: 19px 0 19px 2px;
}
/* line 867, ../../sass/custom_style.scss */
.user-profile-edit-page textarea {
  line-height: 38px;
  font-family: "Calibre Web Regular", Helvetica, Tahoma, Arial, sans-serif;
  border: 2px solid #dedede;
  padding: 8px 12px;
  height: 135px;
  padding: 2px 12px;
}
/* line 816, ../../sass/custom_style.scss */
.user-profile-edit-page textarea:focus {
  border-color: #ffad1a;
}

/* line 874, ../../sass/custom_style.scss */
input[type="text"],
input[type="email"],
input[type="password"],
select,
td.setting-input input[type="text"],
td.setting-input input[type="number"],
input[type="email"],
#askFormBar .questionTitleInput,
.js-simple-editor,
.ask-page #id_tags,
.edit-question-page #id_tags,
.ask-page #id_post_author_username,
.question-page #id_post_author_username,
.edit-question-page #id_post_author_username,
.edit-answer-page #id_post_author_username,
.ask-page #id_post_author_email,
.question-page #id_post_author_email,
.edit-question-page #id_post_author_email,
.edit-answer-page #id_post_author_email,
.edit-question-page #id_revision,
#fmedit #id_revision,
.wmd-preview #id_revision {
  height: 38px;
  line-height: 38px;
  font-family: "Calibre Web Regular", Helvetica, Tahoma, Arial, sans-serif;
  border: 2px solid #dedede;
  padding: 8px 12px;
  font-size: 14px;
}
/* line 816, ../../sass/custom_style.scss */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
select:focus,
td.setting-input input[type="text"]:focus,
td.setting-input input[type="number"]:focus,
input[type="email"]:focus,
#askFormBar .questionTitleInput:focus,
.js-simple-editor:focus,
.ask-page #id_tags:focus,
.edit-question-page #id_tags:focus,
.ask-page #id_post_author_username:focus,
.question-page #id_post_author_username:focus,
.edit-question-page #id_post_author_username:focus,
.edit-answer-page #id_post_author_username:focus,
.ask-page #id_post_author_email:focus,
.question-page #id_post_author_email:focus,
.edit-question-page #id_post_author_email:focus,
.edit-answer-page #id_post_author_email:focus,
.edit-question-page #id_revision:focus,
#fmedit #id_revision:focus,
.wmd-preview #id_revision:focus {
  border-color: #ffad1a;
}

/* line 900, ../../sass/custom_style.scss */
.wmd-container textarea,
.user-about p {
  font-size: 18px;
  line-height: 25px;
}

/* line 906, ../../sass/custom_style.scss */
.wmd-previewer-toggle {
  line-height: 19px;
  height: 24px;
}

/* line 911, ../../sass/custom_style.scss */
.question-page .post-body {
  margin: 0;
}

/* line 915, ../../sass/custom_style.scss */
ul.post-retag input {
  height: 38px;
  line-height: 38px;
}

/* line 921, ../../sass/custom_style.scss */
.question-page h1 .js-editable-content,
.question-page h1 .js-simple-editor textarea {
  font-family: "Calibre Web Semibold", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 30px;
  line-height: 30px;
}
/* line 927, ../../sass/custom_style.scss */
.question-page h1 .js-editable-controls {
  margin-left: 0 !important;
}

/* line 932, ../../sass/custom_style.scss */
td.setting-input input[type="checkbox"] {
  margin-top: 13px;
}

/* line 938, ../../sass/custom_style.scss */
input.tipped-input,
textarea.tipped-input {
  padding-left: 12px;
}

/* line 943, ../../sass/custom_style.scss */
.wmd-container,
.folded-editor,
.mock-editor {
  line-height: 38px;
  font-family: "Calibre Web Regular", Helvetica, Tahoma, Arial, sans-serif;
  border: 2px solid #dedede;
  padding: 8px 12px;
}
/* line 816, ../../sass/custom_style.scss */
.wmd-container:focus,
.folded-editor:focus,
.mock-editor:focus {
  border-color: #ffad1a;
}

/* line 950, ../../sass/custom_style.scss */
.proxy-user-info .form-item {
  margin: 0;
}

/* line 958, ../../sass/custom_style.scss */
.ask-page .form-item,
.edit-question-page .form-item,
.question-page .form-item {
  padding: 0;
}
/* line 961, ../../sass/custom_style.scss */
.ask-page label,
.edit-question-page label,
.question-page label {
  font-family: "Calibre Web Semibold", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 14px;
}
/* line 965, ../../sass/custom_style.scss */
.ask-page #ContentLeft,
.ask-page #ContentRight,
.edit-question-page #ContentLeft,
.edit-question-page #ContentRight,
.question-page #ContentLeft,
.question-page #ContentRight {
  margin-bottom: 18px;
}

/* line 972, ../../sass/custom_style.scss */
.edit-answer-page label[for="editor"] {
  display: none;
}

/* line 979, ../../sass/custom_style.scss */
.openid-signin ul.large input {
  border: 2px solid #dedede;
}
/* line 982, ../../sass/custom_style.scss */
.openid-signin h1 {
  padding-left: 0;
}

/* line 987, ../../sass/custom_style.scss */
.short-summary {
  background: transparent;
  border-bottom: 2px dashed #b3b3b3;
  width: 100%;
  padding: 9px 0 7px;
}
/* line 992, ../../sass/custom_style.scss */
.short-summary:last-child {
  border-bottom: none;
}
/* line 995, ../../sass/custom_style.scss */
.short-summary a.js-tag-name {
  font-weight: normal;
  line-height: 18px;
}
/* line 999, ../../sass/custom_style.scss */
.short-summary h2 {
  font-size: 18px;
  line-height: 1.4;
  margin: 3px 0 0 0;
  padding: 0;
}
/* line 1005, ../../sass/custom_style.scss */
.short-summary h2,
.short-summary .tags {
  margin-left: 171px;
}
/* line 1009, ../../sass/custom_style.scss */
.short-summary .userinfo .timeago,
.short-summary span.anonymous {
  font-size: 14px;
  font-weight: normal;
  font-family: "Calibre Web Regular", Helvetica, Tahoma, Arial, sans-serif;
  color: #666;
}
/* line 1016, ../../sass/custom_style.scss */
.short-summary .userinfo {
  position: absolute;
  right: 10px;
  bottom: 15px;
}
/* line 1020, ../../sass/custom_style.scss */
.short-summary .userinfo a {
  color: #555555;
  font-size: 14px;
  font-weight: normal;
}
/* line 1026, ../../sass/custom_style.scss */
.short-summary .votes,
.short-summary .answers,
.short-summary .favorites,
.short-summary .views {
  background: transparent;
  border: none;
  color: inherit;
  font-family: "Calibre Web Regular", Helvetica, Tahoma, Arial, sans-serif;
  padding: 0;
  margin: 0;
}
/* line 1037, ../../sass/custom_style.scss */
.short-summary .counts {
  float: left;
  font-family: "Calibre Web Medium", Helvetica, Tahoma, Arial, sans-serif;
  font-weight: normal;
  margin: 0 0 0 3px;
}
/* line 1042, ../../sass/custom_style.scss */
.short-summary .counts .votes,
.short-summary .counts .views,
.short-summary .counts .answers,
.short-summary .counts .favorites {
  height: auto;
  padding: 3px 5px 5px 5px;
}
/* line 1048, ../../sass/custom_style.scss */
.short-summary .counts .votes div,
.short-summary .counts .views div,
.short-summary .counts .answers div,
.short-summary .counts .favorites div {
  color: inherit;
  margin-top: 7px;
}
/* line 1053, ../../sass/custom_style.scss */
.short-summary .counts .item-count {
  color: inherit;
  font-family: "Calibre Web Medium", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4;
}
/* line 1061, ../../sass/custom_style.scss */
.short-summary .votes {
  color: #666;
}
/* line 1065, ../../sass/custom_style.scss */
.short-summary .answers {
  color: #d63700;
}
/* line 1069, ../../sass/custom_style.scss */
.short-summary .some-answers,
.short-summary .accepted {
  color: white;
  background-color: #59e2b7;
  width: auto;
}
/* line 1074, ../../sass/custom_style.scss */
.short-summary .some-answers .item-count,
.short-summary .accepted .item-count {
  background-position: top 1px right;
}
/* line 1079, ../../sass/custom_style.scss */
.short-summary .views {
  color: #666;
}
/* line 1082, ../../sass/custom_style.scss */
.short-summary .tags {
  margin-top: 4px;
}

/* line 1087, ../../sass/custom_style.scss */
.delete-icon {
  margin-top: 0px;
  height: 18px;
  font-size: 14px;
  line-height: 14px;
}

/* line 1094, ../../sass/custom_style.scss */
#listSearchTags, .question-page h1, .question-page p.rss a {
  font-family: "Calibre Web Semibold", Helvetica, Tahoma, Arial, sans-serif;
}

/* line 1098, ../../sass/custom_style.scss */
.question-img-upvote, .answer-img-upvote {
  background: url('/m/themes/media/themes/hoverboard/images/puppet-icons/arrow-up-gray.png?0f7b4df68936') no-repeat;
}
/* line 1100, ../../sass/custom_style.scss */
.question-img-upvote:hover, .question-img-upvote.on, .answer-img-upvote:hover, .answer-img-upvote.on {
  background: url('/m/themes/media/themes/hoverboard/images/puppet-icons/arrow-up-active.png?0f7b4df68936') no-repeat;
}

/* line 1105, ../../sass/custom_style.scss */
.question-img-downvote, .answer-img-downvote {
  background: url('/m/themes/media/themes/hoverboard/images/puppet-icons/arrow-down-gray.png?0f7b4df68936') no-repeat;
}
/* line 1107, ../../sass/custom_style.scss */
.question-img-downvote:hover, .question-img-downvote.on, .answer-img-downvote:hover, .answer-img-downvote.on {
  background: url('/m/themes/media/themes/hoverboard/images/puppet-icons/arrow-down-active.png?0f7b4df68936') no-repeat;
}

/* line 1115, ../../sass/custom_style.scss */
.question-page .answer-img-accept {
  background: url('/m/themes/media/themes/hoverboard/images/puppet-icons/checkbox.png?0f7b4df68936') no-repeat;
}
/* line 1118, ../../sass/custom_style.scss */
.question-page .accepted-answer .answer-img-accept,
.question-page .answer-img-accept:hover {
  background: url('/m/themes/media/themes/hoverboard/images/puppet-icons/checkbox-active.png?0f7b4df68936') no-repeat;
}
/* line 1122, ../../sass/custom_style.scss */
.question-page .accepted-answer {
  background: transparent;
}
/* line 1125, ../../sass/custom_style.scss */
.question-page .pager {
  margin: 0;
}
/* line 1128, ../../sass/custom_style.scss */
.question-page .tabBar-answer {
  width: 100%;
  padding: 0;
  margin: 0;
}
/* line 1133, ../../sass/custom_style.scss */
.question-page #questionCount {
  font-size: 24px;
  padding: 0;
  margin: 3px 0 0 3px;
}
/* line 1138, ../../sass/custom_style.scss */
.question-page .post-body {
  overflow: visible;
}
/* line 1140, ../../sass/custom_style.scss */
.question-page .post-body p {
  font-family: "Calibre Web Regular", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 18px;
  padding: 0;
  margin-bottom: 9px;
}
/* line 1147, ../../sass/custom_style.scss */
.question-page .js-question .post-body {
  padding: 0;
  margin: 0;
  border: none;
}
/* line 1152, ../../sass/custom_style.scss */
.question-page p.rss a {
  font-family: "Calibre Web Regular", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #444;
}
/* line 1159, ../../sass/custom_style.scss */
.question-page h1 a {
  color: #444;
  font-weight: normal;
  font-family: "Calibre Web Semibold", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 30px;
  text-decoration: none;
}
/* line 1167, ../../sass/custom_style.scss */
.question-page h2.comment-title {
  font-size: 24px;
  font-weight: normal;
}
/* line 1172, ../../sass/custom_style.scss */
.question-page .vote-number {
  font-family: "Calibre Web Semibold", Helvetica, Tahoma, Arial, sans-serif;
  padding: 3px;
  margin: 0 0 3px -6px;
}
/* line 1178, ../../sass/custom_style.scss */
.question-page .folded-editor {
  border: 2px solid #dedede;
  margin: 0 0 18px 6px;
  width: auto;
}
/* line 1182, ../../sass/custom_style.scss */
.question-page .folded-editor.unfolded {
  border: none;
}
/* line 1187, ../../sass/custom_style.scss */
.question-page .post.js-question {
  margin-top: 20px;
  border: none;
}
/* line 1192, ../../sass/custom_style.scss */
.question-page .post {
  padding-left: 17px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1199, ../../sass/custom_style.scss */
.question-page .post-controls a,
.question-page .post-controls span.dropdown-toggle,
.question-page .answer-controls a,
.question-page .answer-controls span.dropdown-toggle {
  font-family: "Calibre Web Regular", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 14px;
}
/* line 1204, ../../sass/custom_style.scss */
.question-page .post-controls span.dropdown-toggle:hover input,
.question-page .answer-controls span.dropdown-toggle:hover input {
  font-size: 14px !important;
  font-weight: normal;
}
/* line 1211, ../../sass/custom_style.scss */
.question-page .post-controls .question-retag,
.question-page .post-controls .question-edit,
.question-page .post-controls .question-flag,
.question-page .post-controls .question-delete,
.question-page .post-controls .question-merge,
.question-page .post-controls .question-close,
.question-page .post-controls .permant-link,
.question-page .answer-controls .question-retag,
.question-page .answer-controls .question-edit,
.question-page .answer-controls .question-flag,
.question-page .answer-controls .question-delete,
.question-page .answer-controls .question-merge,
.question-page .answer-controls .question-close,
.question-page .answer-controls .permant-link {
  opacity: 0.75;
}
/* line 1219, ../../sass/custom_style.scss */
.question-page .post-controls .question-retag:hover,
.question-page .post-controls .question-edit:hover,
.question-page .post-controls .question-flag:hover,
.question-page .post-controls .question-delete:hover,
.question-page .post-controls .question-merge:hover,
.question-page .post-controls .question-close:hover,
.question-page .post-controls .permant-link:hover,
.question-page .answer-controls .question-retag:hover,
.question-page .answer-controls .question-edit:hover,
.question-page .answer-controls .question-flag:hover,
.question-page .answer-controls .question-delete:hover,
.question-page .answer-controls .question-merge:hover,
.question-page .answer-controls .question-close:hover,
.question-page .answer-controls .permant-link:hover {
  background-color: transparent;
  opacity: 1;
  transition: all 0.2s linear;
}
/* line 1227, ../../sass/custom_style.scss */
.question-page .post-update-info {
  background: #f3f3f3;
  font-family: "Calibre Web Regular", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 14px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 1233, ../../sass/custom_style.scss */
.question-page .post-update-info strong {
  font-family: "Calibre Web Regular", Helvetica, Tahoma, Arial, sans-serif;
}
/* line 1236, ../../sass/custom_style.scss */
.question-page .post-update-info p {
  font-size: 14px !important;
  margin: 0 0 3px 0;
}
/* line 1239, ../../sass/custom_style.scss */
.question-page .post-update-info p a {
  text-decoration: none;
}
/* line 1248, ../../sass/custom_style.scss */
.question-page .comments .js-load-comments-btn:not(.hidden),
.question-page .comments .js-open-editor-btn:not(.hidden) {
  display: inline-block;
  height: 30px;
}
/* line 1253, ../../sass/custom_style.scss */
.question-page .comments .comment-body p,
.question-page .comments .comment {
  font-family: "Calibre Web Regular", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 14px;
  padding-bottom: 8px;
}
/* line 1259, ../../sass/custom_style.scss */
.question-page .comments .convert-comment input {
  background: none !important;
  color: #1B79BD !important;
  line-height: 13px !important;
  font-size: 12px !important;
}
/* line 1265, ../../sass/custom_style.scss */
.question-page .comments div.controls {
  padding-left: 24px;
}
/* line 1267, ../../sass/custom_style.scss */
.question-page .comments div.controls a {
  font-family: "Calibre Web Regular", Helvetica, Tahoma, Arial, sans-serif;
  background-image: url('/m/themes/media/themes/hoverboard/images/puppet-icons/chat-green.svg?0f7b4df68936');
  background-size: auto 24px;
  padding-left: 28px;
  opacity: 0.6;
}
/* line 1273, ../../sass/custom_style.scss */
.question-page .comments div.controls a:hover {
  opacity: 1;
  transition: all 0.2s linear;
}
/* line 1279, ../../sass/custom_style.scss */
.question-page .comments .counter {
  font-family: "Calibre Web Regular", Helvetica, Tahoma, Arial, sans-serif;
}
/* line 1282, ../../sass/custom_style.scss */
.question-page .comments button {
  font-family: "Calibre Web Semibold", Helvetica, Tahoma, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
}
/* line 1287, ../../sass/custom_style.scss */
.question-page .comments textarea {
  font-family: "Calibre Web Regular", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 14px;
}
/* line 1291, ../../sass/custom_style.scss */
.question-page .comments input[name="suppress_email"] {
  height: 25px;
  line-height: 25px;
  margin: 0 6px 0 0;
}
/* line 1296, ../../sass/custom_style.scss */
.question-page .comments .edit-comment-buttons {
  margin-left: 0px;
}
/* line 1298, ../../sass/custom_style.scss */
.question-page .comments .edit-comment-buttons div.checkbox {
  margin-left: 0;
}

/* line 1305, ../../sass/custom_style.scss */
.statsWidget p {
  font-size: 14px;
}

/* line 1309, ../../sass/custom_style.scss */
.share-question {
  font-family: "Calibre Web Regular", Helvetica, Tahoma, Arial, sans-serif;
  color: #2c307a;
  display: inline-block;
}

/* line 1315, ../../sass/custom_style.scss */
.box p, .question-page #fmanswer h2,
.message, .question-page h2.comment-title {
  font-family: "Calibre Web Semibold", Helvetica, Tahoma, Arial, sans-serif;
  color: #666;
}

/* line 1321, ../../sass/custom_style.scss */
.btn:not(.arrow) {
  padding: 0 12px;
}

/* line 1325, ../../sass/custom_style.scss */
.btn-group .btn:first-child {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 1329, ../../sass/custom_style.scss */
button,
.btn,
.button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.follow-toggle,
.box a.followed,
.box a.follow,
.submit,
.box .inputs #interestingTagAdd,
.box .inputs #ignoredTagAdd,
.box .inputs #subscribedTagAdd,
#fmanswer input.submit,
.ask-page input.submit,
.edit-question-page input.submit,
#email-input-fs .submit-b,
#local_login_buttons .submit-b,
#password-fs .submit-b,
#openid-fs .submit-b,
.openid-signin input.submit,
.meta input.submit,
.users-page input.submit,
.user-profile-edit-page input.submit,
.user-profile-page input.submit,
.search-drop-menu .btn,
.question-page a.submit,
a.submit {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  background-image: none;
  background-color: #ffad1a;
  color: white;
  display: inline-block;
  font-family: "Calibre Web Medium", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 18px !important;
  font-weight: normal !important;
  text-decoration: none !important;
  transition: color 0.2s linear, background 0.2s linear, border 0.2s linear;
  height: 38px;
  line-height: 38px;
  padding: 0 12px;
}
/* line 1363, ../../sass/custom_style.scss */
button:hover,
.btn:hover,
.button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.follow-toggle:hover,
.box a.followed:hover,
.box a.follow:hover,
.submit:hover,
.box .inputs #interestingTagAdd:hover,
.box .inputs #ignoredTagAdd:hover,
.box .inputs #subscribedTagAdd:hover,
#fmanswer input.submit:hover,
.ask-page input.submit:hover,
.edit-question-page input.submit:hover,
#email-input-fs .submit-b:hover,
#local_login_buttons .submit-b:hover,
#password-fs .submit-b:hover,
#openid-fs .submit-b:hover,
.openid-signin input.submit:hover,
.meta input.submit:hover,
.users-page input.submit:hover,
.user-profile-edit-page input.submit:hover,
.user-profile-page input.submit:hover,
.search-drop-menu .btn:hover,
.question-page a.submit:hover,
a.submit:hover {
  text-shadow: none;
  background-image: none;
  background-color: #fec847;
}
/* line 1389, ../../sass/custom_style.scss */
button.arrow,
.btn.arrow,
.button.arrow,
input[type="submit"].arrow,
input[type="reset"].arrow,
input[type="button"].arrow,
.follow-toggle.arrow,
.box a.followed.arrow,
.box a.follow.arrow,
.submit.arrow,
.box .inputs #interestingTagAdd.arrow,
.box .inputs #ignoredTagAdd.arrow,
.box .inputs #subscribedTagAdd.arrow,
#fmanswer input.submit.arrow,
.ask-page input.submit.arrow,
.edit-question-page input.submit.arrow,
#email-input-fs .submit-b.arrow,
#local_login_buttons .submit-b.arrow,
#password-fs .submit-b.arrow,
#openid-fs .submit-b.arrow,
.openid-signin input.submit.arrow,
.meta input.submit.arrow,
.users-page input.submit.arrow,
.user-profile-edit-page input.submit.arrow,
.user-profile-page input.submit.arrow,
.search-drop-menu .btn.arrow,
.question-page a.submit.arrow,
a.submit.arrow {
  font-family: "Calibre Web Semibold";
  position: relative;
}
/* line 1392, ../../sass/custom_style.scss */
button.arrow .text:after,
.btn.arrow .text:after,
.button.arrow .text:after,
input[type="submit"].arrow .text:after,
input[type="reset"].arrow .text:after,
input[type="button"].arrow .text:after,
.follow-toggle.arrow .text:after,
.box a.followed.arrow .text:after,
.box a.follow.arrow .text:after,
.submit.arrow .text:after,
.box .inputs #interestingTagAdd.arrow .text:after,
.box .inputs #ignoredTagAdd.arrow .text:after,
.box .inputs #subscribedTagAdd.arrow .text:after,
#fmanswer input.submit.arrow .text:after,
.ask-page input.submit.arrow .text:after,
.edit-question-page input.submit.arrow .text:after,
#email-input-fs .submit-b.arrow .text:after,
#local_login_buttons .submit-b.arrow .text:after,
#password-fs .submit-b.arrow .text:after,
#openid-fs .submit-b.arrow .text:after,
.openid-signin input.submit.arrow .text:after,
.meta input.submit.arrow .text:after,
.users-page input.submit.arrow .text:after,
.user-profile-edit-page input.submit.arrow .text:after,
.user-profile-page input.submit.arrow .text:after,
.search-drop-menu .btn.arrow .text:after,
.question-page a.submit.arrow .text:after,
a.submit.arrow .text:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 6px;
  right: -20px;
}
/* line 1404, ../../sass/custom_style.scss */
button:hover,
.btn:hover,
.button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.follow-toggle:hover,
.box a.followed:hover,
.box a.follow:hover,
.submit:hover,
.box .inputs #interestingTagAdd:hover,
.box .inputs #ignoredTagAdd:hover,
.box .inputs #subscribedTagAdd:hover,
#fmanswer input.submit:hover,
.ask-page input.submit:hover,
.edit-question-page input.submit:hover,
#email-input-fs .submit-b:hover,
#local_login_buttons .submit-b:hover,
#password-fs .submit-b:hover,
#openid-fs .submit-b:hover,
.openid-signin input.submit:hover,
.meta input.submit:hover,
.users-page input.submit:hover,
.user-profile-edit-page input.submit:hover,
.user-profile-page input.submit:hover,
.search-drop-menu .btn:hover,
.question-page a.submit:hover,
a.submit:hover {
  color: white;
  transition: color 0.2s linear, background 0.2s linear, border 0.2s linear;
}
/* line 1411, ../../sass/custom_style.scss */
button:active,
.btn:active,
.button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
.follow-toggle:active,
.box a.followed:active,
.box a.follow:active,
.submit:active,
.box .inputs #interestingTagAdd:active,
.box .inputs #ignoredTagAdd:active,
.box .inputs #subscribedTagAdd:active,
#fmanswer input.submit:active,
.ask-page input.submit:active,
.edit-question-page input.submit:active,
#email-input-fs .submit-b:active,
#local_login_buttons .submit-b:active,
#password-fs .submit-b:active,
#openid-fs .submit-b:active,
.openid-signin input.submit:active,
.meta input.submit:active,
.users-page input.submit:active,
.user-profile-edit-page input.submit:active,
.user-profile-page input.submit:active,
.search-drop-menu .btn:active,
.question-page a.submit:active,
a.submit:active {
  transition: color 0.2s linear, background 0.2s linear, border 0.2s linear;
}
/* line 1419, ../../sass/custom_style.scss */
button + .btn,
.btn + .btn,
.button + .btn,
input[type="submit"] + .btn,
input[type="reset"] + .btn,
input[type="button"] + .btn,
.follow-toggle + .btn,
.box a.followed + .btn,
.box a.follow + .btn,
.submit + .btn,
.box .inputs #interestingTagAdd + .btn,
.box .inputs #ignoredTagAdd + .btn,
.box .inputs #subscribedTagAdd + .btn,
#fmanswer input.submit + .btn,
.ask-page input.submit + .btn,
.edit-question-page input.submit + .btn,
#email-input-fs .submit-b + .btn,
#local_login_buttons .submit-b + .btn,
#password-fs .submit-b + .btn,
#openid-fs .submit-b + .btn,
.openid-signin input.submit + .btn,
.meta input.submit + .btn,
.users-page input.submit + .btn,
.user-profile-edit-page input.submit + .btn,
.user-profile-page input.submit + .btn,
.search-drop-menu .btn + .btn,
.question-page a.submit + .btn,
a.submit + .btn {
  margin-left: 4px;
}
/* line 1423, ../../sass/custom_style.scss */
button.arrow-white,
.btn.arrow-white,
.button.arrow-white,
input[type="submit"].arrow-white,
input[type="reset"].arrow-white,
input[type="button"].arrow-white,
.follow-toggle.arrow-white,
.box a.followed.arrow-white,
.box a.follow.arrow-white,
.submit.arrow-white,
.box .inputs #interestingTagAdd.arrow-white,
.box .inputs #ignoredTagAdd.arrow-white,
.box .inputs #subscribedTagAdd.arrow-white,
#fmanswer input.submit.arrow-white,
.ask-page input.submit.arrow-white,
.edit-question-page input.submit.arrow-white,
#email-input-fs .submit-b.arrow-white,
#local_login_buttons .submit-b.arrow-white,
#password-fs .submit-b.arrow-white,
#openid-fs .submit-b.arrow-white,
.openid-signin input.submit.arrow-white,
.meta input.submit.arrow-white,
.users-page input.submit.arrow-white,
.user-profile-edit-page input.submit.arrow-white,
.user-profile-page input.submit.arrow-white,
.search-drop-menu .btn.arrow-white,
.question-page a.submit.arrow-white,
a.submit.arrow-white {
  color: white;
}
/* line 1425, ../../sass/custom_style.scss */
button.arrow-white .text:after,
.btn.arrow-white .text:after,
.button.arrow-white .text:after,
input[type="submit"].arrow-white .text:after,
input[type="reset"].arrow-white .text:after,
input[type="button"].arrow-white .text:after,
.follow-toggle.arrow-white .text:after,
.box a.followed.arrow-white .text:after,
.box a.follow.arrow-white .text:after,
.submit.arrow-white .text:after,
.box .inputs #interestingTagAdd.arrow-white .text:after,
.box .inputs #ignoredTagAdd.arrow-white .text:after,
.box .inputs #subscribedTagAdd.arrow-white .text:after,
#fmanswer input.submit.arrow-white .text:after,
.ask-page input.submit.arrow-white .text:after,
.edit-question-page input.submit.arrow-white .text:after,
#email-input-fs .submit-b.arrow-white .text:after,
#local_login_buttons .submit-b.arrow-white .text:after,
#password-fs .submit-b.arrow-white .text:after,
#openid-fs .submit-b.arrow-white .text:after,
.openid-signin input.submit.arrow-white .text:after,
.meta input.submit.arrow-white .text:after,
.users-page input.submit.arrow-white .text:after,
.user-profile-edit-page input.submit.arrow-white .text:after,
.user-profile-page input.submit.arrow-white .text:after,
.search-drop-menu .btn.arrow-white .text:after,
.question-page a.submit.arrow-white .text:after,
a.submit.arrow-white .text:after {
  background-image: url('/themes/hoverboard/images/puppet-icons/small-arrow-white.svg');
}
/* line 1428, ../../sass/custom_style.scss */
button.arrow-white:hover,
.btn.arrow-white:hover,
.button.arrow-white:hover,
input[type="submit"].arrow-white:hover,
input[type="reset"].arrow-white:hover,
input[type="button"].arrow-white:hover,
.follow-toggle.arrow-white:hover,
.box a.followed.arrow-white:hover,
.box a.follow.arrow-white:hover,
.submit.arrow-white:hover,
.box .inputs #interestingTagAdd.arrow-white:hover,
.box .inputs #ignoredTagAdd.arrow-white:hover,
.box .inputs #subscribedTagAdd.arrow-white:hover,
#fmanswer input.submit.arrow-white:hover,
.ask-page input.submit.arrow-white:hover,
.edit-question-page input.submit.arrow-white:hover,
#email-input-fs .submit-b.arrow-white:hover,
#local_login_buttons .submit-b.arrow-white:hover,
#password-fs .submit-b.arrow-white:hover,
#openid-fs .submit-b.arrow-white:hover,
.openid-signin input.submit.arrow-white:hover,
.meta input.submit.arrow-white:hover,
.users-page input.submit.arrow-white:hover,
.user-profile-edit-page input.submit.arrow-white:hover,
.user-profile-page input.submit.arrow-white:hover,
.search-drop-menu .btn.arrow-white:hover,
.question-page a.submit.arrow-white:hover,
a.submit.arrow-white:hover {
  color: #fff2d5;
}
/* line 1430, ../../sass/custom_style.scss */
button.arrow-white:hover .text:after,
.btn.arrow-white:hover .text:after,
.button.arrow-white:hover .text:after,
input[type="submit"].arrow-white:hover .text:after,
input[type="reset"].arrow-white:hover .text:after,
input[type="button"].arrow-white:hover .text:after,
.follow-toggle.arrow-white:hover .text:after,
.box a.followed.arrow-white:hover .text:after,
.box a.follow.arrow-white:hover .text:after,
.submit.arrow-white:hover .text:after,
.box .inputs #interestingTagAdd.arrow-white:hover .text:after,
.box .inputs #ignoredTagAdd.arrow-white:hover .text:after,
.box .inputs #subscribedTagAdd.arrow-white:hover .text:after,
#fmanswer input.submit.arrow-white:hover .text:after,
.ask-page input.submit.arrow-white:hover .text:after,
.edit-question-page input.submit.arrow-white:hover .text:after,
#email-input-fs .submit-b.arrow-white:hover .text:after,
#local_login_buttons .submit-b.arrow-white:hover .text:after,
#password-fs .submit-b.arrow-white:hover .text:after,
#openid-fs .submit-b.arrow-white:hover .text:after,
.openid-signin input.submit.arrow-white:hover .text:after,
.meta input.submit.arrow-white:hover .text:after,
.users-page input.submit.arrow-white:hover .text:after,
.user-profile-edit-page input.submit.arrow-white:hover .text:after,
.user-profile-page input.submit.arrow-white:hover .text:after,
.search-drop-menu .btn.arrow-white:hover .text:after,
.question-page a.submit.arrow-white:hover .text:after,
a.submit.arrow-white:hover .text:after {
  background-image: url('/themes/hoverboard/images/puppet-icons/small-arrow-white-hover.svg');
}
/* line 1434, ../../sass/custom_style.scss */
button.arrow-white:active,
.btn.arrow-white:active,
.button.arrow-white:active,
input[type="submit"].arrow-white:active,
input[type="reset"].arrow-white:active,
input[type="button"].arrow-white:active,
.follow-toggle.arrow-white:active,
.box a.followed.arrow-white:active,
.box a.follow.arrow-white:active,
.submit.arrow-white:active,
.box .inputs #interestingTagAdd.arrow-white:active,
.box .inputs #ignoredTagAdd.arrow-white:active,
.box .inputs #subscribedTagAdd.arrow-white:active,
#fmanswer input.submit.arrow-white:active,
.ask-page input.submit.arrow-white:active,
.edit-question-page input.submit.arrow-white:active,
#email-input-fs .submit-b.arrow-white:active,
#local_login_buttons .submit-b.arrow-white:active,
#password-fs .submit-b.arrow-white:active,
#openid-fs .submit-b.arrow-white:active,
.openid-signin input.submit.arrow-white:active,
.meta input.submit.arrow-white:active,
.users-page input.submit.arrow-white:active,
.user-profile-edit-page input.submit.arrow-white:active,
.user-profile-page input.submit.arrow-white:active,
.search-drop-menu .btn.arrow-white:active,
.question-page a.submit.arrow-white:active,
a.submit.arrow-white:active {
  color: #fee6a9;
}
/* line 1436, ../../sass/custom_style.scss */
button.arrow-white:active .text:after,
.btn.arrow-white:active .text:after,
.button.arrow-white:active .text:after,
input[type="submit"].arrow-white:active .text:after,
input[type="reset"].arrow-white:active .text:after,
input[type="button"].arrow-white:active .text:after,
.follow-toggle.arrow-white:active .text:after,
.box a.followed.arrow-white:active .text:after,
.box a.follow.arrow-white:active .text:after,
.submit.arrow-white:active .text:after,
.box .inputs #interestingTagAdd.arrow-white:active .text:after,
.box .inputs #ignoredTagAdd.arrow-white:active .text:after,
.box .inputs #subscribedTagAdd.arrow-white:active .text:after,
#fmanswer input.submit.arrow-white:active .text:after,
.ask-page input.submit.arrow-white:active .text:after,
.edit-question-page input.submit.arrow-white:active .text:after,
#email-input-fs .submit-b.arrow-white:active .text:after,
#local_login_buttons .submit-b.arrow-white:active .text:after,
#password-fs .submit-b.arrow-white:active .text:after,
#openid-fs .submit-b.arrow-white:active .text:after,
.openid-signin input.submit.arrow-white:active .text:after,
.meta input.submit.arrow-white:active .text:after,
.users-page input.submit.arrow-white:active .text:after,
.user-profile-edit-page input.submit.arrow-white:active .text:after,
.user-profile-page input.submit.arrow-white:active .text:after,
.search-drop-menu .btn.arrow-white:active .text:after,
.question-page a.submit.arrow-white:active .text:after,
a.submit.arrow-white:active .text:after {
  background-image: url('/themes/hoverboard/images/puppet-icons/small-arrow-white-active.svg');
}
/* line 1442, ../../sass/custom_style.scss */
button.arrow-black,
.btn.arrow-black,
.button.arrow-black,
input[type="submit"].arrow-black,
input[type="reset"].arrow-black,
input[type="button"].arrow-black,
.follow-toggle.arrow-black,
.box a.followed.arrow-black,
.box a.follow.arrow-black,
.submit.arrow-black,
.box .inputs #interestingTagAdd.arrow-black,
.box .inputs #ignoredTagAdd.arrow-black,
.box .inputs #subscribedTagAdd.arrow-black,
#fmanswer input.submit.arrow-black,
.ask-page input.submit.arrow-black,
.edit-question-page input.submit.arrow-black,
#email-input-fs .submit-b.arrow-black,
#local_login_buttons .submit-b.arrow-black,
#password-fs .submit-b.arrow-black,
#openid-fs .submit-b.arrow-black,
.openid-signin input.submit.arrow-black,
.meta input.submit.arrow-black,
.users-page input.submit.arrow-black,
.user-profile-edit-page input.submit.arrow-black,
.user-profile-page input.submit.arrow-black,
.search-drop-menu .btn.arrow-black,
.question-page a.submit.arrow-black,
a.submit.arrow-black {
  color: #222222;
}
/* line 1444, ../../sass/custom_style.scss */
button.arrow-black .text:after,
.btn.arrow-black .text:after,
.button.arrow-black .text:after,
input[type="submit"].arrow-black .text:after,
input[type="reset"].arrow-black .text:after,
input[type="button"].arrow-black .text:after,
.follow-toggle.arrow-black .text:after,
.box a.followed.arrow-black .text:after,
.box a.follow.arrow-black .text:after,
.submit.arrow-black .text:after,
.box .inputs #interestingTagAdd.arrow-black .text:after,
.box .inputs #ignoredTagAdd.arrow-black .text:after,
.box .inputs #subscribedTagAdd.arrow-black .text:after,
#fmanswer input.submit.arrow-black .text:after,
.ask-page input.submit.arrow-black .text:after,
.edit-question-page input.submit.arrow-black .text:after,
#email-input-fs .submit-b.arrow-black .text:after,
#local_login_buttons .submit-b.arrow-black .text:after,
#password-fs .submit-b.arrow-black .text:after,
#openid-fs .submit-b.arrow-black .text:after,
.openid-signin input.submit.arrow-black .text:after,
.meta input.submit.arrow-black .text:after,
.users-page input.submit.arrow-black .text:after,
.user-profile-edit-page input.submit.arrow-black .text:after,
.user-profile-page input.submit.arrow-black .text:after,
.search-drop-menu .btn.arrow-black .text:after,
.question-page a.submit.arrow-black .text:after,
a.submit.arrow-black .text:after {
  background-image: url('/themes/hoverboard/images/puppet-icons/small-arrow-black.svg');
}
/* line 1447, ../../sass/custom_style.scss */
button.arrow-black:hover,
.btn.arrow-black:hover,
.button.arrow-black:hover,
input[type="submit"].arrow-black:hover,
input[type="reset"].arrow-black:hover,
input[type="button"].arrow-black:hover,
.follow-toggle.arrow-black:hover,
.box a.followed.arrow-black:hover,
.box a.follow.arrow-black:hover,
.submit.arrow-black:hover,
.box .inputs #interestingTagAdd.arrow-black:hover,
.box .inputs #ignoredTagAdd.arrow-black:hover,
.box .inputs #subscribedTagAdd.arrow-black:hover,
#fmanswer input.submit.arrow-black:hover,
.ask-page input.submit.arrow-black:hover,
.edit-question-page input.submit.arrow-black:hover,
#email-input-fs .submit-b.arrow-black:hover,
#local_login_buttons .submit-b.arrow-black:hover,
#password-fs .submit-b.arrow-black:hover,
#openid-fs .submit-b.arrow-black:hover,
.openid-signin input.submit.arrow-black:hover,
.meta input.submit.arrow-black:hover,
.users-page input.submit.arrow-black:hover,
.user-profile-edit-page input.submit.arrow-black:hover,
.user-profile-page input.submit.arrow-black:hover,
.search-drop-menu .btn.arrow-black:hover,
.question-page a.submit.arrow-black:hover,
a.submit.arrow-black:hover {
  color: #404040;
}
/* line 1449, ../../sass/custom_style.scss */
button.arrow-black:hover .text:after,
.btn.arrow-black:hover .text:after,
.button.arrow-black:hover .text:after,
input[type="submit"].arrow-black:hover .text:after,
input[type="reset"].arrow-black:hover .text:after,
input[type="button"].arrow-black:hover .text:after,
.follow-toggle.arrow-black:hover .text:after,
.box a.followed.arrow-black:hover .text:after,
.box a.follow.arrow-black:hover .text:after,
.submit.arrow-black:hover .text:after,
.box .inputs #interestingTagAdd.arrow-black:hover .text:after,
.box .inputs #ignoredTagAdd.arrow-black:hover .text:after,
.box .inputs #subscribedTagAdd.arrow-black:hover .text:after,
#fmanswer input.submit.arrow-black:hover .text:after,
.ask-page input.submit.arrow-black:hover .text:after,
.edit-question-page input.submit.arrow-black:hover .text:after,
#email-input-fs .submit-b.arrow-black:hover .text:after,
#local_login_buttons .submit-b.arrow-black:hover .text:after,
#password-fs .submit-b.arrow-black:hover .text:after,
#openid-fs .submit-b.arrow-black:hover .text:after,
.openid-signin input.submit.arrow-black:hover .text:after,
.meta input.submit.arrow-black:hover .text:after,
.users-page input.submit.arrow-black:hover .text:after,
.user-profile-edit-page input.submit.arrow-black:hover .text:after,
.user-profile-page input.submit.arrow-black:hover .text:after,
.search-drop-menu .btn.arrow-black:hover .text:after,
.question-page a.submit.arrow-black:hover .text:after,
a.submit.arrow-black:hover .text:after {
  background-image: url('/themes/hoverboard/images/puppet-icons/small-arrow-black-hover.svg');
}
/* line 1453, ../../sass/custom_style.scss */
button.arrow-black:active,
.btn.arrow-black:active,
.button.arrow-black:active,
input[type="submit"].arrow-black:active,
input[type="reset"].arrow-black:active,
input[type="button"].arrow-black:active,
.follow-toggle.arrow-black:active,
.box a.followed.arrow-black:active,
.box a.follow.arrow-black:active,
.submit.arrow-black:active,
.box .inputs #interestingTagAdd.arrow-black:active,
.box .inputs #ignoredTagAdd.arrow-black:active,
.box .inputs #subscribedTagAdd.arrow-black:active,
#fmanswer input.submit.arrow-black:active,
.ask-page input.submit.arrow-black:active,
.edit-question-page input.submit.arrow-black:active,
#email-input-fs .submit-b.arrow-black:active,
#local_login_buttons .submit-b.arrow-black:active,
#password-fs .submit-b.arrow-black:active,
#openid-fs .submit-b.arrow-black:active,
.openid-signin input.submit.arrow-black:active,
.meta input.submit.arrow-black:active,
.users-page input.submit.arrow-black:active,
.user-profile-edit-page input.submit.arrow-black:active,
.user-profile-page input.submit.arrow-black:active,
.search-drop-menu .btn.arrow-black:active,
.question-page a.submit.arrow-black:active,
a.submit.arrow-black:active {
  color: #666666;
}
/* line 1455, ../../sass/custom_style.scss */
button.arrow-black:active .text:after,
.btn.arrow-black:active .text:after,
.button.arrow-black:active .text:after,
input[type="submit"].arrow-black:active .text:after,
input[type="reset"].arrow-black:active .text:after,
input[type="button"].arrow-black:active .text:after,
.follow-toggle.arrow-black:active .text:after,
.box a.followed.arrow-black:active .text:after,
.box a.follow.arrow-black:active .text:after,
.submit.arrow-black:active .text:after,
.box .inputs #interestingTagAdd.arrow-black:active .text:after,
.box .inputs #ignoredTagAdd.arrow-black:active .text:after,
.box .inputs #subscribedTagAdd.arrow-black:active .text:after,
#fmanswer input.submit.arrow-black:active .text:after,
.ask-page input.submit.arrow-black:active .text:after,
.edit-question-page input.submit.arrow-black:active .text:after,
#email-input-fs .submit-b.arrow-black:active .text:after,
#local_login_buttons .submit-b.arrow-black:active .text:after,
#password-fs .submit-b.arrow-black:active .text:after,
#openid-fs .submit-b.arrow-black:active .text:after,
.openid-signin input.submit.arrow-black:active .text:after,
.meta input.submit.arrow-black:active .text:after,
.users-page input.submit.arrow-black:active .text:after,
.user-profile-edit-page input.submit.arrow-black:active .text:after,
.user-profile-page input.submit.arrow-black:active .text:after,
.search-drop-menu .btn.arrow-black:active .text:after,
.question-page a.submit.arrow-black:active .text:after,
a.submit.arrow-black:active .text:after {
  background-image: url('/themes/hoverboard/images/puppet-icons/small-arrow-black-active.svg');
}
/* line 1461, ../../sass/custom_style.scss */
button.arrow-orange,
.btn.arrow-orange,
.button.arrow-orange,
input[type="submit"].arrow-orange,
input[type="reset"].arrow-orange,
input[type="button"].arrow-orange,
.follow-toggle.arrow-orange,
.box a.followed.arrow-orange,
.box a.follow.arrow-orange,
.submit.arrow-orange,
.box .inputs #interestingTagAdd.arrow-orange,
.box .inputs #ignoredTagAdd.arrow-orange,
.box .inputs #subscribedTagAdd.arrow-orange,
#fmanswer input.submit.arrow-orange,
.ask-page input.submit.arrow-orange,
.edit-question-page input.submit.arrow-orange,
#email-input-fs .submit-b.arrow-orange,
#local_login_buttons .submit-b.arrow-orange,
#password-fs .submit-b.arrow-orange,
#openid-fs .submit-b.arrow-orange,
.openid-signin input.submit.arrow-orange,
.meta input.submit.arrow-orange,
.users-page input.submit.arrow-orange,
.user-profile-edit-page input.submit.arrow-orange,
.user-profile-page input.submit.arrow-orange,
.search-drop-menu .btn.arrow-orange,
.question-page a.submit.arrow-orange,
a.submit.arrow-orange {
  color: #ffad1a;
}
/* line 1463, ../../sass/custom_style.scss */
button.arrow-orange .text:after,
.btn.arrow-orange .text:after,
.button.arrow-orange .text:after,
input[type="submit"].arrow-orange .text:after,
input[type="reset"].arrow-orange .text:after,
input[type="button"].arrow-orange .text:after,
.follow-toggle.arrow-orange .text:after,
.box a.followed.arrow-orange .text:after,
.box a.follow.arrow-orange .text:after,
.submit.arrow-orange .text:after,
.box .inputs #interestingTagAdd.arrow-orange .text:after,
.box .inputs #ignoredTagAdd.arrow-orange .text:after,
.box .inputs #subscribedTagAdd.arrow-orange .text:after,
#fmanswer input.submit.arrow-orange .text:after,
.ask-page input.submit.arrow-orange .text:after,
.edit-question-page input.submit.arrow-orange .text:after,
#email-input-fs .submit-b.arrow-orange .text:after,
#local_login_buttons .submit-b.arrow-orange .text:after,
#password-fs .submit-b.arrow-orange .text:after,
#openid-fs .submit-b.arrow-orange .text:after,
.openid-signin input.submit.arrow-orange .text:after,
.meta input.submit.arrow-orange .text:after,
.users-page input.submit.arrow-orange .text:after,
.user-profile-edit-page input.submit.arrow-orange .text:after,
.user-profile-page input.submit.arrow-orange .text:after,
.search-drop-menu .btn.arrow-orange .text:after,
.question-page a.submit.arrow-orange .text:after,
a.submit.arrow-orange .text:after {
  background-image: url('/themes/hoverboard/images/puppet-icons/small-arrow-yellow.svg');
}
/* line 1466, ../../sass/custom_style.scss */
button.arrow-orange:hover,
.btn.arrow-orange:hover,
.button.arrow-orange:hover,
input[type="submit"].arrow-orange:hover,
input[type="reset"].arrow-orange:hover,
input[type="button"].arrow-orange:hover,
.follow-toggle.arrow-orange:hover,
.box a.followed.arrow-orange:hover,
.box a.follow.arrow-orange:hover,
.submit.arrow-orange:hover,
.box .inputs #interestingTagAdd.arrow-orange:hover,
.box .inputs #ignoredTagAdd.arrow-orange:hover,
.box .inputs #subscribedTagAdd.arrow-orange:hover,
#fmanswer input.submit.arrow-orange:hover,
.ask-page input.submit.arrow-orange:hover,
.edit-question-page input.submit.arrow-orange:hover,
#email-input-fs .submit-b.arrow-orange:hover,
#local_login_buttons .submit-b.arrow-orange:hover,
#password-fs .submit-b.arrow-orange:hover,
#openid-fs .submit-b.arrow-orange:hover,
.openid-signin input.submit.arrow-orange:hover,
.meta input.submit.arrow-orange:hover,
.users-page input.submit.arrow-orange:hover,
.user-profile-edit-page input.submit.arrow-orange:hover,
.user-profile-page input.submit.arrow-orange:hover,
.search-drop-menu .btn.arrow-orange:hover,
.question-page a.submit.arrow-orange:hover,
a.submit.arrow-orange:hover {
  color: #fec847;
}
/* line 1468, ../../sass/custom_style.scss */
button.arrow-orange:hover .text:after,
.btn.arrow-orange:hover .text:after,
.button.arrow-orange:hover .text:after,
input[type="submit"].arrow-orange:hover .text:after,
input[type="reset"].arrow-orange:hover .text:after,
input[type="button"].arrow-orange:hover .text:after,
.follow-toggle.arrow-orange:hover .text:after,
.box a.followed.arrow-orange:hover .text:after,
.box a.follow.arrow-orange:hover .text:after,
.submit.arrow-orange:hover .text:after,
.box .inputs #interestingTagAdd.arrow-orange:hover .text:after,
.box .inputs #ignoredTagAdd.arrow-orange:hover .text:after,
.box .inputs #subscribedTagAdd.arrow-orange:hover .text:after,
#fmanswer input.submit.arrow-orange:hover .text:after,
.ask-page input.submit.arrow-orange:hover .text:after,
.edit-question-page input.submit.arrow-orange:hover .text:after,
#email-input-fs .submit-b.arrow-orange:hover .text:after,
#local_login_buttons .submit-b.arrow-orange:hover .text:after,
#password-fs .submit-b.arrow-orange:hover .text:after,
#openid-fs .submit-b.arrow-orange:hover .text:after,
.openid-signin input.submit.arrow-orange:hover .text:after,
.meta input.submit.arrow-orange:hover .text:after,
.users-page input.submit.arrow-orange:hover .text:after,
.user-profile-edit-page input.submit.arrow-orange:hover .text:after,
.user-profile-page input.submit.arrow-orange:hover .text:after,
.search-drop-menu .btn.arrow-orange:hover .text:after,
.question-page a.submit.arrow-orange:hover .text:after,
a.submit.arrow-orange:hover .text:after {
  background-image: url('/themes/hoverboard/images/puppet-icons/small-arrow-yellow-hover.svg');
}
/* line 1472, ../../sass/custom_style.scss */
button.arrow-orange:active,
.btn.arrow-orange:active,
.button.arrow-orange:active,
input[type="submit"].arrow-orange:active,
input[type="reset"].arrow-orange:active,
input[type="button"].arrow-orange:active,
.follow-toggle.arrow-orange:active,
.box a.followed.arrow-orange:active,
.box a.follow.arrow-orange:active,
.submit.arrow-orange:active,
.box .inputs #interestingTagAdd.arrow-orange:active,
.box .inputs #ignoredTagAdd.arrow-orange:active,
.box .inputs #subscribedTagAdd.arrow-orange:active,
#fmanswer input.submit.arrow-orange:active,
.ask-page input.submit.arrow-orange:active,
.edit-question-page input.submit.arrow-orange:active,
#email-input-fs .submit-b.arrow-orange:active,
#local_login_buttons .submit-b.arrow-orange:active,
#password-fs .submit-b.arrow-orange:active,
#openid-fs .submit-b.arrow-orange:active,
.openid-signin input.submit.arrow-orange:active,
.meta input.submit.arrow-orange:active,
.users-page input.submit.arrow-orange:active,
.user-profile-edit-page input.submit.arrow-orange:active,
.user-profile-page input.submit.arrow-orange:active,
.search-drop-menu .btn.arrow-orange:active,
.question-page a.submit.arrow-orange:active,
a.submit.arrow-orange:active {
  color: #fed776;
}
/* line 1474, ../../sass/custom_style.scss */
button.arrow-orange:active .text:after,
.btn.arrow-orange:active .text:after,
.button.arrow-orange:active .text:after,
input[type="submit"].arrow-orange:active .text:after,
input[type="reset"].arrow-orange:active .text:after,
input[type="button"].arrow-orange:active .text:after,
.follow-toggle.arrow-orange:active .text:after,
.box a.followed.arrow-orange:active .text:after,
.box a.follow.arrow-orange:active .text:after,
.submit.arrow-orange:active .text:after,
.box .inputs #interestingTagAdd.arrow-orange:active .text:after,
.box .inputs #ignoredTagAdd.arrow-orange:active .text:after,
.box .inputs #subscribedTagAdd.arrow-orange:active .text:after,
#fmanswer input.submit.arrow-orange:active .text:after,
.ask-page input.submit.arrow-orange:active .text:after,
.edit-question-page input.submit.arrow-orange:active .text:after,
#email-input-fs .submit-b.arrow-orange:active .text:after,
#local_login_buttons .submit-b.arrow-orange:active .text:after,
#password-fs .submit-b.arrow-orange:active .text:after,
#openid-fs .submit-b.arrow-orange:active .text:after,
.openid-signin input.submit.arrow-orange:active .text:after,
.meta input.submit.arrow-orange:active .text:after,
.users-page input.submit.arrow-orange:active .text:after,
.user-profile-edit-page input.submit.arrow-orange:active .text:after,
.user-profile-page input.submit.arrow-orange:active .text:after,
.search-drop-menu .btn.arrow-orange:active .text:after,
.question-page a.submit.arrow-orange:active .text:after,
a.submit.arrow-orange:active .text:after {
  background-image: url('/themes/hoverboard/images/puppet-icons/small-arrow-yellow-active.svg');
}
/* line 1480, ../../sass/custom_style.scss */
button.arrow-gray,
.btn.arrow-gray,
.button.arrow-gray,
input[type="submit"].arrow-gray,
input[type="reset"].arrow-gray,
input[type="button"].arrow-gray,
.follow-toggle.arrow-gray,
.box a.followed.arrow-gray,
.box a.follow.arrow-gray,
.submit.arrow-gray,
.box .inputs #interestingTagAdd.arrow-gray,
.box .inputs #ignoredTagAdd.arrow-gray,
.box .inputs #subscribedTagAdd.arrow-gray,
#fmanswer input.submit.arrow-gray,
.ask-page input.submit.arrow-gray,
.edit-question-page input.submit.arrow-gray,
#email-input-fs .submit-b.arrow-gray,
#local_login_buttons .submit-b.arrow-gray,
#password-fs .submit-b.arrow-gray,
#openid-fs .submit-b.arrow-gray,
.openid-signin input.submit.arrow-gray,
.meta input.submit.arrow-gray,
.users-page input.submit.arrow-gray,
.user-profile-edit-page input.submit.arrow-gray,
.user-profile-page input.submit.arrow-gray,
.search-drop-menu .btn.arrow-gray,
.question-page a.submit.arrow-gray,
a.submit.arrow-gray {
  color: #dedede;
}
/* line 1482, ../../sass/custom_style.scss */
button.arrow-gray .text:after,
.btn.arrow-gray .text:after,
.button.arrow-gray .text:after,
input[type="submit"].arrow-gray .text:after,
input[type="reset"].arrow-gray .text:after,
input[type="button"].arrow-gray .text:after,
.follow-toggle.arrow-gray .text:after,
.box a.followed.arrow-gray .text:after,
.box a.follow.arrow-gray .text:after,
.submit.arrow-gray .text:after,
.box .inputs #interestingTagAdd.arrow-gray .text:after,
.box .inputs #ignoredTagAdd.arrow-gray .text:after,
.box .inputs #subscribedTagAdd.arrow-gray .text:after,
#fmanswer input.submit.arrow-gray .text:after,
.ask-page input.submit.arrow-gray .text:after,
.edit-question-page input.submit.arrow-gray .text:after,
#email-input-fs .submit-b.arrow-gray .text:after,
#local_login_buttons .submit-b.arrow-gray .text:after,
#password-fs .submit-b.arrow-gray .text:after,
#openid-fs .submit-b.arrow-gray .text:after,
.openid-signin input.submit.arrow-gray .text:after,
.meta input.submit.arrow-gray .text:after,
.users-page input.submit.arrow-gray .text:after,
.user-profile-edit-page input.submit.arrow-gray .text:after,
.user-profile-page input.submit.arrow-gray .text:after,
.search-drop-menu .btn.arrow-gray .text:after,
.question-page a.submit.arrow-gray .text:after,
a.submit.arrow-gray .text:after {
  background-image: url('/themes/hoverboard/images/puppet-icons/small-arrow-gray.svg');
}
/* line 1485, ../../sass/custom_style.scss */
button.arrow-gray:hover,
.btn.arrow-gray:hover,
.button.arrow-gray:hover,
input[type="submit"].arrow-gray:hover,
input[type="reset"].arrow-gray:hover,
input[type="button"].arrow-gray:hover,
.follow-toggle.arrow-gray:hover,
.box a.followed.arrow-gray:hover,
.box a.follow.arrow-gray:hover,
.submit.arrow-gray:hover,
.box .inputs #interestingTagAdd.arrow-gray:hover,
.box .inputs #ignoredTagAdd.arrow-gray:hover,
.box .inputs #subscribedTagAdd.arrow-gray:hover,
#fmanswer input.submit.arrow-gray:hover,
.ask-page input.submit.arrow-gray:hover,
.edit-question-page input.submit.arrow-gray:hover,
#email-input-fs .submit-b.arrow-gray:hover,
#local_login_buttons .submit-b.arrow-gray:hover,
#password-fs .submit-b.arrow-gray:hover,
#openid-fs .submit-b.arrow-gray:hover,
.openid-signin input.submit.arrow-gray:hover,
.meta input.submit.arrow-gray:hover,
.users-page input.submit.arrow-gray:hover,
.user-profile-edit-page input.submit.arrow-gray:hover,
.user-profile-page input.submit.arrow-gray:hover,
.search-drop-menu .btn.arrow-gray:hover,
.question-page a.submit.arrow-gray:hover,
a.submit.arrow-gray:hover {
  color: #404040;
}
/* line 1487, ../../sass/custom_style.scss */
button.arrow-gray:hover .text:after,
.btn.arrow-gray:hover .text:after,
.button.arrow-gray:hover .text:after,
input[type="submit"].arrow-gray:hover .text:after,
input[type="reset"].arrow-gray:hover .text:after,
input[type="button"].arrow-gray:hover .text:after,
.follow-toggle.arrow-gray:hover .text:after,
.box a.followed.arrow-gray:hover .text:after,
.box a.follow.arrow-gray:hover .text:after,
.submit.arrow-gray:hover .text:after,
.box .inputs #interestingTagAdd.arrow-gray:hover .text:after,
.box .inputs #ignoredTagAdd.arrow-gray:hover .text:after,
.box .inputs #subscribedTagAdd.arrow-gray:hover .text:after,
#fmanswer input.submit.arrow-gray:hover .text:after,
.ask-page input.submit.arrow-gray:hover .text:after,
.edit-question-page input.submit.arrow-gray:hover .text:after,
#email-input-fs .submit-b.arrow-gray:hover .text:after,
#local_login_buttons .submit-b.arrow-gray:hover .text:after,
#password-fs .submit-b.arrow-gray:hover .text:after,
#openid-fs .submit-b.arrow-gray:hover .text:after,
.openid-signin input.submit.arrow-gray:hover .text:after,
.meta input.submit.arrow-gray:hover .text:after,
.users-page input.submit.arrow-gray:hover .text:after,
.user-profile-edit-page input.submit.arrow-gray:hover .text:after,
.user-profile-page input.submit.arrow-gray:hover .text:after,
.search-drop-menu .btn.arrow-gray:hover .text:after,
.question-page a.submit.arrow-gray:hover .text:after,
a.submit.arrow-gray:hover .text:after {
  background-image: url('/themes/hoverboard/images/puppet-icons/small-arrow-gray-hover.svg');
}
/* line 1491, ../../sass/custom_style.scss */
button.arrow-gray:active,
.btn.arrow-gray:active,
.button.arrow-gray:active,
input[type="submit"].arrow-gray:active,
input[type="reset"].arrow-gray:active,
input[type="button"].arrow-gray:active,
.follow-toggle.arrow-gray:active,
.box a.followed.arrow-gray:active,
.box a.follow.arrow-gray:active,
.submit.arrow-gray:active,
.box .inputs #interestingTagAdd.arrow-gray:active,
.box .inputs #ignoredTagAdd.arrow-gray:active,
.box .inputs #subscribedTagAdd.arrow-gray:active,
#fmanswer input.submit.arrow-gray:active,
.ask-page input.submit.arrow-gray:active,
.edit-question-page input.submit.arrow-gray:active,
#email-input-fs .submit-b.arrow-gray:active,
#local_login_buttons .submit-b.arrow-gray:active,
#password-fs .submit-b.arrow-gray:active,
#openid-fs .submit-b.arrow-gray:active,
.openid-signin input.submit.arrow-gray:active,
.meta input.submit.arrow-gray:active,
.users-page input.submit.arrow-gray:active,
.user-profile-edit-page input.submit.arrow-gray:active,
.user-profile-page input.submit.arrow-gray:active,
.search-drop-menu .btn.arrow-gray:active,
.question-page a.submit.arrow-gray:active,
a.submit.arrow-gray:active {
  color: #666666;
}
/* line 1493, ../../sass/custom_style.scss */
button.arrow-gray:active .text:after,
.btn.arrow-gray:active .text:after,
.button.arrow-gray:active .text:after,
input[type="submit"].arrow-gray:active .text:after,
input[type="reset"].arrow-gray:active .text:after,
input[type="button"].arrow-gray:active .text:after,
.follow-toggle.arrow-gray:active .text:after,
.box a.followed.arrow-gray:active .text:after,
.box a.follow.arrow-gray:active .text:after,
.submit.arrow-gray:active .text:after,
.box .inputs #interestingTagAdd.arrow-gray:active .text:after,
.box .inputs #ignoredTagAdd.arrow-gray:active .text:after,
.box .inputs #subscribedTagAdd.arrow-gray:active .text:after,
#fmanswer input.submit.arrow-gray:active .text:after,
.ask-page input.submit.arrow-gray:active .text:after,
.edit-question-page input.submit.arrow-gray:active .text:after,
#email-input-fs .submit-b.arrow-gray:active .text:after,
#local_login_buttons .submit-b.arrow-gray:active .text:after,
#password-fs .submit-b.arrow-gray:active .text:after,
#openid-fs .submit-b.arrow-gray:active .text:after,
.openid-signin input.submit.arrow-gray:active .text:after,
.meta input.submit.arrow-gray:active .text:after,
.users-page input.submit.arrow-gray:active .text:after,
.user-profile-edit-page input.submit.arrow-gray:active .text:after,
.user-profile-page input.submit.arrow-gray:active .text:after,
.search-drop-menu .btn.arrow-gray:active .text:after,
.question-page a.submit.arrow-gray:active .text:after,
a.submit.arrow-gray:active .text:after {
  background-image: url('/themes/hoverboard/images/puppet-icons/small-arrow-gray-active.svg');
}
/* line 1499, ../../sass/custom_style.scss */
button.solid-orange-on-black,
.btn.solid-orange-on-black,
.button.solid-orange-on-black,
input[type="submit"].solid-orange-on-black,
input[type="reset"].solid-orange-on-black,
input[type="button"].solid-orange-on-black,
.follow-toggle.solid-orange-on-black,
.box a.followed.solid-orange-on-black,
.box a.follow.solid-orange-on-black,
.submit.solid-orange-on-black,
.box .inputs #interestingTagAdd.solid-orange-on-black,
.box .inputs #ignoredTagAdd.solid-orange-on-black,
.box .inputs #subscribedTagAdd.solid-orange-on-black,
#fmanswer input.submit.solid-orange-on-black,
.ask-page input.submit.solid-orange-on-black,
.edit-question-page input.submit.solid-orange-on-black,
#email-input-fs .submit-b.solid-orange-on-black,
#local_login_buttons .submit-b.solid-orange-on-black,
#password-fs .submit-b.solid-orange-on-black,
#openid-fs .submit-b.solid-orange-on-black,
.openid-signin input.submit.solid-orange-on-black,
.meta input.submit.solid-orange-on-black,
.users-page input.submit.solid-orange-on-black,
.user-profile-edit-page input.submit.solid-orange-on-black,
.user-profile-page input.submit.solid-orange-on-black,
.search-drop-menu .btn.solid-orange-on-black,
.question-page a.submit.solid-orange-on-black,
a.submit.solid-orange-on-black {
  color: white;
  border: 2px solid #ffad1a;
  background-color: #ffad1a;
}
/* line 1503, ../../sass/custom_style.scss */
button.solid-orange-on-black:hover,
.btn.solid-orange-on-black:hover,
.button.solid-orange-on-black:hover,
input[type="submit"].solid-orange-on-black:hover,
input[type="reset"].solid-orange-on-black:hover,
input[type="button"].solid-orange-on-black:hover,
.follow-toggle.solid-orange-on-black:hover,
.box a.followed.solid-orange-on-black:hover,
.box a.follow.solid-orange-on-black:hover,
.submit.solid-orange-on-black:hover,
.box .inputs #interestingTagAdd.solid-orange-on-black:hover,
.box .inputs #ignoredTagAdd.solid-orange-on-black:hover,
.box .inputs #subscribedTagAdd.solid-orange-on-black:hover,
#fmanswer input.submit.solid-orange-on-black:hover,
.ask-page input.submit.solid-orange-on-black:hover,
.edit-question-page input.submit.solid-orange-on-black:hover,
#email-input-fs .submit-b.solid-orange-on-black:hover,
#local_login_buttons .submit-b.solid-orange-on-black:hover,
#password-fs .submit-b.solid-orange-on-black:hover,
#openid-fs .submit-b.solid-orange-on-black:hover,
.openid-signin input.submit.solid-orange-on-black:hover,
.meta input.submit.solid-orange-on-black:hover,
.users-page input.submit.solid-orange-on-black:hover,
.user-profile-edit-page input.submit.solid-orange-on-black:hover,
.user-profile-page input.submit.solid-orange-on-black:hover,
.search-drop-menu .btn.solid-orange-on-black:hover,
.question-page a.submit.solid-orange-on-black:hover,
a.submit.solid-orange-on-black:hover {
  border: 2px solid #fec847;
  background-color: #fec847;
}
/* line 1507, ../../sass/custom_style.scss */
button.solid-orange-on-black:active,
.btn.solid-orange-on-black:active,
.button.solid-orange-on-black:active,
input[type="submit"].solid-orange-on-black:active,
input[type="reset"].solid-orange-on-black:active,
input[type="button"].solid-orange-on-black:active,
.follow-toggle.solid-orange-on-black:active,
.box a.followed.solid-orange-on-black:active,
.box a.follow.solid-orange-on-black:active,
.submit.solid-orange-on-black:active,
.box .inputs #interestingTagAdd.solid-orange-on-black:active,
.box .inputs #ignoredTagAdd.solid-orange-on-black:active,
.box .inputs #subscribedTagAdd.solid-orange-on-black:active,
#fmanswer input.submit.solid-orange-on-black:active,
.ask-page input.submit.solid-orange-on-black:active,
.edit-question-page input.submit.solid-orange-on-black:active,
#email-input-fs .submit-b.solid-orange-on-black:active,
#local_login_buttons .submit-b.solid-orange-on-black:active,
#password-fs .submit-b.solid-orange-on-black:active,
#openid-fs .submit-b.solid-orange-on-black:active,
.openid-signin input.submit.solid-orange-on-black:active,
.meta input.submit.solid-orange-on-black:active,
.users-page input.submit.solid-orange-on-black:active,
.user-profile-edit-page input.submit.solid-orange-on-black:active,
.user-profile-page input.submit.solid-orange-on-black:active,
.search-drop-menu .btn.solid-orange-on-black:active,
.question-page a.submit.solid-orange-on-black:active,
a.submit.solid-orange-on-black:active {
  border: 2px solid #fed776;
  background-color: #fed776;
}
/* line 1513, ../../sass/custom_style.scss */
button.outline-white-on-black,
.btn.outline-white-on-black,
.button.outline-white-on-black,
input[type="submit"].outline-white-on-black,
input[type="reset"].outline-white-on-black,
input[type="button"].outline-white-on-black,
.follow-toggle.outline-white-on-black,
.box a.followed.outline-white-on-black,
.box a.follow.outline-white-on-black,
.submit.outline-white-on-black,
.box .inputs #interestingTagAdd.outline-white-on-black,
.box .inputs #ignoredTagAdd.outline-white-on-black,
.box .inputs #subscribedTagAdd.outline-white-on-black,
#fmanswer input.submit.outline-white-on-black,
.ask-page input.submit.outline-white-on-black,
.edit-question-page input.submit.outline-white-on-black,
#email-input-fs .submit-b.outline-white-on-black,
#local_login_buttons .submit-b.outline-white-on-black,
#password-fs .submit-b.outline-white-on-black,
#openid-fs .submit-b.outline-white-on-black,
.openid-signin input.submit.outline-white-on-black,
.meta input.submit.outline-white-on-black,
.users-page input.submit.outline-white-on-black,
.user-profile-edit-page input.submit.outline-white-on-black,
.user-profile-page input.submit.outline-white-on-black,
.search-drop-menu .btn.outline-white-on-black,
.question-page a.submit.outline-white-on-black,
a.submit.outline-white-on-black {
  color: white;
  border: 2px solid white;
  background-color: #222222;
}
/* line 1517, ../../sass/custom_style.scss */
button.outline-white-on-black:hover,
.btn.outline-white-on-black:hover,
.button.outline-white-on-black:hover,
input[type="submit"].outline-white-on-black:hover,
input[type="reset"].outline-white-on-black:hover,
input[type="button"].outline-white-on-black:hover,
.follow-toggle.outline-white-on-black:hover,
.box a.followed.outline-white-on-black:hover,
.box a.follow.outline-white-on-black:hover,
.submit.outline-white-on-black:hover,
.box .inputs #interestingTagAdd.outline-white-on-black:hover,
.box .inputs #ignoredTagAdd.outline-white-on-black:hover,
.box .inputs #subscribedTagAdd.outline-white-on-black:hover,
#fmanswer input.submit.outline-white-on-black:hover,
.ask-page input.submit.outline-white-on-black:hover,
.edit-question-page input.submit.outline-white-on-black:hover,
#email-input-fs .submit-b.outline-white-on-black:hover,
#local_login_buttons .submit-b.outline-white-on-black:hover,
#password-fs .submit-b.outline-white-on-black:hover,
#openid-fs .submit-b.outline-white-on-black:hover,
.openid-signin input.submit.outline-white-on-black:hover,
.meta input.submit.outline-white-on-black:hover,
.users-page input.submit.outline-white-on-black:hover,
.user-profile-edit-page input.submit.outline-white-on-black:hover,
.user-profile-page input.submit.outline-white-on-black:hover,
.search-drop-menu .btn.outline-white-on-black:hover,
.question-page a.submit.outline-white-on-black:hover,
a.submit.outline-white-on-black:hover {
  background-color: #404040;
}
/* line 1520, ../../sass/custom_style.scss */
button.outline-white-on-black:active,
.btn.outline-white-on-black:active,
.button.outline-white-on-black:active,
input[type="submit"].outline-white-on-black:active,
input[type="reset"].outline-white-on-black:active,
input[type="button"].outline-white-on-black:active,
.follow-toggle.outline-white-on-black:active,
.box a.followed.outline-white-on-black:active,
.box a.follow.outline-white-on-black:active,
.submit.outline-white-on-black:active,
.box .inputs #interestingTagAdd.outline-white-on-black:active,
.box .inputs #ignoredTagAdd.outline-white-on-black:active,
.box .inputs #subscribedTagAdd.outline-white-on-black:active,
#fmanswer input.submit.outline-white-on-black:active,
.ask-page input.submit.outline-white-on-black:active,
.edit-question-page input.submit.outline-white-on-black:active,
#email-input-fs .submit-b.outline-white-on-black:active,
#local_login_buttons .submit-b.outline-white-on-black:active,
#password-fs .submit-b.outline-white-on-black:active,
#openid-fs .submit-b.outline-white-on-black:active,
.openid-signin input.submit.outline-white-on-black:active,
.meta input.submit.outline-white-on-black:active,
.users-page input.submit.outline-white-on-black:active,
.user-profile-edit-page input.submit.outline-white-on-black:active,
.user-profile-page input.submit.outline-white-on-black:active,
.search-drop-menu .btn.outline-white-on-black:active,
.question-page a.submit.outline-white-on-black:active,
a.submit.outline-white-on-black:active {
  background-color: #666666;
}
/* line 1525, ../../sass/custom_style.scss */
button.solid-white-on-orange,
.btn.solid-white-on-orange,
.button.solid-white-on-orange,
input[type="submit"].solid-white-on-orange,
input[type="reset"].solid-white-on-orange,
input[type="button"].solid-white-on-orange,
.follow-toggle.solid-white-on-orange,
.box a.followed.solid-white-on-orange,
.box a.follow.solid-white-on-orange,
.submit.solid-white-on-orange,
.box .inputs #interestingTagAdd.solid-white-on-orange,
.box .inputs #ignoredTagAdd.solid-white-on-orange,
.box .inputs #subscribedTagAdd.solid-white-on-orange,
#fmanswer input.submit.solid-white-on-orange,
.ask-page input.submit.solid-white-on-orange,
.edit-question-page input.submit.solid-white-on-orange,
#email-input-fs .submit-b.solid-white-on-orange,
#local_login_buttons .submit-b.solid-white-on-orange,
#password-fs .submit-b.solid-white-on-orange,
#openid-fs .submit-b.solid-white-on-orange,
.openid-signin input.submit.solid-white-on-orange,
.meta input.submit.solid-white-on-orange,
.users-page input.submit.solid-white-on-orange,
.user-profile-edit-page input.submit.solid-white-on-orange,
.user-profile-page input.submit.solid-white-on-orange,
.search-drop-menu .btn.solid-white-on-orange,
.question-page a.submit.solid-white-on-orange,
a.submit.solid-white-on-orange {
  color: #ffad1a;
  border: 2px solid white;
  background-color: white;
}
/* line 1529, ../../sass/custom_style.scss */
button.solid-white-on-orange:hover,
.btn.solid-white-on-orange:hover,
.button.solid-white-on-orange:hover,
input[type="submit"].solid-white-on-orange:hover,
input[type="reset"].solid-white-on-orange:hover,
input[type="button"].solid-white-on-orange:hover,
.follow-toggle.solid-white-on-orange:hover,
.box a.followed.solid-white-on-orange:hover,
.box a.follow.solid-white-on-orange:hover,
.submit.solid-white-on-orange:hover,
.box .inputs #interestingTagAdd.solid-white-on-orange:hover,
.box .inputs #ignoredTagAdd.solid-white-on-orange:hover,
.box .inputs #subscribedTagAdd.solid-white-on-orange:hover,
#fmanswer input.submit.solid-white-on-orange:hover,
.ask-page input.submit.solid-white-on-orange:hover,
.edit-question-page input.submit.solid-white-on-orange:hover,
#email-input-fs .submit-b.solid-white-on-orange:hover,
#local_login_buttons .submit-b.solid-white-on-orange:hover,
#password-fs .submit-b.solid-white-on-orange:hover,
#openid-fs .submit-b.solid-white-on-orange:hover,
.openid-signin input.submit.solid-white-on-orange:hover,
.meta input.submit.solid-white-on-orange:hover,
.users-page input.submit.solid-white-on-orange:hover,
.user-profile-edit-page input.submit.solid-white-on-orange:hover,
.user-profile-page input.submit.solid-white-on-orange:hover,
.search-drop-menu .btn.solid-white-on-orange:hover,
.question-page a.submit.solid-white-on-orange:hover,
a.submit.solid-white-on-orange:hover {
  border: 2px solid #fff2d5;
  background-color: #fff2d5;
}
/* line 1533, ../../sass/custom_style.scss */
button.solid-white-on-orange:active,
.btn.solid-white-on-orange:active,
.button.solid-white-on-orange:active,
input[type="submit"].solid-white-on-orange:active,
input[type="reset"].solid-white-on-orange:active,
input[type="button"].solid-white-on-orange:active,
.follow-toggle.solid-white-on-orange:active,
.box a.followed.solid-white-on-orange:active,
.box a.follow.solid-white-on-orange:active,
.submit.solid-white-on-orange:active,
.box .inputs #interestingTagAdd.solid-white-on-orange:active,
.box .inputs #ignoredTagAdd.solid-white-on-orange:active,
.box .inputs #subscribedTagAdd.solid-white-on-orange:active,
#fmanswer input.submit.solid-white-on-orange:active,
.ask-page input.submit.solid-white-on-orange:active,
.edit-question-page input.submit.solid-white-on-orange:active,
#email-input-fs .submit-b.solid-white-on-orange:active,
#local_login_buttons .submit-b.solid-white-on-orange:active,
#password-fs .submit-b.solid-white-on-orange:active,
#openid-fs .submit-b.solid-white-on-orange:active,
.openid-signin input.submit.solid-white-on-orange:active,
.meta input.submit.solid-white-on-orange:active,
.users-page input.submit.solid-white-on-orange:active,
.user-profile-edit-page input.submit.solid-white-on-orange:active,
.user-profile-page input.submit.solid-white-on-orange:active,
.search-drop-menu .btn.solid-white-on-orange:active,
.question-page a.submit.solid-white-on-orange:active,
a.submit.solid-white-on-orange:active {
  border: 2px solid #fee6a9;
  background-color: #fee6a9;
}
/* line 1539, ../../sass/custom_style.scss */
button.outline-white-on-orange,
.btn.outline-white-on-orange,
.button.outline-white-on-orange,
input[type="submit"].outline-white-on-orange,
input[type="reset"].outline-white-on-orange,
input[type="button"].outline-white-on-orange,
.follow-toggle.outline-white-on-orange,
.box a.followed.outline-white-on-orange,
.box a.follow.outline-white-on-orange,
.submit.outline-white-on-orange,
.box .inputs #interestingTagAdd.outline-white-on-orange,
.box .inputs #ignoredTagAdd.outline-white-on-orange,
.box .inputs #subscribedTagAdd.outline-white-on-orange,
#fmanswer input.submit.outline-white-on-orange,
.ask-page input.submit.outline-white-on-orange,
.edit-question-page input.submit.outline-white-on-orange,
#email-input-fs .submit-b.outline-white-on-orange,
#local_login_buttons .submit-b.outline-white-on-orange,
#password-fs .submit-b.outline-white-on-orange,
#openid-fs .submit-b.outline-white-on-orange,
.openid-signin input.submit.outline-white-on-orange,
.meta input.submit.outline-white-on-orange,
.users-page input.submit.outline-white-on-orange,
.user-profile-edit-page input.submit.outline-white-on-orange,
.user-profile-page input.submit.outline-white-on-orange,
.search-drop-menu .btn.outline-white-on-orange,
.question-page a.submit.outline-white-on-orange,
a.submit.outline-white-on-orange {
  color: white;
  border: 2px solid white;
  background-color: #ffad1a;
}
/* line 1543, ../../sass/custom_style.scss */
button.outline-white-on-orange:hover,
.btn.outline-white-on-orange:hover,
.button.outline-white-on-orange:hover,
input[type="submit"].outline-white-on-orange:hover,
input[type="reset"].outline-white-on-orange:hover,
input[type="button"].outline-white-on-orange:hover,
.follow-toggle.outline-white-on-orange:hover,
.box a.followed.outline-white-on-orange:hover,
.box a.follow.outline-white-on-orange:hover,
.submit.outline-white-on-orange:hover,
.box .inputs #interestingTagAdd.outline-white-on-orange:hover,
.box .inputs #ignoredTagAdd.outline-white-on-orange:hover,
.box .inputs #subscribedTagAdd.outline-white-on-orange:hover,
#fmanswer input.submit.outline-white-on-orange:hover,
.ask-page input.submit.outline-white-on-orange:hover,
.edit-question-page input.submit.outline-white-on-orange:hover,
#email-input-fs .submit-b.outline-white-on-orange:hover,
#local_login_buttons .submit-b.outline-white-on-orange:hover,
#password-fs .submit-b.outline-white-on-orange:hover,
#openid-fs .submit-b.outline-white-on-orange:hover,
.openid-signin input.submit.outline-white-on-orange:hover,
.meta input.submit.outline-white-on-orange:hover,
.users-page input.submit.outline-white-on-orange:hover,
.user-profile-edit-page input.submit.outline-white-on-orange:hover,
.user-profile-page input.submit.outline-white-on-orange:hover,
.search-drop-menu .btn.outline-white-on-orange:hover,
.question-page a.submit.outline-white-on-orange:hover,
a.submit.outline-white-on-orange:hover {
  background-color: #fdbb4e;
}
/* line 1546, ../../sass/custom_style.scss */
button.outline-white-on-orange:active,
.btn.outline-white-on-orange:active,
.button.outline-white-on-orange:active,
input[type="submit"].outline-white-on-orange:active,
input[type="reset"].outline-white-on-orange:active,
input[type="button"].outline-white-on-orange:active,
.follow-toggle.outline-white-on-orange:active,
.box a.followed.outline-white-on-orange:active,
.box a.follow.outline-white-on-orange:active,
.submit.outline-white-on-orange:active,
.box .inputs #interestingTagAdd.outline-white-on-orange:active,
.box .inputs #ignoredTagAdd.outline-white-on-orange:active,
.box .inputs #subscribedTagAdd.outline-white-on-orange:active,
#fmanswer input.submit.outline-white-on-orange:active,
.ask-page input.submit.outline-white-on-orange:active,
.edit-question-page input.submit.outline-white-on-orange:active,
#email-input-fs .submit-b.outline-white-on-orange:active,
#local_login_buttons .submit-b.outline-white-on-orange:active,
#password-fs .submit-b.outline-white-on-orange:active,
#openid-fs .submit-b.outline-white-on-orange:active,
.openid-signin input.submit.outline-white-on-orange:active,
.meta input.submit.outline-white-on-orange:active,
.users-page input.submit.outline-white-on-orange:active,
.user-profile-edit-page input.submit.outline-white-on-orange:active,
.user-profile-page input.submit.outline-white-on-orange:active,
.search-drop-menu .btn.outline-white-on-orange:active,
.question-page a.submit.outline-white-on-orange:active,
a.submit.outline-white-on-orange:active {
  background-color: #fece7e;
}
/* line 1551, ../../sass/custom_style.scss */
button.solid-orange-on-white,
.btn.solid-orange-on-white,
.button.solid-orange-on-white,
input[type="submit"].solid-orange-on-white,
input[type="reset"].solid-orange-on-white,
input[type="button"].solid-orange-on-white,
.follow-toggle.solid-orange-on-white,
.box a.followed.solid-orange-on-white,
.box a.follow.solid-orange-on-white,
.submit.solid-orange-on-white,
.box .inputs #interestingTagAdd.solid-orange-on-white,
.box .inputs #ignoredTagAdd.solid-orange-on-white,
.box .inputs #subscribedTagAdd.solid-orange-on-white,
#fmanswer input.submit.solid-orange-on-white,
.ask-page input.submit.solid-orange-on-white,
.edit-question-page input.submit.solid-orange-on-white,
#email-input-fs .submit-b.solid-orange-on-white,
#local_login_buttons .submit-b.solid-orange-on-white,
#password-fs .submit-b.solid-orange-on-white,
#openid-fs .submit-b.solid-orange-on-white,
.openid-signin input.submit.solid-orange-on-white,
.meta input.submit.solid-orange-on-white,
.users-page input.submit.solid-orange-on-white,
.user-profile-edit-page input.submit.solid-orange-on-white,
.user-profile-page input.submit.solid-orange-on-white,
.search-drop-menu .btn.solid-orange-on-white,
.question-page a.submit.solid-orange-on-white,
a.submit.solid-orange-on-white {
  color: white;
  border: 2px solid #ffad1a;
  background-color: #ffad1a;
}
/* line 1555, ../../sass/custom_style.scss */
button.solid-orange-on-white:hover,
.btn.solid-orange-on-white:hover,
.button.solid-orange-on-white:hover,
input[type="submit"].solid-orange-on-white:hover,
input[type="reset"].solid-orange-on-white:hover,
input[type="button"].solid-orange-on-white:hover,
.follow-toggle.solid-orange-on-white:hover,
.box a.followed.solid-orange-on-white:hover,
.box a.follow.solid-orange-on-white:hover,
.submit.solid-orange-on-white:hover,
.box .inputs #interestingTagAdd.solid-orange-on-white:hover,
.box .inputs #ignoredTagAdd.solid-orange-on-white:hover,
.box .inputs #subscribedTagAdd.solid-orange-on-white:hover,
#fmanswer input.submit.solid-orange-on-white:hover,
.ask-page input.submit.solid-orange-on-white:hover,
.edit-question-page input.submit.solid-orange-on-white:hover,
#email-input-fs .submit-b.solid-orange-on-white:hover,
#local_login_buttons .submit-b.solid-orange-on-white:hover,
#password-fs .submit-b.solid-orange-on-white:hover,
#openid-fs .submit-b.solid-orange-on-white:hover,
.openid-signin input.submit.solid-orange-on-white:hover,
.meta input.submit.solid-orange-on-white:hover,
.users-page input.submit.solid-orange-on-white:hover,
.user-profile-edit-page input.submit.solid-orange-on-white:hover,
.user-profile-page input.submit.solid-orange-on-white:hover,
.search-drop-menu .btn.solid-orange-on-white:hover,
.question-page a.submit.solid-orange-on-white:hover,
a.submit.solid-orange-on-white:hover {
  border: 2px solid #fec847;
  background-color: #fec847;
}
/* line 1559, ../../sass/custom_style.scss */
button.solid-orange-on-white:active,
.btn.solid-orange-on-white:active,
.button.solid-orange-on-white:active,
input[type="submit"].solid-orange-on-white:active,
input[type="reset"].solid-orange-on-white:active,
input[type="button"].solid-orange-on-white:active,
.follow-toggle.solid-orange-on-white:active,
.box a.followed.solid-orange-on-white:active,
.box a.follow.solid-orange-on-white:active,
.submit.solid-orange-on-white:active,
.box .inputs #interestingTagAdd.solid-orange-on-white:active,
.box .inputs #ignoredTagAdd.solid-orange-on-white:active,
.box .inputs #subscribedTagAdd.solid-orange-on-white:active,
#fmanswer input.submit.solid-orange-on-white:active,
.ask-page input.submit.solid-orange-on-white:active,
.edit-question-page input.submit.solid-orange-on-white:active,
#email-input-fs .submit-b.solid-orange-on-white:active,
#local_login_buttons .submit-b.solid-orange-on-white:active,
#password-fs .submit-b.solid-orange-on-white:active,
#openid-fs .submit-b.solid-orange-on-white:active,
.openid-signin input.submit.solid-orange-on-white:active,
.meta input.submit.solid-orange-on-white:active,
.users-page input.submit.solid-orange-on-white:active,
.user-profile-edit-page input.submit.solid-orange-on-white:active,
.user-profile-page input.submit.solid-orange-on-white:active,
.search-drop-menu .btn.solid-orange-on-white:active,
.question-page a.submit.solid-orange-on-white:active,
a.submit.solid-orange-on-white:active {
  border: 2px solid #fed776;
  background-color: #fed776;
}
/* line 1565, ../../sass/custom_style.scss */
button.outline-black-on-white,
.btn.outline-black-on-white,
.button.outline-black-on-white,
input[type="submit"].outline-black-on-white,
input[type="reset"].outline-black-on-white,
input[type="button"].outline-black-on-white,
.follow-toggle.outline-black-on-white,
.box a.followed.outline-black-on-white,
.box a.follow.outline-black-on-white,
.submit.outline-black-on-white,
.box .inputs #interestingTagAdd.outline-black-on-white,
.box .inputs #ignoredTagAdd.outline-black-on-white,
.box .inputs #subscribedTagAdd.outline-black-on-white,
#fmanswer input.submit.outline-black-on-white,
.ask-page input.submit.outline-black-on-white,
.edit-question-page input.submit.outline-black-on-white,
#email-input-fs .submit-b.outline-black-on-white,
#local_login_buttons .submit-b.outline-black-on-white,
#password-fs .submit-b.outline-black-on-white,
#openid-fs .submit-b.outline-black-on-white,
.openid-signin input.submit.outline-black-on-white,
.meta input.submit.outline-black-on-white,
.users-page input.submit.outline-black-on-white,
.user-profile-edit-page input.submit.outline-black-on-white,
.user-profile-page input.submit.outline-black-on-white,
.search-drop-menu .btn.outline-black-on-white,
.question-page a.submit.outline-black-on-white,
a.submit.outline-black-on-white {
  color: #222222;
  border: 2px solid #222222;
  background-color: white;
}
/* line 1569, ../../sass/custom_style.scss */
button.outline-black-on-white:hover,
.btn.outline-black-on-white:hover,
.button.outline-black-on-white:hover,
input[type="submit"].outline-black-on-white:hover,
input[type="reset"].outline-black-on-white:hover,
input[type="button"].outline-black-on-white:hover,
.follow-toggle.outline-black-on-white:hover,
.box a.followed.outline-black-on-white:hover,
.box a.follow.outline-black-on-white:hover,
.submit.outline-black-on-white:hover,
.box .inputs #interestingTagAdd.outline-black-on-white:hover,
.box .inputs #ignoredTagAdd.outline-black-on-white:hover,
.box .inputs #subscribedTagAdd.outline-black-on-white:hover,
#fmanswer input.submit.outline-black-on-white:hover,
.ask-page input.submit.outline-black-on-white:hover,
.edit-question-page input.submit.outline-black-on-white:hover,
#email-input-fs .submit-b.outline-black-on-white:hover,
#local_login_buttons .submit-b.outline-black-on-white:hover,
#password-fs .submit-b.outline-black-on-white:hover,
#openid-fs .submit-b.outline-black-on-white:hover,
.openid-signin input.submit.outline-black-on-white:hover,
.meta input.submit.outline-black-on-white:hover,
.users-page input.submit.outline-black-on-white:hover,
.user-profile-edit-page input.submit.outline-black-on-white:hover,
.user-profile-page input.submit.outline-black-on-white:hover,
.search-drop-menu .btn.outline-black-on-white:hover,
.question-page a.submit.outline-black-on-white:hover,
a.submit.outline-black-on-white:hover {
  background-color: #f2f2f2;
}
/* line 1572, ../../sass/custom_style.scss */
button.outline-black-on-white:active,
.btn.outline-black-on-white:active,
.button.outline-black-on-white:active,
input[type="submit"].outline-black-on-white:active,
input[type="reset"].outline-black-on-white:active,
input[type="button"].outline-black-on-white:active,
.follow-toggle.outline-black-on-white:active,
.box a.followed.outline-black-on-white:active,
.box a.follow.outline-black-on-white:active,
.submit.outline-black-on-white:active,
.box .inputs #interestingTagAdd.outline-black-on-white:active,
.box .inputs #ignoredTagAdd.outline-black-on-white:active,
.box .inputs #subscribedTagAdd.outline-black-on-white:active,
#fmanswer input.submit.outline-black-on-white:active,
.ask-page input.submit.outline-black-on-white:active,
.edit-question-page input.submit.outline-black-on-white:active,
#email-input-fs .submit-b.outline-black-on-white:active,
#local_login_buttons .submit-b.outline-black-on-white:active,
#password-fs .submit-b.outline-black-on-white:active,
#openid-fs .submit-b.outline-black-on-white:active,
.openid-signin input.submit.outline-black-on-white:active,
.meta input.submit.outline-black-on-white:active,
.users-page input.submit.outline-black-on-white:active,
.user-profile-edit-page input.submit.outline-black-on-white:active,
.user-profile-page input.submit.outline-black-on-white:active,
.search-drop-menu .btn.outline-black-on-white:active,
.question-page a.submit.outline-black-on-white:active,
a.submit.outline-black-on-white:active {
  background-color: #d8d8d8;
}
/* line 1577, ../../sass/custom_style.scss */
button.outline-orange-on-white,
.btn.outline-orange-on-white,
.button.outline-orange-on-white,
input[type="submit"].outline-orange-on-white,
input[type="reset"].outline-orange-on-white,
input[type="button"].outline-orange-on-white,
.follow-toggle.outline-orange-on-white,
.box a.followed.outline-orange-on-white,
.box a.follow.outline-orange-on-white,
.submit.outline-orange-on-white,
.box .inputs #interestingTagAdd.outline-orange-on-white,
.box .inputs #ignoredTagAdd.outline-orange-on-white,
.box .inputs #subscribedTagAdd.outline-orange-on-white,
#fmanswer input.submit.outline-orange-on-white,
.ask-page input.submit.outline-orange-on-white,
.edit-question-page input.submit.outline-orange-on-white,
#email-input-fs .submit-b.outline-orange-on-white,
#local_login_buttons .submit-b.outline-orange-on-white,
#password-fs .submit-b.outline-orange-on-white,
#openid-fs .submit-b.outline-orange-on-white,
.openid-signin input.submit.outline-orange-on-white,
.meta input.submit.outline-orange-on-white,
.users-page input.submit.outline-orange-on-white,
.user-profile-edit-page input.submit.outline-orange-on-white,
.user-profile-page input.submit.outline-orange-on-white,
.search-drop-menu .btn.outline-orange-on-white,
.question-page a.submit.outline-orange-on-white,
a.submit.outline-orange-on-white {
  color: #ffad1a;
  border: 2px solid #ffad1a;
  background-color: white;
}
/* line 1581, ../../sass/custom_style.scss */
button.outline-orange-on-white:hover,
.btn.outline-orange-on-white:hover,
.button.outline-orange-on-white:hover,
input[type="submit"].outline-orange-on-white:hover,
input[type="reset"].outline-orange-on-white:hover,
input[type="button"].outline-orange-on-white:hover,
.follow-toggle.outline-orange-on-white:hover,
.box a.followed.outline-orange-on-white:hover,
.box a.follow.outline-orange-on-white:hover,
.submit.outline-orange-on-white:hover,
.box .inputs #interestingTagAdd.outline-orange-on-white:hover,
.box .inputs #ignoredTagAdd.outline-orange-on-white:hover,
.box .inputs #subscribedTagAdd.outline-orange-on-white:hover,
#fmanswer input.submit.outline-orange-on-white:hover,
.ask-page input.submit.outline-orange-on-white:hover,
.edit-question-page input.submit.outline-orange-on-white:hover,
#email-input-fs .submit-b.outline-orange-on-white:hover,
#local_login_buttons .submit-b.outline-orange-on-white:hover,
#password-fs .submit-b.outline-orange-on-white:hover,
#openid-fs .submit-b.outline-orange-on-white:hover,
.openid-signin input.submit.outline-orange-on-white:hover,
.meta input.submit.outline-orange-on-white:hover,
.users-page input.submit.outline-orange-on-white:hover,
.user-profile-edit-page input.submit.outline-orange-on-white:hover,
.user-profile-page input.submit.outline-orange-on-white:hover,
.search-drop-menu .btn.outline-orange-on-white:hover,
.question-page a.submit.outline-orange-on-white:hover,
a.submit.outline-orange-on-white:hover {
  background-color: #fff2d2;
}
/* line 1584, ../../sass/custom_style.scss */
button.outline-orange-on-white:active,
.btn.outline-orange-on-white:active,
.button.outline-orange-on-white:active,
input[type="submit"].outline-orange-on-white:active,
input[type="reset"].outline-orange-on-white:active,
input[type="button"].outline-orange-on-white:active,
.follow-toggle.outline-orange-on-white:active,
.box a.followed.outline-orange-on-white:active,
.box a.follow.outline-orange-on-white:active,
.submit.outline-orange-on-white:active,
.box .inputs #interestingTagAdd.outline-orange-on-white:active,
.box .inputs #ignoredTagAdd.outline-orange-on-white:active,
.box .inputs #subscribedTagAdd.outline-orange-on-white:active,
#fmanswer input.submit.outline-orange-on-white:active,
.ask-page input.submit.outline-orange-on-white:active,
.edit-question-page input.submit.outline-orange-on-white:active,
#email-input-fs .submit-b.outline-orange-on-white:active,
#local_login_buttons .submit-b.outline-orange-on-white:active,
#password-fs .submit-b.outline-orange-on-white:active,
#openid-fs .submit-b.outline-orange-on-white:active,
.openid-signin input.submit.outline-orange-on-white:active,
.meta input.submit.outline-orange-on-white:active,
.users-page input.submit.outline-orange-on-white:active,
.user-profile-edit-page input.submit.outline-orange-on-white:active,
.user-profile-page input.submit.outline-orange-on-white:active,
.search-drop-menu .btn.outline-orange-on-white:active,
.question-page a.submit.outline-orange-on-white:active,
a.submit.outline-orange-on-white:active {
  background-color: #fee4a2;
}
/* line 1589, ../../sass/custom_style.scss */
button.outline-white-transparent,
.btn.outline-white-transparent,
.button.outline-white-transparent,
input[type="submit"].outline-white-transparent,
input[type="reset"].outline-white-transparent,
input[type="button"].outline-white-transparent,
.follow-toggle.outline-white-transparent,
.box a.followed.outline-white-transparent,
.box a.follow.outline-white-transparent,
.submit.outline-white-transparent,
.box .inputs #interestingTagAdd.outline-white-transparent,
.box .inputs #ignoredTagAdd.outline-white-transparent,
.box .inputs #subscribedTagAdd.outline-white-transparent,
#fmanswer input.submit.outline-white-transparent,
.ask-page input.submit.outline-white-transparent,
.edit-question-page input.submit.outline-white-transparent,
#email-input-fs .submit-b.outline-white-transparent,
#local_login_buttons .submit-b.outline-white-transparent,
#password-fs .submit-b.outline-white-transparent,
#openid-fs .submit-b.outline-white-transparent,
.openid-signin input.submit.outline-white-transparent,
.meta input.submit.outline-white-transparent,
.users-page input.submit.outline-white-transparent,
.user-profile-edit-page input.submit.outline-white-transparent,
.user-profile-page input.submit.outline-white-transparent,
.search-drop-menu .btn.outline-white-transparent,
.question-page a.submit.outline-white-transparent,
a.submit.outline-white-transparent {
  color: white;
  border: 2px solid white;
  background-color: transparent;
}
/* line 1593, ../../sass/custom_style.scss */
button.outline-white-transparent:hover,
.btn.outline-white-transparent:hover,
.button.outline-white-transparent:hover,
input[type="submit"].outline-white-transparent:hover,
input[type="reset"].outline-white-transparent:hover,
input[type="button"].outline-white-transparent:hover,
.follow-toggle.outline-white-transparent:hover,
.box a.followed.outline-white-transparent:hover,
.box a.follow.outline-white-transparent:hover,
.submit.outline-white-transparent:hover,
.box .inputs #interestingTagAdd.outline-white-transparent:hover,
.box .inputs #ignoredTagAdd.outline-white-transparent:hover,
.box .inputs #subscribedTagAdd.outline-white-transparent:hover,
#fmanswer input.submit.outline-white-transparent:hover,
.ask-page input.submit.outline-white-transparent:hover,
.edit-question-page input.submit.outline-white-transparent:hover,
#email-input-fs .submit-b.outline-white-transparent:hover,
#local_login_buttons .submit-b.outline-white-transparent:hover,
#password-fs .submit-b.outline-white-transparent:hover,
#openid-fs .submit-b.outline-white-transparent:hover,
.openid-signin input.submit.outline-white-transparent:hover,
.meta input.submit.outline-white-transparent:hover,
.users-page input.submit.outline-white-transparent:hover,
.user-profile-edit-page input.submit.outline-white-transparent:hover,
.user-profile-page input.submit.outline-white-transparent:hover,
.search-drop-menu .btn.outline-white-transparent:hover,
.question-page a.submit.outline-white-transparent:hover,
a.submit.outline-white-transparent:hover {
  background-color: rgba(64, 64, 64, 0.5);
}
/* line 1596, ../../sass/custom_style.scss */
button.outline-white-transparent:active,
.btn.outline-white-transparent:active,
.button.outline-white-transparent:active,
input[type="submit"].outline-white-transparent:active,
input[type="reset"].outline-white-transparent:active,
input[type="button"].outline-white-transparent:active,
.follow-toggle.outline-white-transparent:active,
.box a.followed.outline-white-transparent:active,
.box a.follow.outline-white-transparent:active,
.submit.outline-white-transparent:active,
.box .inputs #interestingTagAdd.outline-white-transparent:active,
.box .inputs #ignoredTagAdd.outline-white-transparent:active,
.box .inputs #subscribedTagAdd.outline-white-transparent:active,
#fmanswer input.submit.outline-white-transparent:active,
.ask-page input.submit.outline-white-transparent:active,
.edit-question-page input.submit.outline-white-transparent:active,
#email-input-fs .submit-b.outline-white-transparent:active,
#local_login_buttons .submit-b.outline-white-transparent:active,
#password-fs .submit-b.outline-white-transparent:active,
#openid-fs .submit-b.outline-white-transparent:active,
.openid-signin input.submit.outline-white-transparent:active,
.meta input.submit.outline-white-transparent:active,
.users-page input.submit.outline-white-transparent:active,
.user-profile-edit-page input.submit.outline-white-transparent:active,
.user-profile-page input.submit.outline-white-transparent:active,
.search-drop-menu .btn.outline-white-transparent:active,
.question-page a.submit.outline-white-transparent:active,
a.submit.outline-white-transparent:active {
  background-color: rgba(102, 102, 102, 0.5);
}
/* line 1601, ../../sass/custom_style.scss */
button.outline-black-transparent,
.btn.outline-black-transparent,
.button.outline-black-transparent,
input[type="submit"].outline-black-transparent,
input[type="reset"].outline-black-transparent,
input[type="button"].outline-black-transparent,
.follow-toggle.outline-black-transparent,
.box a.followed.outline-black-transparent,
.box a.follow.outline-black-transparent,
.submit.outline-black-transparent,
.box .inputs #interestingTagAdd.outline-black-transparent,
.box .inputs #ignoredTagAdd.outline-black-transparent,
.box .inputs #subscribedTagAdd.outline-black-transparent,
#fmanswer input.submit.outline-black-transparent,
.ask-page input.submit.outline-black-transparent,
.edit-question-page input.submit.outline-black-transparent,
#email-input-fs .submit-b.outline-black-transparent,
#local_login_buttons .submit-b.outline-black-transparent,
#password-fs .submit-b.outline-black-transparent,
#openid-fs .submit-b.outline-black-transparent,
.openid-signin input.submit.outline-black-transparent,
.meta input.submit.outline-black-transparent,
.users-page input.submit.outline-black-transparent,
.user-profile-edit-page input.submit.outline-black-transparent,
.user-profile-page input.submit.outline-black-transparent,
.search-drop-menu .btn.outline-black-transparent,
.question-page a.submit.outline-black-transparent,
a.submit.outline-black-transparent {
  color: #222222;
  border: 2px solid #222222;
  background-color: transparent;
}
/* line 1605, ../../sass/custom_style.scss */
button.outline-black-transparent:hover,
.btn.outline-black-transparent:hover,
.button.outline-black-transparent:hover,
input[type="submit"].outline-black-transparent:hover,
input[type="reset"].outline-black-transparent:hover,
input[type="button"].outline-black-transparent:hover,
.follow-toggle.outline-black-transparent:hover,
.box a.followed.outline-black-transparent:hover,
.box a.follow.outline-black-transparent:hover,
.submit.outline-black-transparent:hover,
.box .inputs #interestingTagAdd.outline-black-transparent:hover,
.box .inputs #ignoredTagAdd.outline-black-transparent:hover,
.box .inputs #subscribedTagAdd.outline-black-transparent:hover,
#fmanswer input.submit.outline-black-transparent:hover,
.ask-page input.submit.outline-black-transparent:hover,
.edit-question-page input.submit.outline-black-transparent:hover,
#email-input-fs .submit-b.outline-black-transparent:hover,
#local_login_buttons .submit-b.outline-black-transparent:hover,
#password-fs .submit-b.outline-black-transparent:hover,
#openid-fs .submit-b.outline-black-transparent:hover,
.openid-signin input.submit.outline-black-transparent:hover,
.meta input.submit.outline-black-transparent:hover,
.users-page input.submit.outline-black-transparent:hover,
.user-profile-edit-page input.submit.outline-black-transparent:hover,
.user-profile-page input.submit.outline-black-transparent:hover,
.search-drop-menu .btn.outline-black-transparent:hover,
.question-page a.submit.outline-black-transparent:hover,
a.submit.outline-black-transparent:hover {
  background-color: rgba(242, 242, 242, 0.5);
}
/* line 1608, ../../sass/custom_style.scss */
button.outline-black-transparent:active,
.btn.outline-black-transparent:active,
.button.outline-black-transparent:active,
input[type="submit"].outline-black-transparent:active,
input[type="reset"].outline-black-transparent:active,
input[type="button"].outline-black-transparent:active,
.follow-toggle.outline-black-transparent:active,
.box a.followed.outline-black-transparent:active,
.box a.follow.outline-black-transparent:active,
.submit.outline-black-transparent:active,
.box .inputs #interestingTagAdd.outline-black-transparent:active,
.box .inputs #ignoredTagAdd.outline-black-transparent:active,
.box .inputs #subscribedTagAdd.outline-black-transparent:active,
#fmanswer input.submit.outline-black-transparent:active,
.ask-page input.submit.outline-black-transparent:active,
.edit-question-page input.submit.outline-black-transparent:active,
#email-input-fs .submit-b.outline-black-transparent:active,
#local_login_buttons .submit-b.outline-black-transparent:active,
#password-fs .submit-b.outline-black-transparent:active,
#openid-fs .submit-b.outline-black-transparent:active,
.openid-signin input.submit.outline-black-transparent:active,
.meta input.submit.outline-black-transparent:active,
.users-page input.submit.outline-black-transparent:active,
.user-profile-edit-page input.submit.outline-black-transparent:active,
.user-profile-page input.submit.outline-black-transparent:active,
.search-drop-menu .btn.outline-black-transparent:active,
.question-page a.submit.outline-black-transparent:active,
a.submit.outline-black-transparent:active {
  background-color: rgba(216, 216, 216, 0.5);
}
/* line 1613, ../../sass/custom_style.scss */
button.outline-orange-transparent,
.btn.outline-orange-transparent,
.button.outline-orange-transparent,
input[type="submit"].outline-orange-transparent,
input[type="reset"].outline-orange-transparent,
input[type="button"].outline-orange-transparent,
.follow-toggle.outline-orange-transparent,
.box a.followed.outline-orange-transparent,
.box a.follow.outline-orange-transparent,
.submit.outline-orange-transparent,
.box .inputs #interestingTagAdd.outline-orange-transparent,
.box .inputs #ignoredTagAdd.outline-orange-transparent,
.box .inputs #subscribedTagAdd.outline-orange-transparent,
#fmanswer input.submit.outline-orange-transparent,
.ask-page input.submit.outline-orange-transparent,
.edit-question-page input.submit.outline-orange-transparent,
#email-input-fs .submit-b.outline-orange-transparent,
#local_login_buttons .submit-b.outline-orange-transparent,
#password-fs .submit-b.outline-orange-transparent,
#openid-fs .submit-b.outline-orange-transparent,
.openid-signin input.submit.outline-orange-transparent,
.meta input.submit.outline-orange-transparent,
.users-page input.submit.outline-orange-transparent,
.user-profile-edit-page input.submit.outline-orange-transparent,
.user-profile-page input.submit.outline-orange-transparent,
.search-drop-menu .btn.outline-orange-transparent,
.question-page a.submit.outline-orange-transparent,
a.submit.outline-orange-transparent {
  color: #ffad1a;
  border: 2px solid #ffad1a;
  background-color: transparent;
}
/* line 1617, ../../sass/custom_style.scss */
button.outline-orange-transparent:hover,
.btn.outline-orange-transparent:hover,
.button.outline-orange-transparent:hover,
input[type="submit"].outline-orange-transparent:hover,
input[type="reset"].outline-orange-transparent:hover,
input[type="button"].outline-orange-transparent:hover,
.follow-toggle.outline-orange-transparent:hover,
.box a.followed.outline-orange-transparent:hover,
.box a.follow.outline-orange-transparent:hover,
.submit.outline-orange-transparent:hover,
.box .inputs #interestingTagAdd.outline-orange-transparent:hover,
.box .inputs #ignoredTagAdd.outline-orange-transparent:hover,
.box .inputs #subscribedTagAdd.outline-orange-transparent:hover,
#fmanswer input.submit.outline-orange-transparent:hover,
.ask-page input.submit.outline-orange-transparent:hover,
.edit-question-page input.submit.outline-orange-transparent:hover,
#email-input-fs .submit-b.outline-orange-transparent:hover,
#local_login_buttons .submit-b.outline-orange-transparent:hover,
#password-fs .submit-b.outline-orange-transparent:hover,
#openid-fs .submit-b.outline-orange-transparent:hover,
.openid-signin input.submit.outline-orange-transparent:hover,
.meta input.submit.outline-orange-transparent:hover,
.users-page input.submit.outline-orange-transparent:hover,
.user-profile-edit-page input.submit.outline-orange-transparent:hover,
.user-profile-page input.submit.outline-orange-transparent:hover,
.search-drop-menu .btn.outline-orange-transparent:hover,
.question-page a.submit.outline-orange-transparent:hover,
a.submit.outline-orange-transparent:hover {
  background-color: rgba(253, 187, 78, 0.5);
}
/* line 1620, ../../sass/custom_style.scss */
button.outline-orange-transparent:active,
.btn.outline-orange-transparent:active,
.button.outline-orange-transparent:active,
input[type="submit"].outline-orange-transparent:active,
input[type="reset"].outline-orange-transparent:active,
input[type="button"].outline-orange-transparent:active,
.follow-toggle.outline-orange-transparent:active,
.box a.followed.outline-orange-transparent:active,
.box a.follow.outline-orange-transparent:active,
.submit.outline-orange-transparent:active,
.box .inputs #interestingTagAdd.outline-orange-transparent:active,
.box .inputs #ignoredTagAdd.outline-orange-transparent:active,
.box .inputs #subscribedTagAdd.outline-orange-transparent:active,
#fmanswer input.submit.outline-orange-transparent:active,
.ask-page input.submit.outline-orange-transparent:active,
.edit-question-page input.submit.outline-orange-transparent:active,
#email-input-fs .submit-b.outline-orange-transparent:active,
#local_login_buttons .submit-b.outline-orange-transparent:active,
#password-fs .submit-b.outline-orange-transparent:active,
#openid-fs .submit-b.outline-orange-transparent:active,
.openid-signin input.submit.outline-orange-transparent:active,
.meta input.submit.outline-orange-transparent:active,
.users-page input.submit.outline-orange-transparent:active,
.user-profile-edit-page input.submit.outline-orange-transparent:active,
.user-profile-page input.submit.outline-orange-transparent:active,
.search-drop-menu .btn.outline-orange-transparent:active,
.question-page a.submit.outline-orange-transparent:active,
a.submit.outline-orange-transparent:active {
  background-color: rgba(254, 206, 126, 0.5);
}

/* line 1627, ../../sass/custom_style.scss */
#add-answer-btn {
  margin-bottom: 20px;
}

/* line 1635, ../../sass/custom_style.scss */
.ask-page
.question-page #id_post_author_email,
.edit-question-page #id_post_author_email,
.edit-answer-page #id_post_author_email {
  margin: 0 0 16px 16px;
}
/* line 1638, ../../sass/custom_style.scss */
.ask-page
.question-page table.proxy-user-info,
.edit-question-page table.proxy-user-info,
.edit-answer-page table.proxy-user-info {
  margin-bottom: 0;
}
/* line 1640, ../../sass/custom_style.scss */
.ask-page
.question-page table.proxy-user-info .form-item,
.edit-question-page table.proxy-user-info .form-item,
.edit-answer-page table.proxy-user-info .form-item {
  padding: 0;
}

/* line 1646, ../../sass/custom_style.scss */
.dropdown .btn .caret {
  margin-top: 18px;
}

/* line 1651, ../../sass/custom_style.scss */
.moderation-queue-page .tools .btn {
  margin: 10px 10px 0 0 !important;
}
/* line 1654, ../../sass/custom_style.scss */
.moderation-queue-page .dropdown {
  height: 27px;
}
/* line 1656, ../../sass/custom_style.scss */
.moderation-queue-page .dropdown:hover ul.dropdown-menu {
  margin-top: 21px;
}

/* line 1662, ../../sass/custom_style.scss */
.modal-body > textarea {
  margin-top: 14px;
}

/* line 1665, ../../sass/custom_style.scss */
.modal-header .close {
  text-decoration: none;
}

/* line 1669, ../../sass/custom_style.scss */
.openid-signin input.submit,
.meta input.submit,
.users-page input.submit,
.user-profile-edit-page input.submit,
.user-profile-page input.submit {
  line-height: 22px;
}

/* line 1678, ../../sass/custom_style.scss */
.user-profile-page #ContentFull {
  margin-bottom: 16px;
}
/* line 1681, ../../sass/custom_style.scss */
.user-profile-page .user-stats-table h2 {
  padding-top: 0;
}
/* line 1685, ../../sass/custom_style.scss */
.user-profile-page table.form-as-table th, .user-profile-page table.form-as-table td {
  padding: 4px 0;
  vertical-align: middle;
}

/* line 1692, ../../sass/custom_style.scss */
#local_login_buttons .submit-b {
  width: inherit;
}

/* line 1696, ../../sass/custom_style.scss */
#fmanswer {
  float: left;
  width: 100%;
}
/* line 1699, ../../sass/custom_style.scss */
#fmanswer input.submit {
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
}
/* line 1704, ../../sass/custom_style.scss */
#fmanswer #question-subscribe-updates {
  margin-left: 7px;
}

/* line 1709, ../../sass/custom_style.scss */
#scopeNav {
  height: 66px;
  padding-top: 13px;
}

/* line 1715, ../../sass/custom_style.scss */
.ask-page #secondaryHeader {
  display: none;
}
/* line 1718, ../../sass/custom_style.scss */
.ask-page #ContentLeft,
.ask-page #ContentRight {
  margin-top: 18px;
}

/* line 1725, ../../sass/custom_style.scss */
.edit-answer-page #ContentLeft,
.edit-answer-page #ContentRight {
  margin-bottom: 18px;
}

/* line 1731, ../../sass/custom_style.scss */
.question-instructions,
.instructions-message {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1737, ../../sass/custom_style.scss */
.openid-signin .instructions-message {
  margin: 20px 0 -10px;
}
/* line 1739, ../../sass/custom_style.scss */
.openid-signin .instructions-message p {
  font-family: "Calibre Web Regular", Helvetica, Tahoma, Arial, sans-serif;
}

/* line 1744, ../../sass/custom_style.scss */
.question-page .vote-buttons .notify-sidebar label,
.question-page #fmanswer label {
  font-family: "Calibre Web Regular", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 14px;
  color: #666;
}

/* line 1751, ../../sass/custom_style.scss */
.question-page .question-body,
.question-page .answer-body,
.question-page #questionCount,
.answer-votes,
.openid-signin p {
  font-family: "Calibre Web Semibold", Helvetica, Tahoma, Arial, sans-serif;
}

/* line 1759, ../../sass/custom_style.scss */
.answer-votes {
  line-height: 17px;
  padding: 0 4px;
}

/* line 1764, ../../sass/custom_style.scss */
.openid-signin p, .meta p, .user-profile-edit-page p {
  font-size: 14px;
}

/* line 1768, ../../sass/custom_style.scss */
.preview-toggle {
  color: #f6a658;
}

/* line 1772, ../../sass/custom_style.scss */
a.medal {
  font-family: "Calibre Web Semibold", Helvetica, Tahoma, Arial, sans-serif;
  font-weight: bold;
  color: #999;
  text-decoration: none !important;
}

/* line 1779, ../../sass/custom_style.scss */
.vote-count {
  font-family: "Calibre Web Semibold", Helvetica, Tahoma, Arial, sans-serif;
  position: relative;
  top: -5px;
}

/* line 1785, ../../sass/custom_style.scss */
.openid-signin input.submit, .meta input.submit, .users-page input.submit, .user-profile-edit-page input.submit, .user-profile-page input.submit {
  width: 130px;
}

/* line 1791, ../../sass/custom_style.scss */
.layout-footer a {
  color: #dedede !important;
  text-decoration: none !important;
}
/* line 1795, ../../sass/custom_style.scss */
.layout-footer .footer-row-1 {
  font-size: 16px;
}
/* line 1798, ../../sass/custom_style.scss */
.layout-footer .footer-row-1 > .fg-col p input {
  height: 38px;
}
/* line 1801, ../../sass/custom_style.scss */
.layout-footer .footer-row-1 > .fg-col h3 {
  font-size: 16px;
  padding: 0;
}
/* line 1806, ../../sass/custom_style.scss */
.layout-footer .footer-row-1 .puppet-logo {
  margin-top: 26px;
}
/* line 1810, ../../sass/custom_style.scss */
.layout-footer .footer-row-2 {
  border-top: none;
}
/* line 1813, ../../sass/custom_style.scss */
.layout-footer .footer-row-2 .footer-row-2-wrapper .footer-row-2-col-1 {
  padding-left: 154px;
}
/* line 1816, ../../sass/custom_style.scss */
.layout-footer .footer-row-2 .footer-row-2-wrapper a {
  color: rgba(219, 218, 218, 0.5) !important;
}

/* footer specific styles */
/* line 1824, ../../sass/custom_style.scss */
#ground, html {
  background-color: #eceeeb;
}

/* line 1828, ../../sass/custom_style.scss */
#ground {
  background: #ffad1a;
  border-top: none;
  font-family: "Calibre Web Semibold", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 0;
}
/* line 1835, ../../sass/custom_style.scss */
#ground a {
  text-decoration: none;
}
/* line 1838, ../../sass/custom_style.scss */
#ground a:hover {
  color: #d63700;
}

/* line 1843, ../../sass/custom_style.scss */
.footer-links {
  margin-top: 1px;
}

/* line 1847, ../../sass/custom_style.scss */
.copyright {
  margin-top: 3px;
  line-height: 18px;
}
/* line 1850, ../../sass/custom_style.scss */
.copyright img.license-logo {
  margin-top: 3px;
}

/* line 1855, ../../sass/custom_style.scss */
.puppet-address {
  color: #222222;
  font-size: 10px !important;
  text-align: right;
  margin-top: 8px;
}

/* line 1862, ../../sass/custom_style.scss */
.puppet-footer {
  height: 120px;
  margin-bottom: 10px;
}

/* line 1867, ../../sass/custom_style.scss */
.puppet-footer-top-section {
  position: relative;
  height: 37px;
}
/* line 1870, ../../sass/custom_style.scss */
.puppet-footer-top-section a {
  display: inline-block;
  margin: 15px 10px 0px 10px;
  color: white;
}

/* line 1878, ../../sass/custom_style.scss */
.puppet-footer-middle-section {
  position: relative;
  height: 27px;
}

/* line 1883, ../../sass/custom_style.scss */
.puppet-footer-bottom-section {
  position: relative;
  height: 63px;
}

/* line 1888, ../../sass/custom_style.scss */
.puppet-footer-underlined-section {
  height: 100%;
  border-bottom: 1px solid white;
}

/* line 1893, ../../sass/custom_style.scss */
.puppet-footer-left-sub-section {
  position: absolute;
  left: 0px;
}

/* line 1898, ../../sass/custom_style.scss */
.puppet-footer.col2 {
  position: absolute;
  top: 43px;
  right: 0px;
}

/* line 1904, ../../sass/custom_style.scss */
.puppet-footer-right-sub-section div {
  display: inline-block;
}

/* line 1908, ../../sass/custom_style.scss */
.puppet-footer-middle-section a {
  display: inline-block;
  margin: 5px 5px 5px 10px;
  color: white;
  font-size: 10px;
}

/* line 1915, ../../sass/custom_style.scss */
.puppet-footer-delimiter {
  padding: 0px 5px;
}

/* line 1919, ../../sass/custom_style.scss */
.puppet-footer-delimiter a {
  color: white;
  margin: 0px;
  line-height: 10px;
}

/* line 1925, ../../sass/custom_style.scss */
.puppet-footer-delimiter {
  border-left: 1px solid white;
}

/* line 1929, ../../sass/custom_style.scss */
.puppet-footer-delimiter:first-of-type {
  border-left: none;
}

/* line 1933, ../../sass/custom_style.scss */
.puppet-footer-delimiter:last-of-type {
  padding-right: 0px;
}

/* line 1937, ../../sass/custom_style.scss */
.puppet-footer-bottom-section a {
  display: inline-block;
  margin: 6px 5px 0px 3px;
  font-size: 10px;
  color: white;
}

/* line 1944, ../../sass/custom_style.scss */
.puppet-footer-bottom-section a:first-of-type {
  margin-left: 10px;
}

/* line 1948, ../../sass/custom_style.scss */
.puppet-footer-bottom-section .puppet-footer-link-shift {
  display: inline-block;
  position: relative;
  top: 2px;
}

/* line 1954, ../../sass/custom_style.scss */
.puppet-footer-bottom-section p {
  font-size: 10px;
  color: white;
  text-align: right;
}

/* line 1960, ../../sass/custom_style.scss */
.copyright {
  text-align: left;
}

/* line 1964, ../../sass/custom_style.scss */
.footer-links, .powered-link {
  margin-left: 10px;
}

/* line 1968, ../../sass/custom_style.scss */
.footer-links, .footer-links a {
  color: white;
}

/* line 1972, ../../sass/custom_style.scss */
.search-drop-menu {
  margin: 0;
  top: 29px;
}
/* line 1975, ../../sass/custom_style.scss */
.search-drop-menu .footer {
  margin-top: 11px;
}
/* line 1978, ../../sass/custom_style.scss */
.search-drop-menu.empty .footer {
  padding-top: 0;
}

/* line 1983, ../../sass/custom_style.scss */
.rss {
  margin-top: 3px;
  padding-top: 4px;
}

/* line 1988, ../../sass/custom_style.scss */
.wmd-container {
  margin-top: 0;
}

/* line 1991, ../../sass/custom_style.scss */
.edit-answer-page .wmd-container {
  margin-top: 14px;
}

/* line 1995, ../../sass/custom_style.scss */
.pager a {
  padding: 0 5px !important;
  height: 18px;
  line-height: 21px;
}

/* line 2000, ../../sass/custom_style.scss */
.paginator {
  font-size: 24px;
  font-family: "Calibre Web Regular", Helvetica, Tahoma, Arial, sans-serif;
  float: none !important;
  padding: 0;
  margin: 16px 0 18px 0;
}
/* line 2006, ../../sass/custom_style.scss */
.paginator a {
  color: #b3b3b3 !important;
  background: transparent !important;
  margin: 0 4px;
  text-decoration: none !important;
}
/* line 2011, ../../sass/custom_style.scss */
.paginator a:hover {
  text-decoration: underline !important;
}
/* line 2015, ../../sass/custom_style.scss */
.paginator .curr.page a {
  color: #ffad1a !important;
  background: transparent;
  font-weight: normal;
  text-decoration: none;
}
/* line 2020, ../../sass/custom_style.scss */
.paginator .curr.page a:hover {
  background: transparent;
  color: #ffad1a;
  text-decoration: underline;
}
/* line 2026, ../../sass/custom_style.scss */
.paginator .page a,
.paginator .page a:visited,
.paginator .curr {
  padding: 0;
  margin: 0;
}

/* line 2034, ../../sass/custom_style.scss */
.settings-main label {
  padding-top: 11px;
  line-height: 13px;
}

/* modifications for small screens */
@media screen and (max-width: 960px) {
  /* content margins touch viewport */
  /* line 2041, ../../sass/custom_style.scss */
  #header.with-logo #userToolsNav {
    right: 9px;
  }

  /* line 2044, ../../sass/custom_style.scss */
  #topLink {
    margin-left: 9px;
  }

  /* line 2047, ../../sass/custom_style.scss */
  #ContentLeft,
  #ContentFull {
    padding-left: 0;
  }

  /* line 2051, ../../sass/custom_style.scss */
  #ContentRight,
  #ContentFull {
    padding-right: 0 !important;
  }

  /* line 2055, ../../sass/custom_style.scss */
  #logo img {
    margin-left: 6px;
    width: 113px;
  }

  /* line 2059, ../../sass/custom_style.scss */
  .short-summary {
    width: 100%;
  }
  /* line 2061, ../../sass/custom_style.scss */
  .short-summary .answers,
  .short-summary .views,
  .short-summary .votes {
    height: 51px;
  }

  /* line 2068, ../../sass/custom_style.scss */
  .question-page .vote-buttons {
    margin-right: 2px;
  }
  /* line 2071, ../../sass/custom_style.scss */
  .question-page .folded-editor {
    margin-left: 0;
  }

  /* line 2075, ../../sass/custom_style.scss */
  .js-tag-name {
    height: 18px;
  }

  /* line 2078, ../../sass/custom_style.scss */
  .puppet-footer.col2 {
    right: 8px;
  }
}
@media screen and (max-width: 800px) {
  /* line 2084, ../../sass/custom_style.scss */
  body {
    padding: 0;
  }

  /* line 2087, ../../sass/custom_style.scss */
  input[type="submit"].searchBtn {
    margin-right: 0;
  }

  /* line 2090, ../../sass/custom_style.scss */
  .content-wrapper {
    width: 100% !important;
  }

  /* line 2093, ../../sass/custom_style.scss */
  .content-wrapper,
  .footer-row-1,
  .footer-row-2 {
    margin-left: 20px !important;
  }

  /* line 2098, ../../sass/custom_style.scss */
  .global-header__row.__row1 {
    display: none;
  }

  /* line 2101, ../../sass/custom_style.scss */
  .global-header__row.row2 {
    display: block;
  }

  /* line 2104, ../../sass/custom_style.scss */
  .hamburger-amber,
  .hamburger-white {
    display: none;
    width: 40px;
    height: auto;
    margin: 4px 0 0 -80px;
  }

  /* line 2111, ../../sass/custom_style.scss */
  .hamburger-amber {
    display: block;
  }

  /* line 2115, ../../sass/custom_style.scss */
  .nav-hamburger {
    background: #222222;
    display: block;
    padding: 20px;
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 600px;
  }
  /* line 2125, ../../sass/custom_style.scss */
  .nav-hamburger.off {
    right: -280px;
  }
  /* line 2127, ../../sass/custom_style.scss */
  .nav-hamburger.off .hamburger-white {
    display: block;
  }
  /* line 2130, ../../sass/custom_style.scss */
  .nav-hamburger.off .hamburger-amber {
    display: none;
  }
  /* line 2135, ../../sass/custom_style.scss */
  .nav-hamburger .nav-hamburger-items {
    background: #222222;
    display: block;
    list-style: none;
    margin: -50px 0 0;
    height: 574px;
  }
  /* line 2142, ../../sass/custom_style.scss */
  .nav-hamburger .nav-hamburger-items li {
    color: white;
    border-left: 3px solid #ffad1a;
    border-bottom: 1px solid rgba(219, 218, 218, 0.3);
    line-height: 19px;
    padding: 10px;
  }
  /* line 2149, ../../sass/custom_style.scss */
  .nav-hamburger .nav-hamburger-items li a {
    color: white;
    text-decoration: none;
  }
  /* line 2154, ../../sass/custom_style.scss */
  .nav-hamburger .nav-hamburger-items li a:hover, .nav-hamburger .nav-hamburger-items li:hover, .nav-hamburger .nav-hamburger-items li.on {
    border-left-color: #59a1f7;
    color: #59a1f7 !important;
    transition: all 0.2s linear;
  }
  /* line 2160, ../../sass/custom_style.scss */
  .nav-hamburger .nav-hamburger-items li a:hover a, .nav-hamburger .nav-hamburger-items li:hover a, .nav-hamburger .nav-hamburger-items li.on a {
    color: #59a1f7;
  }
  /* line 2164, ../../sass/custom_style.scss */
  .nav-hamburger .nav-hamburger-items li.before-separator {
    border-bottom: none;
  }
  /* line 2167, ../../sass/custom_style.scss */
  .nav-hamburger .nav-hamburger-items li.separator {
    font-family: "Calibre Web Semibold", Helvetica, Tahoma, Arial, sans-serif;
    border: none;
    padding: 20px 0 10px;
  }
  /* line 2171, ../../sass/custom_style.scss */
  .nav-hamburger .nav-hamburger-items li.separator:hover {
    color: white !important;
  }

  /* line 2178, ../../sass/custom_style.scss */
  #logo img {
    height: 56px;
    width: 109px;
    margin-left: 6px;
  }

  /* line 2183, ../../sass/custom_style.scss */
  #ContentRight {
    display: none;
  }

  /* line 2186, ../../sass/custom_style.scss */
  #ContentLeft,
  #ContentFull {
    width: calc(100% - 32px);
    padding-right: 6px;
    margin: 0;
  }

  /* line 2192, ../../sass/custom_style.scss */
  #metaNav, #userToolsNav {
    display: none;
  }

  /* line 2195, ../../sass/custom_style.scss */
  #question-list {
    margin-top: 12px;
    margin-left: -5px;
  }

  /* line 2203, ../../sass/custom_style.scss */
  .edit-question-page #ContentLeft,
  .edit-answer-page #ContentLeft,
  .openid-signin #ContentLeft,
  .meta #ContentLeft {
    padding: 0 10px;
  }

  /* line 2207, ../../sass/custom_style.scss */
  .main-page h1,
  #askButton,
  .copyright,
  .counts .views,
  .counts .votes,
  .help,
  .rss,
  .tabBar,
  .tags,
  .userinfo,
  .widgets {
    display: none;
  }

  /* line 2222, ../../sass/custom_style.scss */
  #secondaryHeader td.search-bar {
    padding-right: 6px;
  }

  /* line 2227, ../../sass/custom_style.scss */
  ul.post-retag input {
    height: 30px;
    margin-bottom: 7px;
  }

  /* line 2232, ../../sass/custom_style.scss */
  .karma-diagram,
  .karma-details {
    width: 100%;
  }

  /* line 2237, ../../sass/custom_style.scss */
  .settings {
    display: inline;
  }

  /* line 2241, ../../sass/custom_style.scss */
  .scope-selector {
    display: inline-block;
  }

  /* line 2245, ../../sass/custom_style.scss */
  .short-summary {
    margin-left: 0;
  }
  /* line 2247, ../../sass/custom_style.scss */
  .short-summary h2, .short-summary .tags {
    margin-left: 64px;
  }
  /* line 2250, ../../sass/custom_style.scss */
  .short-summary .tags {
    margin-top: -2px;
  }
  /* line 2254, ../../sass/custom_style.scss */
  .short-summary .counts .votes, .short-summary .counts .views, .short-summary .counts .answers, .short-summary .counts .favorites {
    margin-bottom: 3px;
  }

  /* line 2262, ../../sass/custom_style.scss */
  .ask-page input[type="submit"].searchBtn,
  .edit-question-page input[type="submit"].searchBtn {
    display: none;
  }

  /* line 2267, ../../sass/custom_style.scss */
  .search-drop-menu {
    top: 37px;
  }

  /* line 2274, ../../sass/custom_style.scss */
  .ask-page .preview-toggle,
  .ask-page .proxy-user-info,
  .ask-page .answer-options,
  .ask-page .question-options,
  .ask-page .revision-comment,
  .ask-page .wmd-preview,
  .ask-page #wmd-hr-button,
  .ask-page #wmd-heading-button,
  .edit-answer-page .preview-toggle,
  .edit-answer-page .proxy-user-info,
  .edit-answer-page .answer-options,
  .edit-answer-page .question-options,
  .edit-answer-page .revision-comment,
  .edit-answer-page .wmd-preview,
  .edit-answer-page #wmd-hr-button,
  .edit-answer-page #wmd-heading-button,
  .edit-question-page .preview-toggle,
  .edit-question-page .proxy-user-info,
  .edit-question-page .answer-options,
  .edit-question-page .question-options,
  .edit-question-page .revision-comment,
  .edit-question-page .wmd-preview,
  .edit-question-page #wmd-hr-button,
  .edit-question-page #wmd-heading-button {
    display: none;
  }

  /* line 2287, ../../sass/custom_style.scss */
  .user-info-table .col1, .user-info-table .col2, .user-info-table .col3 {
    display: block;
    margin: 0 0 20px;
  }

  /* line 2295, ../../sass/custom_style.scss */
  .edit-answer-page label[for="id_title"],
  .edit-answer-page label[for="id_revision"],
  .edit-answer-page #id_revision,
  .edit-question-page label[for="id_title"],
  .edit-question-page label[for="id_revision"],
  .edit-question-page #id_revision {
    display: none;
  }
  /* line 2300, ../../sass/custom_style.scss */
  .edit-answer-page #fmedit #id_title,
  .edit-question-page #fmedit #id_title {
    margin: 15px 0 0 0;
  }

  /* line 2306, ../../sass/custom_style.scss */
  .edit-answer-page .after-editor {
    margin-top: 8px;
  }

  /* line 2312, ../../sass/custom_style.scss */
  .question-page #ContentLeft {
    margin-bottom: 16px;
  }
  /* line 2315, ../../sass/custom_style.scss */
  .question-page .comment-votes {
    display: none;
  }
  /* line 2319, ../../sass/custom_style.scss */
  .question-page .comments form.post-comments {
    margin: 0 10px 0 0;
  }
  /* line 2322, ../../sass/custom_style.scss */
  .question-page .comments .comment .comment-body {
    margin-left: 5px;
  }
  /* line 2326, ../../sass/custom_style.scss */
  .question-page .post-update-info-container {
    float: none;
    width: 100%;
  }
  /* line 2330, ../../sass/custom_style.scss */
  .question-page .post-update-info {
    float: none;
    margin-left: 0;
    width: auto;
  }
  /* line 2335, ../../sass/custom_style.scss */
  .question-page .post-update-info br,
  .question-page .post-update-info .badge1,
  .question-page .post-update-info .badge2,
  .question-page .post-update-info .badge3,
  .question-page .post-update-info .gravatar,
  .question-page .post-update-info .reputation-score,
  .question-page .post-update-info .user-card,
  .question-page .post-update-info .badge-count {
    display: none;
  }

  /* line 2349, ../../sass/custom_style.scss */
  .user-profile-page td {
    display: table-cell;
  }

  /* line 2354, ../../sass/custom_style.scss */
  .footer-links,
  .powered-link {
    text-align: center;
    width: 100%;
    margin: 0;
  }

  /* line 2361, ../../sass/custom_style.scss */
  #userToolsNav {
    margin-left: 10px;
  }

  /* line 2365, ../../sass/custom_style.scss */
  #metaNav {
    background: none;
    float: right !important;
    margin-left: 0;
    top: 12px;
  }
  /* line 2370, ../../sass/custom_style.scss */
  #metaNav a#navUsers,
  #metaNav a#navTags,
  #metaNav a#navGroups {
    color: white;
    height: 29px;
    background: #80d2ee;
    font-size: 16px;
    text-decoration: none;
    margin: 0 0 0 14px;
    padding: 0 8px;
  }

  /* line 2382, ../../sass/custom_style.scss */
  .powered-link {
    margin-bottom: 15px;
  }

  /* line 2385, ../../sass/custom_style.scss */
  #searchBar,
  body.anon #searchBar {
    width: calc(100% - 32px);
  }

  /* line 2390, ../../sass/custom_style.scss */
  .search-drop-menu {
    position: absolute;
  }

  /* line 2393, ../../sass/custom_style.scss */
  .search-drop-menu,
  body.anon .search-drop-menu {
    margin: 0;
  }

  /* line 2397, ../../sass/custom_style.scss */
  .layout-footer {
    padding-top: 12px;
  }

  /* line 2400, ../../sass/custom_style.scss */
  .layout-footer .fg-col,
  html:not(.csscalc) .layout-footer .footer-row-1 > .fg-col:last-child,
  html:not(.csscalc) .layout-footer .footer-row-1 > .fg-col:first-child {
    float: none;
    width: calc(100% - 32px);
    margin-left: 0 !important;
  }

  /* line 2407, ../../sass/custom_style.scss */
  .layout-footer .footer-row-1 > .fg-col p input {
    width: 50%;
  }
}
@media screen and (max-width: 660px) {
  /* line 2413, ../../sass/custom_style.scss */
  .puppet-footer.col2 {
    height: auto;
    position: relative;
    left: 8px;
    text-align: center;
    top: 0;
  }

  /* line 2420, ../../sass/custom_style.scss */
  .puppet-address {
    text-align: center;
  }

  /* line 2423, ../../sass/custom_style.scss */
  a.scope-selector {
    display: none;
  }

  /* line 2426, ../../sass/custom_style.scss */
  #secondaryHeader td.search-bar {
    padding-left: 0;
  }

  /* line 2429, ../../sass/custom_style.scss */
  #question-list {
    margin-left: 0;
  }

  /* line 2432, ../../sass/custom_style.scss */
  .short-summary {
    width: calc(100% - 5px);
  }
}
@media screen and (max-width: 540px) {
  /* line 2439, ../../sass/custom_style.scss */
  .question-controls .question-close {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  /* line 2447, ../../sass/custom_style.scss */
  .openid-signin h1, .openid-signin h2 {
    line-height: 1.1;
    margin-bottom: 12px;
  }

  /* line 2458, ../../sass/custom_style.scss */
  .openid-signin textarea,
  .openid-signin input[type="text"],
  .meta textarea,
  .meta input[type="text"],
  .users-page textarea,
  .users-page input[type="text"],
  .user-profile-edit-page textarea,
  .user-profile-edit-page input[type="text"],
  .user-profile-page textarea,
  .user-profile-page input[type="text"] {
    width: 100%;
  }

  /* line 2463, ../../sass/custom_style.scss */
  .puppet-footer-top-section {
    height: 55px;
    line-height: 3px;
  }

  /* line 2467, ../../sass/custom_style.scss */
  .puppet-footer.col2 {
    top: 10px;
  }
}
@media screen and (max-width: 440px) {
  /* line 2473, ../../sass/custom_style.scss */
  .puppet-footer-middle-section {
    height: 29px;
    line-height: 5px;
  }

  /* line 2478, ../../sass/custom_style.scss */
  .puppet-footer-bottom-section .puppet-footer-link-shift {
    top: -11px;
  }

  /* line 2483, ../../sass/custom_style.scss */
  .answer-options {
    display: none;
  }
}
@media screen and (max-width: 386px) {
  /* line 2489, ../../sass/custom_style.scss */
  .moderation-queue-page .dropdown {
    margin-bottom: 16px;
  }

  /* line 2492, ../../sass/custom_style.scss */
  .question-page .comments button {
    margin-bottom: 10px;
  }

  /* line 2495, ../../sass/custom_style.scss */
  .wmd-attachment-button,
  .wmd-code-button,
  .wmd-quote-button {
    display: none !important;
  }
}
@media screen and (max-width: 338px) {
  /* line 2503, ../../sass/custom_style.scss */
  #scopeNav {
    display: block;
  }

  /* line 2506, ../../sass/custom_style.scss */
  #userToolsNav .user-info {
    display: none;
  }

  /* line 2509, ../../sass/custom_style.scss */
  .post-comments .wmd-italic-button {
    display: none !important;
  }
}
