/**
 * KUBE2 CSS Framework
 * 
 * @version: 2.1.2
 * @license: MIT
 * @author: Zenwalker
 * @website: http://zenwalker.ru/lab/kube2/
 * @sources: http://github.com/ethernet1/kube2/
 * 
 * Please, send your pull request to http://github.com/ethernet1/kube2/
 * Based on Kube Framework by Imperavi (http://imperavi.com/kube/)
 */

html,
body,
div,
span,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-style: normal;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
img,
object,
embed,
video,
iframe {
  width: auto;
  max-width: 100%;
}
img,
video,
iframe {
  height: auto;
}
blockquote,
q {
  quotes: none;
}
blockquote p:before,
blockquote p:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}
thead th,
thead td {
  font-weight: bold;
  vertical-align: bottom;
}
a img,
th img,
td img {
  vertical-align: top;
}
button,
input,
select,
textarea {
  margin: 0;
}
textarea {
  overflow: auto;
}
button {
  width: auto;
  overflow: visible;
}
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}
input[type="radio"],
input[type="checkbox"] {
  font-size: 110%;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
}
.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
body {
  background: #fff;
  color: #000;
  font-size: 0.875em;
  line-height: 1.5em;
  font-family: Helvetica, Arial, Tahoma, sans-serif;
}
a {
  color: #369;
}
a:hover {
  color: #1a334d;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 0.5em;
}
h1 {
  font-size: 2.5714285714286em;
  line-height: 1em;
}
h2 {
  font-size: 2.1428571428571em;
  line-height: 1.1em;
}
h3 {
  font-size: 1.7142857142857em;
  line-height: 1.3em;
}
h4 {
  font-size: 1.2857142857143em;
  line-height: 1.3em;
}
h5 {
  font-size: 1.1428571428571em;
  line-height: 1.3em;
}
h6 {
  font-size: 1em;
  line-height: 1.3em;
  text-transform: uppercase;
}
hgroup h1,
hgroup h2,
hgroup h3,
hgroup h4 {
  margin-bottom: .1em;
}
.subheader {
  font-size: 1.2em;
  font-weight: normal;
  color: #8f8f8f;
  margin-bottom: 1em;
}
p,
ul,
ol,
dl,
dd,
dt,
blockquote,
td,
th {
  line-height: 1.5em;
}
ul,
ol,
ul ul,
ol ol,
ul ol,
ol ul {
  margin: 0 0 0 2em;
}
ol ol li {
  list-style-type: lower-alpha;
}
ol ol ol li {
  list-style-type: lower-roman;
}
p,
ul,
ol,
dl,
blockquote,
hr,
pre,
hgroup,
table,
form,
fieldset {
  margin-bottom: 1.5em;
}
dl dt {
  font-weight: bold;
}
dd {
  margin-left: 1em;
}
blockquote {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
  border-left: 1px solid #ccc;
  color: #666;
}
blockquote small,
cite {
  color: #888;
  font-style: italic;
}
blockquote p {
  margin-bottom: 1em;
  font-style: italic;
}
small,
blockquote cite {
  font-size: 0.85em;
  line-height: 1;
}
blockquote .pull-right,
.row blockquote .pull-right {
  float: none;
  text-align: right;
  display: block;
}
address {
  font-style: italic;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
strong,
b {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
sub,
sup {
  font-size: 0.7em;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
figcaption {
  font-size: 0.85em;
  font-style: italic;
}
ins,
mark {
  background-color: #fe5;
  color: #000;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-size: 90%;
  font-family: Menlo, Monaco, monospace, sans-serif;
}
pre {
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 1.5em;
  white-space: pre;
  overflow: auto;
}
code {
  padding: 2px 3px;
  display: inline-block;
  line-height: 1;
  background: #f8f8f8;
  border: 1px solid #ddd;
}
pre code {
  padding: 0;
  display: block;
  line-height: inherit;
  background: none;
  border: none;
}
kbd {
  padding: 0 6px;
  border-radius: 4px;
  box-shadow: 0 2px 0 rgba(0,0,0,0.2), 0 0 0 1px white inset;
  background-color: #fafafa;
  border-color: #ccc #ccc white;
  border-style: solid solid none;
  border-width: 1px 1px medium;
  color: #444;
  font-weight: normal;
  white-space: nowrap;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  font-size: 13px;
}
fieldset {
  padding: 2em 1.5em;
  margin-bottom: 1.5em;
  border: 1px solid #ddd;
}
legend {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 1em;
}
tfoot th,
tfoot td {
  background-color: #f2f2f2;
}
th,
td {
  border-bottom: 1px solid #eee;
  padding: 0.75em 0.5em;
}
table caption {
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 0.5em;
  color: #666;
}
table.simple td,
table.simple th {
  border: none;
  padding: 0.75em 0.7em 0.75em 0;
}
table.bordered td,
table.bordered th {
  border: 1px solid #ddd;
}
table.stroked td,
table.stroked th {
  border-bottom: 1px solid #eee;
}
table.striped tbody tr:nth-child(odd) td {
  background-color: #f8f8f8;
}
table.hovered tbody tr:hover td,
table.hovered thead tr:hover th {
  background-color: #f6f6f6;
}
.thead-gray td,
.thead-gray th {
  background-color: #f0f0f0;
}
.thead-black td,
.thead-black th {
  font-weight: normal;
  color: #f6f6f6;
  color: rgba(255,255,255,0.9);
  background-color: #222;
}
table.bordered .thead-black td,
table.bordered .thead-black th {
  border: 1px solid #444;
}
.btn {
  position: relative;
  cursor: pointer;
  outline: none;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  font-size: 13px;
  font-weight: normal;
  padding: 6px 16px;
  border: 1px solid rgba(0,0,0,0.25);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#f9f9f9,#eee);
  background-image: -ms-linear-gradient(top,#f9f9f9,#eee);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f9f9f9),to(#eee));
  background-image: -webkit-linear-gradient(top,#f9f9f9,#eee);
  background-image: -o-linear-gradient(top,#f9f9f9,#eee);
  background-image: linear-gradient(top,#f9f9f9,#eee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#eeeeee', GradientType=0);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.08);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.08);
  box-shadow: 0 1px 1px rgba(0,0,0,0.08);
}
.btn,
.btn:hover {
  color: #444;
}
.btn:hover {
  text-decoration: none;
  background-color: #ececec;
  background-image: -moz-linear-gradient(top,#f2f2f2,#e2e2e2);
  background-image: -ms-linear-gradient(top,#f2f2f2,#e2e2e2);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#e2e2e2));
  background-image: -webkit-linear-gradient(top,#f2f2f2,#e2e2e2);
  background-image: -o-linear-gradient(top,#f2f2f2,#e2e2e2);
  background-image: linear-gradient(top,#f2f2f2,#e2e2e2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#e2e2e2', GradientType=0);
}
.btn:active,
.btn.active,
.btn.active:hover {
  color: #555;
  background: none;
  filter: none;
  background-color: #ddd;
  text-shadow: 0 1px 0px rgba(255,255,255,0.8);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset;
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset;
}
.btn.small {
  padding: 4px 12px;
  font-size: 11px;
}
.btn.small.active {
  padding: 5px 12px;
}
.btn.big {
  padding: 10px 24px;
  font-size: 20px;
}
.btn.square {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.btn.round {
  border-radius: 15px;
  border-radius: 0 \0;
}
.btn.full {
  width: 100%;
}
.btn-group {
  display: inline-block;
  margin-right: 2px;
  vertical-align: bottom;
}
.btn-group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.btn-group > .btn,
.btn-group > input {
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn:last-child {
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
.btn-group > .btn.round:first-child,
.btn-group > .input.search:first-child {
  -webkit-border-radius: 15px 0 0 15px;
  -moz-border-radius: 15px 0 0 15px;
  border-radius: 15px 0 0 15px;
}
.btn-group > .btn.round:last-child,
.btn-group > .input.search:last-child {
  -webkit-border-radius: 0 15px 15px 0;
  -moz-border-radius: 0 15px 15px 0;
  border-radius: 0 15px 15px 0;
}
.btn.append {
  margin-left: -2px;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
.btn.disabled,
.btn[disabled] {
  filter: none;
  background: #e9e9e9;
  opacity: 0.6;
  cursor: default;
}
@-moz-document url-prefix("http://") {
  input[type=submit].btn::-moz-focus-inner,
  button.btn::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
}
.forms label {
  display: block;
  margin-bottom: 2px;
}
.forms label[for] {
  cursor: pointer;
}
.descr {
  color: #999;
  font-size: 0.85em;
  line-height: 1.5em;
}
div.descr {
  margin: 4px 0;
}
.columnar div.descr {
  margin-bottom: 10px;
}
.forms ul {
  list-style: none;
  margin: 0;
}
.forms ul li {
  margin-bottom: 10px;
}
.forms.columnar ul li {
  margin-bottom: 15px;
}
fieldset.liner {
  border: none;
  padding: 0;
}
fieldset.liner legend {
  padding: 0;
  width: 100%;
  padding-bottom: 12px;
}
fieldset.liner legend span {
  padding: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
  display: block;
}
.forms ul.multicolumn:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.forms ul.multicolumn li {
  float: left;
  margin-right: 12px;
  margin-bottom: 0;
  line-height: 1.8em;
}
.forms ul.multicolumn li label {
  margin-bottom: 0;
}
.forms ul.multicolumn li.width-50 {
  width: 48%;
  margin-right: 2%;
}
.forms ul.multicolumn li.width-33 {
  width: 31%;
  margin-right: 2%;
}
.forms.columnar legend {
  margin-bottom: 1em;
}
.forms.columnar label {
  float: left;
  width: 150px;
  text-align: right;
  margin-top: 4px;
  margin-right: 20px;
}
.forms.columnar .push,
.forms.columnar div.descr {
  margin-left: 170px;
}
.forms.columnar li fieldset label {
  float: none;
  width: auto;
  text-align: left;
  margin-right: 0;
}
.forms.columnar li fieldset {
  border: none;
  padding: 0;
  margin: 0;
  padding-left: 170px;
  position: relative;
}
.forms.columnar li fieldset section {
  padding: 0;
  position: absolute;
  width: 150px;
  text-align: right;
  left: 0;
  top: 0;
}
.forms.columnar li fieldset section label {
  float: none;
  width: auto;
  margin-right: 0;
  text-align: right;
}
.forms.columnar li fieldset div.descr {
  margin-left: 0;
}
.forms li.form-section {
  font-weight: bold;
  border-bottom: 1px solid #eee;
  padding: 1.5em 0 .7em 0;
  font-size: 1.1em;
  margin-bottom: 1.5em;
}
.columnar li.form-section {
  padding-left: 170px;
}
table.tableforms td {
  font-size: 90%;
  padding: 1px 10px 3px 0 !important;
  border: none;
}
table.tableforms tr.labels td {
  padding-top: .8em !important;
  font-weight: bold;
}
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
  position: relative;
  top: 2px;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  position: relative;
  z-index: 2;
  font-family: Helvetica, Arial, Tahoma, sans-serif;
  height: 23px;
  border: 1px solid #ccc;
  margin: 0;
  padding: 1px 2px;
  background-color: white;
  color: #333;
  line-height: 23px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset;
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset;
  -webkit-transition: border .3s ease-in;
  -moz-transition: border .3s ease-in;
  -ms-transition: border .3s ease-in;
  -o-transition: border .3s ease-in;
  transition: border .3s ease-in;
}
textarea {
  line-height: 1.4em;
}
select {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
span.error,
span.success,
div.error,
div.success {
  margin-left: 5px;
  font-weight: normal;
  font-size: 0.85em;
}
input.error,
textarea.error,
select.error,
.input-error {
  border-color: #da3e5a;
  -webkit-box-shadow: 0 0 0 2px rgba(218,62,90,0.3), 0 1px 2px rgba(0,0,0,0.2) inset;
  -moz-box-shadow: 0 0 0 2px rgba(218,62,90,0.3), 0 1px 2px rgba(0,0,0,0.2) inset;
  box-shadow: 0 0 0 2px rgba(218,62,90,0.3), 0 1px 2px rgba(0,0,0,0.2) inset;
}
input.success,
textarea.success,
select.success,
.input-success {
  border-color: #18a011;
  -webkit-box-shadow: 0 0 0 2px rgba(24,160,17,0.3), 0 1px 2px rgba(0,0,0,0.2) inset;
  -moz-box-shadow: 0 0 0 2px rgba(24,160,17,0.3), 0 1px 2px rgba(0,0,0,0.2) inset;
  box-shadow: 0 0 0 2px rgba(24,160,17,0.3), 0 1px 2px rgba(0,0,0,0.2) inset;
}
input.gray,
textarea.gray,
select.gray,
.input-gray {
  border-color: #ccc;
  -webkit-box-shadow: 0 0 0 2px rgba(204,204,204,0.3), 0 1px 2px rgba(0,0,0,0.2) inset;
  -moz-box-shadow: 0 0 0 2px rgba(204,204,204,0.3), 0 1px 2px rgba(0,0,0,0.2) inset;
  box-shadow: 0 0 0 2px rgba(204,204,204,0.3), 0 1px 2px rgba(0,0,0,0.2) inset;
}
input:focus,
textarea:focus {
  outline: none;
  border-color: #5ca9e4;
  -webkit-box-shadow: 0 0 0 2px rgba(70,161,231,0.3), 0 1px 2px rgba(0,0,0,0.2) inset;
  -moz-box-shadow: 0 0 0 2px rgba(70,161,231,0.3), 0 1px 2px rgba(0,0,0,0.2) inset;
  box-shadow: 0 0 0 2px rgba(70,161,231,0.3), 0 1px 2px rgba(0,0,0,0.2) inset;
}
input.search,
input[type="search"] {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 0;
  -webkit-border-radius: 15px 0 0 15px;
  -moz-border-radius: 15px 0 0 15px;
  border-radius: 15px 0 0 15px;
}
.input-append,
.input-prepend {
  display: inline-block;
  background-color: #eee;
  height: 23px;
  border: 1px solid #ccc;
  margin: 0;
  padding: 1px 8px;
  color: #333;
  font-size: 14px;
  line-height: 23px;
}
.input-prepend {
  margin-right: -1px;
}
.input-append {
  position: relative;
  z-index: 1;
  margin-left: -1px;
}
.row {
  margin-bottom: 1.5em;
}
.container.row {
  margin-bottom: 0;
}
.container:after,
.row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.half,
.third,
.quarter,
.fifth,
.sixth,
.twothird,
.twofifth,
.threefifth,
.fourfifth,
.fivesixth,
.threequarter {
  margin-left: 3.1914893617021%;
  float: left;
  min-height: 1px;
}
.half:first-child,
.third:first-child,
.quarter:first-child,
.fifth:first-child,
.sixth:first-child,
.twothird:first-child,
.twofifth:first-child,
.threefifth:first-child,
.fourfifth:first-child,
.fivesixth:first-child,
.threequarter:first-child {
  margin-left: 0;
}
.sixth {
  width: 14.007092198582%;
}
.fifth {
  width: 17.446808510638%;
}
.quarter {
  width: 22.606382978723%;
}
.third {
  width: 31.205673758865%;
}
.half {
  width: 48.404255319149%;
}
.threequarter {
  width: 74.202127659574%;
}
.twothird {
  width: 65.602836879433%;
}
.twofifth {
  width: 38.085106382979%;
}
.threefifth {
  width: 58.723404255319%;
}
.fourfifth {
  width: 79.36170212766%;
}
.fivesixth {
  width: 82.801418439716%;
}
.push-half,
.push-threequarter,
.push-quarter,
.push-third,
.push-twothird,
.push-fifth,
.push-twofifth,
.push-threefifth,
.push-fourfifth,
.push-sixth,
.push-fivesixth {
  position: relative;
}
.push-half {
  left: 51.595744680851%;
}
.push-third {
  left: 34.397163120567%;
}
.push-quarter {
  left: 25.797872340426%;
}
.push-fifth {
  left: 20.63829787234%;
}
.push-sixth {
  left: 17.198581560284%;
}
.push-threequarter {
  left: 77.393617021277%;
}
.push-twothird {
  left: 68.794326241135%;
}
.push-twofifth {
  left: 41.276595744681%;
}
.push-threefifth {
  left: 61.914893617021%;
}
.push-fourfifth {
  left: 82.553191489362%;
}
.push-fivesixth {
  left: 85.992907801418%;
}
.split .half,
.split .third,
.split .quarter,
.split .fifth,
.split .sixth,
.split .twothird,
.split .twofifth,
.split .threefifth,
.split .fourfifth,
.split .fivesixth,
.split .threequarter {
  margin-left: 0;
}
.split .half {
  width: 50%;
}
.split .threequarter {
  width: 75%;
}
.split .quarter {
  width: 25%;
}
.split .third {
  width: 33.3%;
}
.split .twothird {
  width: 66.6%;
}
.split .fifth {
  width: 20%;
}
.split .twofifth {
  width: 40%;
}
.split .threefifth {
  width: 60%;
}
.split .fourfifth {
  width: 80%;
}
.split .sixth {
  width: 16.6%;
}
.split .fivesixth {
  width: 83.4%;
}
.inner {
  padding: 1.5em;
}
.inner-left {
  padding-left: 1.5em;
}
.inner-right {
  padding-right: 1.5em;
}
.inner-nobottom {
  padding-bottom: 1px;
}
.inner-double {
  padding: 3em;
}
.inner-double-left {
  padding-left: 3em;
}
.inner-double-right {
  padding-right: 3em;
}
.inner-double-nobottom {
  padding-bottom: 1px;
}
.row .push-right {
  float: right;
}
.row .centered {
  float: none;
  margin: 0 auto;
}
.block {
  list-style: none;
  margin-left: -3.1914893617021%;
  margin-bottom: 0;
}
.block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.block > li {
  height: auto;
  float: left;
  margin-bottom: 1.5em;
  margin-left: 3.1914893617021%;
}
.block.two > li {
  width: 46.808510638298%;
}
.block.three > li {
  width: 30.141843971631%;
}
.block.four > li {
  width: 21.808510638298%;
}
.block.five > li {
  width: 16.808510638298%;
}
.block.six > li {
  width: 13.475177304965%;
}
.image.left {
  float: left;
  margin: 0 1em 1em 0;
}
.image.right {
  float: right;
  margin: 0 0 1em 1em;
}
.image.left img,
.image.right img {
  position: relative;
  top: .4em;
}
p.lead {
  font-size: 1.2em;
}
.supersmall {
  font-size: 0.7em;
}
.small {
  font-size: 0.85em;
}
.big {
  font-size: 1.2em;
}
.text-centered {
  text-align: center;
}
.uppercase {
  text-transform: uppercase;
}
.nowrap {
  white-space: nowrap;
}
.clear {
  clear: both;
}
.last {
  margin-right: 0 !important;
}
.end {
  margin-bottom: 0 !important;
}
.handle {
  cursor: move;
}
.normal {
  font-weight: normal;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.req,
.required {
  font-weight: normal;
  color: #da3e5a;
}
.highlight {
  background-color: #e5ecf5 !important;
}
.width-33 {
  width: 33%;
}
.width-50 {
  width: 50%;
}
.width-100 {
  width: 100%;
}
input.width-100,
select.width-100,
textarea.width-100 {
  width: 99.4%;
}
.black {
  color: #000;
}
.gray-dark {
  color: #555;
}
.gray {
  color: #777;
}
.gray-light {
  color: #999;
}
.white {
  color: #fff;
}
.red,
.error {
  color: #da3e5a;
}
.green,
.success {
  color: #18a011;
}
a.white:hover {
  color: #d9d9d9;
  color: rgba(255,255,255,0.8);
}
a.green:hover,
a.red:hover,
a.error:hover {
  color: #000;
}
/*
     FILE ARCHIVED ON 10:33:30 May 19, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:39:16 Dec 17, 2018.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 43.985 (3)
  esindex: 0.007
  captures_list: 63.03
  CDXLines.iter: 11.408 (3)
  PetaboxLoader3.datanode: 68.012 (5)
  exclusion.robots: 0.191
  exclusion.robots.policy: 0.179
  RedisCDXSource: 4.432
  PetaboxLoader3.resolve: 57.743 (2)
  load_resource: 194.055
*/