@charset "UTF-8";
@media print {
  a:after {
    content: ''; } }
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
* {
  box-sizing: border-box; }
*:before,
*:after {
  box-sizing: border-box; }
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }
body {
  background-color: #fff;
  color: #4a4a4a;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
  line-height: 1.42857; }
input,
button,
select,
textarea {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit; }
a {
  color: #337ab7;
  text-decoration: none; }
a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
figure {
  margin: 0; }
img {
  vertical-align: middle; }
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }
.img-rounded {
  border-radius: 3px; }
.img-thumbnail {
  display: inline-block;
  padding: 4px;
  max-width: 100%;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #fff;
  line-height: 1.42857;
  transition: all 0.2s ease-in-out; }
.img-circle {
  border-radius: 50%; }
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0; }
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  margin: 0;
  width: auto;
  height: auto; }
[role="button"] {
  cursor: pointer; }
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: inherit;
  font-weight: 500;
  font-family: inherit;
  line-height: 1.1; }
h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    color: #999;
    font-weight: normal;
    line-height: 1; }
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }
h1, .h1 {
  font-size: 36px; }
h2, .h2 {
  font-size: 30px; }
h3, .h3 {
  font-size: 24px; }
h4, .h4 {
  font-size: 18px; }
h5, .h5 {
  font-size: 14px; }
h6, .h6 {
  font-size: 12px; }
p {
  margin: 0 0 10px; }
.lead {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4; }
@media (min-width: 768px) {
    .lead {
      font-size: 21px; } }
small,
.small {
  font-size: 85%; }
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3; }
.text-left {
  text-align: left; }
.text-right {
  text-align: right; }
.text-center {
  text-align: center; }
.text-justify {
  text-align: justify; }
.text-nowrap {
  white-space: nowrap; }
.text-lowercase {
  text-transform: lowercase; }
.text-uppercase, .initialism {
  text-transform: uppercase; }
.text-capitalize {
  text-transform: capitalize; }
.text-muted {
  color: #999; }
.text-primary {
  color: #337ab7; }
a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }
.text-success {
  color: #3c763d; }
a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }
.text-info {
  color: #31708f; }
a.text-info:hover,
a.text-info:focus {
  color: #245269; }
.text-warning {
  color: #8a6d3b; }
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }
.text-danger {
  color: #a94442; }
a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }
.bg-primary {
  color: #fff; }
.bg-primary {
  background-color: #337ab7; }
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }
.bg-success {
  background-color: #dff0d8; }
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }
.bg-info {
  background-color: #d9edf7; }
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }
.bg-warning {
  background-color: #fcf8e3; }
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }
.bg-danger {
  background-color: #f2dede; }
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }
.page-header {
  margin: 40px 0 20px;
  padding-bottom: 9px;
  border-bottom: 1px solid #eee; }
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }
.list-unstyled {
  padding-left: 0;
  list-style: none; }
.list-inline {
  margin-left: -5px;
  padding-left: 0;
  list-style: none; }
.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px; }
dl {
  margin-top: 0;
  margin-bottom: 20px; }
dt,
dd {
  line-height: 1.42857; }
dt {
  font-weight: bold; }
dd {
  margin-left: 0; }
.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " "; }
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 0) {
  .dl-horizontal dt {
    float: left;
    clear: left;
    overflow: hidden;
    width: 160px;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }
abbr[title],
abbr[data-original-title] {
  border-bottom: 1px dotted #999;
  cursor: help; }
.initialism {
  font-size: 90%; }
blockquote {
  margin: 0 0 20px;
  padding: 10px 20px;
  border-left: 5px solid #eee;
  font-size: 17.5px; }
blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    color: #999;
    font-size: 80%;
    line-height: 1.42857; }
blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right; }
.blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
.blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
code {
  padding: 2px 4px;
  border-radius: 3px;
  background-color: #f7f7f7;
  color: #4a4a4a;
  font-size: 90%; }
kbd {
  padding: 2px 4px;
  border-radius: 3px;
  background-color: #333;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 90%; }
kbd kbd {
    padding: 0;
    box-shadow: none;
    font-weight: bold;
    font-size: 100%; }
pre {
  display: block;
  margin: 0 0 10px;
  padding: 9.5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #f5f5f5;
  color: #333;
  word-wrap: break-word;
  word-break: break-all;
  font-size: 13px;
  line-height: 1.42857; }
pre code {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    color: inherit;
    white-space: pre-wrap;
    font-size: inherit; }
.pre-scrollable {
  overflow-y: scroll;
  max-height: 340px; }
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px; }
.container:before, .container:after {
    display: table;
    content: " "; }
.container:after {
    clear: both; }
@media (min-width: 768px) {
    .container {
      width: 740px; } }
@media (min-width: 992px) {
    .container {
      width: 1000px; } }
@media (min-width: 1200px) {
    .container {
      width: 1160px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px; }
.container-fluid:before, .container-fluid:after {
    display: table;
    content: " "; }
.container-fluid:after {
    clear: both; }
.row {
  margin-right: -10px;
  margin-left: -10px; }
.row:before, .row:after {
    display: table;
    content: " "; }
.row:after {
    clear: both; }
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  min-height: 1px; }
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }
.col-xs-1 {
  width: 8.33333%; }
.col-xs-2 {
  width: 16.66667%; }
.col-xs-3 {
  width: 25%; }
.col-xs-4 {
  width: 33.33333%; }
.col-xs-5 {
  width: 41.66667%; }
.col-xs-6 {
  width: 50%; }
.col-xs-7 {
  width: 58.33333%; }
.col-xs-8 {
  width: 66.66667%; }
.col-xs-9 {
  width: 75%; }
.col-xs-10 {
  width: 83.33333%; }
.col-xs-11 {
  width: 91.66667%; }
.col-xs-12 {
  width: 100%; }
.col-xs-pull-0 {
  right: auto; }
.col-xs-pull-1 {
  right: 8.33333%; }
.col-xs-pull-2 {
  right: 16.66667%; }
.col-xs-pull-3 {
  right: 25%; }
.col-xs-pull-4 {
  right: 33.33333%; }
.col-xs-pull-5 {
  right: 41.66667%; }
.col-xs-pull-6 {
  right: 50%; }
.col-xs-pull-7 {
  right: 58.33333%; }
.col-xs-pull-8 {
  right: 66.66667%; }
.col-xs-pull-9 {
  right: 75%; }
.col-xs-pull-10 {
  right: 83.33333%; }
.col-xs-pull-11 {
  right: 91.66667%; }
.col-xs-pull-12 {
  right: 100%; }
.col-xs-push-0 {
  left: auto; }
.col-xs-push-1 {
  left: 8.33333%; }
.col-xs-push-2 {
  left: 16.66667%; }
.col-xs-push-3 {
  left: 25%; }
.col-xs-push-4 {
  left: 33.33333%; }
.col-xs-push-5 {
  left: 41.66667%; }
.col-xs-push-6 {
  left: 50%; }
.col-xs-push-7 {
  left: 58.33333%; }
.col-xs-push-8 {
  left: 66.66667%; }
.col-xs-push-9 {
  left: 75%; }
.col-xs-push-10 {
  left: 83.33333%; }
.col-xs-push-11 {
  left: 91.66667%; }
.col-xs-push-12 {
  left: 100%; }
.col-xs-offset-0 {
  margin-left: 0%; }
.col-xs-offset-1 {
  margin-left: 8.33333%; }
.col-xs-offset-2 {
  margin-left: 16.66667%; }
.col-xs-offset-3 {
  margin-left: 25%; }
.col-xs-offset-4 {
  margin-left: 33.33333%; }
.col-xs-offset-5 {
  margin-left: 41.66667%; }
.col-xs-offset-6 {
  margin-left: 50%; }
.col-xs-offset-7 {
  margin-left: 58.33333%; }
.col-xs-offset-8 {
  margin-left: 66.66667%; }
.col-xs-offset-9 {
  margin-left: 75%; }
.col-xs-offset-10 {
  margin-left: 83.33333%; }
.col-xs-offset-11 {
  margin-left: 91.66667%; }
.col-xs-offset-12 {
  margin-left: 100%; }
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }
table {
  background-color: transparent; }
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #999;
  text-align: left; }
th {
  text-align: left; }
.table {
  margin-bottom: 20px;
  max-width: 100%;
  width: 100%; }
.table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    border-top: 1px solid #ddd;
    vertical-align: top;
    line-height: 1.42857; }
.table > thead > tr > th {
    border-bottom: 2px solid #ddd;
    vertical-align: bottom; }
.table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .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 #ddd; }
.table .table {
    background-color: #fff; }
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }
.table-bordered {
  border: 1px solid #ddd; }
.table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
.table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none; }
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none; }
.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }
.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }
.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }
.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }
.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
@media screen and (max-width: 767px) {
    .table-responsive {
      overflow-y: hidden;
      margin-bottom: 15px;
      width: 100%;
      border: 1px solid #ddd;
      -ms-overflow-style: -ms-autohiding-scrollbar; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
  border: 0; }
legend {
  display: block;
  margin-bottom: 20px;
  padding: 0;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  color: #333;
  font-size: 21px;
  line-height: inherit; }
label {
  display: inline-block;
  margin-bottom: 5px;
  max-width: 100%;
  font-weight: bold; }
input[type="search"] {
  box-sizing: border-box; }
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }
input[type="file"] {
  display: block; }
input[type="range"] {
  display: block;
  width: 100%; }
select[multiple],
select[size] {
  height: auto; }
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }
output {
  display: block;
  padding-top: 7px;
  color: #555;
  font-size: 14px;
  line-height: 1.42857; }
.form-control {
  display: block;
  padding: 6px 12px;
  width: 100%;
  height: 34px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  background-image: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #555;
  font-size: 14px;
  line-height: 1.42857;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
.form-control:focus {
    outline: 0;
    border-color: #66afe9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
.form-control:-ms-input-placeholder {
    color: #999; }
.form-control::-webkit-input-placeholder {
    color: #999; }
.form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
.form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1; }
.form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }
textarea.form-control {
  height: auto; }
input[type="search"] {
  -webkit-appearance: none; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }
.form-group {
  margin-bottom: 15px; }
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
.radio label,
  .checkbox label {
    margin-bottom: 0;
    padding-left: 20px;
    min-height: 20px;
    font-weight: normal;
    cursor: pointer; }
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px; }
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding-left: 20px;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }
input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }
.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }
.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }
.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  min-height: 34px; }
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0; }
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 5px 10px;
  height: 30px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5; }
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }
.form-group-sm .form-control {
  padding: 5px 10px;
  height: 30px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5; }
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }
.form-group-sm .form-control-static {
  padding: 6px 10px;
  min-height: 32px;
  height: 30px;
  font-size: 12px;
  line-height: 1.5; }
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 10px 16px;
  height: 46px;
  border-radius: 3px;
  font-size: 18px;
  line-height: 1.33333; }
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }
.form-group-lg .form-control {
  padding: 10px 16px;
  height: 46px;
  border-radius: 3px;
  font-size: 18px;
  line-height: 1.33333; }
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }
.form-group-lg .form-control-static {
  padding: 11px 16px;
  min-height: 38px;
  height: 46px;
  font-size: 18px;
  line-height: 1.33333; }
.has-feedback {
  position: relative; }
.has-feedback .form-control {
    padding-right: 42.5px; }
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  pointer-events: none; }
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  border-color: #3c763d;
  background-color: #dff0d8;
  color: #3c763d; }
.has-success .form-control-feedback {
  color: #3c763d; }
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  border-color: #8a6d3b;
  background-color: #fcf8e3;
  color: #8a6d3b; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
  border-color: #a94442;
  background-color: #f2dede;
  color: #a94442; }
.has-error .form-control-feedback {
  color: #a94442; }
.has-feedback label ~ .form-control-feedback {
  top: 25px; }
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #8a8a8a; }
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }
.form-horizontal .form-group {
  margin-right: -10px;
  margin-left: -10px; }
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    display: table;
    content: " "; }
.form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 7px;
    text-align: right; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }
.btn {
  display: inline-block;
  margin-bottom: 0;
  padding: 6px 12px;
  border: 1px solid transparent;
  border-radius: 3px;
  background-image: none;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.42857;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: manipulation; }
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    box-shadow: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    cursor: not-allowed; }
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }
.btn-default {
  border-color: #ccc;
  background-color: #fff;
  color: #333; }
.btn-default:focus, .btn-default.focus {
    border-color: #8c8c8c;
    background-color: #e6e6e6;
    color: #333; }
.btn-default:hover {
    border-color: #adadad;
    background-color: #e6e6e6;
    color: #333; }
.btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    border-color: #adadad;
    background-color: #e6e6e6;
    color: #333; }
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      border-color: #8c8c8c;
      background-color: #d4d4d4;
      color: #333; }
.btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    border-color: #ccc;
    background-color: #fff; }
.btn-default .badge {
    background-color: #333;
    color: #fff; }
.btn-primary {
  border-color: #2e6da4;
  background-color: #337ab7;
  color: #fff; }
.btn-primary:focus, .btn-primary.focus {
    border-color: #122b40;
    background-color: #286090;
    color: #fff; }
.btn-primary:hover {
    border-color: #204d74;
    background-color: #286090;
    color: #fff; }
.btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    border-color: #204d74;
    background-color: #286090;
    color: #fff; }
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      border-color: #122b40;
      background-color: #204d74;
      color: #fff; }
.btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    border-color: #2e6da4;
    background-color: #337ab7; }
.btn-primary .badge {
    background-color: #fff;
    color: #337ab7; }
.btn-success {
  border-color: #4cae4c;
  background-color: #5cb85c;
  color: #fff; }
.btn-success:focus, .btn-success.focus {
    border-color: #255625;
    background-color: #449d44;
    color: #fff; }
.btn-success:hover {
    border-color: #398439;
    background-color: #449d44;
    color: #fff; }
.btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    border-color: #398439;
    background-color: #449d44;
    color: #fff; }
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      border-color: #255625;
      background-color: #398439;
      color: #fff; }
.btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    border-color: #4cae4c;
    background-color: #5cb85c; }
.btn-success .badge {
    background-color: #fff;
    color: #5cb85c; }
.btn-info {
  border-color: #46b8da;
  background-color: #5bc0de;
  color: #fff; }
.btn-info:focus, .btn-info.focus {
    border-color: #1b6d85;
    background-color: #31b0d5;
    color: #fff; }
.btn-info:hover {
    border-color: #269abc;
    background-color: #31b0d5;
    color: #fff; }
.btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    border-color: #269abc;
    background-color: #31b0d5;
    color: #fff; }
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      border-color: #1b6d85;
      background-color: #269abc;
      color: #fff; }
.btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    border-color: #46b8da;
    background-color: #5bc0de; }
.btn-info .badge {
    background-color: #fff;
    color: #5bc0de; }
.btn-warning {
  border-color: #eea236;
  background-color: #f0ad4e;
  color: #fff; }
.btn-warning:focus, .btn-warning.focus {
    border-color: #985f0d;
    background-color: #ec971f;
    color: #fff; }
.btn-warning:hover {
    border-color: #d58512;
    background-color: #ec971f;
    color: #fff; }
.btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    border-color: #d58512;
    background-color: #ec971f;
    color: #fff; }
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      border-color: #985f0d;
      background-color: #d58512;
      color: #fff; }
.btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    border-color: #eea236;
    background-color: #f0ad4e; }
.btn-warning .badge {
    background-color: #fff;
    color: #f0ad4e; }
.btn-danger {
  border-color: #d43f3a;
  background-color: #d9534f;
  color: #fff; }
.btn-danger:focus, .btn-danger.focus {
    border-color: #761c19;
    background-color: #c9302c;
    color: #fff; }
.btn-danger:hover {
    border-color: #ac2925;
    background-color: #c9302c;
    color: #fff; }
.btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    border-color: #ac2925;
    background-color: #c9302c;
    color: #fff; }
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      border-color: #761c19;
      background-color: #ac2925;
      color: #fff; }
.btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    border-color: #d43f3a;
    background-color: #d9534f; }
.btn-danger .badge {
    background-color: #fff;
    color: #d9534f; }
.btn-link {
  border-radius: 0;
  color: #337ab7;
  font-weight: normal; }
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
.btn-link:hover, .btn-link:focus {
    background-color: transparent;
    color: #23527c;
    text-decoration: underline; }
.btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #999;
    text-decoration: none; }
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  border-radius: 3px;
  font-size: 18px;
  line-height: 1.33333; }
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5; }
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5; }
.btn-block {
  display: block;
  width: 100%; }
.btn-block + .btn-block {
  margin-top: 5px; }
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }
.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
.fade.in {
    opacity: 1; }
.collapse {
  display: none; }
.collapse.in {
    display: block; }
tr.collapse.in {
  display: table-row; }
tbody.collapse.in {
  display: table-row-group; }
.collapsing {
  position: relative;
  overflow: hidden;
  height: 0;
  transition-timing-function: ease;
  transition-duration: 0.35s;
  transition-property: height, visibility; }
.caret {
  display: inline-block;
  margin-left: 2px;
  width: 0;
  height: 0;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  vertical-align: middle; }
.dropup,
.dropdown {
  position: relative; }
.dropdown-toggle:focus {
  outline: 0; }
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  margin: 2px 0 0;
  padding: 5px 0;
  min-width: 160px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  list-style: none;
  text-align: left;
  font-size: 14px; }
.dropdown-menu.pull-right {
    right: 0;
    left: auto; }
.dropdown-menu .divider {
    overflow: hidden;
    margin: 9px 0;
    height: 1px;
    background-color: #e5e5e5; }
.dropdown-menu > li > a {
    display: block;
    clear: both;
    padding: 3px 20px;
    color: #555;
    white-space: nowrap;
    font-weight: normal;
    line-height: 1.42857; }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: #bef891;
  color: #306506;
  text-decoration: none; }
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  outline: 0;
  background-color: #bef891;
  color: #306506;
  text-decoration: none; }
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  background-color: transparent;
  background-image: none;
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }
.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }
.dropdown-menu-right {
  right: 0;
  left: auto; }
.dropdown-menu-left {
  right: auto;
  left: 0; }
.dropdown-header {
  display: block;
  padding: 3px 20px;
  color: #999;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1.42857; }
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }
.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }
@media (min-width: 0) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0; } }
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
.btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }
.btn-toolbar {
  margin-left: -5px; }
.btn-toolbar:before, .btn-toolbar:after {
    display: table;
    content: " "; }
.btn-toolbar:after {
    clear: both; }
.btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
.btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }
.btn-group > .btn:first-child {
  margin-left: 0; }
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group > .btn-group {
  float: left; }
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none; }
.btn .caret {
  margin-left: 0; }
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  max-width: 100%;
  width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " "; }
.btn-group-vertical > .btn-group:after {
  clear: both; }
.btn-group-vertical > .btn-group > .btn {
  float: none; }
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.btn-group-justified {
  display: table;
  width: 100%;
  border-collapse: separate;
  table-layout: fixed; }
.btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%; }
.btn-group-justified > .btn-group .btn {
    width: 100%; }
.btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }
.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0; }
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    margin-bottom: 0;
    width: 100%; }
.input-group .form-control:focus {
      z-index: 3; }
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
.input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }
.input-group-addon,
.input-group-btn {
  width: 1%;
  vertical-align: middle;
  white-space: nowrap; }
.input-group-addon {
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #eee;
  color: #555;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 1; }
.input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px; }
.input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    border-radius: 3px;
    font-size: 18px; }
.input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.input-group-addon:first-child {
  border-right: 0; }
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.input-group-addon:last-child {
  border-left: 0; }
.input-group-btn {
  position: relative;
  white-space: nowrap;
  font-size: 0; }
.input-group-btn > .btn {
    position: relative; }
.input-group-btn > .btn + .btn {
      margin-left: -1px; }
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
.input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
.input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
.nav:before, .nav:after {
    display: table;
    content: " "; }
.nav:after {
    clear: both; }
.nav > li {
    position: relative;
    display: block; }
.nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
.nav > li > a:hover, .nav > li > a:focus {
        background-color: #eee;
        text-decoration: none; }
.nav > li.disabled > a {
      color: #999; }
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        background-color: transparent;
        color: #999;
        text-decoration: none;
        cursor: not-allowed; }
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    border-color: #337ab7;
    background-color: #eee; }
.nav .nav-divider {
    overflow: hidden;
    margin: 9px 0;
    height: 1px;
    background-color: #e5e5e5; }
.nav > li > a > img {
    max-width: none; }
.nav-tabs {
  border-bottom: 1px solid #ddd; }
.nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
.nav-tabs > li > a {
      margin-right: 2px;
      border: 1px solid transparent;
      border-radius: 3px 3px 0 0;
      line-height: 1.42857; }
.nav-tabs > li > a:hover {
        border-color: #eee #eee #ddd; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      background-color: #fff;
      color: #555;
      cursor: default; }
.nav-pills > li {
  float: left; }
.nav-pills > li > a {
    border-radius: 3px; }
.nav-pills > li + li {
    margin-left: 2px; }
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #337ab7;
    color: #fff; }
.nav-stacked > li {
  float: none; }
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }
.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
.nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      margin-bottom: 5px;
      text-align: center; }
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
@media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 3px; }
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
@media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 3px 3px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }
.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.navbar {
  position: relative;
  margin-bottom: 0;
  min-height: 50px;
  border: 1px solid transparent; }
.navbar:before, .navbar:after {
    display: table;
    content: " "; }
.navbar:after {
    clear: both; }
@media (min-width: 0) {
    .navbar {
      border-radius: 3px; } }
.navbar-header:before, .navbar-header:after {
  display: table;
  content: " "; }
.navbar-header:after {
  clear: both; }
@media (min-width: 0) {
  .navbar-header {
    float: left; } }
.navbar-collapse {
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
.navbar-collapse:before, .navbar-collapse:after {
    display: table;
    content: " "; }
.navbar-collapse:after {
    clear: both; }
.navbar-collapse.in {
    overflow-y: auto; }
@media (min-width: 0) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        overflow: visible !important;
        padding-bottom: 0;
        height: auto !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0; } }
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px; }
@media (min-width: 0) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
@media (min-width: 0) {
    .navbar-static-top {
      border-radius: 0; } }
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
@media (min-width: 0) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }
.navbar-brand {
  float: left;
  padding: 15px 10px;
  height: 50px;
  font-size: 18px;
  line-height: 20px; }
.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
.navbar-brand > img {
    display: block; }
@media (min-width: 0) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -10px; } }
.navbar-toggle {
  position: relative;
  float: right;
  margin-top: 8px;
  margin-right: 10px;
  margin-bottom: 8px;
  padding: 9px 10px;
  border: 1px solid transparent;
  border-radius: 3px;
  background-color: transparent;
  background-image: none; }
.navbar-toggle:focus {
    outline: 0; }
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
@media (min-width: 0) {
    .navbar-toggle {
      display: none; } }
.navbar-nav {
  margin: 7.5px -10px; }
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
@media (max-width: -1) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      margin-top: 0;
      width: auto;
      border: 0;
      background-color: transparent;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
@media (min-width: 0) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }
.navbar-form {
  margin-top: 8px;
  margin-right: -10px;
  margin-bottom: 8px;
  margin-left: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); }
@media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
@media (max-width: -1) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
@media (min-width: 0) {
    .navbar-form {
      margin-right: 0;
      margin-left: 0;
      padding-top: 0;
      padding-bottom: 0;
      width: auto;
      border: 0;
      box-shadow: none; } }
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
@media (min-width: 0) {
    .navbar-text {
      float: left;
      margin-right: 10px;
      margin-left: 10px; } }
@media (min-width: 0) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -10px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }
.navbar-default {
  border-color: rgba(43, 91, 6, 0.15);
  background-color: transparent; }
.navbar-default .navbar-brand {
    color: #777; }
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      background-color: #59bb0c;
      color: #5e5e5e; }
.navbar-default .navbar-text {
    color: #777; }
.navbar-default .navbar-nav > li > a {
    color: #777; }
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      background-color: transparent;
      color: #333; }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #555; }
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    background-color: transparent;
    color: #ccc; }
.navbar-default .navbar-toggle {
    border-color: #ddd; }
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
.navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
.navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: rgba(43, 91, 6, 0.15); }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #555; }
@media (max-width: -1) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        background-color: transparent;
        color: #333; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      background-color: transparent;
      color: #555; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      background-color: transparent;
      color: #ccc; } }
.navbar-default .navbar-link {
    color: #777; }
.navbar-default .navbar-link:hover {
      color: #333; }
.navbar-default .btn-link {
    color: #777; }
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }
.navbar-inverse {
  border-color: #090909;
  background-color: #222; }
.navbar-inverse .navbar-brand {
    color: #bfbfbf; }
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      background-color: transparent;
      color: #fff; }
.navbar-inverse .navbar-text {
    color: #bfbfbf; }
.navbar-inverse .navbar-nav > li > a {
    color: #bfbfbf; }
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      background-color: transparent;
      color: #fff; }
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #090909;
    color: #fff; }
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    background-color: transparent;
    color: #444; }
.navbar-inverse .navbar-toggle {
    border-color: #333; }
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
.navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
.navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
@media (max-width: -1) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #bfbfbf; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        background-color: transparent;
        color: #fff; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      background-color: #090909;
      color: #fff; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      background-color: transparent;
      color: #444; } }
.navbar-inverse .navbar-link {
    color: #bfbfbf; }
.navbar-inverse .navbar-link:hover {
      color: #fff; }
.navbar-inverse .btn-link {
    color: #bfbfbf; }
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }
.breadcrumb {
  margin-bottom: 20px;
  padding: 8px 15px;
  border-radius: 3px;
  background-color: #f5f5f5;
  list-style: none; }
.breadcrumb > li {
    display: inline-block; }
.breadcrumb > li + li:before {
      padding: 0 5px;
      color: #ccc;
      content: "/ "; }
.breadcrumb > .active {
    color: #999; }
.pagination {
  display: inline-block;
  margin: 20px 0;
  padding-left: 0;
  border-radius: 3px; }
.pagination > li {
    display: inline; }
.pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      margin-left: -1px;
      padding: 6px 12px;
      border: 1px solid #ddd;
      background-color: #fff;
      color: #337ab7;
      text-decoration: none;
      line-height: 1.42857; }
.pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
.pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px; }
.pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    border-color: #ddd;
    background-color: #eee;
    color: #23527c; }
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    border-color: #337ab7;
    background-color: #337ab7;
    color: #fff;
    cursor: default; }
.pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    border-color: #ddd;
    background-color: #fff;
    color: #999;
    cursor: not-allowed; }
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }
.pager {
  margin: 20px 0;
  padding-left: 0;
  list-style: none;
  text-align: center; }
.pager:before, .pager:after {
    display: table;
    content: " "; }
.pager:after {
    clear: both; }
.pager li {
    display: inline; }
.pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      border: 1px solid #ddd;
      border-radius: 15px;
      background-color: #fff; }
.pager li > a:hover,
    .pager li > a:focus {
      background-color: #eee;
      text-decoration: none; }
.pager .next > a,
  .pager .next > span {
    float: right; }
.pager .previous > a,
  .pager .previous > span {
    float: left; }
.pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    background-color: #fff;
    color: #999;
    cursor: not-allowed; }
.label {
  display: inline;
  padding: .2em .6em .3em;
  border-radius: .25em;
  color: #fff;
  vertical-align: baseline;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  font-size: 75%;
  line-height: 1; }
.label:empty {
    display: none; }
.btn .label {
    position: relative;
    top: -1px; }
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }
.label-default {
  background-color: #999; }
.label-default[href]:hover, .label-default[href]:focus {
    background-color: gray; }
.label-primary {
  background-color: #337ab7; }
.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }
.label-success {
  background-color: #5cb85c; }
.label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }
.label-info {
  background-color: #5bc0de; }
.label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }
.label-warning {
  background-color: #f0ad4e; }
.label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }
.label-danger {
  background-color: #d9534f; }
.label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }
.badge {
  display: inline-block;
  padding: 3px 7px;
  min-width: 10px;
  border-radius: 10px;
  background-color: #999;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  font-size: 12px;
  line-height: 1; }
.badge:empty {
    display: none; }
.btn .badge {
    position: relative;
    top: -1px; }
.btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
.list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    background-color: #fff;
    color: #337ab7; }
.list-group-item > .badge {
    float: right; }
.list-group-item > .badge + .badge {
    margin-right: 5px; }
.nav-pills > li > a > .badge {
    margin-left: 3px; }
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }
.jumbotron {
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #eee;
  color: inherit; }
.jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
.jumbotron p {
    margin-bottom: 15px;
    font-weight: 200;
    font-size: 21px; }
.jumbotron > hr {
    border-top-color: #d5d5d5; }
.container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 3px; }
.jumbotron .container {
    max-width: 100%; }
@media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }
.alert {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 3px; }
.alert h4 {
    margin-top: 0;
    color: inherit; }
.alert .alert-link {
    font-weight: bold; }
.alert > p,
  .alert > ul {
    margin-bottom: 0; }
.alert > p + p {
    margin-top: 5px; }
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
.alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }
.alert-success {
  border-color: #d6e9c6;
  background-color: #dff0d8;
  color: #3c763d; }
.alert-success hr {
    border-top-color: #c9e2b3; }
.alert-success .alert-link {
    color: #2b542c; }
.alert-info {
  border-color: #bce8f1;
  background-color: #d9edf7;
  color: #31708f; }
.alert-info hr {
    border-top-color: #a6e1ec; }
.alert-info .alert-link {
    color: #245269; }
.alert-warning {
  border-color: #faebcc;
  background-color: #fcf8e3;
  color: #8a6d3b; }
.alert-warning hr {
    border-top-color: #f7e1b5; }
.alert-warning .alert-link {
    color: #66512c; }
.alert-danger {
  border-color: #ebccd1;
  background-color: #f2dede;
  color: #a94442; }
.alert-danger hr {
    border-top-color: #e4b9c0; }
.alert-danger .alert-link {
    color: #843534; }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
.progress {
  overflow: hidden;
  margin-bottom: 20px;
  height: 20px;
  border-radius: 3px;
  background-color: #f5f5f5;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  transition: width 0.6s ease; }
.progress-striped .progress-bar,
.progress-bar-striped {
  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);
  background-size: 40px 40px; }
.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite; }
.progress-bar-success {
  background-color: #5cb85c; }
.progress-striped .progress-bar-success {
    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-bar-info {
  background-color: #5bc0de; }
.progress-striped .progress-bar-info {
    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-bar-warning {
  background-color: #f0ad4e; }
.progress-striped .progress-bar-warning {
    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-bar-danger {
  background-color: #d9534f; }
.progress-striped .progress-bar-danger {
    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); }
.list-group {
  margin-bottom: 20px;
  padding-left: 0; }
.list-group-item {
  position: relative;
  display: block;
  margin-bottom: -1px;
  padding: 10px 15px;
  border: 1px solid #ddd;
  background-color: #fff; }
.list-group-item:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
a.list-group-item,
button.list-group-item {
  color: #555; }
a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    background-color: #f5f5f5;
    color: #555;
    text-decoration: none; }
button.list-group-item {
  width: 100%;
  text-align: left; }
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eee;
  color: #999;
  cursor: not-allowed; }
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #999; }
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  border-color: #337ab7;
  background-color: #337ab7;
  color: #fff; }
.list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef; }
.list-group-item-success {
  background-color: #dff0d8;
  color: #3c763d; }
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    background-color: #d0e9c6;
    color: #3c763d; }
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    border-color: #3c763d;
    background-color: #3c763d;
    color: #fff; }
.list-group-item-info {
  background-color: #d9edf7;
  color: #31708f; }
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    background-color: #c4e3f3;
    color: #31708f; }
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    border-color: #31708f;
    background-color: #31708f;
    color: #fff; }
.list-group-item-warning {
  background-color: #fcf8e3;
  color: #8a6d3b; }
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    background-color: #faf2cc;
    color: #8a6d3b; }
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    border-color: #8a6d3b;
    background-color: #8a6d3b;
    color: #fff; }
.list-group-item-danger {
  background-color: #f2dede;
  color: #a94442; }
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    background-color: #ebcccc;
    color: #a94442; }
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    border-color: #a94442;
    background-color: #a94442;
    color: #fff; }
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }
.panel {
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
.panel-body {
  padding: 15px; }
.panel-body:before, .panel-body:after {
    display: table;
    content: " "; }
.panel-body:after {
    clear: both; }
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  color: inherit;
  font-size: 16px; }
.panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }
.panel-footer {
  padding: 10px 15px;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #f5f5f5; }
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
.panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
.panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
.panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px; }
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }
.list-group + .panel-footer {
  border-top-width: 0; }
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
.panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-right: 15px;
    padding-left: 15px; }
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }
.panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 2px; }
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 2px; }
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }
.panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px; }
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 2px; }
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 2px; }
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
.panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
.panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
.panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
.panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0; }
.panel-group {
  margin-bottom: 20px; }
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 3px; }
.panel-group .panel + .panel {
      margin-top: 5px; }
.panel-group .panel-heading {
    border-bottom: 0; }
.panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
.panel-group .panel-footer {
    border-top: 0; }
.panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }
.panel-default {
  border-color: #ddd; }
.panel-default > .panel-heading {
    border-color: #ddd;
    background-color: #f5f5f5;
    color: #333; }
.panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
.panel-default > .panel-heading .badge {
      background-color: #333;
      color: #f5f5f5; }
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }
.panel-primary {
  border-color: #337ab7; }
.panel-primary > .panel-heading {
    border-color: #337ab7;
    background-color: #337ab7;
    color: #fff; }
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
.panel-primary > .panel-heading .badge {
      background-color: #fff;
      color: #337ab7; }
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }
.panel-success {
  border-color: #d6e9c6; }
.panel-success > .panel-heading {
    border-color: #d6e9c6;
    background-color: #dff0d8;
    color: #3c763d; }
.panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
.panel-success > .panel-heading .badge {
      background-color: #3c763d;
      color: #dff0d8; }
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }
.panel-info {
  border-color: #bce8f1; }
.panel-info > .panel-heading {
    border-color: #bce8f1;
    background-color: #d9edf7;
    color: #31708f; }
.panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
.panel-info > .panel-heading .badge {
      background-color: #31708f;
      color: #d9edf7; }
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }
.panel-warning {
  border-color: #faebcc; }
.panel-warning > .panel-heading {
    border-color: #faebcc;
    background-color: #fcf8e3;
    color: #8a6d3b; }
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
.panel-warning > .panel-heading .badge {
      background-color: #8a6d3b;
      color: #fcf8e3; }
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }
.panel-danger {
  border-color: #ebccd1; }
.panel-danger > .panel-heading {
    border-color: #ebccd1;
    background-color: #f2dede;
    color: #a94442; }
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
.panel-danger > .panel-heading .badge {
      background-color: #a94442;
      color: #f2dede; }
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }
.embed-responsive {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  height: 0; }
.embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }
.embed-responsive-16by9 {
  padding-bottom: 56.25%; }
.embed-responsive-4by3 {
  padding-bottom: 75%; }
.well {
  margin-bottom: 20px;
  padding: 19px;
  min-height: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  background-color: #f5f5f5;
  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-lg {
  padding: 24px;
  border-radius: 3px; }
.well-sm {
  padding: 9px;
  border-radius: 3px; }
.close {
  float: right;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  font-weight: bold;
  font-size: 21px;
  line-height: 1;
  opacity: 0.2;
  filter: alpha(opacity=20); }
.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: pointer; }
button.close {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none; }
.modal-open {
  overflow: hidden; }
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
.modal.in .modal-dialog {
    transform: translate(0, 0); }
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }
.modal-dialog {
  position: relative;
  margin: 10px;
  width: auto; }
.modal-content {
  position: relative;
  outline: 0;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
.modal-header:before, .modal-header:after {
    display: table;
    content: " "; }
.modal-header:after {
    clear: both; }
.modal-header .close {
  margin-top: -2px; }
.modal-title {
  margin: 0;
  line-height: 1.42857; }
.modal-body {
  position: relative;
  padding: 15px; }
.modal-footer {
  padding: 15px;
  border-top: 1px solid #e5e5e5;
  text-align: right; }
.modal-footer:before, .modal-footer:after {
    display: table;
    content: " "; }
.modal-footer:after {
    clear: both; }
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px; }
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
.modal-footer .btn-block + .btn-block {
    margin-left: 0; }
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  overflow: scroll;
  width: 50px;
  height: 50px; }
@media (min-width: 768px) {
  .modal-dialog {
    margin: 30px auto;
    width: 600px; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
  white-space: normal;
  word-spacing: normal;
  word-wrap: normal;
  word-break: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
  line-height: 1.42857;
  opacity: 0;
  filter: alpha(opacity=0);
  line-break: auto; }
.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }
.tooltip-inner {
  padding: 3px 8px;
  max-width: 200px;
  border-radius: 3px;
  background-color: #000;
  color: #fff;
  text-align: center; }
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent; }
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  padding: 1px;
  max-width: 276px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
  white-space: normal;
  word-spacing: normal;
  word-wrap: normal;
  word-break: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
  line-height: 1.42857;
  line-break: auto; }
.popover.top {
    margin-top: -10px; }
.popover.right {
    margin-left: 10px; }
.popover.bottom {
    margin-top: 10px; }
.popover.left {
    margin-left: -10px; }
.popover-title {
  margin: 0;
  padding: 8px 14px;
  border-bottom: 1px solid #ebebeb;
  border-radius: 2px 2px 0 0;
  background-color: #f7f7f7;
  font-size: 14px; }
.popover-content {
  padding: 9px 14px; }
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent; }
.popover > .arrow {
  border-width: 11px; }
.popover > .arrow:after {
  border-width: 10px;
  content: ""; }
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0; }
.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #fff;
    border-bottom-width: 0;
    content: " "; }
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0; }
.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    border-right-color: #fff;
    border-left-width: 0;
    content: " "; }
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25); }
.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
    content: " "; }
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    border-right-width: 0;
    border-left-color: #fff;
    content: " "; }
.clearfix:before, .clearfix:after {
  display: table;
  content: " "; }
.clearfix:after {
  clear: both; }
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }
.pull-right {
  float: right !important; }
.pull-left {
  float: left !important; }
.hide {
  display: none !important; }
.show {
  display: block !important; }
.invisible {
  visibility: hidden; }
.text-hide {
  border: 0;
  background-color: transparent;
  color: transparent;
  text-shadow: none;
  font: 0/0 a; }
.hidden {
  display: none !important; }
.affix {
  position: fixed; }
@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }
.visible-sm {
  display: none !important; }
.visible-md {
  display: none !important; }
.visible-lg {
  display: none !important; }
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }
@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }
@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
@media print {
    .visible-print-block {
      display: block !important; } }
.visible-print-inline {
  display: none !important; }
@media print {
    .visible-print-inline {
      display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }
@media print {
    .visible-print-inline-block {
      display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
.c3 svg {
  font: 10px sans-serif;
  -webkit-tap-highlight-color: transparent; }
.c3 line, .c3 path {
  fill: none;
  stroke: #000; }
.c3 text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }
.c3-bars path, .c3-event-rect, .c3-legend-item-tile, .c3-xgrid-focus, .c3-ygrid {
  shape-rendering: crispEdges; }
.c3-chart-arc path {
  stroke: #fff; }
.c3-chart-arc text {
  font-size: 13px;
  fill: #fff; }
.c3-grid line {
  stroke: #aaa; }
.c3-grid text {
  fill: #aaa; }
.c3-xgrid, .c3-ygrid {
  stroke-dasharray: 3 3; }
.c3-text.c3-empty {
  font-size: 2em;
  fill: gray; }
.c3-line {
  stroke-width: 1px; }
.c3-circle._expanded_ {
  stroke: #fff;
  stroke-width: 1px; }
.c3-selected-circle {
  fill: #fff;
  stroke-width: 2px; }
.c3-bar {
  stroke-width: 0; }
.c3-bar._expanded_ {
  fill-opacity: .75; }
.c3-target.c3-focused {
  opacity: 1; }
.c3-target.c3-focused path.c3-line, .c3-target.c3-focused path.c3-step {
  stroke-width: 2px; }
.c3-target.c3-defocused {
  opacity: 0.3 !important; }
.c3-region {
  fill: #4682b4;
  fill-opacity: .1; }
.c3-brush .extent {
  fill-opacity: .1; }
.c3-legend-item {
  font-size: 12px; }
.c3-legend-item-hidden {
  opacity: .15; }
.c3-legend-background {
  opacity: .75;
  fill: #fff;
  stroke: #d3d3d3;
  stroke-width: 1; }
.c3-title {
  font: 14px sans-serif; }
.c3-tooltip-container {
  z-index: 10; }
.c3-tooltip {
  border-spacing: 0;
  border-collapse: collapse;
  background-color: #fff;
  box-shadow: 7px 7px 12px -9px #777;
  empty-cells: show;
  opacity: .9; }
.c3-tooltip tr {
  border: 1px solid #CCC; }
.c3-tooltip th {
  padding: 2px 5px;
  background-color: #aaa;
  color: #FFF;
  text-align: left;
  font-size: 14px; }
.c3-tooltip td {
  padding: 3px 6px;
  border-left: 1px dotted #999;
  background-color: #fff;
  font-size: 13px; }
.c3-tooltip td > span {
  display: inline-block;
  margin-right: 6px;
  width: 10px;
  height: 10px; }
.c3-tooltip td.value {
  text-align: right; }
.c3-area {
  opacity: .2;
  stroke-width: 0; }
.c3-chart-arcs-title {
  font-size: 1.3em;
  dominant-baseline: middle; }
.c3-chart-arcs .c3-chart-arcs-background {
  fill: #e0e0e0;
  stroke: none; }
.c3-chart-arcs .c3-chart-arcs-gauge-unit {
  font-size: 16px;
  fill: #000; }
.c3-chart-arcs .c3-chart-arcs-gauge-max, .c3-chart-arcs .c3-chart-arcs-gauge-min {
  fill: #777; }
.c3-chart-arc .c3-gauge-value {
  fill: #000; }
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'FontAwesome';
  src: url("/assets/fontawesome-webfont-674f50d287a8c48dc19ba404d20fe713.eot?v=4.7.0");
  src: url("/assets/fontawesome-webfont-674f50d287a8c48dc19ba404d20fe713.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/assets/fontawesome-webfont-af7ae505a9eed503f8b8e6982036873e.woff2?v=4.7.0") format("woff2"), url("/assets/fontawesome-webfont-fee66e712a8a08eef5805a46892932ad.woff?v=4.7.0") format("woff"), url("/assets/fontawesome-webfont-b06871f281fee6b241d60582ae9369b9.ttf?v=4.7.0") format("truetype"), url("/assets/fontawesome-webfont-912ec66d7572ff821749319396470bde.svg?v=4.7.0#fontawesomeregular") format("svg"); }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  vertical-align: -15%;
  font-size: 1.33333em;
  line-height: 0.75em; }
.fa-2x {
  font-size: 2em; }
.fa-3x {
  font-size: 3em; }
.fa-4x {
  font-size: 4em; }
.fa-5x {
  font-size: 5em; }
.fa-fw {
  width: 1.28571em;
  text-align: center; }
.fa-ul {
  margin-left: 2.14286em;
  padding-left: 0;
  list-style-type: none; }
.fa-ul > li {
    position: relative; }
.fa-li {
  position: absolute;
  top: 0.14286em;
  left: -2.14286em;
  width: 2.14286em;
  text-align: center; }
.fa-li.fa-lg {
    left: -1.85714em; }
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }
.fa-pull-left {
  float: left; }
.fa-pull-right {
  float: right; }
.fa.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right {
  margin-left: .3em; }
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }
.pull-left {
  float: left; }
.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }
.fa-spin {
  animation: fa-spin 2s infinite linear; }
.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }
@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  vertical-align: middle;
  line-height: 2em; }
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }
.fa-stack-1x {
  line-height: inherit; }
.fa-stack-2x {
  font-size: 2em; }
.fa-inverse {
  color: #fff; }
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }
.fa-music:before {
  content: ""; }
.fa-search:before {
  content: ""; }
.fa-envelope-o:before {
  content: ""; }
.fa-heart:before {
  content: ""; }
.fa-star:before {
  content: ""; }
.fa-star-o:before {
  content: ""; }
.fa-user:before {
  content: ""; }
.fa-film:before {
  content: ""; }
.fa-th-large:before {
  content: ""; }
.fa-th:before {
  content: ""; }
.fa-th-list:before {
  content: ""; }
.fa-check:before {
  content: ""; }
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }
.fa-search-plus:before {
  content: ""; }
.fa-search-minus:before {
  content: ""; }
.fa-power-off:before {
  content: ""; }
.fa-signal:before {
  content: ""; }
.fa-gear:before,
.fa-cog:before {
  content: ""; }
.fa-trash-o:before {
  content: ""; }
.fa-home:before {
  content: ""; }
.fa-file-o:before {
  content: ""; }
.fa-clock-o:before {
  content: ""; }
.fa-road:before {
  content: ""; }
.fa-download:before {
  content: ""; }
.fa-arrow-circle-o-down:before {
  content: ""; }
.fa-arrow-circle-o-up:before {
  content: ""; }
.fa-inbox:before {
  content: ""; }
.fa-play-circle-o:before {
  content: ""; }
.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }
.fa-refresh:before {
  content: ""; }
.fa-list-alt:before {
  content: ""; }
.fa-lock:before {
  content: ""; }
.fa-flag:before {
  content: ""; }
.fa-headphones:before {
  content: ""; }
.fa-volume-off:before {
  content: ""; }
.fa-volume-down:before {
  content: ""; }
.fa-volume-up:before {
  content: ""; }
.fa-qrcode:before {
  content: ""; }
.fa-barcode:before {
  content: ""; }
.fa-tag:before {
  content: ""; }
.fa-tags:before {
  content: ""; }
.fa-book:before {
  content: ""; }
.fa-bookmark:before {
  content: ""; }
.fa-print:before {
  content: ""; }
.fa-camera:before {
  content: ""; }
.fa-font:before {
  content: ""; }
.fa-bold:before {
  content: ""; }
.fa-italic:before {
  content: ""; }
.fa-text-height:before {
  content: ""; }
.fa-text-width:before {
  content: ""; }
.fa-align-left:before {
  content: ""; }
.fa-align-center:before {
  content: ""; }
.fa-align-right:before {
  content: ""; }
.fa-align-justify:before {
  content: ""; }
.fa-list:before {
  content: ""; }
.fa-dedent:before,
.fa-outdent:before {
  content: ""; }
.fa-indent:before {
  content: ""; }
.fa-video-camera:before {
  content: ""; }
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }
.fa-pencil:before {
  content: ""; }
.fa-map-marker:before {
  content: ""; }
.fa-adjust:before {
  content: ""; }
.fa-tint:before {
  content: ""; }
.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }
.fa-share-square-o:before {
  content: ""; }
.fa-check-square-o:before {
  content: ""; }
.fa-arrows:before {
  content: ""; }
.fa-step-backward:before {
  content: ""; }
.fa-fast-backward:before {
  content: ""; }
.fa-backward:before {
  content: ""; }
.fa-play:before {
  content: ""; }
.fa-pause:before {
  content: ""; }
.fa-stop:before {
  content: ""; }
.fa-forward:before {
  content: ""; }
.fa-fast-forward:before {
  content: ""; }
.fa-step-forward:before {
  content: ""; }
.fa-eject:before {
  content: ""; }
.fa-chevron-left:before {
  content: ""; }
.fa-chevron-right:before {
  content: ""; }
.fa-plus-circle:before {
  content: ""; }
.fa-minus-circle:before {
  content: ""; }
.fa-times-circle:before {
  content: ""; }
.fa-check-circle:before {
  content: ""; }
.fa-question-circle:before {
  content: ""; }
.fa-info-circle:before {
  content: ""; }
.fa-crosshairs:before {
  content: ""; }
.fa-times-circle-o:before {
  content: ""; }
.fa-check-circle-o:before {
  content: ""; }
.fa-ban:before {
  content: ""; }
.fa-arrow-left:before {
  content: ""; }
.fa-arrow-right:before {
  content: ""; }
.fa-arrow-up:before {
  content: ""; }
.fa-arrow-down:before {
  content: ""; }
.fa-mail-forward:before,
.fa-share:before {
  content: ""; }
.fa-expand:before {
  content: ""; }
.fa-compress:before {
  content: ""; }
.fa-plus:before {
  content: ""; }
.fa-minus:before {
  content: ""; }
.fa-asterisk:before {
  content: ""; }
.fa-exclamation-circle:before {
  content: ""; }
.fa-gift:before {
  content: ""; }
.fa-leaf:before {
  content: ""; }
.fa-fire:before {
  content: ""; }
.fa-eye:before {
  content: ""; }
.fa-eye-slash:before {
  content: ""; }
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }
.fa-plane:before {
  content: ""; }
.fa-calendar:before {
  content: ""; }
.fa-random:before {
  content: ""; }
.fa-comment:before {
  content: ""; }
.fa-magnet:before {
  content: ""; }
.fa-chevron-up:before {
  content: ""; }
.fa-chevron-down:before {
  content: ""; }
.fa-retweet:before {
  content: ""; }
.fa-shopping-cart:before {
  content: ""; }
.fa-folder:before {
  content: ""; }
.fa-folder-open:before {
  content: ""; }
.fa-arrows-v:before {
  content: ""; }
.fa-arrows-h:before {
  content: ""; }
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }
.fa-twitter-square:before {
  content: ""; }
.fa-facebook-square:before {
  content: ""; }
.fa-camera-retro:before {
  content: ""; }
.fa-key:before {
  content: ""; }
.fa-gears:before,
.fa-cogs:before {
  content: ""; }
.fa-comments:before {
  content: ""; }
.fa-thumbs-o-up:before {
  content: ""; }
.fa-thumbs-o-down:before {
  content: ""; }
.fa-star-half:before {
  content: ""; }
.fa-heart-o:before {
  content: ""; }
.fa-sign-out:before {
  content: ""; }
.fa-linkedin-square:before {
  content: ""; }
.fa-thumb-tack:before {
  content: ""; }
.fa-external-link:before {
  content: ""; }
.fa-sign-in:before {
  content: ""; }
.fa-trophy:before {
  content: ""; }
.fa-github-square:before {
  content: ""; }
.fa-upload:before {
  content: ""; }
.fa-lemon-o:before {
  content: ""; }
.fa-phone:before {
  content: ""; }
.fa-square-o:before {
  content: ""; }
.fa-bookmark-o:before {
  content: ""; }
.fa-phone-square:before {
  content: ""; }
.fa-twitter:before {
  content: ""; }
.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }
.fa-github:before {
  content: ""; }
.fa-unlock:before {
  content: ""; }
.fa-credit-card:before {
  content: ""; }
.fa-feed:before,
.fa-rss:before {
  content: ""; }
.fa-hdd-o:before {
  content: ""; }
.fa-bullhorn:before {
  content: ""; }
.fa-bell:before {
  content: ""; }
.fa-certificate:before {
  content: ""; }
.fa-hand-o-right:before {
  content: ""; }
.fa-hand-o-left:before {
  content: ""; }
.fa-hand-o-up:before {
  content: ""; }
.fa-hand-o-down:before {
  content: ""; }
.fa-arrow-circle-left:before {
  content: ""; }
.fa-arrow-circle-right:before {
  content: ""; }
.fa-arrow-circle-up:before {
  content: ""; }
.fa-arrow-circle-down:before {
  content: ""; }
.fa-globe:before {
  content: ""; }
.fa-wrench:before {
  content: ""; }
.fa-tasks:before {
  content: ""; }
.fa-filter:before {
  content: ""; }
.fa-briefcase:before {
  content: ""; }
.fa-arrows-alt:before {
  content: ""; }
.fa-group:before,
.fa-users:before {
  content: ""; }
.fa-chain:before,
.fa-link:before {
  content: ""; }
.fa-cloud:before {
  content: ""; }
.fa-flask:before {
  content: ""; }
.fa-cut:before,
.fa-scissors:before {
  content: ""; }
.fa-copy:before,
.fa-files-o:before {
  content: ""; }
.fa-paperclip:before {
  content: ""; }
.fa-save:before,
.fa-floppy-o:before {
  content: ""; }
.fa-square:before {
  content: ""; }
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }
.fa-list-ul:before {
  content: ""; }
.fa-list-ol:before {
  content: ""; }
.fa-strikethrough:before {
  content: ""; }
.fa-underline:before {
  content: ""; }
.fa-table:before {
  content: ""; }
.fa-magic:before {
  content: ""; }
.fa-truck:before {
  content: ""; }
.fa-pinterest:before {
  content: ""; }
.fa-pinterest-square:before {
  content: ""; }
.fa-google-plus-square:before {
  content: ""; }
.fa-google-plus:before {
  content: ""; }
.fa-money:before {
  content: ""; }
.fa-caret-down:before {
  content: ""; }
.fa-caret-up:before {
  content: ""; }
.fa-caret-left:before {
  content: ""; }
.fa-caret-right:before {
  content: ""; }
.fa-columns:before {
  content: ""; }
.fa-unsorted:before,
.fa-sort:before {
  content: ""; }
.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }
.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }
.fa-envelope:before {
  content: ""; }
.fa-linkedin:before {
  content: ""; }
.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }
.fa-legal:before,
.fa-gavel:before {
  content: ""; }
.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }
.fa-comment-o:before {
  content: ""; }
.fa-comments-o:before {
  content: ""; }
.fa-flash:before,
.fa-bolt:before {
  content: ""; }
.fa-sitemap:before {
  content: ""; }
.fa-umbrella:before {
  content: ""; }
.fa-paste:before,
.fa-clipboard:before {
  content: ""; }
.fa-lightbulb-o:before {
  content: ""; }
.fa-exchange:before {
  content: ""; }
.fa-cloud-download:before {
  content: ""; }
.fa-cloud-upload:before {
  content: ""; }
.fa-user-md:before {
  content: ""; }
.fa-stethoscope:before {
  content: ""; }
.fa-suitcase:before {
  content: ""; }
.fa-bell-o:before {
  content: ""; }
.fa-coffee:before {
  content: ""; }
.fa-cutlery:before {
  content: ""; }
.fa-file-text-o:before {
  content: ""; }
.fa-building-o:before {
  content: ""; }
.fa-hospital-o:before {
  content: ""; }
.fa-ambulance:before {
  content: ""; }
.fa-medkit:before {
  content: ""; }
.fa-fighter-jet:before {
  content: ""; }
.fa-beer:before {
  content: ""; }
.fa-h-square:before {
  content: ""; }
.fa-plus-square:before {
  content: ""; }
.fa-angle-double-left:before {
  content: ""; }
.fa-angle-double-right:before {
  content: ""; }
.fa-angle-double-up:before {
  content: ""; }
.fa-angle-double-down:before {
  content: ""; }
.fa-angle-left:before {
  content: ""; }
.fa-angle-right:before {
  content: ""; }
.fa-angle-up:before {
  content: ""; }
.fa-angle-down:before {
  content: ""; }
.fa-desktop:before {
  content: ""; }
.fa-laptop:before {
  content: ""; }
.fa-tablet:before {
  content: ""; }
.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }
.fa-circle-o:before {
  content: ""; }
.fa-quote-left:before {
  content: ""; }
.fa-quote-right:before {
  content: ""; }
.fa-spinner:before {
  content: ""; }
.fa-circle:before {
  content: ""; }
.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }
.fa-github-alt:before {
  content: ""; }
.fa-folder-o:before {
  content: ""; }
.fa-folder-open-o:before {
  content: ""; }
.fa-smile-o:before {
  content: ""; }
.fa-frown-o:before {
  content: ""; }
.fa-meh-o:before {
  content: ""; }
.fa-gamepad:before {
  content: ""; }
.fa-keyboard-o:before {
  content: ""; }
.fa-flag-o:before {
  content: ""; }
.fa-flag-checkered:before {
  content: ""; }
.fa-terminal:before {
  content: ""; }
.fa-code:before {
  content: ""; }
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }
.fa-location-arrow:before {
  content: ""; }
.fa-crop:before {
  content: ""; }
.fa-code-fork:before {
  content: ""; }
.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }
.fa-question:before {
  content: ""; }
.fa-info:before {
  content: ""; }
.fa-exclamation:before {
  content: ""; }
.fa-superscript:before {
  content: ""; }
.fa-subscript:before {
  content: ""; }
.fa-eraser:before {
  content: ""; }
.fa-puzzle-piece:before {
  content: ""; }
.fa-microphone:before {
  content: ""; }
.fa-microphone-slash:before {
  content: ""; }
.fa-shield:before {
  content: ""; }
.fa-calendar-o:before {
  content: ""; }
.fa-fire-extinguisher:before {
  content: ""; }
.fa-rocket:before {
  content: ""; }
.fa-maxcdn:before {
  content: ""; }
.fa-chevron-circle-left:before {
  content: ""; }
.fa-chevron-circle-right:before {
  content: ""; }
.fa-chevron-circle-up:before {
  content: ""; }
.fa-chevron-circle-down:before {
  content: ""; }
.fa-html5:before {
  content: ""; }
.fa-css3:before {
  content: ""; }
.fa-anchor:before {
  content: ""; }
.fa-unlock-alt:before {
  content: ""; }
.fa-bullseye:before {
  content: ""; }
.fa-ellipsis-h:before {
  content: ""; }
.fa-ellipsis-v:before {
  content: ""; }
.fa-rss-square:before {
  content: ""; }
.fa-play-circle:before {
  content: ""; }
.fa-ticket:before {
  content: ""; }
.fa-minus-square:before {
  content: ""; }
.fa-minus-square-o:before {
  content: ""; }
.fa-level-up:before {
  content: ""; }
.fa-level-down:before {
  content: ""; }
.fa-check-square:before {
  content: ""; }
.fa-pencil-square:before {
  content: ""; }
.fa-external-link-square:before {
  content: ""; }
.fa-share-square:before {
  content: ""; }
.fa-compass:before {
  content: ""; }
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }
.fa-euro:before,
.fa-eur:before {
  content: ""; }
.fa-gbp:before {
  content: ""; }
.fa-dollar:before,
.fa-usd:before {
  content: ""; }
.fa-rupee:before,
.fa-inr:before {
  content: ""; }
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }
.fa-won:before,
.fa-krw:before {
  content: ""; }
.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }
.fa-file:before {
  content: ""; }
.fa-file-text:before {
  content: ""; }
.fa-sort-alpha-asc:before {
  content: ""; }
.fa-sort-alpha-desc:before {
  content: ""; }
.fa-sort-amount-asc:before {
  content: ""; }
.fa-sort-amount-desc:before {
  content: ""; }
.fa-sort-numeric-asc:before {
  content: ""; }
.fa-sort-numeric-desc:before {
  content: ""; }
.fa-thumbs-up:before {
  content: ""; }
.fa-thumbs-down:before {
  content: ""; }
.fa-youtube-square:before {
  content: ""; }
.fa-youtube:before {
  content: ""; }
.fa-xing:before {
  content: ""; }
.fa-xing-square:before {
  content: ""; }
.fa-youtube-play:before {
  content: ""; }
.fa-dropbox:before {
  content: ""; }
.fa-stack-overflow:before {
  content: ""; }
.fa-instagram:before {
  content: ""; }
.fa-flickr:before {
  content: ""; }
.fa-adn:before {
  content: ""; }
.fa-bitbucket:before {
  content: ""; }
.fa-bitbucket-square:before {
  content: ""; }
.fa-tumblr:before {
  content: ""; }
.fa-tumblr-square:before {
  content: ""; }
.fa-long-arrow-down:before {
  content: ""; }
.fa-long-arrow-up:before {
  content: ""; }
.fa-long-arrow-left:before {
  content: ""; }
.fa-long-arrow-right:before {
  content: ""; }
.fa-apple:before {
  content: ""; }
.fa-windows:before {
  content: ""; }
.fa-android:before {
  content: ""; }
.fa-linux:before {
  content: ""; }
.fa-dribbble:before {
  content: ""; }
.fa-skype:before {
  content: ""; }
.fa-foursquare:before {
  content: ""; }
.fa-trello:before {
  content: ""; }
.fa-female:before {
  content: ""; }
.fa-male:before {
  content: ""; }
.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }
.fa-sun-o:before {
  content: ""; }
.fa-moon-o:before {
  content: ""; }
.fa-archive:before {
  content: ""; }
.fa-bug:before {
  content: ""; }
.fa-vk:before {
  content: ""; }
.fa-weibo:before {
  content: ""; }
.fa-renren:before {
  content: ""; }
.fa-pagelines:before {
  content: ""; }
.fa-stack-exchange:before {
  content: ""; }
.fa-arrow-circle-o-right:before {
  content: ""; }
.fa-arrow-circle-o-left:before {
  content: ""; }
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }
.fa-dot-circle-o:before {
  content: ""; }
.fa-wheelchair:before {
  content: ""; }
.fa-vimeo-square:before {
  content: ""; }
.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }
.fa-plus-square-o:before {
  content: ""; }
.fa-space-shuttle:before {
  content: ""; }
.fa-slack:before {
  content: ""; }
.fa-envelope-square:before {
  content: ""; }
.fa-wordpress:before {
  content: ""; }
.fa-openid:before {
  content: ""; }
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }
.fa-yahoo:before {
  content: ""; }
.fa-google:before {
  content: ""; }
.fa-reddit:before {
  content: ""; }
.fa-reddit-square:before {
  content: ""; }
.fa-stumbleupon-circle:before {
  content: ""; }
.fa-stumbleupon:before {
  content: ""; }
.fa-delicious:before {
  content: ""; }
.fa-digg:before {
  content: ""; }
.fa-pied-piper-pp:before {
  content: ""; }
.fa-pied-piper-alt:before {
  content: ""; }
.fa-drupal:before {
  content: ""; }
.fa-joomla:before {
  content: ""; }
.fa-language:before {
  content: ""; }
.fa-fax:before {
  content: ""; }
.fa-building:before {
  content: ""; }
.fa-child:before {
  content: ""; }
.fa-paw:before {
  content: ""; }
.fa-spoon:before {
  content: ""; }
.fa-cube:before {
  content: ""; }
.fa-cubes:before {
  content: ""; }
.fa-behance:before {
  content: ""; }
.fa-behance-square:before {
  content: ""; }
.fa-steam:before {
  content: ""; }
.fa-steam-square:before {
  content: ""; }
.fa-recycle:before {
  content: ""; }
.fa-automobile:before,
.fa-car:before {
  content: ""; }
.fa-cab:before,
.fa-taxi:before {
  content: ""; }
.fa-tree:before {
  content: ""; }
.fa-spotify:before {
  content: ""; }
.fa-deviantart:before {
  content: ""; }
.fa-soundcloud:before {
  content: ""; }
.fa-database:before {
  content: ""; }
.fa-file-pdf-o:before {
  content: ""; }
.fa-file-word-o:before {
  content: ""; }
.fa-file-excel-o:before {
  content: ""; }
.fa-file-powerpoint-o:before {
  content: ""; }
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }
.fa-file-code-o:before {
  content: ""; }
.fa-vine:before {
  content: ""; }
.fa-codepen:before {
  content: ""; }
.fa-jsfiddle:before {
  content: ""; }
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }
.fa-circle-o-notch:before {
  content: ""; }
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }
.fa-ge:before,
.fa-empire:before {
  content: ""; }
.fa-git-square:before {
  content: ""; }
.fa-git:before {
  content: ""; }
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }
.fa-tencent-weibo:before {
  content: ""; }
.fa-qq:before {
  content: ""; }
.fa-wechat:before,
.fa-weixin:before {
  content: ""; }
.fa-send:before,
.fa-paper-plane:before {
  content: ""; }
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }
.fa-history:before {
  content: ""; }
.fa-circle-thin:before {
  content: ""; }
.fa-header:before {
  content: ""; }
.fa-paragraph:before {
  content: ""; }
.fa-sliders:before {
  content: ""; }
.fa-share-alt:before {
  content: ""; }
.fa-share-alt-square:before {
  content: ""; }
.fa-bomb:before {
  content: ""; }
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }
.fa-tty:before {
  content: ""; }
.fa-binoculars:before {
  content: ""; }
.fa-plug:before {
  content: ""; }
.fa-slideshare:before {
  content: ""; }
.fa-twitch:before {
  content: ""; }
.fa-yelp:before {
  content: ""; }
.fa-newspaper-o:before {
  content: ""; }
.fa-wifi:before {
  content: ""; }
.fa-calculator:before {
  content: ""; }
.fa-paypal:before {
  content: ""; }
.fa-google-wallet:before {
  content: ""; }
.fa-cc-visa:before {
  content: ""; }
.fa-cc-mastercard:before {
  content: ""; }
.fa-cc-discover:before {
  content: ""; }
.fa-cc-amex:before {
  content: ""; }
.fa-cc-paypal:before {
  content: ""; }
.fa-cc-stripe:before {
  content: ""; }
.fa-bell-slash:before {
  content: ""; }
.fa-bell-slash-o:before {
  content: ""; }
.fa-trash:before {
  content: ""; }
.fa-copyright:before {
  content: ""; }
.fa-at:before {
  content: ""; }
.fa-eyedropper:before {
  content: ""; }
.fa-paint-brush:before {
  content: ""; }
.fa-birthday-cake:before {
  content: ""; }
.fa-area-chart:before {
  content: ""; }
.fa-pie-chart:before {
  content: ""; }
.fa-line-chart:before {
  content: ""; }
.fa-lastfm:before {
  content: ""; }
.fa-lastfm-square:before {
  content: ""; }
.fa-toggle-off:before {
  content: ""; }
.fa-toggle-on:before {
  content: ""; }
.fa-bicycle:before {
  content: ""; }
.fa-bus:before {
  content: ""; }
.fa-ioxhost:before {
  content: ""; }
.fa-angellist:before {
  content: ""; }
.fa-cc:before {
  content: ""; }
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }
.fa-meanpath:before {
  content: ""; }
.fa-buysellads:before {
  content: ""; }
.fa-connectdevelop:before {
  content: ""; }
.fa-dashcube:before {
  content: ""; }
.fa-forumbee:before {
  content: ""; }
.fa-leanpub:before {
  content: ""; }
.fa-sellsy:before {
  content: ""; }
.fa-shirtsinbulk:before {
  content: ""; }
.fa-simplybuilt:before {
  content: ""; }
.fa-skyatlas:before {
  content: ""; }
.fa-cart-plus:before {
  content: ""; }
.fa-cart-arrow-down:before {
  content: ""; }
.fa-diamond:before {
  content: ""; }
.fa-ship:before {
  content: ""; }
.fa-user-secret:before {
  content: ""; }
.fa-motorcycle:before {
  content: ""; }
.fa-street-view:before {
  content: ""; }
.fa-heartbeat:before {
  content: ""; }
.fa-venus:before {
  content: ""; }
.fa-mars:before {
  content: ""; }
.fa-mercury:before {
  content: ""; }
.fa-intersex:before,
.fa-transgender:before {
  content: ""; }
.fa-transgender-alt:before {
  content: ""; }
.fa-venus-double:before {
  content: ""; }
.fa-mars-double:before {
  content: ""; }
.fa-venus-mars:before {
  content: ""; }
.fa-mars-stroke:before {
  content: ""; }
.fa-mars-stroke-v:before {
  content: ""; }
.fa-mars-stroke-h:before {
  content: ""; }
.fa-neuter:before {
  content: ""; }
.fa-genderless:before {
  content: ""; }
.fa-facebook-official:before {
  content: ""; }
.fa-pinterest-p:before {
  content: ""; }
.fa-whatsapp:before {
  content: ""; }
.fa-server:before {
  content: ""; }
.fa-user-plus:before {
  content: ""; }
.fa-user-times:before {
  content: ""; }
.fa-hotel:before,
.fa-bed:before {
  content: ""; }
.fa-viacoin:before {
  content: ""; }
.fa-train:before {
  content: ""; }
.fa-subway:before {
  content: ""; }
.fa-medium:before {
  content: ""; }
.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }
.fa-optin-monster:before {
  content: ""; }
.fa-opencart:before {
  content: ""; }
.fa-expeditedssl:before {
  content: ""; }
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }
.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }
.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }
.fa-mouse-pointer:before {
  content: ""; }
.fa-i-cursor:before {
  content: ""; }
.fa-object-group:before {
  content: ""; }
.fa-object-ungroup:before {
  content: ""; }
.fa-sticky-note:before {
  content: ""; }
.fa-sticky-note-o:before {
  content: ""; }
.fa-cc-jcb:before {
  content: ""; }
.fa-cc-diners-club:before {
  content: ""; }
.fa-clone:before {
  content: ""; }
.fa-balance-scale:before {
  content: ""; }
.fa-hourglass-o:before {
  content: ""; }
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }
.fa-hourglass:before {
  content: ""; }
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }
.fa-hand-scissors-o:before {
  content: ""; }
.fa-hand-lizard-o:before {
  content: ""; }
.fa-hand-spock-o:before {
  content: ""; }
.fa-hand-pointer-o:before {
  content: ""; }
.fa-hand-peace-o:before {
  content: ""; }
.fa-trademark:before {
  content: ""; }
.fa-registered:before {
  content: ""; }
.fa-creative-commons:before {
  content: ""; }
.fa-gg:before {
  content: ""; }
.fa-gg-circle:before {
  content: ""; }
.fa-tripadvisor:before {
  content: ""; }
.fa-odnoklassniki:before {
  content: ""; }
.fa-odnoklassniki-square:before {
  content: ""; }
.fa-get-pocket:before {
  content: ""; }
.fa-wikipedia-w:before {
  content: ""; }
.fa-safari:before {
  content: ""; }
.fa-chrome:before {
  content: ""; }
.fa-firefox:before {
  content: ""; }
.fa-opera:before {
  content: ""; }
.fa-internet-explorer:before {
  content: ""; }
.fa-tv:before,
.fa-television:before {
  content: ""; }
.fa-contao:before {
  content: ""; }
.fa-500px:before {
  content: ""; }
.fa-amazon:before {
  content: ""; }
.fa-calendar-plus-o:before {
  content: ""; }
.fa-calendar-minus-o:before {
  content: ""; }
.fa-calendar-times-o:before {
  content: ""; }
.fa-calendar-check-o:before {
  content: ""; }
.fa-industry:before {
  content: ""; }
.fa-map-pin:before {
  content: ""; }
.fa-map-signs:before {
  content: ""; }
.fa-map-o:before {
  content: ""; }
.fa-map:before {
  content: ""; }
.fa-commenting:before {
  content: ""; }
.fa-commenting-o:before {
  content: ""; }
.fa-houzz:before {
  content: ""; }
.fa-vimeo:before {
  content: ""; }
.fa-black-tie:before {
  content: ""; }
.fa-fonticons:before {
  content: ""; }
.fa-reddit-alien:before {
  content: ""; }
.fa-edge:before {
  content: ""; }
.fa-credit-card-alt:before {
  content: ""; }
.fa-codiepie:before {
  content: ""; }
.fa-modx:before {
  content: ""; }
.fa-fort-awesome:before {
  content: ""; }
.fa-usb:before {
  content: ""; }
.fa-product-hunt:before {
  content: ""; }
.fa-mixcloud:before {
  content: ""; }
.fa-scribd:before {
  content: ""; }
.fa-pause-circle:before {
  content: ""; }
.fa-pause-circle-o:before {
  content: ""; }
.fa-stop-circle:before {
  content: ""; }
.fa-stop-circle-o:before {
  content: ""; }
.fa-shopping-bag:before {
  content: ""; }
.fa-shopping-basket:before {
  content: ""; }
.fa-hashtag:before {
  content: ""; }
.fa-bluetooth:before {
  content: ""; }
.fa-bluetooth-b:before {
  content: ""; }
.fa-percent:before {
  content: ""; }
.fa-gitlab:before {
  content: ""; }
.fa-wpbeginner:before {
  content: ""; }
.fa-wpforms:before {
  content: ""; }
.fa-envira:before {
  content: ""; }
.fa-universal-access:before {
  content: ""; }
.fa-wheelchair-alt:before {
  content: ""; }
.fa-question-circle-o:before {
  content: ""; }
.fa-blind:before {
  content: ""; }
.fa-audio-description:before {
  content: ""; }
.fa-volume-control-phone:before {
  content: ""; }
.fa-braille:before {
  content: ""; }
.fa-assistive-listening-systems:before {
  content: ""; }
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }
.fa-glide:before {
  content: ""; }
.fa-glide-g:before {
  content: ""; }
.fa-signing:before,
.fa-sign-language:before {
  content: ""; }
.fa-low-vision:before {
  content: ""; }
.fa-viadeo:before {
  content: ""; }
.fa-viadeo-square:before {
  content: ""; }
.fa-snapchat:before {
  content: ""; }
.fa-snapchat-ghost:before {
  content: ""; }
.fa-snapchat-square:before {
  content: ""; }
.fa-pied-piper:before {
  content: ""; }
.fa-first-order:before {
  content: ""; }
.fa-yoast:before {
  content: ""; }
.fa-themeisle:before {
  content: ""; }
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }
.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }
.fa-handshake-o:before {
  content: ""; }
.fa-envelope-open:before {
  content: ""; }
.fa-envelope-open-o:before {
  content: ""; }
.fa-linode:before {
  content: ""; }
.fa-address-book:before {
  content: ""; }
.fa-address-book-o:before {
  content: ""; }
.fa-vcard:before,
.fa-address-card:before {
  content: ""; }
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }
.fa-user-circle:before {
  content: ""; }
.fa-user-circle-o:before {
  content: ""; }
.fa-user-o:before {
  content: ""; }
.fa-id-badge:before {
  content: ""; }
.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }
.fa-quora:before {
  content: ""; }
.fa-free-code-camp:before {
  content: ""; }
.fa-telegram:before {
  content: ""; }
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }
.fa-shower:before {
  content: ""; }
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }
.fa-podcast:before {
  content: ""; }
.fa-window-maximize:before {
  content: ""; }
.fa-window-minimize:before {
  content: ""; }
.fa-window-restore:before {
  content: ""; }
.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }
.fa-bandcamp:before {
  content: ""; }
.fa-grav:before {
  content: ""; }
.fa-etsy:before {
  content: ""; }
.fa-imdb:before {
  content: ""; }
.fa-ravelry:before {
  content: ""; }
.fa-eercast:before {
  content: ""; }
.fa-microchip:before {
  content: ""; }
.fa-snowflake-o:before {
  content: ""; }
.fa-superpowers:before {
  content: ""; }
.fa-wpexplorer:before {
  content: ""; }
.fa-meetup:before {
  content: ""; }
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0; }
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  margin: 0;
  width: auto;
  height: auto; }
@keyframes spinner-rotate {
  0% {
    transform: rotateZ(-360deg); }
  100% {
    transform: rotateZ(0deg); } }
.autocomplete-image img {
  display: inline-block;
  overflow: hidden;
  width: 16px;
  height: 16px;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  object-fit: contain; }
.autocomplete-image .value {
  font-weight: bold; }
.autocomplete-lang {
  height: 20px; }
.autocomplete-lang .code {
    float: left;
    font-weight: bold;
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; }
.autocomplete-lang .name {
    float: right;
    margin-left: 10px;
    font-size: 12px; }
.textcomplete-item {
  border-top: 1px solid rgba(0, 0, 0, 0.2); }
.textcomplete-item > a:hover {
    cursor: pointer; }
.textcomplete-item:first-child {
    border-top: 0; }
.textcomplete-item.active .autocomplete-lang .code,
.textcomplete-item > a:hover .code,
.textcomplete-item > a:focus .code {
  font-weight: normal; }
body {
  word-wrap: break-word; }
img {
  -moz-force-broken-image-icon: 1; }
.cardsList {
  margin: 10px 0; }
.cardsList p {
    margin-bottom: 5px; }
.cardsList ul:before {
    display: table;
    content: ""; }
.cardsList ul:after {
    display: table;
    clear: both;
    content: ""; }
.cardsList li {
    float: left;
    margin-left: 10px; }
.cardsList li:first-child {
      margin-left: 0; }
.cardsList img {
    max-height: 30px; }
.payment_contents {
  display: flex;
  flex-wrap: wrap; }
.payment_infomation:first-child {
  border-right: 1px solid #ccc; }
@media (max-width: 768px) {
    .payment_infomation:first-child {
      border-right: 0 solid #ccc; } }
.payment_infomation {
  padding: 12px;
  width: 50%; }
@media (max-width: 768px) {
    .payment_infomation {
      width: 100%; } }
.payment_infomation h4 {
    font-size: 15px; }
.payment_infomation .payment_infomation_plan {
    padding: 0; }
.payment_infomation .payment_infomation_plan p {
      padding: 3px 0; }
.payment_infomation .payment_infomation_plan .payment_title {
      margin-bottom: 15px; }
.payment_infomation .payment_infomation_plan .payment_plan {
      display: inline;
      margin-right: 15px;
      color: #999;
      font-size: 18px; }
.payment_infomation .payment_infomation_plan .payment_amount {
      display: inline;
      font-weight: bold;
      font-size: 30px; }
.payment_infomation .payment_infomation_plan .payment_amount span {
        font-size: 15px; }
.payment_infomation .payment_infomation_plan_contents_item {
    margin: 0;
    padding: 5px; }
@media (max-width: 768px) {
      .payment_infomation .payment_infomation_plan_contents_item {
        width: 100%; } }
.payment_infomation .payment_infomation_plan_contents_item b {
      margin-left: 10px; }
.current_card {
  margin: 0; }
.current_card th {
    font-weight: normal;
    font-size: 12px; }
.current_card td {
    width: 50%;
    font-weight: bold; }
.btn-github {
  border-color: #4d4d4d;
  background-color: gray;
  color: #fff; }
.btn-github:focus, .btn-github.focus {
    border-color: #0d0d0d;
    background-color: #666666;
    color: #fff; }
.btn-github:hover {
    border-color: #2e2e2e;
    background-color: #666666;
    color: #fff; }
.btn-github:active, .btn-github.active,
  .open > .btn-github.dropdown-toggle {
    border-color: #2e2e2e;
    background-color: #666666;
    color: #fff; }
.btn-github:active:hover, .btn-github:active:focus, .btn-github:active.focus, .btn-github.active:hover, .btn-github.active:focus, .btn-github.active.focus,
    .open > .btn-github.dropdown-toggle:hover,
    .open > .btn-github.dropdown-toggle:focus,
    .open > .btn-github.dropdown-toggle.focus {
      border-color: #0d0d0d;
      background-color: #545454;
      color: #fff; }
.btn-github:active, .btn-github.active,
  .open > .btn-github.dropdown-toggle {
    background-image: none; }
.btn-github.disabled:hover, .btn-github.disabled:focus, .btn-github.disabled.focus, .btn-github[disabled]:hover, .btn-github[disabled]:focus, .btn-github[disabled].focus,
  fieldset[disabled] .btn-github:hover,
  fieldset[disabled] .btn-github:focus,
  fieldset[disabled] .btn-github.focus {
    border-color: #4d4d4d;
    background-color: gray; }
.btn-github .badge {
    background-color: #fff;
    color: gray; }
.btn-github .fa.fa-github {
    margin-right: 4px; }
.btn-github-inverse {
    border-color: #1a1a1a;
    background-color: #4d4d4d;
    color: #fff; }
.btn-github-inverse:focus, .btn-github-inverse.focus {
      border-color: black;
      background-color: #333333;
      color: #fff; }
.btn-github-inverse:hover {
      border-color: black;
      background-color: #333333;
      color: #fff; }
.btn-github-inverse:active, .btn-github-inverse.active,
    .open > .btn-github-inverse.dropdown-toggle {
      border-color: black;
      background-color: #333333;
      color: #fff; }
.btn-github-inverse:active:hover, .btn-github-inverse:active:focus, .btn-github-inverse:active.focus, .btn-github-inverse.active:hover, .btn-github-inverse.active:focus, .btn-github-inverse.active.focus,
      .open > .btn-github-inverse.dropdown-toggle:hover,
      .open > .btn-github-inverse.dropdown-toggle:focus,
      .open > .btn-github-inverse.dropdown-toggle.focus {
        border-color: black;
        background-color: #212121;
        color: #fff; }
.btn-github-inverse:active, .btn-github-inverse.active,
    .open > .btn-github-inverse.dropdown-toggle {
      background-image: none; }
.btn-github-inverse.disabled:hover, .btn-github-inverse.disabled:focus, .btn-github-inverse.disabled.focus, .btn-github-inverse[disabled]:hover, .btn-github-inverse[disabled]:focus, .btn-github-inverse[disabled].focus,
    fieldset[disabled] .btn-github-inverse:hover,
    fieldset[disabled] .btn-github-inverse:focus,
    fieldset[disabled] .btn-github-inverse.focus {
      border-color: #1a1a1a;
      background-color: #4d4d4d; }
.btn-github-inverse .badge {
      background-color: #fff;
      color: #4d4d4d; }
.btn-github-inverse .fa.fa-github {
      margin-right: 4px; }
.btn-twitter {
  border-color: #83c3f3;
  background-color: #55acee;
  color: #fff; }
.btn-twitter:focus, .btn-twitter.focus {
    border-color: #1689e0;
    background-color: #2795e9;
    color: #fff; }
.btn-twitter:hover {
    border-color: #4ca7ed;
    background-color: #2795e9;
    color: #fff; }
.btn-twitter:active, .btn-twitter.active,
  .open > .btn-twitter.dropdown-toggle {
    border-color: #4ca7ed;
    background-color: #2795e9;
    color: #fff; }
.btn-twitter:active:hover, .btn-twitter:active:focus, .btn-twitter:active.focus, .btn-twitter.active:hover, .btn-twitter.active:focus, .btn-twitter.active.focus,
    .open > .btn-twitter.dropdown-toggle:hover,
    .open > .btn-twitter.dropdown-toggle:focus,
    .open > .btn-twitter.dropdown-toggle.focus {
      border-color: #1689e0;
      background-color: #1583d7;
      color: #fff; }
.btn-twitter:active, .btn-twitter.active,
  .open > .btn-twitter.dropdown-toggle {
    background-image: none; }
.btn-twitter.disabled:hover, .btn-twitter.disabled:focus, .btn-twitter.disabled.focus, .btn-twitter[disabled]:hover, .btn-twitter[disabled]:focus, .btn-twitter[disabled].focus,
  fieldset[disabled] .btn-twitter:hover,
  fieldset[disabled] .btn-twitter:focus,
  fieldset[disabled] .btn-twitter.focus {
    border-color: #83c3f3;
    background-color: #55acee; }
.btn-twitter .badge {
    background-color: #fff;
    color: #55acee; }
.btn-twitter .fa.fa-twitter {
    margin-right: 4px; }
.btn-twitter-inverse {
    border-color: #2795e9;
    background-color: #55acee;
    color: #fff; }
.btn-twitter-inverse:focus, .btn-twitter-inverse.focus {
      border-color: #0d5083;
      background-color: #2795e9;
      color: #fff; }
.btn-twitter-inverse:hover {
      border-color: #1375c0;
      background-color: #2795e9;
      color: #fff; }
.btn-twitter-inverse:active, .btn-twitter-inverse.active,
    .open > .btn-twitter-inverse.dropdown-toggle {
      border-color: #1375c0;
      background-color: #2795e9;
      color: #fff; }
.btn-twitter-inverse:active:hover, .btn-twitter-inverse:active:focus, .btn-twitter-inverse:active.focus, .btn-twitter-inverse.active:hover, .btn-twitter-inverse.active:focus, .btn-twitter-inverse.active.focus,
      .open > .btn-twitter-inverse.dropdown-toggle:hover,
      .open > .btn-twitter-inverse.dropdown-toggle:focus,
      .open > .btn-twitter-inverse.dropdown-toggle.focus {
        border-color: #0d5083;
        background-color: #1583d7;
        color: #fff; }
.btn-twitter-inverse:active, .btn-twitter-inverse.active,
    .open > .btn-twitter-inverse.dropdown-toggle {
      background-image: none; }
.btn-twitter-inverse.disabled:hover, .btn-twitter-inverse.disabled:focus, .btn-twitter-inverse.disabled.focus, .btn-twitter-inverse[disabled]:hover, .btn-twitter-inverse[disabled]:focus, .btn-twitter-inverse[disabled].focus,
    fieldset[disabled] .btn-twitter-inverse:hover,
    fieldset[disabled] .btn-twitter-inverse:focus,
    fieldset[disabled] .btn-twitter-inverse.focus {
      border-color: #2795e9;
      background-color: #55acee; }
.btn-twitter-inverse .badge {
      background-color: #fff;
      color: #55acee; }
.btn-twitter-inverse .fa.fa-twitter {
      margin-right: 4px; }
.btn-google {
  border-color: #d27d72;
  background-color: #c6594b;
  color: #fff; }
.btn-google:focus, .btn-google.focus {
    border-color: #953b2f;
    background-color: #a94335;
    color: #fff; }
.btn-google:hover {
    border-color: #c45243;
    background-color: #a94335;
    color: #fff; }
.btn-google:active, .btn-google.active,
  .open > .btn-google.dropdown-toggle {
    border-color: #c45243;
    background-color: #a94335;
    color: #fff; }
.btn-google:active:hover, .btn-google:active:focus, .btn-google:active.focus, .btn-google.active:hover, .btn-google.active:focus, .btn-google.active.focus,
    .open > .btn-google.dropdown-toggle:hover,
    .open > .btn-google.dropdown-toggle:focus,
    .open > .btn-google.dropdown-toggle.focus {
      border-color: #953b2f;
      background-color: #8d382d;
      color: #fff; }
.btn-google:active, .btn-google.active,
  .open > .btn-google.dropdown-toggle {
    background-image: none; }
.btn-google.disabled:hover, .btn-google.disabled:focus, .btn-google.disabled.focus, .btn-google[disabled]:hover, .btn-google[disabled]:focus, .btn-google[disabled].focus,
  fieldset[disabled] .btn-google:hover,
  fieldset[disabled] .btn-google:focus,
  fieldset[disabled] .btn-google.focus {
    border-color: #d27d72;
    background-color: #c6594b; }
.btn-google .badge {
    background-color: #fff;
    color: #c6594b; }
.btn-google .fa.fa-google {
    margin-right: 4px; }
.btn-google-inverse {
    border-color: #a94335;
    background-color: #c6594b;
    color: #fff; }
.btn-google-inverse:focus, .btn-google-inverse.focus {
      border-color: #481c17;
      background-color: #a94335;
      color: #fff; }
.btn-google-inverse:hover {
      border-color: #7a3027;
      background-color: #a94335;
      color: #fff; }
.btn-google-inverse:active, .btn-google-inverse.active,
    .open > .btn-google-inverse.dropdown-toggle {
      border-color: #7a3027;
      background-color: #a94335;
      color: #fff; }
.btn-google-inverse:active:hover, .btn-google-inverse:active:focus, .btn-google-inverse:active.focus, .btn-google-inverse.active:hover, .btn-google-inverse.active:focus, .btn-google-inverse.active.focus,
      .open > .btn-google-inverse.dropdown-toggle:hover,
      .open > .btn-google-inverse.dropdown-toggle:focus,
      .open > .btn-google-inverse.dropdown-toggle.focus {
        border-color: #481c17;
        background-color: #8d382d;
        color: #fff; }
.btn-google-inverse:active, .btn-google-inverse.active,
    .open > .btn-google-inverse.dropdown-toggle {
      background-image: none; }
.btn-google-inverse.disabled:hover, .btn-google-inverse.disabled:focus, .btn-google-inverse.disabled.focus, .btn-google-inverse[disabled]:hover, .btn-google-inverse[disabled]:focus, .btn-google-inverse[disabled].focus,
    fieldset[disabled] .btn-google-inverse:hover,
    fieldset[disabled] .btn-google-inverse:focus,
    fieldset[disabled] .btn-google-inverse.focus {
      border-color: #a94335;
      background-color: #c6594b; }
.btn-google-inverse .badge {
      background-color: #fff;
      color: #c6594b; }
.btn-google-inverse .fa.fa-google {
      margin-right: 4px; }
.comment_embeddedCommentFormWrapper {
  display: none; }
.comment_content {
  position: relative;
  margin-top: 11px;
  margin-bottom: 20px;
  border: solid 1px #ccc;
  border-radius: 3px;
  background-color: #fff; }
.comment_content:after, .comment_content:before {
    position: absolute;
    bottom: 100%;
    left: 17px;
    width: 0;
    height: 0;
    border: solid transparent;
    content: ' ';
    pointer-events: none; }
.comment_content:after {
    margin-left: -6px;
    border-width: 6px;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff; }
.comment_content:before {
    margin-left: -7px;
    border-width: 7px;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #d9d9d9; }
.comment_content .markdownContent,
  .comment_content .references {
    padding: 18px 32px; }
@media (max-width: 767px) {
      .comment_content .markdownContent,
      .comment_content .references {
        padding: 16px; } }
.comment_content .reactions {
    padding: 14px 32px 0; }
@media (max-width: 767px) {
      .comment_content .reactions {
        padding: 16px 16px 0; } }
.comment .expandable.collapsed .expanded-content {
  display: none; }
.comment .expandable .expansion-toggle-button a {
  display: inline-block;
  padding: 0 9px;
  height: 12px;
  border-radius: 1px;
  background-color: #ddd;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  line-height: 6px; }
.comment .expandable .expansion-toggle-button a:hover {
    background-color: #bbb; }
.commentSummary .tableList_avatarCell {
  padding-top: 14px;
  padding-bottom: 12px; }
.commentSummary .tableList_cell, .commentSummary .tableList_avatarCell, .commentSummary .tableList_statsCell, .commentSummary .tableList_checkboxCell {
  padding-top: 12px;
  padding-bottom: 12px; }
.commentSummary_status {
  font-weight: bold;
  font-size: 12px; }
.commentSummary_status a {
    margin: 0 .3em;
    font-weight: bold; }
.commentSummary_status img {
    display: inline-block;
    overflow: hidden;
    margin-right: 5px;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    box-shadow: none; }
.commentSummary_status time {
    margin-left: .3em; }
.commentSummary_status time a {
      color: #aaa;
      font-weight: normal; }
.commentSummary_body {
  margin-top: 10px;
  max-width: 600px;
  font-size: 13px;
  line-height: 1.6em; }
.commentSummary_body .user-mention {
    font-weight: bold; }
.commentHeader {
  position: relative;
  font-size: 13px;
  line-height: 15px; }
.commentHeader_creator {
    display: inline-block; }
.commentHeader_creatorIcon {
    display: inline-block;
    overflow: hidden;
    border-radius: 3px;
    vertical-align: middle;
    vertical-align: top;
    line-height: 1; }
.commentHeader_creatorInfo {
    display: inline-block;
    margin-left: 10px; }
.commentHeader_creatorInfo-withoutSecondoryName {
      margin-top: 6px; }
.commentHeader_creatorInfo-withoutSecondoryName .commentHeader_teamUrlName {
        color: #337ab7;
        font-weight: bold;
        font-size: 16px; }
.commentHeader_teamUrlName, .commentHeader_publicUrlName {
    display: block;
    margin-top: 1px;
    font-weight: bold;
    font-size: 15px; }
.commentHeader_secondaryName, .commentHeader_contribution {
    display: block;
    margin-top: 4px;
    color: #999;
    font-weight: normal;
    font-size: 12px; }
.commentHeader_atmark {
    vertical-align: middle; }
.commentHeader_contribution_count {
    color: #6f6f6f;
    font-size: 13px; }
.commentHeader_contribution_unit {
    margin-left: 2px;
    color: #999;
    font-size: 11px; }
.commentHeader_likeButton, .commentHeader_editButton, .commentHeader_cancelButton {
    margin-right: 5px; }
.commentHeader_editButton, .commentHeader_cancelButton,
  .commentHeader_deleteButton a {
    color: #7b7b7b;
    cursor: pointer; }
.commentHeader_editButton:hover, .commentHeader_cancelButton:hover,
    .commentHeader_deleteButton a:hover {
      color: #337ab7;
      text-decoration: underline; }
.commentHeader_metadata {
    position: absolute;
    top: 0;
    right: 2px;
    color: #7b7b7b;
    text-align: right;
    font-size: 13px;
    line-height: 1.4; }
.commentHeader_metadata a:link {
      color: #7b7b7b;
      text-decoration: none; }
.commentHeader_metadata a:hover {
      color: #7b7b7b;
      text-decoration: underline; }
.commentHeader_metadata a:active {
      color: #7b7b7b;
      text-decoration: underline; }
.commentHeader_metadata a:visited {
      color: #7b7b7b;
      text-decoration: none; }
.commentHeader_metadata a:hover {
      color: #337ab7; }
.commentForm {
  margin-bottom: 20px; }
@media print {
    .commentForm {
      display: none; } }
.commentForm_header {
    margin-bottom: 10px; }
.commentForm_userIcon {
    display: inline-block;
    overflow: hidden;
    border-radius: 3px;
    vertical-align: middle;
    vertical-align: top;
    line-height: 1; }
.commentForm_headerLabel {
    display: inline-block;
    margin-top: 0;
    margin-left: 10px;
    font-weight: bold;
    font-size: 15px;
    line-height: 36px; }
.commentForm_content {
    position: relative; }
.commentForm_content:before {
      display: table;
      content: ""; }
.commentForm_content:after {
      display: table;
      clear: both;
      content: ""; }
.commentForm_contentHeader {
    position: relative;
    border: 1px solid #ccc;
    border-bottom: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #fafafa; }
.commentForm_toolbar {
    float: right; }
.commentForm_toolbar > div {
      margin-right: 10px; }
.commentForm_toolbar .emojiPicker_label {
      padding: 10px;
      font-size: 20px;
      line-height: 20px;
      opacity: .5; }
.commentForm_tabs {
    display: inline-block; }
.commentForm_tab {
    display: inline-block;
    padding: 10px 20px;
    color: #aaa;
    font-size: 13px;
    line-height: 20px;
    cursor: pointer; }
.commentForm_tab:hover {
      text-decoration: none; }
.commentForm_tab.active {
      background-color: #fff;
      color: #666; }
.commentForm_tab.active:first-child {
        border-top-left-radius: 3px; }
.commentForm_contentTabContent {
    background-color: #fff; }
.commentForm_menus {
    display: inline-block;
    padding-right: 10px; }
.commentForm_menus .emojiPickerLauncher {
      display: inline-block;
      width: 20px;
      height: 20px;
      color: #aaa;
      vertical-align: middle;
      font-size: 18px;
      line-height: 20px; }
.commentForm_menus .emojiPickerLauncher:hover {
        color: #666;
        cursor: pointer; }
.commentForm_markdownHelp {
    margin-right: 10px;
    vertical-align: text-bottom;
    font-size: 12px; }
@media (max-width: 767px) {
      .commentForm_markdownHelp {
        display: none; } }
.commentForm_body {
    padding: 5px 5px 0;
    border: 1px solid #ccc;
    border-top: 0;
    border-bottom: 0;
    background-color: #fff; }
.commentForm_textarea, .commentForm_textarea:focus {
    padding: 10px;
    min-height: 100px;
    border: 1px solid #ddd;
    border-radius: 0;
    border-radius: 3px;
    background-color: #fafafa;
    box-shadow: inset 0 1px 3px #eee;
    color: #333;
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
    resize: vertical;
    transition: background-color .1s linear;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.commentForm .content-area,
  .commentForm .preview-area {
    clear: both; }
.commentForm_imageUploader {
    position: relative;
    margin: 0;
    padding: 10px 5px;
    height: 46px;
    border: solid 1px #ccc;
    border-top: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #fff;
    color: #999;
    font-size: 13px; }
.commentForm_imageUploader-button {
      margin-right: 5px;
      padding: 5px 8px;
      color: #555;
      vertical-align: baseline;
      font-size: 13px;
      line-height: 1; }
.commentForm_imageUploader-button i {
        margin-right: 5px; }
.commentForm_imageUploader-text {
      vertical-align: middle; }
@media (max-width: 767px) {
        .commentForm_imageUploader-text {
          display: none; } }
.commentForm_imageUploader-size {
      margin-right: 5px;
      vertical-align: middle; }
.commentForm_imageUploader-info {
      vertical-align: middle; }
.commentForm_inputImageFile {
    position: absolute;
    visibility: hidden;
    max-width: 100%;
    pointer-events: none; }
.commentForm_btns {
    position: absolute;
    top: 5px;
    right: 5px; }
.commentForm_btns button {
      padding: 6px 10px;
      min-width: 70px;
      font-size: 14px; }
.commentForm_btns button:first-child {
        margin-right: 5px; }
.commentForm_postingLorder {
    display: inline-block;
    margin: 8px 26px 8px 29px;
    vertical-align: middle; }
.commentForm_postingLorder:after {
      position: relative;
      display: block;
      width: 20px;
      height: 20px;
      border-top: 1px solid #545a6a;
      border-right: 1px solid #d4d4db;
      border-bottom: 1px solid #d4d4db;
      border-left: 1px solid #545a6a;
      border-radius: 100%;
      content: '';
      opacity: .5;
      animation: spinner-rotate .6s linear infinite; }
.commentForm_previewingLorder {
    display: inline-block; }
.commentForm_previewingLorder:after {
      position: relative;
      display: block;
      width: 20px;
      height: 20px;
      border-top: 1px solid #545a6a;
      border-right: 1px solid #d4d4db;
      border-bottom: 1px solid #d4d4db;
      border-left: 1px solid #545a6a;
      border-radius: 100%;
      content: '';
      opacity: .5;
      animation: spinner-rotate .6s linear infinite; }
.commentForm_contentBottom {
    display: none;
    margin-top: 10px; }
.commentForm_contentBottom.active {
      display: block; }
.commentForm_contentBottom .notification-checkbox {
      margin-top: 5px; }
.commentForm_contentBottom label {
      display: inline-block;
      margin-right: 10px; }
.commentForm_contentBottom .btn {
      vertical-align: top; }
.commentForm .preview-area, .organizationFreePageEditor .preview-area {
  padding: 18px 32px;
  min-height: 100px;
  border-right: solid 1px #ccc;
  border-bottom: dotted 1px #ccc;
  border-left: solid 1px #ccc;
  background-color: #fff; }
@media (max-width: 767px) {
    .commentForm .preview-area, .organizationFreePageEditor .preview-area {
      padding: 16px; } }
.image-uploadable-textarea textarea {
  margin-bottom: 0;
  border-top: 0 !important;
  border-bottom: 0;
  border-radius: 0 !important; }
.thankBtn {
  color: #7b7b7b;
  cursor: pointer; }
.thankBtn:hover {
    background-color: transparent;
    color: #337ab7;
    text-decoration: underline; }
.cssTruncate.cssTruncateTarget,
.cssTruncate .cssTruncateTarget {
  display: inline-block;
  overflow: hidden;
  max-width: 125px;
  vertical-align: top;
  text-overflow: ellipsis;
  white-space: nowrap; }
.lineSeparator {
  clear: both;
  margin-top: 30px;
  margin-bottom: 10px;
  border-top: solid 1px #ccc;
  text-align: center; }
.lineSeparator_text {
    position: relative;
    top: -10px;
    display: inline-block;
    padding: 0 10px;
    background-color: #fff;
    font-size: 16px;
    line-height: 1.3; }
.lineSeparator_team {
    background-color: #fafafa; }
.lineSeparator-heading {
  clear: both;
  margin-top: 60px;
  margin-bottom: 10px;
  border-top: solid 1px #ccc;
  text-align: left; }
.lineSeparator-heading .lineSeparator_text {
    padding-left: 0;
    color: inherit;
    font-weight: 500;
    font-family: inherit;
    line-height: 1.1; }
.lineSeparator-heading h1.lineSeparator_text {
    top: -41px;
    font-size: 36px; }
.lineSeparator-heading h2.lineSeparator_text {
    top: -37px;
    font-size: 30px; }
.lineSeparator-heading h3.lineSeparator_text {
    top: -33px;
    font-size: 24px; }
.lineSeparator-heading h4.lineSeparator_text {
    top: -21px;
    font-size: 18px; }
.lineSeparator-heading h5.lineSeparator_text {
    top: -19px;
    font-size: 14px; }
.lineSeparator-heading h6.lineSeparator_text {
    top: -17px;
    font-size: 12px; }
.separatedInlineList-bullet li:after {
  padding-left: 8px;
  content: "•"; }
.separatedInlineList-bullet li:last-child:after {
  padding-left: 0;
  content: ' '; }
.tableList, .tableList-bordered {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #4a4a4a; }
.tableList_item {
    position: relative;
    display: table-row;
    list-style: none; }
.tableList_item:last-child .tableList_cell, .tableList_item:last-child .tableList_avatarCell, .tableList_item:last-child .tableList_statsCell, .tableList_item:last-child .tableList_checkboxCell {
      border-bottom: 0; }
.tableList_cell, .tableList_avatarCell, .tableList_statsCell, .tableList_checkboxCell {
    position: relative;
    display: table-cell;
    padding: 8px 0 8px 10px;
    border-bottom: 1px solid #e6e6e6;
    vertical-align: top; }
.tableList_cell:last-child, .tableList_avatarCell:last-child, .tableList_statsCell:last-child, .tableList_checkboxCell:last-child {
      padding-right: 8px; }
.tableList-bordered {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6; }
.tableList-bordered .tableList_cell:first-child, .tableList-bordered .tableList_avatarCell:first-child, .tableList-bordered .tableList_statsCell:first-child, .tableList-bordered .tableList_checkboxCell:first-child {
      border-left: 1px solid #e6e6e6; }
.tableList-bordered .tableList_cell:last-child, .tableList-bordered .tableList_avatarCell:last-child, .tableList-bordered .tableList_statsCell:last-child, .tableList-bordered .tableList_checkboxCell:last-child {
      border-right: 1px solid #e6e6e6; }
.tableList-bordered .tableList_avatarCell {
      padding-left: 8px; }
.tableList_avatarCell {
    padding-left: 0;
    width: 48px; }
.tableList_avatarCell img {
      display: inline-block;
      overflow: hidden;
      width: 48px;
      height: 48px;
      border-radius: 3px;
      vertical-align: middle;
      line-height: 1; }
.tableList_avatarCell_avatar-child {
      position: absolute;
      right: -15%;
      bottom: -9%;
      display: inline-block;
      overflow: hidden;
      border-radius: 3px;
      border-radius: 2px;
      background-color: #fff;
      box-shadow: -2px -2px 0 rgba(255, 255, 255, 0.8);
      vertical-align: middle;
      line-height: 1; }
.tableList_avatarCell_avatar-child img {
        width: 24px;
        height: 24px; }
.tableList_avatarCell_avatar-parent {
      position: relative;
      float: left; }
.tableList_avatarCell_avatar-parent .tableList_avatarCell_avatar img {
      width: 42px;
      height: 42px; }
.tableList_statsCell {
    text-align: right; }
.tableList_checkboxCell {
    padding-right: 0;
    padding-left: 0;
    width: 30px;
    text-align: center; }
.tableListForm {
  display: table;
  padding: 15px;
  width: 100%;
  background-color: #f5f5f5; }
.tableListForm_wrapper .nav-tabs li.active a,
  .tableListForm_wrapper .nav-tabs li.active a:hover {
    background-color: #f5f5f5; }
.tableListForm_row {
    display: table-row; }
.tableListForm_input {
    display: table-cell;
    padding-right: 5px;
    width: 100%;
    vertical-align: top; }
.tableListForm_input input {
      width: 100%; }
.tableListForm_button {
    display: table-cell;
    width: 40px;
    vertical-align: top; }
.tagList {
  margin: 0; }
@media (max-width: 767px) {
    .tagList {
      margin: 3px 0 0 -5px; } }
.tagList-inline {
    display: inline-block; }
.tagList_item {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    margin-left: .7em;
    padding: 0 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    background-color: #dfdfdf;
    background-color: #dfdfdf;
    color: #555 !important;
    font-size: 85%;
    font-size: 85%;
    line-height: 1.2em; }
.tagList_item a:link {
      color: #555;
      text-decoration: none; }
.tagList_item a:hover {
      color: #555;
      text-decoration: none; }
.tagList_item a:active {
      color: #555;
      text-decoration: none; }
.tagList_item a:visited {
      color: #555;
      text-decoration: none; }
.tagList_item:after {
      position: absolute;
      top: 50%;
      right: 100%;
      margin-top: -.6em;
      width: 0;
      height: 0;
      border: solid transparent;
      border-width: .6em;
      border-color: transparent;
      border-right-color: #dfdfdf;
      content: '';
      pointer-events: none; }
.tagList_item:hover {
      background-color: #acacac; }
.tagList_item:hover a:link {
        color: #fff;
        text-decoration: none; }
.tagList_item:hover a:hover {
        color: #fff;
        text-decoration: none; }
.tagList_item:hover a:active {
        color: #fff;
        text-decoration: none; }
.tagList_item:hover a:visited {
        color: #fff;
        text-decoration: none; }
.tagList_item:hover:after {
        border-right-color: #acacac; }
.tagList_item:hover .fa.fa-check {
        color: #fff; }
.tagList_item a {
      display: inline-block;
      margin-left: -2px;
      color: #555 !important; }
.tagList_item a:visited {
        color: #555 !important; }
.tagList_item img {
      margin-top: 1px;
      margin-left: 2px;
      width: 1em;
      height: 1em;
      vertical-align: top; }
.tagList_item .fa.fa-check {
      margin: 0 -2px;
      color: #999;
      vertical-align: middle;
      font-size: 70%; }
.tagList_item a:link {
      color: #555;
      text-decoration: none; }
.tagList_item a:hover {
      color: #555;
      text-decoration: underline; }
.tagList_item a:active {
      color: #555;
      text-decoration: underline; }
.tagList_item a:visited {
      color: #555;
      text-decoration: none; }
.contentDiff {
  overflow: auto;
  padding: 1em 1.5em;
  font-size: 14px; }
.contentDiff .symbol {
    display: inline-block;
    margin-left: -1em;
    width: 1em;
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; }
.contentDiff .add,
  .contentDiff .remove,
  .contentDiff .diff-block-info {
    margin: 0 -1.5em;
    padding: 0 1.5em; }
.contentDiff .add {
    background-color: rgba(89, 187, 12, 0.15); }
.contentDiff .add b {
      background-color: rgba(89, 187, 12, 0.3);
      font-weight: normal; }
.contentDiff .remove {
    background-color: rgba(254, 77, 8, 0.15); }
.contentDiff .remove b {
      background-color: rgba(254, 77, 8, 0.2);
      font-weight: normal; }
.contentDiff .diff-block-info {
    background-color: #fbfbfb;
    color: #999;
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; }
.contentDiff .diff-block-info span {
      margin-left: -1em; }
.customTooltip {
  padding: 8px 10px !important;
  line-height: 1.5; }
.defineList {
  display: flex;
  margin-bottom: 20px; }
.defineList__item:first-child {
  flex-shrink: 0;
  margin-right: 20px;
  width: 160px; }
.developerMenu {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: inline-block;
  padding: 5px 20px 5px 10px;
  border-top-left-radius: 3px;
  background-color: rgba(0, 0, 0, 0.8);
  font-weight: normal;
  font-size: 13px; }
.developerMenu a:link {
    color: #fff;
    text-decoration: none; }
.developerMenu a:hover {
    color: #fff;
    text-decoration: underline; }
.developerMenu a:active {
    color: #fff;
    text-decoration: underline; }
.developerMenu a:visited {
    color: #fff;
    text-decoration: none; }
.developerMenu .fa {
    margin: 0 10px;
    color: #fff; }
.developerMenu_title {
    margin: 0 10px 0 0;
    padding-right: 10px;
    border-right: 1px dotted #fff;
    color: #fff;
    font-weight: normal;
    font-size: 18px; }
.developerMenu_pv {
    margin-top: 15px;
    padding: 2px 5px;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.8);
    color: rgba(0, 0, 0, 0.8);
    text-align: center;
    font-weight: normal;
    font-size: 13px; }
.developerMenu_close {
    display: inline-block;
    color: #fff;
    cursor: pointer; }
.developerMenu_close:hover {
      margin: -1px;
      border: solid 1px rgba(255, 255, 255, 0.7); }
.developerPage_body:before {
  display: table;
  content: ""; }
.developerPage_body:after {
  display: table;
  clear: both;
  content: ""; }
.developerPage_header {
  background: #333;
  line-height: 50px; }
.developerPage_header:before {
    display: table;
    content: ""; }
.developerPage_header:after {
    display: table;
    clear: both;
    content: ""; }
.developerPage_header a {
    display: block; }
.developerPage_header,
  .developerPage_header a {
    color: #aaa; }
.developerPage_header a:hover {
    color: #fff;
    text-decoration: none; }
.developerPage_header_element {
    float: left;
    padding: 0 1.5em;
    border-left: solid 1px #444; }
.developerPage_header_element:last-child {
      border-right: solid 1px #444; }
.developerPage_header_element-active a {
      color: #fff; }
.developerPage_logo {
  vertical-align: -9px; }
.developerPage_main {
  position: relative;
  margin-top: 2em;
  padding-right: 10px;
  padding-left: 10px;
  min-height: 1px; }
@media (min-width: 768px) {
    .developerPage_main {
      float: left;
      width: 75%; } }
@media (min-width: 768px) {
    .developerPage_main {
      float: right !important; } }
.developerPage_main h2:first-child {
    margin-top: 0; }
.developerPage_sidebar {
  position: relative;
  margin-top: 2em;
  padding-right: 10px;
  padding-left: 10px;
  min-height: 1px; }
@media (min-width: 768px) {
    .developerPage_sidebar {
      float: left;
      width: 25%; } }
.developerPage_sidebar a {
    display: block;
    color: #999;
    text-decoration: none; }
.developerPage_sidebar a:hover {
    color: #333; }
.developerPage_sidebar > ul > li {
    margin-top: .4em; }
.developerPage_sidebar ul {
    padding-left: 0;
    list-style: none; }
.developerPage_sidebar ul ul {
      display: none;
      padding-left: 1em; }
.developerPage .markdownContent {
  font-size: 15px; }
.developerPage .markdownContent h2 {
    margin: 4em 0 .2em; }
.developerPage .markdownContent h3 {
    margin: 3em 0 .2em;
    color: #000;
    font-size: 1.2em; }
.developerPage .markdownContent p {
    margin: 0; }
.developerPage .markdownContent p + p {
      margin-top: 1em; }
.developerPage .markdownContent pre {
    font-size: .9em;
    line-height: 1.5 !important; }
.diffBox {
  margin: 30px 0; }
.diffBox_added {
    background-color: rgba(89, 187, 12, 0.15); }
.diffBox_removed {
    background-color: rgba(254, 77, 8, 0.15); }
.diffBox .symbol {
    display: inline-block;
    width: 14px;
    text-align: center; }
.diffTitle_before, .diffTitle_after {
  padding: 5px; }
.diffTagData_appended, .diffTagData_removed, .diffTagData_versionChanged, .diffTagData_version, .diffTagData_appendedVersion, .diffTagData_removedVersion {
  display: inline-block;
  color: #4a4a4a; }
.diffTagData_appended, .diffTagData_removed, .diffTagData_versionChanged {
  margin-right: 10px;
  border: 1px solid #e6e6e6; }
.diffTagData_appended a, .diffTagData_removed a, .diffTagData_versionChanged a {
    margin-right: 3px;
    color: #4a4a4a; }
.diffTagData_appended, .diffTagData_removed {
  padding: 3px; }
.diffTagData_versionChanged {
  padding: 0 0 0 3px; }
.diffTagData_appendedVersion, .diffTagData_removedVersion {
  padding: 3px; }
.diffRawBody .tab-pane.active {
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6; }
.diffRawBody .contentDiff {
  padding: 0 1.5em; }
.diffRawBody .markdownContent {
  padding: 1em .8em; }
.directoryNav {
  margin: 20px 0; }
.draftItems {
  overflow-y: hidden;
  height: 850px; }
.draftsPreview {
  padding-left: 0 !important; }
.draftsPreviewContent {
  clear: both;
  overflow-y: auto;
  max-height: 785px; }
.draftsPreviewContent_header {
    padding: 4px 20px;
    border-bottom: 1px solid; }
.draftsPreviewContent_title, .draftsPreviewContent_title-untitled {
    margin: 10px 0;
    font-weight: normal;
    font-size: 32px;
    line-height: 1.3; }
.draftsPreviewContent_title-untitled {
      color: #ccc; }
.draftsPreviewContent_tags {
    margin-bottom: 10px;
    font-size: 16px; }
.draftsPreviewContent_tag {
    position: relative;
    display: inline-block;
    margin-left: .7em;
    padding: 0 2px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    background-color: #dfdfdf;
    color: #555 !important;
    font-size: 85%;
    line-height: 1.2em; }
.draftsPreviewContent_tag a:link {
      color: #555;
      text-decoration: none; }
.draftsPreviewContent_tag a:hover {
      color: #555;
      text-decoration: none; }
.draftsPreviewContent_tag a:active {
      color: #555;
      text-decoration: none; }
.draftsPreviewContent_tag a:visited {
      color: #555;
      text-decoration: none; }
.draftsPreviewContent_tag:after {
      position: absolute;
      top: 50%;
      right: 100%;
      margin-top: -.6em;
      width: 0;
      height: 0;
      border: solid transparent;
      border-width: .6em;
      border-color: transparent;
      border-right-color: #dfdfdf;
      content: '';
      pointer-events: none; }
.draftsPreviewContent_tag:hover {
      background-color: #acacac; }
.draftsPreviewContent_tag:hover a:link {
        color: #fff;
        text-decoration: none; }
.draftsPreviewContent_tag:hover a:hover {
        color: #fff;
        text-decoration: none; }
.draftsPreviewContent_tag:hover a:active {
        color: #fff;
        text-decoration: none; }
.draftsPreviewContent_tag:hover a:visited {
        color: #fff;
        text-decoration: none; }
.draftsPreviewContent_tag:hover:after {
        border-right-color: #acacac; }
.draftsPreviewContent_tag:hover .fa.fa-check {
        color: #fff; }
.draftsPreviewContent_tag a {
      display: inline-block;
      margin-left: -2px;
      color: #555 !important; }
.draftsPreviewContent_tag a:visited {
        color: #555 !important; }
.draftsPreviewContent_tag img {
      margin-top: 1px;
      margin-left: 2px;
      width: 1em;
      height: 1em;
      vertical-align: top; }
.draftsPreviewContent_tag .fa.fa-check {
      margin: 0 -2px;
      color: #999;
      vertical-align: middle;
      font-size: 70%; }
.draftsPreviewContent_tag:after {
      margin-top: -9px;
      border-width: 9px; }
.draftsPreviewContent_tagIcon {
    margin-right: 5px; }
.draftsPreviewContent_body {
    padding: 10px 20px; }
.draftsPreviewMenu {
  padding-left: 20px;
  border-bottom: 1px solid;
  line-height: 64px; }
.draftsPreviewMenu_submit input {
    margin-left: 10px; }
.draftsPreviewMenu_delete {
    display: inline;
    float: right;
    margin: 0 10px; }
.draftsPreviewMenu_delete .btn-link {
      padding: 0;
      color: #ec4301; }
.draftsSidebar {
  padding-right: 0;
  height: 100%;
  border-right: 1px solid #e6e6e6; }
.draftsSidebar_itemUpdating-type {
    color: #999; }
.draftsSidebarHeader {
  font-weight: bold;
  font-size: 16px;
  line-height: 64px; }
.draftsSidebarHeader_btn {
    float: right;
    margin: 18px 10px 0 0; }
.draftsSidebarTab {
  margin: 0; }
.draftsSidebarTab li a {
    font-size: 13px; }
.draftsSidebarItems {
  overflow-y: auto;
  max-height: 750px; }
.draftsSidebarItems-empty {
    display: inline-block;
    padding: 10px 13px;
    color: #999;
    font-size: 13px; }
.draftsSidebarItems_item {
    position: relative;
    border-bottom: 1px solid #e6e6e6; }
.draftsSidebarItems_item:first-child .draftsSidebarItems_itemLink {
      padding-top: 8px; }
.draftsSidebarItems_item.active .draftsSidebarItems_itemLink {
      border-right: 4px solid; }
.draftsSidebarItems_item.active .draftsSidebarItems_itemUpdated {
      right: 6px; }
.draftsSidebarItems_itemLink {
    position: relative;
    display: block;
    padding: 5px 0 5px 5px;
    height: 53px;
    color: #4a4a4a; }
.draftsSidebarItems_itemLink:hover {
      color: #4a4a4a;
      text-decoration: none; }
.draftsSidebarItems_itemTitle, .draftsSidebarItems_itemTitle-untitled {
    overflow: hidden;
    margin: 0;
    padding: 0 70px 0 0;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.4; }
.draftsSidebarItems_itemTitle-untitled {
      color: #ccc; }
.draftsSidebarItems_itemUpdated {
    position: absolute;
    bottom: 2px;
    left: 5px;
    color: #999;
    font-size: 12px; }
.draftsSidebarItems_itemMenu {
    position: absolute;
    top: 50%;
    right: 10px;
    display: inline;
    margin-top: -14px; }
.draftsSidebarItems_itemMenu_edit, .draftsSidebarItems_itemMenu_delete {
      display: inline; }
.draftsSidebarItems_itemMenu_edit .fa, .draftsSidebarItems_itemMenu_delete .fa {
        font-size: 16px; }
.draftsSidebarItems_itemMenu_delete .fa {
      color: #fe4d08; }
.articleUpdatedAlert {
  position: absolute;
  top: 3px;
  right: 25px;
  z-index: 10;
  padding-left: 20px;
  border-color: #dacfb9;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
@media (max-width: 767px) {
    .articleUpdatedAlert {
      right: 9px;
      left: 9px; } }
.articleUpdatedAlert a.btn {
    margin-left: 1em;
    border-color: rgba(138, 109, 59, 0.4);
    background-color: rgba(255, 255, 255, 0.4);
    color: #8a6d3b; }
@media (max-width: 767px) {
      .articleUpdatedAlert a.btn {
        margin-top: .8em;
        margin-left: 0; } }
.articleUpdatedAlert a.btn:hover {
      background-color: rgba(230, 230, 230, 0.4); }
@media (min-width: 768px) {
    .articleUpdatedAlert .close {
      top: 4px; } }
.creatingModal .option .fa {
  margin-right: 5px; }
.creatingModal_twitter {
  margin: 5px 0; }
.creatingModal_github {
  margin-bottom: 20px; }
.creatingModal_postAlert {
  font-size: 14px;
  line-height: 1.5; }
.creatingModal_postAlert label {
    margin-top: 10px; }
.markdownCheatsheet_title {
  margin-bottom: 20px;
  color: #bbb; }
.markdownCheatsheet_block {
  float: left;
  margin-right: 3%;
  width: 47%; }
.markdownCheatsheet_item {
  margin-bottom: 12px; }
.markdownCheatsheet_header {
  margin-bottom: 4px;
  color: #bbb;
  font-weight: bold;
  font-size: 14px; }
.markdownCheatsheet_content {
  overflow: auto;
  padding: 8px;
  border-radius: 4px;
  background-color: #f6f6f6;
  color: #bbb;
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; }
.markdownCheatsheet_content + .markdownCheatsheet_content {
    margin-top: 8px; }
.markdownCheatsheet_more {
  color: #ddd;
  text-align: center;
  font-size: 24px; }
.editor_content {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 0;
  left: 5px; }
.editor .field_with_errors {
  display: inline; }
.editor .tooltip-inner {
  padding-top: 6px;
  padding-bottom: 6px; }
.editorBody, .editorBody-onUpdate {
  position: absolute;
  top: 86px;
  right: 0;
  bottom: 40px;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #fff; }
@media (max-width: 767px) {
    .editorBody, .editorBody-onUpdate {
      bottom: 42px; } }
.editorBody-onUpdate {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%; }
@media (max-width: 767px) {
      .editorBody-onUpdate {
        bottom: 79px; } }
.editorBody > *, .editorBody-onUpdate > * {
    transition-delay: 50ms;
    transition-duration: 300ms;
    transition-property: opacity; }
.editorFooter, .editorFooter-onUpdate {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 4px 10px;
  width: 100%;
  height: 41px;
  border-top: 1px solid #ddd;
  background: #eee; }
@media (max-width: 767px) {
    .editorFooter, .editorFooter-onUpdate {
      height: 43px; } }
@media (max-width: 767px) {
    .editorFooter, .editorFooter-onUpdate {
      padding-top: 5px;
      padding-bottom: 5px;
      height: auto; } }
.editorFooter-onUpdate {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%; }
@media (max-width: 767px) {
      .editorFooter-onUpdate {
        height: 80px; } }
.editorFooter_optionsComment {
    float: left;
    width: 50%;
    vertical-align: top; }
.editorFooter_optionsComment input {
      height: 32px; }
@media (max-width: 991px) {
      .editorFooter_optionsComment {
        width: 45%; } }
@media (max-width: 767px) {
      .editorFooter_optionsComment {
        margin-bottom: 5px;
        width: 100%; } }
.editorFooter_save {
    float: right; }
.editorFooter_tips {
    float: left;
    font-size: 13px;
    line-height: 32px; }
@media (max-width: 767px) {
      .editorFooter_tips {
        margin-bottom: 5px;
        width: 100%; } }
.editorFooter_tipsText {
    padding-left: .4em; }
.editorFooter_updateNotificationConfiguration {
    float: left;
    margin-left: .7em;
    padding-left: 26px;
    font-weight: normal;
    font-size: 13px; }
.editorFooter_updateNotificationConfiguration label {
      margin-top: 6px;
      margin-bottom: 0; }
@media (max-width: 767px) {
      .editorFooter_updateNotificationConfiguration {
        margin-left: 0; } }
.editorFooter_visibilitySelector {
    width: 17%; }
.editorFooter_visibilitySelector_select,
    .editorFooter_visibilitySelector .form-control {
      width: 100%; }
.editorImageDropTarget {
  display: none; }
.drop-target .editorImageDropTarget {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: 1px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.9); }
.drop-target .editorImageDropTarget_content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 80px 30px;
    padding: 100px 0;
    border: 5px dashed #ddd;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #ccc;
    text-align: center;
    font-weight: bold;
    font-size: 42px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.drop-target .editorImageDropTarget_content i {
      margin-bottom: 20px;
      font-size: 90px; }
.editorImagePickerTooltip_attachment {
  margin-top: 5px;
  padding-top: 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 11px; }
.editorImagePickerTooltip_attachment p {
    margin: .4em 0 0; }
.editorImagePickerTooltip_label {
  margin: 0 !important;
  font-weight: bold; }
.editorLabel {
  position: absolute;
  top: 11px;
  right: 12px; }
@media (max-width: 767px) {
    .editorLabel {
      top: 12px;
      right: 9px; } }
.editorLabel_status, .editorLabel_status-coedited, .editorLabel_status-limitedlyShared, .editorLabel_status-posted, .editorLabel_status-project, .editorLabel_status-unposted, .editorLabel_status-newProject {
    padding: 3px 6px;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    font-size: 11px; }
@media (max-width: 767px) {
      .editorLabel_status, .editorLabel_status-coedited, .editorLabel_status-limitedlyShared, .editorLabel_status-posted, .editorLabel_status-project, .editorLabel_status-unposted, .editorLabel_status-newProject {
        padding: 2px 4px;
        font-size: 10px; } }
.editorLabel_status-coedited, .editorLabel_status-limitedlyShared {
      border-color: #7fc999;
      color: #7fc999; }
.editorLabel_status-coedited a, .editorLabel_status-limitedlyShared a {
        color: #7fc999; }
.editorLabel_status-posted, .editorLabel_status-project {
      border-color: #6ca2d1;
      color: #6ca2d1; }
.editorLabel_status-posted a, .editorLabel_status-project a {
        color: #6ca2d1; }
.editorLabel_status-unposted, .editorLabel_status-newProject {
      border-color: #aaa;
      color: #aaa; }
.editorLabel_status-unposted a, .editorLabel_status-newProject a {
        color: #aaa; }
.editorMarkdown {
  position: absolute;
  top: 0;
  bottom: 0;
  border-top-left-radius: 3px;
  background-color: #fff; }
.editorMarkdown_header {
    padding: 0;
    width: 100%;
    border-top-left-radius: 3px;
    background-color: #fafafa;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #999;
    line-height: 36px; }
.editorMarkdown_tab {
    display: inline-block;
    margin-right: -4px;
    padding-right: 10px;
    padding-left: 10px;
    min-width: 80px;
    background-color: #f3f3f3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #999;
    text-align: center;
    text-decoration: none !important;
    font-size: 13px; }
.editorMarkdown_tab:hover {
      background-color: #eee;
      color: #999;
      cursor: pointer; }
.editorMarkdown_tab.active:hover {
      color: #999;
      cursor: default; }
.editorMarkdown_tab.active {
      background-color: #fff; }
.editorMarkdown_tab.active:hover {
        background-color: #fff; }
.editorMarkdown_tab:focus {
      outline: 0;
      color: #999; }
.editorMarkdown_tab:first-child {
      border-top-left-radius: 3px; }
.editorMarkdown_tab-diff i {
      font-size: 12px; }
.editorMarkdown_guideline {
    margin-left: 1.2em;
    color: #999;
    font-size: 13px; }
.editorMarkdown_guideline:hover {
      color: #555;
      text-decoration: none;
      cursor: pointer; }
.editorMarkdown_guideline:focus {
      color: #999;
      text-decoration: none; }
.editorMarkdown_help {
    float: left;
    margin: 0 3.6px;
    width: 28.8px;
    color: #b3b3b3;
    text-align: center;
    font-size: 24px; }
.editorMarkdown_help:hover {
      color: #555;
      cursor: pointer; }
.editorMarkdown .emojiPickerLauncher {
    float: left;
    margin: 0 3.6px;
    width: 28.8px;
    color: #b3b3b3;
    text-align: center;
    font-size: 24px; }
.editorMarkdown .emojiPickerLauncher:hover {
      color: #555;
      cursor: pointer; }
.editorMarkdown_panel {
    display: none; }
.editorMarkdown_panel.active {
      display: inline-block;
      width: 100%; }
.editorMarkdown_textareaWrapper {
    position: absolute;
    top: 36px;
    bottom: 0;
    width: 100%; }
.editorMarkdown_textarea {
    display: block;
    box-sizing: border-box;
    margin-bottom: 0;
    padding: 10px;
    width: 100%;
    height: 100%;
    outline: 0;
    border: 0;
    border-radius: 0;
    border-radius: 0;
    color: #222;
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
    line-height: 1.5;
    resize: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.editorMarkdown_textarea:focus {
      outline: 0; }
@media (max-width: 767px) {
      .editorMarkdown_textarea {
        padding: 6px; } }
.editorMarkdown_toolBar {
    float: right;
    margin-right: 8px; }
.editorMarkdown_imagePicker {
    position: relative;
    float: left;
    margin: 0 3.6px;
    width: 28.8px;
    color: #b3b3b3;
    text-align: center;
    font-size: 24px; }
.editorMarkdown_imagePicker:hover {
      color: #555;
      cursor: pointer; }
.editorMarkdown_imagePicker input {
      display: none; }
.editorMarkdown_imageUploadInfo {
    position: relative;
    display: inline-block;
    margin-left: 5px; }
.editorMarkdown_imageUploadInfo:hover .tooltipBubble {
      width: auto;
      opacity: 1;
      transition: opacity .05s linear;
      transition-delay: .1s; }
.editorMarkdown_imageUploadInfo:hover .tooltipBubble_text {
        display: inline-block; }
.editorMarkdown_imageUploadInfo .tooltipBubble {
      position: absolute;
      top: auto;
      right: auto;
      bottom: -50px;
      left: -10px;
      z-index: 1030;
      width: 0;
      opacity: 0; }
.editorMarkdown_imageUploadInfo .tooltipBubble_text {
        display: none;
        margin: 0;
        padding: 5px;
        min-width: 160px;
        border-radius: 2px;
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        text-align: left;
        font-weight: normal;
        font-size: 12px;
        line-height: 1.4; }
.editorMarkdown_imageUploadInfo .tooltipBubble_text:before {
          position: absolute;
          width: 0;
          height: 0;
          border: 4px solid;
          content: ' '; }
.editorMarkdown_imageUploadInfo .tooltipBubble_text:before {
      top: -8px;
      left: 15px;
      border-color: transparent transparent rgba(0, 0, 0, 0.8) rgba(0, 0, 0, 0.8); }
.editorMarkdown_diff {
    position: absolute;
    top: 36px;
    right: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box; }
.editorMarkdown_toggleButtons {
    float: left;
    margin-left: 10px; }
@media (max-width: 767px) {
      .editorMarkdown_toggleButtons {
        margin-left: 0; } }
@media (min-width: 768px) {
    .editorMarkdown_toggleIcon-fullPreview, .editorMarkdown_toggleIcon-halfPreview, .editorMarkdown_toggleIcon-noPreview {
      display: inline-block;
      margin-right: 2px;
      padding: 3px 0;
      width: 1.3em;
      border: 1px solid #ccc;
      border-radius: 2px;
      color: #999;
      text-align: center;
      font-size: 16px; }
      .editorMarkdown_toggleIcon-fullPreview:hover, .editorMarkdown_toggleIcon-halfPreview:hover, .editorMarkdown_toggleIcon-noPreview:hover {
        border-color: #a6a6a6;
        color: #555;
        cursor: pointer; } }
@media (max-width: 767px) {
    .editorMarkdown_toggleIcon-fullPreview, .editorMarkdown_toggleIcon-halfPreview, .editorMarkdown_toggleIcon-noPreview {
      float: left;
      margin: 0 3.6px;
      width: 28.8px;
      color: #b3b3b3;
      text-align: center;
      font-size: 24px; }
      .editorMarkdown_toggleIcon-fullPreview:hover, .editorMarkdown_toggleIcon-halfPreview:hover, .editorMarkdown_toggleIcon-noPreview:hover {
        color: #555;
        cursor: pointer; } }
.editorPreview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #fafafa;
  color: #999; }
.editorPreview_header {
    padding: 0 10px;
    font-size: 13px;
    line-height: 36px; }
.editorPreview_toggleButtons {
    float: left; }
@media (max-width: 767px) {
      .editorPreview_toggleButtons {
        float: right; } }
@media (min-width: 768px) {
    .editorPreview_toggleIcon-fullPreview, .editorPreview_toggleIcon-halfPreview, .editorPreview_toggleIcon-noPreview {
      display: inline-block;
      margin-right: 2px;
      padding: 3px 0;
      width: 1.3em;
      border: 1px solid #ccc;
      border-radius: 2px;
      color: #999;
      text-align: center;
      font-size: 16px; }
      .editorPreview_toggleIcon-fullPreview:hover, .editorPreview_toggleIcon-halfPreview:hover, .editorPreview_toggleIcon-noPreview:hover {
        border-color: #a6a6a6;
        color: #555;
        cursor: pointer; } }
@media (max-width: 767px) {
    .editorPreview_toggleIcon-fullPreview, .editorPreview_toggleIcon-halfPreview, .editorPreview_toggleIcon-noPreview {
      float: left;
      margin: 0 3.6px;
      width: 28.8px;
      color: #b3b3b3;
      text-align: center;
      font-size: 24px; }
      .editorPreview_toggleIcon-fullPreview:hover, .editorPreview_toggleIcon-halfPreview:hover, .editorPreview_toggleIcon-noPreview:hover {
        color: #555;
        cursor: pointer; } }
.editorPreview_toggleIconText {
    display: none; }
@media (max-width: 767px) {
      .editorPreview_toggleIconText {
        display: inline;
        padding-left: .2em;
        vertical-align: middle;
        font-weight: bold;
        font-size: 13px; } }
.editorPreview_title {
    float: left;
    margin: 0 8px; }
.editorPreview_article {
    position: absolute;
    top: 36px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    padding: 10px;
    background-color: #fff;
    color: #4a4a4a; }
.editorPreview_article table {
      display: block;
      overflow: auto;
      max-width: 510px; }
@media (max-width: 1199px) {
        .editorPreview_article table {
          max-width: 450px; } }
@media (max-width: 991px) {
        .editorPreview_article table {
          max-width: 320px; } }
.editorPreview_cheatsheet {
    position: absolute;
    top: 36px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    padding: 10px 50px 10px 70px;
    width: 100%;
    background: url("/assets/markdown-cheatsheat-arrow-16771b280e2bb03690beee08e476d773.png") no-repeat 5px 2px;
    background-color: #fff;
    background-size: 60px; }
@media (max-width: 991px) {
      .editorPreview_cheatsheet {
        padding: 10px 20px;
        background-image: none; } }
@keyframes autoSaveNotification {
  0% {
    display: none !important;
    opacity: 0; }
  1% {
    display: block !important;
    opacity: 0; }
  5% {
    display: block !important;
    opacity: 1; }
  80% {
    display: block !important;
    opacity: 1; }
  99% {
    display: block !important;
    opacity: 0; }
  100% {
    display: none !important;
    opacity: 0; } }
.editorSave_autoSaveNotification {
  display: none;
  float: left;
  margin-top: 7px;
  margin-right: 7px;
  color: #59bb0c;
  font-weight: bold;
  font-size: 12px;
  opacity: 0; }
.editorSave_autoSaveNotification .fa {
    font-size: 14px; }
.editorSave_autoSaveNotification.js-showAndHideAnimation {
    display: block;
    animation-name: autoSaveNotification;
    animation-duration: 4s;
    animation-timing-function: ease-in-out; }
.editorSave_submit {
  float: left;
  margin-left: 10px; }
.editorSubmit {
  vertical-align: top; }
.editorSubmit_submitBtnGroup {
    text-align: left; }
.editorSubmit_submitBtn, .editorSubmit_dropdownToggle {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px; }
.editorSubmit_submitBtn {
    padding-right: 18px;
    padding-left: 18px; }
@media (max-width: 767px) {
    .editorSubmit_dropdownToggle {
      padding-right: 12px !important;
      padding-left: 12px !important; } }
.editorSubmit_submitBtnLabel {
    display: none; }
.editorSubmit_submitBtnLabel.active {
      display: block; }
.editorSubmit_submitBtnLabel i {
      margin-right: 5px; }
.editorSubmit_dropdownMenu {
    position: absolute;
    right: 0;
    bottom: 40px;
    display: none;
    padding: 5px 0;
    min-width: 160px;
    border: solid 3px;
    border-radius: 3px;
    background-color: #fff;
    white-space: nowrap;
    font-size: 14px; }
.editorSubmit_dropdownMenu a:link {
      color: #4a4a4a;
      text-decoration: none; }
.editorSubmit_dropdownMenu a:hover {
      color: #4a4a4a;
      text-decoration: none; }
.editorSubmit_dropdownMenu a:active {
      color: #4a4a4a;
      text-decoration: none; }
.editorSubmit_dropdownMenu a:visited {
      color: #4a4a4a;
      text-decoration: none; }
.editorSubmit_dropdownMenu.active {
      display: block; }
.editorSubmit_dropdownMenu:after, .editorSubmit_dropdownMenu:before {
      position: absolute;
      top: 100%;
      right: 10px;
      width: 0;
      height: 0;
      border: solid transparent;
      content: ' ';
      pointer-events: none; }
.editorSubmit_dropdownMenu:after {
      margin-right: -6px;
      border-width: 6px;
      border-color: rgba(255, 255, 255, 0);
      border-top-color: #fff; }
.editorSubmit_dropdownMenu:before {
      margin-right: -10px;
      border-width: 10px; }
.editorSubmit_dropdownItem {
    display: block;
    padding: 5px 10px; }
.editorSubmit_dropdownItem i {
      margin-right: 5px;
      width: 1em;
      text-align: center; }
.editorSubmit_dropdownItem .fa-check {
      color: #555 !important;
      opacity: 0; }
.editorSubmit_dropdownItem:hover {
      background-color: #bfd8ed; }
.editorSubmit_dropdownItem.active .fa-check {
      opacity: 1; }
.editorTag {
  position: absolute;
  top: 49px;
  right: 0;
  left: 0;
  width: 100%;
  height: 32px; }
.editorTag input {
    height: 32px;
    letter-spacing: 0.02em; }
.editorTag .textoverlay {
    margin-top: -1px;
    padding-top: 2px !important;
    padding-bottom: 3px !important;
    white-space: nowrap !important;
    letter-spacing: 0.02em;
    line-height: 26px; }
.editorTag .textoverlay span {
      padding-top: 1px;
      padding-bottom: 1px;
      border-radius: 2px;
      background-color: #d9eafe !important;
      box-shadow: 0 0 0 1px #c0dcfd; }
.editorTitle {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 44px; }
.editorTitle input {
    padding-top: 8px;
    padding-right: 78px;
    padding-bottom: 8px;
    padding-left: 10px;
    height: 100%;
    border: 1px solid #ddd;
    font-size: 24px; }
.editorTutorialPopover {
  border-color: #b2ccd1;
  background-color: #d9edf7;
  color: #31708f; }
.editorTutorialPopover.top > .arrow {
    border-top-color: #b2ccd1 !important; }
.editorTutorialPopover.top > .arrow::after {
      border-top-color: #d9edf7 !important; }
.editorTutorialPopover.right > .arrow {
    border-right-color: #b2ccd1 !important; }
.editorTutorialPopover.right > .arrow::after {
      border-right-color: #d9edf7 !important; }
.editorTutorialPopover.bottom > .arrow {
    border-bottom-color: #b2ccd1 !important; }
.editorTutorialPopover.bottom > .arrow::after {
      border-bottom-color: #d9edf7 !important; }
.editorTutorialPopover.left > .arrow {
    border-left-color: #b2ccd1 !important; }
.editorTutorialPopover.left > .arrow::after {
      border-left-color: #d9edf7 !important; }
.editorValidationError {
  max-width: 300px;
  border-color: #dacfb9;
  background-color: #fcf8e3;
  color: #8a6d3b; }
.editorValidationError.top > .arrow {
    border-top-color: #dacfb9 !important; }
.editorValidationError.top > .arrow::after {
      border-top-color: #fcf8e3 !important; }
.editorValidationError.right > .arrow {
    border-right-color: #dacfb9 !important; }
.editorValidationError.right > .arrow::after {
      border-right-color: #fcf8e3 !important; }
.editorValidationError.bottom > .arrow {
    border-bottom-color: #dacfb9 !important; }
.editorValidationError.bottom > .arrow::after {
      border-bottom-color: #fcf8e3 !important; }
.editorValidationError.left > .arrow {
    border-left-color: #dacfb9 !important; }
.editorValidationError.left > .arrow::after {
      border-left-color: #fcf8e3 !important; }
.editorValidationError_label {
    float: left;
    padding: 9px 0 0 12px; }
.editorValidationError .popover-content {
    padding-left: 30px; }
.uninitialized > * {
  opacity: 0; }
.notPreviewing .editorMarkdown_toggleIcon-fullPreview {
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  font-family: FontAwesome;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.notPreviewing .editorMarkdown_toggleIcon-fullPreview:before {
    content: ""; }
@media (max-width: 767px) {
    .notPreviewing .editorMarkdown_toggleIcon-fullPreview {
      display: inline-block;
      font-weight: normal;
      font-style: normal;
      font-family: FontAwesome;
      line-height: 1;
      line-height: inherit;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      .notPreviewing .editorMarkdown_toggleIcon-fullPreview:before {
        content: ""; } }
.notPreviewing .editorMarkdown_toggleIcon-halfPreview {
  display: inline-block;
  margin-right: 0;
  font-weight: normal;
  font-style: normal;
  font-family: FontAwesome;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.notPreviewing .editorMarkdown_toggleIcon-halfPreview:before {
    content: ""; }
@media (max-width: 767px) {
    .notPreviewing .editorMarkdown_toggleIcon-halfPreview {
      display: none; } }
.notPreviewing .editorMarkdown_toggleIcon-noPreview {
  display: none; }
.notPreviewing .editorMarkdown {
  width: 100%; }
.notPreviewing .editorPreview {
  display: none; }
.halfPreviewing .editorPreview_toggleIcon-fullPreview {
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  font-family: FontAwesome;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.halfPreviewing .editorPreview_toggleIcon-fullPreview:before {
    content: ""; }
@media (max-width: 767px) {
    .halfPreviewing .editorPreview_toggleIcon-fullPreview {
      display: none; } }
.halfPreviewing .editorPreview_toggleIcon-halfPreview {
  display: none; }
.halfPreviewing .editorPreview_toggleIcon-noPreview {
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  font-family: FontAwesome;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.halfPreviewing .editorPreview_toggleIcon-noPreview:before {
    content: ""; }
@media (max-width: 767px) {
    .halfPreviewing .editorPreview_toggleIcon-noPreview {
      display: inline-block;
      width: auto;
      font-weight: normal;
      font-style: normal;
      font-family: FontAwesome;
      line-height: 1;
      line-height: inherit;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      .halfPreviewing .editorPreview_toggleIcon-noPreview:before {
        content: ""; } }
.halfPreviewing .editorMarkdown {
  width: 50%; }
.halfPreviewing .editorMarkdown_toggleButtons {
    display: none; }
.halfPreviewing .editorPreview {
  width: 50%;
  border-left: solid 1px #ddd; }
.fullPreviewing .editorPreview_toggleIcon-fullPreview {
  display: none; }
.fullPreviewing .editorPreview_toggleIcon-halfPreview {
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  font-family: FontAwesome;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.fullPreviewing .editorPreview_toggleIcon-halfPreview:before {
    content: ""; }
@media (max-width: 767px) {
    .fullPreviewing .editorPreview_toggleIcon-halfPreview {
      display: none; } }
.fullPreviewing .editorPreview_toggleIcon-noPreview {
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  font-family: FontAwesome;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.fullPreviewing .editorPreview_toggleIcon-noPreview:before {
    content: ""; }
@media (max-width: 767px) {
    .fullPreviewing .editorPreview_toggleIcon-noPreview {
      display: inline-block;
      width: auto;
      font-weight: normal;
      font-style: normal;
      font-family: FontAwesome;
      line-height: 1;
      line-height: inherit;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      .fullPreviewing .editorPreview_toggleIcon-noPreview:before {
        content: ""; } }
.fullPreviewing .editorMarkdown {
  display: none; }
.fullPreviewing .editorPreview {
  width: 100%; }
.fullPreviewing .editorPreview_article table {
    max-width: 1040px; }
@media (max-width: 1199px) {
      .fullPreviewing .editorPreview_article table {
        max-width: 900px; } }
@media (max-width: 991px) {
      .fullPreviewing .editorPreview_article table {
        max-width: 640px; } }
@media (max-width: 767px) {
      .fullPreviewing .editorPreview_article table {
        max-width: 340px; } }
.emojiPicker {
  display: inline-block;
  text-align: left; }
.emojiPicker_label {
    display: inline-block; }
.emojiPicker_label:hover {
      opacity: 1;
      cursor: pointer; }
.emojiPicker_body {
    position: absolute;
    z-index: 1060;
    display: inline-block;
    padding: 0;
    width: 330px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fafafa;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }
.emojiPicker_body.upper {
      right: 12px;
      bottom: 55px; }
.emojiPicker_body.bottom {
      top: 40px;
      right: 45px; }
@media (max-width: 767px) {
      .emojiPicker_body.bottom, .emojiPicker_body.upper {
        right: 0;
        width: 100%; } }
.emojiPicker_content {
    overflow-y: auto;
    padding: 10px 0;
    max-height: 150px;
    background-color: #fff;
    text-align: center; }
.emojiPicker_tabs {
    display: block;
    margin-bottom: 0;
    padding: 10px 10px 0;
    border-bottom: 1px solid #ddd; }
.emojiPicker_tabs img {
      width: 22px; }
@media (max-width: 767px) {
      .emojiPicker_tabs {
        margin-top: 4px; } }
.emojiPicker_tab {
    display: inline-block;
    margin-bottom: -1px;
    padding: 5px;
    border: 1px solid transparent;
    line-height: 1em;
    cursor: pointer; }
@media (max-width: 767px) {
      .emojiPicker_tab {
        padding: 5px; } }
.emojiPicker_tab.active, .emojiPicker_tab.active:hover {
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      background-color: #fff;
      color: #555;
      cursor: default; }
.emojiPicker_tab:hover {
      border-color: #eee #eee #ddd;
      background-color: #eee; }
.emojiPicker_icon {
    padding: 5px 5px;
    width: 34px;
    height: 34px;
    object-fit: contain; }
.emojiPicker_icon:hover {
      border-radius: 4px;
      background-color: #e1f0f7;
      cursor: pointer; }
.emojiPicker_preview {
    padding: 0 12px;
    height: 45px;
    border-top: 1px solid #eee;
    color: #333;
    font-size: 24px; }
.emojiPicker_preview img {
      margin-right: 10px;
      width: 32px;
      height: 32px;
      object-fit: contain; }
.emojiPicker_preview span {
      font-size: 14px; }
.emojiPicker_lorder {
    display: inline-block;
    display: inline-block;
    margin: 10% auto; }
.emojiPicker_lorder:after {
      position: relative;
      display: block;
      width: 40px;
      height: 40px;
      border-top: 1px solid #545a6a;
      border-right: 1px solid #d4d4db;
      border-bottom: 1px solid #d4d4db;
      border-left: 1px solid #545a6a;
      border-radius: 100%;
      content: '';
      opacity: .5;
      animation: spinner-rotate .6s linear infinite; }
.errors {
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 16px;
  line-height: 1.7; }
.errors_kobitoImage {
    display: block;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%; }
.errors_twitterWidget {
    margin-top: 20px; }
.feedbackForm {
  margin-top: 100px; }
.feedbackForm_note {
    color: #777;
    font-size: 13px; }
.feedbackForm_submitButton {
    display: block;
    float: right; }
.feedbackForm_submitButtonContainer:before {
    display: table;
    content: ""; }
.feedbackForm_submitButtonContainer:after {
    display: table;
    clear: both;
    content: ""; }
.headerContainer {
  height: 48px; }
.headerContainer-public {
    border-bottom: 1px solid rgba(43, 91, 6, 0.15); }
.headerContainer-team {
    background: #458ac5; }
.headerContainer-absolutePosition {
    position: absolute;
    top: 0;
    right: 0;
    left: 0; }
.sharedHeader {
  position: relative;
  line-height: 32px; }
@media print {
    .sharedHeader {
      display: none; } }
.sharedHeader_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 10px;
    height: 48px; }
.sharedHeader_inner-fluid {
      padding: 0 20px;
      width: 100%; }
@media (min-width: 768px) {
      .sharedHeader_inner:not(.sharedHeader_inner-fluid) {
        width: 740px; } }
@media (min-width: 992px) {
      .sharedHeader_inner:not(.sharedHeader_inner-fluid) {
        width: 1000px; } }
@media (min-width: 1200px) {
      .sharedHeader_inner:not(.sharedHeader_inner-fluid) {
        width: 1160px; } }
.sharedHeader_left {
    position: relative;
    display: flex;
    align-items: center; }
.sharedHeader_left .dropdown-menu > li > a {
      padding-right: .5em;
      padding-left: .5em; }
.sharedHeader_logo {
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 16px;
    font-weight: bold;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.sharedHeader_logo_teamIcon {
      margin-right: 8px;
      width: 20px;
      height: 20px; }
.sharedHeader_logo_text {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
@media (max-width: 415px) {
        .sharedHeader_logo_text {
          max-width: 80px; } }
.sharedHeader_logo_figure {
      width: 76px;
      height: 26px;
      fill: #59bb0c; }
@media (max-width: 767px) {
      .sharedHeader_logo_caption {
        display: none; } }
.sharedHeader_logo_main {
      display: flex;
      align-items: center; }
.sharedHeader_logo_caret {
      margin-left: 10px; }
.sharedHeader_logo_caret .fa-caret-down {
        float: left;
        padding: 5px 4px 4px;
        width: 20px;
        border-radius: 2px;
        text-align: center;
        font-size: 10px;
        cursor: pointer; }
.sharedHeader_newItem {
    float: left;
    margin-top: 8px;
    margin-right: 12px;
    font-size: 14px; }
@media (max-width: 767px) {
      .sharedHeader_newItem {
        position: static;
        margin-right: 0; } }
@media (max-width: 767px) {
      .sharedHeader_newItem_post {
        display: none; } }
.sharedHeader_newItem_btn {
      padding: 5px 12px; }
@media (min-width: 768px) {
        .sharedHeader_newItem_btn .fa-edit {
          margin-right: 4px; } }
.sharedHeader_newItem_dropdown {
      right: 0;
      left: auto;
      display: block; }
@media (max-width: 767px) {
        .sharedHeader_newItem_dropdown {
          overflow: hidden;
          width: 200%; } }
@media (min-width: 768px) {
      .sharedHeader_newItem_dropdownPost {
        display: none; } }
@media (max-width: 767px) {
      .sharedHeader_newItem .fa-caret-down {
        display: none; } }
.sharedHeader_newItem_xsEdit {
      display: none; }
@media (max-width: 767px) {
        .sharedHeader_newItem_xsEdit {
          display: inline-block; } }
.sharedHeader_notifications {
    position: relative;
    float: left;
    padding: 8px 12px; }
.sharedHeader_right {
    position: relative;
    flex-shrink: 0; }
.sharedHeader_searchIcon {
    display: none;
    float: left;
    margin-right: 20px;
    padding: 8px 0;
    cursor: pointer; }
@media (max-width: 767px) {
      .sharedHeader_searchIcon {
        display: block; } }
.sharedHeader_searchModal {
    margin-top: 40px; }
.sharedHeader_user {
    position: relative;
    float: left; }
.sharedHeader_user_clickable {
      display: block;
      padding: 7px 0 7px 12px;
      cursor: pointer; }
.sharedHeader_user_clickable:hover {
        opacity: .6; }
@media (max-width: 767px) {
        .sharedHeader_user_clickable {
          padding-left: 0; } }
.sharedHeader_user_dropdown {
      right: 0;
      left: auto; }
.sharedHeader_user_image {
      border-radius: 3px; }
.sharedHeader_stockItems {
    position: relative;
    float: left;
    padding: 8px; }
@media (max-width: 991px) {
      .sharedHeader_stockItems {
        display: none; } }
.sharedHeader_stockItems_xsStock {
      display: none;
      float: left;
      padding: 8px 0 8px 12px; }
@media (max-width: 991px) {
        .sharedHeader_stockItems_xsStock {
          display: block; } }
.sharedHeader-public {
    background: transparent;
    color: #888; }
.sharedHeader-public,
    .sharedHeader-public a,
    .sharedHeader-public a:hover,
    .sharedHeader-public a:focus {
      color: #888;
      text-decoration: none; }
.sharedHeader-public .sharedHeader_logo_caret .fa-caret-down {
      right: -15px;
      border: 1px solid rgba(43, 91, 6, 0.15);
      background-color: #fafafa; }
.sharedHeader-public .sharedHeader_logo_caret .fa-caret-down:hover {
        background-color: #fefefe; }
.sharedHeader-public .sharedHeader_logo_caret .fa-caret-down:active {
        border: 1px solid rgba(43, 91, 6, 0.15); }
.sharedHeader-public .searchForm_query {
      border: 1px solid rgba(43, 91, 6, 0.15) !important; }
.sharedHeader-public .searchForm_submitBtn {
      border: 1px solid rgba(43, 91, 6, 0.15) !important; }
.sharedHeader-public .sharedHeader_newItem_btn {
      border-right: 1px solid #4ea30a;
      background-color: #59bb0c;
      color: #fff; }
.sharedHeader-public .sharedHeader_newItem_btn.dropdown-toggle {
        border-right: 0;
        border-left: 1px solid #4ea30a; }
@media (max-width: 767px) {
          .sharedHeader-public .sharedHeader_newItem_btn.dropdown-toggle {
            border: 0 !important;
            border-top-left-radius: 3px !important;
            border-bottom-left-radius: 3px !important; } }
.sharedHeader-public .sharedHeader_newItem_btn:hover, .sharedHeader-public .sharedHeader_newItem_btn:active, .sharedHeader-public .sharedHeader_newItem_btn:focus {
        background-color: #4ea30a;
        color: #fff; }
.sharedHeader-public .sharedHeader_registerUser {
      float: left; }
.sharedHeader-public .sharedHeader_registerUser a {
        color: #fff; }
.sharedHeader-public .sharedHeader_loginUser {
      float: left;
      padding: 8px 0 8px 22px; }
.sharedHeader-team {
    background: #458ac5; }
.sharedHeader-team,
    .sharedHeader-team a,
    .sharedHeader-team a:hover,
    .sharedHeader-team a:focus {
      color: #fff;
      text-decoration: none; }
.sharedHeader-team .sharedHeader_logo_caret .fa-caret-down {
      border: 1px solid #3370a4; }
.sharedHeader-team .sharedHeader_newItem_btn {
      border-right: 1px solid #30b25e;
      background-color: #35c669; }
.sharedHeader-team .sharedHeader_newItem_btn.dropdown-toggle {
        border-right: 0;
        border-left: 1px solid #30b25e; }
@media (max-width: 767px) {
          .sharedHeader-team .sharedHeader_newItem_btn.dropdown-toggle {
            border: 0 !important;
            border-top-left-radius: 3px !important;
            border-bottom-left-radius: 3px !important; } }
.sharedHeader-team .sharedHeader_newItem_btn:hover {
        background-color: #30b25e; }
.hovercard {
  display: flex;
  flex-direction: row;
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.1);
  color: black; }
.hovercard_col {
    display: flex;
    flex-direction: column; }
.hovercard img {
    margin-right: 12px;
    margin-bottom: 5px;
    width: 75px !important;
    height: 75px !important;
    border-radius: 4px; }
.hovercard .userFollowButton {
    width: auto; }
.hovercard_row_name {
    margin-right: 12px;
    font-weight: bold; }
.hovercard_row_name a {
      text-decoration: none;
      font-size: 1.5em; }
.hovercard_row_mention {
    color: gray; }
.hovercard_row_info {
    margin-top: 2px; }
.hovercard_row_info_unit_title {
      margin-right: 8px;
      margin-left: 4px; }
.hovercard_row_info_unit {
      font-weight: bold;
      font-size: 1.2em; }
.footer {
  font-size: 13px; }
@media print {
    .footer {
      display: none; } }
.footer_container {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: solid #eee 1px; }
.footer_container:before {
      display: table;
      content: ""; }
.footer_container:after {
      display: table;
      clear: both;
      content: ""; }
.footer_copyright, .footer_copyright:focus, .footer_copyright:hover {
    color: #777;
    text-decoration: none; }
.footer_inner {
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px; }
.footer_inner:before {
      display: table;
      content: ""; }
.footer_inner:after {
      display: table;
      clear: both;
      content: ""; }
@media (min-width: 768px) {
      .footer_inner {
        width: 740px; } }
@media (min-width: 992px) {
      .footer_inner {
        width: 1000px; } }
@media (min-width: 1200px) {
      .footer_inner {
        width: 1160px; } }
.footer_link {
    display: inline-block;
    margin-right: 12px; }
.footer_link:last-child {
      margin-right: 0; }
.footer_links-left, .footer_links-right {
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none; }
.footer_links-left {
    float: left; }
.footer_links-right {
    float: right; }
@media (max-width: 767px) {
      .footer_links-right {
        float: left; } }
.itemStockButton_button-stock,
.itemStockButton_button-unstock,
.itemStockButton_button-stocking {
  margin-bottom: 10px; }
.itemStockButton_button-stock i,
  .itemStockButton_button-unstock i,
  .itemStockButton_button-stocking i {
    margin-right: 5px; }
.itemStockButton .itemStockButton_button-stock {
  display: block; }
.itemStockButton .itemStockButton_button-unstock,
.itemStockButton .itemStockButton_button-stocking {
  display: none; }
.itemStockButton.stocked .itemStockButton_button-stocking {
  display: block; }
.itemStockButton.stocked .itemStockButton_button-unstock,
.itemStockButton.stocked .itemStockButton_button-stock {
  display: none; }
.itemStockButton.stocked:hover .itemStockButton_button-unstock {
  display: block; }
.itemStockButton.stocked:hover .itemStockButton_button-stocking,
.itemStockButton.stocked:hover .itemStockButton_button-stock {
  display: none; }
.markdownContent {
  font-size: 1.15em; }
.markdownContent.markdownContent-diff a {
    text-decoration: none; }
.markdownContent.markdownContent-diff a[data-before-href] {
      border-bottom: dotted 1px #999;
      text-decoration: none; }
.markdownContent.markdownContent-diff .del {
    background-color: #ffeaea;
    color: #cb4000; }
.markdownContent.markdownContent-diff .del:first-child > * {
      margin-top: 0 !important; }
.markdownContent.markdownContent-diff ins {
    background-color: #e9ffe9;
    text-decoration: none; }
.markdownContent.markdownContent-diff ins:first-child > * {
      margin-top: 0 !important; }
.markdownContent.markdownContent-diff li.removed {
    color: #cb4000; }
.markdownContent.markdownContent-diff > * {
    margin-left: 16px !important; }
.markdownContent.markdownContent-diff > .del {
    display: block;
    margin-left: 0 !important;
    padding-left: 16px;
    border-left: solid 4px #cb4000;
    background-color: inherit;
    color: inherit;
    text-decoration: none; }
.markdownContent.markdownContent-diff > ins {
    display: block;
    margin-left: 0 !important;
    padding-left: 16px;
    border-left: solid 4px #7dcd55;
    background-color: inherit;
    color: inherit; }
.markdownContent.markdownContent-diff > .changed {
    margin-left: 0 !important;
    padding-left: 16px;
    border-left: solid 4px #ffc134; }
.markdownContent > *:first-child {
    margin-top: 0 !important; }
.markdownContent-headingEnabled h1,
  .markdownContent-headingEnabled h2,
  .markdownContent-headingEnabled h3,
  .markdownContent-headingEnabled h4,
  .markdownContent-headingEnabled h5,
  .markdownContent-headingEnabled h6 {
    position: relative; }
@media (min-width: 768px) {
      .markdownContent-headingEnabled h1:hover .fa.fa-link,
      .markdownContent-headingEnabled h1:hover .icon-link,
      .markdownContent-headingEnabled h2:hover .fa.fa-link,
      .markdownContent-headingEnabled h2:hover .icon-link,
      .markdownContent-headingEnabled h3:hover .fa.fa-link,
      .markdownContent-headingEnabled h3:hover .icon-link,
      .markdownContent-headingEnabled h4:hover .fa.fa-link,
      .markdownContent-headingEnabled h4:hover .icon-link,
      .markdownContent-headingEnabled h5:hover .fa.fa-link,
      .markdownContent-headingEnabled h5:hover .icon-link,
      .markdownContent-headingEnabled h6:hover .fa.fa-link,
      .markdownContent-headingEnabled h6:hover .icon-link {
        display: inline-block; }
      .markdownContent-headingEnabled h1 .fa.fa-link:hover,
      .markdownContent-headingEnabled h1 .icon-link:hover,
      .markdownContent-headingEnabled h2 .fa.fa-link:hover,
      .markdownContent-headingEnabled h2 .icon-link:hover,
      .markdownContent-headingEnabled h3 .fa.fa-link:hover,
      .markdownContent-headingEnabled h3 .icon-link:hover,
      .markdownContent-headingEnabled h4 .fa.fa-link:hover,
      .markdownContent-headingEnabled h4 .icon-link:hover,
      .markdownContent-headingEnabled h5 .fa.fa-link:hover,
      .markdownContent-headingEnabled h5 .icon-link:hover,
      .markdownContent-headingEnabled h6 .fa.fa-link:hover,
      .markdownContent-headingEnabled h6 .icon-link:hover {
        color: #337ab7;
        text-decoration: none; } }
.markdownContent blockquote {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: .8em;
    padding: .8em;
    border-left: solid 4px #ddd;
    color: #555;
    font-size: 1em; }
.markdownContent blockquote > *:first-child {
      margin-top: 0; }
.markdownContent blockquote h1,
    .markdownContent blockquote h2,
    .markdownContent blockquote h3,
    .markdownContent blockquote h4,
    .markdownContent blockquote h5,
    .markdownContent blockquote h6 {
      color: #555; }
.markdownContent a code {
    color: #337ab7; }
.markdownContent hr {
    margin: 1em 0;
    height: 2px;
    border: 0;
    background-color: #ccc; }
.is-slide .markdownContent hr {
    visibility: hidden; }
.markdownContent em {
    font-style: italic;
    font-family: "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, sans-serif; }
.markdownContent strong {
    font-weight: bold; }
.markdownContent b {
    font-weight: bold; }
.markdownContent del {
    text-decoration: line-through; }
.markdownContent p {
    margin: 1.4em 0;
    font-size: 1em;
    line-height: 1.875; }
.markdownContent p:last-child {
      margin-bottom: 0; }
@media (max-width: 767px) {
      .markdownContent p {
        line-height: 1.6; } }
.markdownContent img {
    box-sizing: border-box;
    margin: 0;
    max-width: 100%;
    vertical-align: middle; }
.markdownContent dl {
    margin: 1em 0; }
.markdownContent dl dd {
      margin-left: 2em; }
.markdownContent table {
    display: block;
    overflow: auto;
    margin: 1em 0;
    border-collapse: collapse;
    border-left: solid 1px #d9d9d9; }
.markdownContent td,
  .markdownContent th {
    padding: 8px 10px;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc; }
.markdownContent thead td,
  .markdownContent th {
    border-top: solid 1px #d9d9d9;
    background-color: #fff;
    font-weight: bold; }
.markdownContent tbody tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.03); }
.markdownContent li p:first-child {
    margin: 0; }
.markdownContent ol,
  .markdownContent ul {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 1.5em;
    line-height: 1.7; }
@media (max-width: 767px) {
      .markdownContent ol,
      .markdownContent ul {
        line-height: 1.6; } }
.markdownContent ul > li {
    list-style-type: disc; }
.markdownContent ol > li {
    list-style-type: decimal; }
.markdownContent li > ol,
  .markdownContent li > ul {
    margin-top: 0;
    margin-bottom: 0; }
.markdownContent h1,
  .markdownContent h2,
  .markdownContent h3,
  .markdownContent h4,
  .markdownContent h5,
  .markdownContent h6 {
    margin: 1.35em 0 .7em;
    font-weight: normal;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
    line-height: 1.4; }
.markdownContent h1 + ol,
    .markdownContent h1 + p,
    .markdownContent h1 + ul,
    .markdownContent h2 + ol,
    .markdownContent h2 + p,
    .markdownContent h2 + ul,
    .markdownContent h3 + ol,
    .markdownContent h3 + p,
    .markdownContent h3 + ul,
    .markdownContent h4 + ol,
    .markdownContent h4 + p,
    .markdownContent h4 + ul,
    .markdownContent h5 + ol,
    .markdownContent h5 + p,
    .markdownContent h5 + ul,
    .markdownContent h6 + ol,
    .markdownContent h6 + p,
    .markdownContent h6 + ul {
      margin-top: 0; }
.markdownContent h1 {
    margin-top: 2.5em;
    margin-bottom: .5em;
    padding-bottom: .3em;
    border-bottom: solid 3px #eee;
    font-size: 1.7em;
    line-height: 1.2; }
.markdownContent h1 .emoji {
      width: 1.1em;
      height: 1.1em; }
.markdownContent h1 + h2 {
      margin-top: 1.1em; }
.markdownContent h2 {
    margin-top: 2.5em;
    margin-bottom: .5em;
    padding-bottom: .3em;
    border-bottom: solid 1px #eee;
    font-size: 1.6em;
    line-height: 1.225; }
.markdownContent h2 .emoji {
      width: 1em;
      height: 1em; }
.markdownContent h2 + h3 {
      margin-top: 1.1em; }
.markdownContent h3 {
    margin-top: 3em;
    font-size: 1.3em;
    line-height: 1.43; }
.markdownContent h3 .emoji {
      width: 1em;
      height: 1em; }
.markdownContent h4 {
    margin-top: 1.3em;
    font-size: 1.2em; }
.markdownContent h5 {
    margin-top: 1.5em;
    font-size: 1.1em; }
.markdownContent h6 {
    margin-top: 1.5em;
    color: #777;
    font-size: 1em; }
.markdownContent details > summary {
    display: list-item;
    outline-style: none; }
.markdownContent .code-frame {
    overflow: hidden;
    margin: 1em 0;
    border-radius: 3px;
    background-color: #f7f7f7;
    line-height: 0; }
.markdownContent .code-frame pre {
      overflow-x: auto;
      margin: 0;
      padding: .6em 1.2em;
      border: 0;
      border-radius: 3px;
      background-color: #f7f7f7;
      white-space: pre;
      word-wrap: normal;
      font-size: .8em;
      font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
      line-height: 1.2; }
.markdownContent .code-frame pre code {
        word-wrap: normal; }
.markdownContent .code-lang {
    display: inline-block;
    margin: 0;
    padding: .25em .5em;
    background-color: rgba(0, 0, 0, 0.07);
    color: #555;
    font-weight: normal;
    font-size: .8em;
    line-height: 1; }
.markdownContent code {
    font-size: .9em; }
.markdownContent .emoji {
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
    object-fit: contain; }
.markdownContent .fa.fa-link,
  .markdownContent .icon-link {
    position: absolute;
    top: 50%;
    left: -28px;
    display: none;
    margin-top: -18px;
    padding: 10px 5px 10px 10px;
    color: #555;
    font-weight: normal;
    font-size: 16px; }
.markdownContent .footnotes {
    margin-top: 2em;
    font-size: .9em; }
.markdownContent .footnotes hr {
      display: none; }
.markdownContent .fragment {
    position: relative;
    top: -10px;
    display: block; }
.markdownContent .highlight {
    background: #fff; }
.markdownContent .highlight .c {
      color: #998;
      font-style: italic; }
.markdownContent .highlight .err {
      background-color: #e3d2d2;
      color: #a61717; }
.markdownContent .highlight .k {
      font-weight: bold; }
.markdownContent .highlight .o {
      font-weight: bold; }
.markdownContent .highlight .cm {
      color: #998;
      font-style: italic; }
.markdownContent .highlight .cp {
      color: #999;
      font-weight: bold; }
.markdownContent .highlight .c1 {
      color: #998;
      font-style: italic; }
.markdownContent .highlight .cs {
      color: #999;
      font-weight: bold;
      font-style: italic; }
.markdownContent .highlight .gd {
      background-color: #fdd;
      color: #000; }
.markdownContent .highlight .gd .x {
        background-color: #faa;
        color: #000; }
.markdownContent .highlight .ge {
      font-style: italic; }
.markdownContent .highlight .gr {
      color: #a00; }
.markdownContent .highlight .gh {
      color: #999; }
.markdownContent .highlight .gi {
      background-color: #dfd;
      color: #000; }
.markdownContent .highlight .gi .x {
        background-color: #afa;
        color: #000; }
.markdownContent .highlight .go {
      color: #888; }
.markdownContent .highlight .gp {
      color: #555; }
.markdownContent .highlight .gs {
      font-weight: bold; }
.markdownContent .highlight .gu {
      color: #800080;
      font-weight: bold; }
.markdownContent .highlight .gt {
      color: #a00; }
.markdownContent .highlight .kc {
      font-weight: bold; }
.markdownContent .highlight .kd {
      font-weight: bold; }
.markdownContent .highlight .kn {
      font-weight: bold; }
.markdownContent .highlight .kp {
      font-weight: bold; }
.markdownContent .highlight .kr {
      font-weight: bold; }
.markdownContent .highlight .kt {
      color: #458;
      font-weight: bold; }
.markdownContent .highlight .m {
      color: #099; }
.markdownContent .highlight .s {
      color: #d14; }
.markdownContent .highlight .n {
      color: #333; }
.markdownContent .highlight .na {
      color: #008080; }
.markdownContent .highlight .nb {
      color: #0086b3; }
.markdownContent .highlight .nc {
      color: #458;
      font-weight: bold; }
.markdownContent .highlight .no {
      color: #008080; }
.markdownContent .highlight .ni {
      color: #800080; }
.markdownContent .highlight .ne {
      color: #900;
      font-weight: bold; }
.markdownContent .highlight .nf {
      color: #900;
      font-weight: bold; }
.markdownContent .highlight .nn {
      color: #555; }
.markdownContent .highlight .nt {
      color: #000080; }
.markdownContent .highlight .nv {
      color: #008080; }
.markdownContent .highlight .ow {
      font-weight: bold; }
.markdownContent .highlight .w {
      color: #bbb; }
.markdownContent .highlight .mf {
      color: #099; }
.markdownContent .highlight .mh {
      color: #099; }
.markdownContent .highlight .mi {
      color: #099; }
.markdownContent .highlight .mo {
      color: #099; }
.markdownContent .highlight .sb {
      color: #d14; }
.markdownContent .highlight .sc {
      color: #d14; }
.markdownContent .highlight .sd {
      color: #d14; }
.markdownContent .highlight .s2 {
      color: #d14; }
.markdownContent .highlight .se {
      color: #d14; }
.markdownContent .highlight .sh {
      color: #d14; }
.markdownContent .highlight .si {
      color: #d14; }
.markdownContent .highlight .sx {
      color: #d14; }
.markdownContent .highlight .sr {
      color: #009926; }
.markdownContent .highlight .s1 {
      color: #d14; }
.markdownContent .highlight .ss {
      color: #990073; }
.markdownContent .highlight .bp {
      color: #999; }
.markdownContent .highlight .vc {
      color: #008080; }
.markdownContent .highlight .vg {
      color: #008080; }
.markdownContent .highlight .vi {
      color: #008080; }
.markdownContent .highlight .il {
      color: #099; }
.markdownContent .highlight .gc {
      background-color: #eaf2f5;
      color: #999; }
@media (max-width: 415px) {
    .markdownContent .MathJax_Display {
      overflow-x: scroll;
      overflow-y: hidden; } }
.markdownContent .MathJax img,
  .markdownContent .MathJax_Display img {
    border: 0 !important; }
.markdownContent .parenthesis li {
    list-style-type: none; }
.markdownContent .parenthesis li span {
      margin-right: .5em;
      margin-left: -1.5em; }
.markdownContent .task-list-item {
    list-style-type: none; }
.markdownContent .task-list-item-checkbox {
    margin: .4em .5em 0 -1.3em; }
.markdownContent .task-list-item-checkbox[disabled] {
    cursor: default; }
.markdownContent .user-icon, .markdownContent .coeditors-icon, .markdownContent .project-icon {
    margin-right: .3em;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    vertical-align: text-bottom;
    text-align: center; }
.markdownContent .coeditors-icon {
    display: inline-block;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    border: 0 solid #35c669 !important;
    border-radius: 50%;
    background-color: #e8f9ee !important;
    color: #35c669 !important;
    text-align: center;
    font-weight: normal;
    font-style: normal;
    font-size: 13.5px;
    font-family: FontAwesome;
    line-height: 1;
    line-height: 13.5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.markdownContent .coeditors-icon:before {
      content: ""; }
.markdownContent .coeditors-icon:before {
      display: inline-block;
      margin-top: 5.4px; }
.markdownContent .project-icon {
    display: inline-block;
    color: #999;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    font-family: FontAwesome;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.markdownContent .project-icon:before {
      content: ""; }
.markdownContent .anchor-target {
    border-radius: .1em;
    background-color: #fff3b8; }
.markdownContent iframe,
  .markdownContent video {
    max-width: 100%; }
.markdownContent video {
    object-fit: contain; }
.markdownHelp_info {
  margin: 0;
  margin-top: 5px;
  padding: 0;
  border: 0;
  background: none;
  font-size: 11px; }
.markdownHelp .tabicon {
  display: inline-block;
  margin-left: 5px;
  padding: 3px;
  width: 22px;
  height: 22px;
  border-radius: 11px;
  background: #e6edf4;
  text-align: center;
  line-height: 1.2em; }
.markdownHelp a:hover > .tabicon,
.markdownHelp a:focus > .tabicon {
  background: #f0f0f0; }
.markdownHelp .modal-dialog {
  width: 650px; }
.markdownHelp_title {
  display: inline-block; }
.markdownHelp .close {
  margin-top: 0; }
.markdownHelp_link {
  margin-left: 5px;
  font-size: 13px; }
.markdownHelp_link a {
    margin: 0 3px; }
.markdownHelp_body {
  overflow-y: auto;
  max-height: 500px; }
.markdownHelp_body table {
    width: 100%;
    text-align: left;
    font-size: 16px; }
.markdownHelp_body table.tablesample {
      border: 0; }
.markdownHelp_body table.tablesample th {
        width: 210px;
        border: 1px solid #ccc; }
.markdownHelp_body table.tablesample td {
        width: 210px;
        border: 1px solid #ccc; }
.markdownHelp_body thead tr {
    border-bottom: 1px solid #ccc; }
.markdownHelp_body tr {
    border-bottom: 1px solid #f2f2f2; }
.markdownHelp_body tr:nth-child(odd) {
      background-color: #fbfbfb !important; }
.markdownHelp_body th {
    padding: 8px;
    width: 50%;
    border-top: 0;
    color: #999; }
.markdownHelp_body th:last-child {
      border-right: 0; }
.markdownHelp_body td {
    padding: 10px;
    width: 50%;
    border: 0;
    vertical-align: middle; }
.markdownHelp_body td:last-child {
      border-right: 0; }
.markdownHelp_body td h1,
    .markdownHelp_body td h2,
    .markdownHelp_body td h3,
    .markdownHelp_body td h4,
    .markdownHelp_body td h5,
    .markdownHelp_body td h6 {
      margin: 10px 0; }
.markdownHelp_body td ul {
      margin: 0; }
.markdownHelp_body p {
    margin-top: 10px;
    padding: 5px 10px;
    background: #f0f0f0;
    color: #666;
    font-size: 10px; }
.markdownHelp_body textarea {
    overflow: auto;
    margin: 0;
    padding: 10px;
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background: #f0f0f0;
    color: #666;
    font-size: 12px;
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
    line-height: 1.5em;
    resize: none; }
@media (min-width: 768px) {
      .markdownHelp_body textarea {
        font-size: 12px; } }
.markdownHelp_body textarea.heading_code {
      height: 240px; }
.markdownHelp_body textarea.checked_code {
      height: 60px; }
.markdownHelp_body textarea.syntax_code {
      height: 70px; }
.markdownHelp_body textarea.list_code, .markdownHelp_body textarea.blockquotes_code {
      height: 80px; }
.markdownHelp_body textarea.tablesample_code {
      margin: 15px 0 !important;
      height: 180px; }
.markdownHelp_body pre {
    line-height: 1em !important; }
.markdownHelp_body li {
    list-style-position: inside; }
.markdownHelp_body h4 {
    margin-top: .7em; }
.markdownHelp_body h2 {
    margin-top: 20px !important; }
.markdownHelp_body h2:first-child {
      margin-top: 10px !important; }
.markdownHelp_body img.table-gif {
    width: 450px;
    border: 1px solid #ddd; }
.mobileSearchForm {
  position: relative;
  margin: 20px 0 10px; }
.mobileSearchForm_input {
    margin-right: 46px; }
.mobileSearchForm_button {
    position: absolute;
    top: 0;
    right: 0; }
.navigationBar-absolutePosition {
  position: absolute;
  top: 0;
  right: 0;
  left: 0; }
.navigationBar_header {
  position: relative; }
.navigationBar_menu .caret {
  margin-left: 4px; }
.navigationBar_menu > li > a {
  height: 50px;
  color: #555 !important; }
.navigationBar_menu > li > a:hover {
    background-color: rgba(230, 230, 230, 0.8) !important; }
.navigationBar_menu .dropdown-menu {
  padding: 0 0 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }
.navigationBar_menu .dropdown-menu li > a {
    padding: 5px 20px; }
.navigationBar_menu .dropdown-menu .dropdown-popover {
    padding-bottom: 9px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
.navigationBar_menu img {
  display: inline-block;
  overflow: hidden;
  width: 22px;
  height: 22px;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); }
.dropdown-popover {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1000;
  display: none;
  margin: -1px 0 0 -1px;
  padding-left: 0;
  min-width: 160px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  list-style: none; }
.dropdown-popover.popover-left {
    right: 100%;
    left: auto !important; }
.dropdown-popover > li > a {
    display: block;
    clear: both;
    padding: 4px 20px;
    color: #555;
    white-space: nowrap;
    font-weight: normal;
    line-height: 1.42857; }
.dropdown-popover > li > a:hover, .dropdown-popover > li > a:focus {
      background-color: #bef891;
      color: #306506 !important;
      text-decoration: none; }
.dropdown-submenu > a:after {
  display: block;
  float: right;
  margin-top: 5px;
  margin-right: -10px;
  width: 0;
  height: 0;
  border-width: 5px 0 5px 5px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #cccccc;
  content: ' '; }
.dropdown-submenu:hover > a:after {
  border-left-color: #306506; }
.dropdown-submenu.active .dropdown-popover {
  display: block; }
.dropdown-submenu.submenu-left > a:after {
  display: none; }
.dropdown-submenu.submenu-left > a:before {
  display: block;
  float: left;
  margin-top: 5px;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-width: 5px 5px 5px 0;
  border-style: solid;
  border-color: transparent;
  border-right-color: #cccccc;
  content: ' '; }
.siteBrand-teams, .siteBrand-public {
  margin: 10px 0 !important;
  width: auto !important;
  height: 30px !important; }
.siteBrand-teams img, .siteBrand-public img {
    display: inline-block;
    vertical-align: top; }
.container-fluid .siteBrand-teams, .container-fluid .siteBrand-public {
    margin-left: 0 !important; }
.siteBrand-teams {
  padding: 0 8px 0 0 !important;
  color: #fff !important;
  letter-spacing: 1px;
  font-weight: 200 !important;
  font-size: 16px !important;
  line-height: 30px !important; }
.siteBrand-teams img {
    margin-top: 6px;
    margin-right: 5px;
    margin-left: 8px;
    width: 18px;
    height: 18px; }
.siteBrand-public {
  padding: 0 !important;
  background-color: transparent !important; }
.siteBrand-publicLogo {
  margin: 3px 0;
  width: auto;
  height: 26px; }
.teamsSwitch_teams {
  position: static;
  margin: 10px 0 !important;
  height: 30px !important; }
.teamsSwitch_teams_dropdown {
    position: static !important; }
.teamsSwitch_teams_toggle {
    padding: 0 5px !important;
    color: #fff !important;
    font-size: 10px;
    line-height: 30px !important; }
.teamsSwitch_teams_menu {
    position: absolute;
    top: 40px !important;
    left: 0 !important;
    z-index: 2;
    padding: 0 !important;
    min-width: 100px; }
.teamsSwitch_teams .teamsSwitch_team a:link {
    color: #fff;
    text-decoration: none; }
.teamsSwitch_teams .teamsSwitch_team a:hover {
    color: #fff;
    text-decoration: none; }
.teamsSwitch_teams .teamsSwitch_team a:active {
    color: #fff;
    text-decoration: none; }
.teamsSwitch_teams .teamsSwitch_team a:visited {
    color: #fff;
    text-decoration: none; }
.teamsSwitch_teams .teamsSwitch_team:first-child {
    border-top: none !important; }
.teamsSwitch_teams .teamsSwitch_team a {
    padding: 4px 10px !important;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 200 !important;
    font-size: 16px !important; }
.teamsSwitch_teams .teamsSwitch_team.active a,
  .teamsSwitch_teams .teamsSwitch_team.active a:hover {
    color: #fff !important; }
.teamsSwitch_public {
  position: static;
  margin-top: 15px !important;
  margin-right: 5px !important;
  margin-bottom: 15px !important;
  margin-left: 10px !important;
  height: 20px !important; }
.teamsSwitch_public_dropdown {
    position: static !important; }
.teamsSwitch_public_toggle {
    box-sizing: border-box;
    padding: 0 6px !important;
    border: solid 1px #dfdfdf;
    border-radius: 2px;
    background-color: #fafafa;
    color: #555 !important;
    font-size: 10px;
    line-height: 18px !important; }
.teamsSwitch_public_menu {
    position: absolute;
    top: 50px !important;
    left: 0 !important;
    z-index: 2;
    min-width: 100px; }
.globalNotifications_surface {
  padding: 13px 15px;
  line-height: 20px;
  cursor: pointer; }
.globalNotifications_surface:hover .globalNotifications_count {
    background-color: rgba(0, 0, 0, 0.06); }
.globalNotifications.active .globalNotifications_container {
  display: block; }
.globalNotifications_count {
  display: inline-block;
  margin: 1px 0;
  padding: 0 3px;
  min-width: 22px;
  height: 22px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer; }
.globalNotifications_count.unchecked {
    background-color: #ec4301;
    color: #fff; }
.globalNotifications_container {
  display: none; }
.globalNotifications_arrow:before {
  position: absolute;
  top: 42px;
  right: 19px;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(0, 0, 0, 0.2);
  border-left: 8px solid transparent;
  content: ''; }
.globalNotifications_arrow:after {
  position: absolute;
  top: 43px;
  right: 19px;
  z-index: 1001;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  content: ''; }
.globalNotifications_contents {
  position: absolute;
  top: 50px;
  right: -40px;
  z-index: 1000;
  width: 350px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
@media (max-width: 767px) {
  .globalNotifications_contents {
    right: -30px;
    width: 260px; } }
.globalNotifications_contentsHeader {
  display: table;
  padding: 8px 10px 5px;
  width: 100%;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.07);
  color: #333;
  font-size: 95%;
  line-height: 1.6; }
.globalNotifications_contentsHeader_header {
    display: table-cell;
    width: 50%; }
.globalNotifications_contentsHeader_setting {
    display: table-cell;
    width: 50%;
    text-align: right;
    font-size: 12px; }
.globalNotifications_contentsHeader_setting a {
      color: #337ab7 !important; }
.globalNotifications_contentsBody {
  overflow-y: auto;
  margin-bottom: 0;
  max-height: 400px;
  border-top: solid 1px rgba(0, 0, 0, 0.2); }
.globalNotifications_contentsBody a:link {
    color: #4a4a4a;
    text-decoration: none; }
.globalNotifications_contentsBody a:hover {
    color: #4a4a4a;
    text-decoration: none; }
.globalNotifications_contentsBody a:active {
    color: #4a4a4a;
    text-decoration: none; }
.globalNotifications_contentsBody a:visited {
    color: #4a4a4a;
    text-decoration: none; }
.globalNotifications_contentsFooter {
  box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.07);
  text-align: center;
  font-size: 90%; }
.globalNotifications_contentsFooter a {
    display: block; }
.globalNotifications_contentsFooter,
  .globalNotifications_contentsFooter a,
  .globalNotifications_contentsFooter a:focus,
  .globalNotifications_contentsFooter a:hover {
    color: #333 !important; }
.globalNotifications_loadingItem {
  padding: 10px; }
.globalNotifications_loadingItem_loader {
    color: #000; }
.globalNotificationContents_listItem {
  clear: both;
  border-top: solid 1px rgba(0, 0, 0, 0.2); }
.globalNotificationContents_listItem:before {
    display: table;
    content: ""; }
.globalNotificationContents_listItem:after {
    display: table;
    clear: both;
    content: ""; }
.globalNotificationContents_listItem:first-child {
    border-top: 0; }
.globalNotificationContents_itemLink {
  display: block; }
.globalNotificationContents_itemLink:hover {
    background-color: rgba(120, 232, 22, 0.2); }
.globalNotificationContents_itemLink-unread {
    display: block;
    background-color: rgba(149, 236, 73, 0.3); }
.globalNotificationContents_itemLink-unread:hover {
      background-color: rgba(120, 232, 22, 0.2); }
.globalNotificationContents_itemIcon {
  float: left;
  padding: 5px 5px; }
.globalNotificationContents_itemIcon i {
    width: 30px;
    height: 30px;
    font-size: 30px; }
.globalNotificationContents_itemIcon img {
    width: 30px !important;
    height: 30px !important; }
.globalNotificationContents_itemText {
  margin-left: 40px;
  padding: 5px 0;
  color: #555;
  font-size: 12px;
  line-height: 16px; }
.globalNotificationContents_itemText .bold {
    color: #337ab7;
    font-weight: bold; }
.globalNotificationContents_itemText .title {
    color: #333;
    font-weight: bold; }
.globalNotificationContents_itemText .status {
    color: #999;
    font-weight: 200;
    font-size: 11px; }
.searchForm {
  margin: 0;
  padding: 0 10px 0 0 !important; }
@media (max-width: 767px) {
    .searchForm {
      display: none; } }
.searchForm_queryWrapper {
    position: relative;
    display: inline-block;
    margin-right: 5px !important; }
.searchForm_queryWrapper input {
      border-radius: 3px; }
.searchForm_query {
    padding: 6px 20px 6px 8px !important;
    width: 160px;
    height: auto !important;
    border: 0;
    background-color: #fafafa; }
.searchForm_query:focus {
      background-color: #fff; }
.searchForm_wiseSearchButton {
    z-index: 1;
    display: inline-block;
    visibility: hidden;
    margin-left: -25px;
    width: 25px;
    height: 32px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #999;
    vertical-align: middle;
    text-align: center;
    line-height: 32px; }
.searchForm_wiseSearchButton:hover {
      background-color: rgba(0, 0, 0, 0.04);
      color: #555;
      cursor: pointer; }
.searchForm_submitBtn {
    display: none !important;
    padding: 7px 10px;
    border: 0; }
.searchForm_submitBtn.show {
      display: inline-block !important; }
.container-fluid .teamMenu {
  margin-right: 0 !important; }
.teamMenu .fa-external-link {
  margin-left: 5px; }
.headerNews {
  overflow: hidden;
  margin: 0 5px;
  text-overflow: ellipsis;
  white-space: nowrap; }
@media (min-width: 1200px) {
    .headerNews {
      max-width: 500px; } }
@media (max-width: 1199px) {
    .headerNews {
      max-width: 230px; } }
.headerNews_label {
    margin-right: 5px; }
.searchQuerySupport {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 1000;
  display: none;
  box-sizing: border-box;
  padding: 15px;
  width: 350px;
  border: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  font-weight: normal;
  line-height: 1.5; }
.searchQuerySupport_label {
    display: block;
    margin-bottom: 2px;
    color: #555;
    font-weight: normal;
    font-size: 13px; }
.searchQuerySupport_input {
    display: block;
    box-sizing: border-box;
    margin-bottom: 6px;
    padding: 3px 5px;
    width: 100%;
    border: 1px solid #ccc;
    color: #333;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.6; }
.searchQuerySupport_input:focus {
      outline: none;
      border-color: #66afe9; }
.searchQuerySupport_stocked {
    display: block !important;
    margin-top: 8px !important;
    color: #555;
    font-weight: normal;
    line-height: 1; }
.searchQuerySupport_checkbox {
    margin: 0 3px 0 0 !important;
    vertical-align: top; }
.searchQuerySupport_sort {
    margin-top: 12px;
    color: #333;
    font-weight: normal; }
.searchQuerySupport_sortLabel {
    display: inline;
    margin-right: 5px;
    color: #555; }
@media print {
  .navbar {
    display: none; } }
.notification {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  min-height: 40px;
  border-bottom: dotted 1px #ccc; }
.notification_icon {
    position: absolute;
    top: 0;
    left: 0; }
.notification_icon img {
      display: inline-block;
      overflow: hidden;
      width: 40px;
      height: 40px;
      background-color: #fff;
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); }
.notification_icon i {
      font-size: 40px; }
.notification_actionWrapper {
    margin-left: 50px; }
.notification_link, .notification_link:focus, .notification_link:hover {
    display: block;
    color: inherit;
    text-decoration: inherit; }
.notification_user,
  .notification .title,
  .notification .action {
    font-weight: bold; }
.notification_time {
    color: #999;
    font-size: 13px; }
.notification .bold {
    font-weight: bold; }
.oldEmojiPicker {
  position: absolute;
  top: 50px;
  right: 80px;
  z-index: 1060;
  display: none;
  padding: 0;
  width: 300px;
  height: 446px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fafafa;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); }
@media (max-width: 767px) {
    .oldEmojiPicker {
      top: 120px;
      right: auto;
      left: auto;
      height: 280px; } }
.oldEmojiPicker .nav {
    margin-bottom: 0;
    padding: 0 10px; }
.oldEmojiPicker .nav a {
      padding: 4px; }
.oldEmojiPicker .nav-tabs li {
    margin-right: 5px; }
.oldEmojiPicker .tab-content {
    overflow-y: auto;
    padding: 10px 0;
    max-height: 320px;
    background-color: #fff;
    text-align: center; }
@media (max-width: 767px) {
      .oldEmojiPicker .tab-content {
        height: 180px; } }
@media (max-width: 767px) {
    .oldEmojiPicker_tabs {
      margin-top: 4px; } }
.oldEmojiPicker_tabs img {
    width: 24px; }
.oldEmojiPicker_topBar {
    position: relative;
    padding-top: 10px;
    padding-right: 16px;
    height: 30px;
    background-color: transparent;
    cursor: move; }
@media (max-width: 767px) {
      .oldEmojiPicker_topBar {
        float: right; } }
.oldEmojiPicker_topBar .close {
      font-size: 18px; }
.oldEmojiPicker_icon {
    padding: 5px 7px;
    width: 38px;
    height: 34px;
    object-fit: contain; }
.oldEmojiPicker_icon:hover {
      border-radius: 4px;
      background-color: #e1f0f7;
      cursor: pointer; }
.oldEmojiPicker_preview {
    padding: 10px;
    border-top: 1px solid #eee; }
.oldEmojiPicker_preview img {
      margin-right: 10px;
      width: 40px;
      height: 40px;
      object-fit: contain; }
.oldEmojiPicker_preview span {
      font-size: 14px; }
.pinnableChaserBox_pinnedIcon,
.pinnableChaserBox_notpinnedIcon {
  display: none; }
.pinnableChaserBox.pinned .pinnableChaserBox_pinnedIcon {
  display: inline-block; }
.pinnableChaserBox.notpinned .pinnableChaserBox_notpinnedIcon {
  display: inline-block; }
.ReactModal__Overlay {
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.5) !important;
  opacity: 0; }
.ReactModal__Overlay--after-open {
    z-index: 1;
    opacity: 1;
    transition: opacity 150ms ease-out; }
.ReactModal__Overlay--before-close {
    opacity: 0; }
.ReactModal__Content {
  opacity: 0; }
.ReactModal__Content--after-open {
    opacity: 1;
    transition: opacity 150ms ease-out; }
.ReactModal__Content--before-close {
    opacity: 0; }
.ReactModal__Content.modal-dialog {
    outline: none; }
.recaptcha_container {
  margin-bottom: 1em;
  transform-origin: 0 0; }
@media (max-width: 991px) {
    .recaptcha_container {
      transform: scale(0.95); } }
.references {
  margin: 0;
  list-style: none;
  font-size: 13px; }
.itemsShowBody_articleColumn > .references,
  .itemsShowBody_adventCalendar + .references,
  .ArticleFooter__menu + .references {
    margin-top: 20px;
    padding: 16px;
    border-top: 5px solid #e4e4e4;
    background-color: #f8f8f8; }
.itemsShowBody_articleColumn > .references {
    margin-top: 50px; }
.itemsShowBody_adventCalendar + .references {
    margin-top: 0;
    border-top: 1px dotted #e4e4e4; }
.teamArticle .references,
  .comment .references {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
@media (max-width: 767px) {
    .references {
      padding-top: 8px !important;
      padding-bottom: 8px !important; } }
.references_header {
    margin-bottom: 12px;
    font-weight: normal;
    font-size: 14px; }
.references_reference, .references_reference-old {
    margin: .3em 0;
    color: #666; }
.references_reference-old {
      display: none; }
.references_reference a, .references_reference-old a {
      margin: 0 .2em;
      font-weight: bold; }
.references_reference a:first-child, .references_reference-old a:first-child {
        margin-left: 0; }
.references_reference img, .references_reference-old img {
      margin-right: 6px;
      border-radius: 2px;
      vertical-align: text-bottom; }
.references .references_coeditorIcon, .references .references_projectIcon {
    margin: 0 6px 0 1px; }
.references_coeditorIcon {
    display: inline-block;
    display: inline-block;
    display: inline;
    overflow: hidden;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    border: 0 solid #35c669 !important;
    border-radius: 50%;
    background-color: #e8f9ee !important;
    color: #35c669 !important;
    text-align: center;
    font-weight: normal;
    font-style: normal;
    font-size: 13.5px;
    font-family: FontAwesome;
    line-height: 1;
    line-height: 13.5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.references_coeditorIcon:before {
      content: ""; }
.references_coeditorIcon:before {
      display: inline-block;
      margin-top: 5.4px; }
.references_projectIcon {
    width: 14px;
    color: #999;
    font-size: 14px; }
.references_datetime {
    display: inline;
    margin-left: .5em;
    color: #999;
    font-size: .9em; }
.references_toggleOldReferences {
    font-weight: normal;
    font-size: .9em; }
.references_toggleOldReferences .fa {
      margin: 0 .65em 0 .35em; }
.references_toggleOldReferences .fa-compress,
    .references_toggleOldReferences .fa-expand {
      transform: rotate(135deg); }
.references .js-oldReference {
    display: none; }
.response {
  position: relative; }
.response_container {
    position: fixed;
    bottom: 60px;
    z-index: 1050; }
.response_message-notice, .response_message-error, .response_message-alert {
    box-sizing: border-box;
    margin: 10px 20px;
    padding: 10px 15px;
    min-width: 250px;
    max-width: 500px;
    border-radius: 3px; }
.response_message-notice p, .response_message-error p, .response_message-alert p {
      display: inline-block;
      margin: 0 .5em 0 0; }
.response_message-notice p.trimmed, .response_message-error p.trimmed, .response_message-alert p.trimmed {
        margin-left: 1.1em; }
.response_message-notice:hover .close-btn, .response_message-error:hover .close-btn, .response_message-alert:hover .close-btn {
      visibility: visible; }
.response_message-notice:hover .close-btn:hover, .response_message-error:hover .close-btn:hover, .response_message-alert:hover .close-btn:hover {
      cursor: pointer; }
.response_message-notice .left-side-icon, .response_message-error .left-side-icon, .response_message-alert .left-side-icon {
      position: absolute;
      top: 3px;
      left: 0; }
.response_message-notice .close-btn, .response_message-error .close-btn, .response_message-alert .close-btn {
      position: absolute;
      top: -3px;
      right: -8px;
      visibility: hidden;
      vertical-align: middle; }
.response_message-notice {
    border: 1px solid #d6e9c6;
    background-color: #dff0d8;
    color: #3c763d; }
.response_message-error {
    border: 1px solid #ebccd1;
    background-color: #f2dede;
    color: #a94442; }
.response_message-alert {
    border: 1px solid #faebcc;
    background-color: #fcf8e3;
    color: #8a6d3b; }
.snapshot_comment, .snapshot_comment-empty {
  margin: 0;
  font-size: 15px; }
.snapshot_comment {
  font-weight: bold; }
.snapshot_comment-empty a {
  color: #646464; }
.snapshot_meta {
  font-size: 13px; }
.snapshotDesc {
  padding-top: 20px; }
.snapshotDesc_navigation {
    margin-bottom: 10px; }
.searchResultContainer_dictionary dd {
  margin-bottom: 12px;
  font-size: 12px; }
.searchResultContainer_dictionary dt {
  font-weight: normal; }
.searchResultContainer_empty {
  padding: 40px 20px;
  text-align: center; }
.searchResultContainer_emptyLogo {
  color: #999;
  font-size: 32px; }
.searchResultContainer_form:before {
  display: table;
  content: ""; }
.searchResultContainer_form:after {
  display: table;
  clear: both;
  content: ""; }
.searchResultContainer_main {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  min-height: 1px; }
@media (min-width: 768px) {
    .searchResultContainer_main {
      float: left;
      width: 66.66667%; } }
.searchResultContainer_navigation {
  display: flex;
  flex-wrap: wrap; }
@media (max-width: 380px) {
    .searchResultContainer_navigation {
      flex-direction: row-reverse; } }
.searchResultContainer_navigation > .nav-tabs {
    flex-grow: 1; }
.searchResultContainer_queryDescription {
  margin-top: 6px;
  padding-left: 4px; }
.searchResultContainer_queryExample {
  padding: 4px 8px;
  border: solid 1px #ccc;
  border-radius: 2px;
  background-color: #fff;
  font-size: 13px;
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; }
.searchResultContainer_queryExample, .searchResultContainer_queryExample:focus, .searchResultContainer_queryExample:hover {
    color: #333 !important;
    text-decoration: none; }
.searchResultContainer_row {
  margin-right: -10px;
  margin-left: -10px; }
.searchResultContainer_row:before {
    display: table;
    content: ""; }
.searchResultContainer_row:after {
    display: table;
    clear: both;
    content: ""; }
.searchResultContainer_searchButton {
  display: block;
  float: right;
  margin-left: 8px; }
@media (min-width: 768px) {
    .searchResultContainer_searchButton {
      padding-right: 32px;
      padding-left: 32px; } }
.searchResultContainer_sortButton {
  float: right; }
.searchResultContainer_sortButtonContainer {
  width: 100px;
  border-bottom: 1px solid #ddd; }
.searchResultContainer_sortButtonContainer:before {
    display: table;
    content: ""; }
.searchResultContainer_sortButtonContainer:after {
    display: table;
    clear: both;
    content: ""; }
@media (max-width: 380px) {
    .searchResultContainer_sortButtonContainer {
      order: -1;
      border: 0; } }
.searchResultContainer_sub {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  min-height: 1px; }
@media (min-width: 768px) {
    .searchResultContainer_sub {
      float: left;
      width: 33.33333%; } }
.searchResultContainer_textFieldContainer {
  display: block;
  overflow: hidden; }
.searchResultContainer_totalCount {
  float: left;
  margin-left: 8px;
  line-height: 34px; }
.searchResultContainer_highlight em {
  background: rgba(255, 255, 140, 0.5); }
.searchResultContainer_resultsArea {
  padding: 35px;
  border: 1px solid #e7e7e7;
  border-top: 0;
  background-color: #fff; }
.customImage_imageContainer {
  margin-right: 12px; }
.customImage_noImage {
  width: 96px;
  height: 96px;
  border: solid 1px #ccc;
  background-color: #eee;
  color: #aaa;
  text-align: center;
  font-size: 64px;
  line-height: 96px; }
.githubConnectButton {
  margin: 10px 0;
  border-color: #737373;
  background-color: #e0e0e0;
  color: #000; }
.githubConnectButton:focus, .githubConnectButton.focus {
    border-color: #333333;
    background-color: #c7c7c7;
    color: #000; }
.githubConnectButton:hover {
    border-color: #545454;
    background-color: #c7c7c7;
    color: #000; }
.githubConnectButton:active, .githubConnectButton.active,
  .open > .githubConnectButton.dropdown-toggle {
    border-color: #545454;
    background-color: #c7c7c7;
    color: #000; }
.githubConnectButton:active:hover, .githubConnectButton:active:focus, .githubConnectButton:active.focus, .githubConnectButton.active:hover, .githubConnectButton.active:focus, .githubConnectButton.active.focus,
    .open > .githubConnectButton.dropdown-toggle:hover,
    .open > .githubConnectButton.dropdown-toggle:focus,
    .open > .githubConnectButton.dropdown-toggle.focus {
      border-color: #333333;
      background-color: #b5b5b5;
      color: #000; }
.githubConnectButton:active, .githubConnectButton.active,
  .open > .githubConnectButton.dropdown-toggle {
    background-image: none; }
.githubConnectButton.disabled:hover, .githubConnectButton.disabled:focus, .githubConnectButton.disabled.focus, .githubConnectButton[disabled]:hover, .githubConnectButton[disabled]:focus, .githubConnectButton[disabled].focus,
  fieldset[disabled] .githubConnectButton:hover,
  fieldset[disabled] .githubConnectButton:focus,
  fieldset[disabled] .githubConnectButton.focus {
    border-color: #737373;
    background-color: #e0e0e0; }
.githubConnectButton .badge {
    background-color: #000;
    color: #e0e0e0; }
.githubConnectButton .fa.fa-github {
    margin-right: 4px; }
.twitterConnectButton {
  margin: 10px 0;
  border-color: #83c3f3;
  background-color: #f7fbfe;
  color: #55acee; }
.twitterConnectButton:focus, .twitterConnectButton.focus {
    border-color: #1689e0;
    background-color: #c9e5fa;
    color: #55acee; }
.twitterConnectButton:hover {
    border-color: #4ca7ed;
    background-color: #c9e5fa;
    color: #55acee; }
.twitterConnectButton:active, .twitterConnectButton.active,
  .open > .twitterConnectButton.dropdown-toggle {
    border-color: #4ca7ed;
    background-color: #c9e5fa;
    color: #55acee; }
.twitterConnectButton:active:hover, .twitterConnectButton:active:focus, .twitterConnectButton:active.focus, .twitterConnectButton.active:hover, .twitterConnectButton.active:focus, .twitterConnectButton.active.focus,
    .open > .twitterConnectButton.dropdown-toggle:hover,
    .open > .twitterConnectButton.dropdown-toggle:focus,
    .open > .twitterConnectButton.dropdown-toggle.focus {
      border-color: #1689e0;
      background-color: #a8d5f6;
      color: #55acee; }
.twitterConnectButton:active, .twitterConnectButton.active,
  .open > .twitterConnectButton.dropdown-toggle {
    background-image: none; }
.twitterConnectButton.disabled:hover, .twitterConnectButton.disabled:focus, .twitterConnectButton.disabled.focus, .twitterConnectButton[disabled]:hover, .twitterConnectButton[disabled]:focus, .twitterConnectButton[disabled].focus,
  fieldset[disabled] .twitterConnectButton:hover,
  fieldset[disabled] .twitterConnectButton:focus,
  fieldset[disabled] .twitterConnectButton.focus {
    border-color: #83c3f3;
    background-color: #f7fbfe; }
.twitterConnectButton .badge {
    background-color: #55acee;
    color: #f7fbfe; }
.twitterConnectButton .fa.fa-twitter {
    margin-right: 4px; }
.googleConnectButton {
  margin: 10px 0;
  border-color: #d27d72;
  background-color: #f1d6d3;
  color: #c6594b; }
.googleConnectButton:focus, .googleConnectButton.focus {
    border-color: #953b2f;
    background-color: #e5b2ac;
    color: #c6594b; }
.googleConnectButton:hover {
    border-color: #c45243;
    background-color: #e5b2ac;
    color: #c6594b; }
.googleConnectButton:active, .googleConnectButton.active,
  .open > .googleConnectButton.dropdown-toggle {
    border-color: #c45243;
    background-color: #e5b2ac;
    color: #c6594b; }
.googleConnectButton:active:hover, .googleConnectButton:active:focus, .googleConnectButton:active.focus, .googleConnectButton.active:hover, .googleConnectButton.active:focus, .googleConnectButton.active.focus,
    .open > .googleConnectButton.dropdown-toggle:hover,
    .open > .googleConnectButton.dropdown-toggle:focus,
    .open > .googleConnectButton.dropdown-toggle.focus {
      border-color: #953b2f;
      background-color: #dc9991;
      color: #c6594b; }
.googleConnectButton:active, .googleConnectButton.active,
  .open > .googleConnectButton.dropdown-toggle {
    background-image: none; }
.googleConnectButton.disabled:hover, .googleConnectButton.disabled:focus, .googleConnectButton.disabled.focus, .googleConnectButton[disabled]:hover, .googleConnectButton[disabled]:focus, .googleConnectButton[disabled].focus,
  fieldset[disabled] .googleConnectButton:hover,
  fieldset[disabled] .googleConnectButton:focus,
  fieldset[disabled] .googleConnectButton.focus {
    border-color: #d27d72;
    background-color: #f1d6d3; }
.googleConnectButton .badge {
    background-color: #c6594b;
    color: #f1d6d3; }
.googleConnectButton .fa.fa-google {
    margin-right: 4px; }
.disconnectButton {
  margin: 10px 0; }
.settingsAccountSwitchTeamOnlyMode_warnings ul {
  margin-top: .7em; }
.settingsAccountSwitchTeamOnlyMode_notices {
  margin: 25px 0; }
.settingsAccountSwitchTeamOnlyMode_notices li {
    margin: .5em 0; }
.userIconControls {
  padding-left: 20px; }
.userIconControls_radioButton {
    margin-top: 14px !important; }
.userIconControls_icon {
    display: inline-block; }
.userIconControls_iconImage {
    display: inline-block;
    overflow: hidden;
    width: 40px;
    height: 40px;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    cursor: pointer; }
.userIconControls_label {
    margin-top: .4em;
    font-size: 12px; }
.userIconControls_label .fa {
      margin-left: .3em; }
.userIconControls_noImage {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    background-color: #eee;
    color: #aaa;
    font-size: 18px;
    line-height: 40px; }
.settingsApplications_flatButton {
  padding-top: 0;
  padding-bottom: 0; }
.settingsFormGroup {
  margin: 30px 0 !important; }
.settingsPageSectionTitle {
  margin: 30px 0; }
.settingsPageTitle {
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 20px;
  border-bottom: solid 1px #ccc; }
.settingsTitle {
  margin: 0 0 20px; }
.tfaApp {
  position: relative;
  list-style: none;
  counter-reset: li; }
.tfaApp h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 22px; }
.tfaApp > li {
    position: relative;
    margin-bottom: 20px;
    padding: 5px 0 5px 55px; }
.tfaApp > li:before {
      position: absolute;
      top: 0;
      left: 0;
      padding: 2px 10px 0 0;
      width: 30px;
      height: 100%;
      border-right: 1px solid #ccc;
      color: #555;
      content: counter(li);
      counter-increment: li;
      text-align: right;
      font-weight: bold;
      font-size: 22px; }
.tfaApp_submit {
    margin-left: 15px; }
.qrCode {
  border-collapse: collapse;
  border-width: 0;
  border-style: none;
  border-color: #00f; }
.qrCode td {
    margin: 0;
    padding: 0;
    width: 5px;
    height: 5px;
    border-collapse: collapse;
    border-width: 0;
    border-style: none;
    border-color: #00f; }
.qrCode-black {
    background-color: #000; }
.qrCode-white {
    background-color: #fff; }
.settingsAlertWithButton {
  display: inline-block; }
.settingsAlertWithButton_message {
    margin-right: 10px;
    line-height: 32px; }
.settingsAlertWithButton form {
    display: inline-block; }
.settingsAlertWithButton .btn {
    display: inline; }
.settings {
  margin-top: 20px; }
.settings_button {
    position: relative;
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid transparent;
    border-color: #d5d5d5;
    border-radius: 3px;
    background-color: #eee;
    background-image: linear-gradient(#fcfcfc, #eee);
    color: #333;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: bold;
    font-size: 13px;
    line-height: 20px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-appearance: none; }
.settings_button:active, .settings_button:hover {
      border-color: #ccc;
      background-color: #ddd;
      background-image: linear-gradient(#eee, #ddd);
      text-decoration: none; }
.settings_button:active, .settings_button.selected {
      border-color: #b5b5b5;
      background-color: #dcdcdc;
      background-image: none;
      box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); }
.settings_button:disabled, .settings_button:disabled:hover, .settings_button.disabled, .settings_button.disabled:hover {
      border-color: rgba(197, 197, 197, 0.5);
      background-color: rgba(229, 229, 229, 0.5);
      background-image: none;
      box-shadow: none;
      color: rgba(102, 102, 102, 0.5);
      cursor: default; }
.settings_button:focus {
      outline: none;
      border-color: #51a7e8;
      box-shadow: 0 0 5px rgba(81, 167, 232, 0.5);
      text-decoration: none; }
.settings_button:focus:hover, .settings_button.selected:focus {
      border-color: #51a7e8; }
.settings_button.selected:hover {
      background-color: #cfcfcf; }
.settings_button-base {
      position: relative;
      display: inline-block;
      padding: 6px 12px;
      border: 1px solid transparent;
      border-radius: 3px;
      font-size: 13px;
      line-height: 20px; }
.settings_button-danger {
      position: relative;
      display: inline-block;
      padding: 6px 12px;
      border: 1px solid transparent;
      border-color: #d5d5d5;
      border-radius: 3px;
      background-color: #eee;
      background-image: linear-gradient(#fcfcfc, #eee);
      color: #333;
      color: #900;
      vertical-align: middle;
      white-space: nowrap;
      font-weight: bold;
      font-size: 13px;
      line-height: 20px;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      -webkit-appearance: none; }
.settings_button-danger:active, .settings_button-danger:hover {
        border-color: #ccc;
        background-color: #ddd;
        background-image: linear-gradient(#eee, #ddd);
        text-decoration: none; }
.settings_button-danger:active, .settings_button-danger.selected {
        border-color: #b5b5b5;
        background-color: #dcdcdc;
        background-image: none;
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); }
.settings_button-danger:disabled, .settings_button-danger:disabled:hover, .settings_button-danger.disabled, .settings_button-danger.disabled:hover {
        border-color: rgba(197, 197, 197, 0.5);
        background-color: rgba(229, 229, 229, 0.5);
        background-image: none;
        box-shadow: none;
        color: rgba(102, 102, 102, 0.5);
        cursor: default; }
.settings_button-danger:focus {
        outline: none;
        border-color: #51a7e8;
        box-shadow: 0 0 5px rgba(81, 167, 232, 0.5);
        text-decoration: none; }
.settings_button-danger:focus:hover, .settings_button-danger.selected:focus {
        border-color: #51a7e8; }
.settings_button-danger.selected:hover {
        background-color: #cfcfcf; }
.settings_button-danger:hover {
        border-color: #cd504a;
        background-color: #b33630;
        background-image: linear-gradient(#dc5f59, #b33630);
        color: #fff; }
.settings_button-danger:active, .settings_button-danger.selected {
        border-color: #9f312c;
        background-color: #b33630;
        background-image: none;
        color: #fff; }
.settings_button-danger.selected:hover {
        background-color: #9f302b; }
.settings_button-danger:disabled, .settings_button-danger:disabled:hover, .settings_button-danger.disabled, .settings_button-danger.disabled:hover {
        border-color: #e1e1e1;
        background-color: #efefef;
        background-image: linear-gradient(#fefefe, #efefef);
        color: #cb7f7f; }
.settings_button-danger:hover .counter, .settings_button-danger:active .counter, .settings_button-danger.selected .counter {
        background-color: #fff;
        color: #b33630; }
.settings_button-danger-small {
        position: relative;
        display: inline-block;
        padding: 6px 12px;
        padding: 2px 10px;
        border: 1px solid transparent;
        border-color: #d5d5d5;
        border-radius: 3px;
        background-color: #eee;
        background-image: linear-gradient(#fcfcfc, #eee);
        color: #333;
        color: #900;
        vertical-align: middle;
        white-space: nowrap;
        font-weight: bold;
        font-size: 13px;
        line-height: 20px;
        cursor: pointer;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        -webkit-appearance: none; }
.settings_button-danger-small:active, .settings_button-danger-small:hover {
          border-color: #ccc;
          background-color: #ddd;
          background-image: linear-gradient(#eee, #ddd);
          text-decoration: none; }
.settings_button-danger-small:active, .settings_button-danger-small.selected {
          border-color: #b5b5b5;
          background-color: #dcdcdc;
          background-image: none;
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); }
.settings_button-danger-small:disabled, .settings_button-danger-small:disabled:hover, .settings_button-danger-small.disabled, .settings_button-danger-small.disabled:hover {
          border-color: rgba(197, 197, 197, 0.5);
          background-color: rgba(229, 229, 229, 0.5);
          background-image: none;
          box-shadow: none;
          color: rgba(102, 102, 102, 0.5);
          cursor: default; }
.settings_button-danger-small:focus {
          outline: none;
          border-color: #51a7e8;
          box-shadow: 0 0 5px rgba(81, 167, 232, 0.5);
          text-decoration: none; }
.settings_button-danger-small:focus:hover, .settings_button-danger-small.selected:focus {
          border-color: #51a7e8; }
.settings_button-danger-small.selected:hover {
          background-color: #cfcfcf; }
.settings_button-danger-small:hover {
          border-color: #cd504a;
          background-color: #b33630;
          background-image: linear-gradient(#dc5f59, #b33630);
          color: #fff; }
.settings_button-danger-small:active, .settings_button-danger-small.selected {
          border-color: #9f312c;
          background-color: #b33630;
          background-image: none;
          color: #fff; }
.settings_button-danger-small.selected:hover {
          background-color: #9f302b; }
.settings_button-danger-small:disabled, .settings_button-danger-small:disabled:hover, .settings_button-danger-small.disabled, .settings_button-danger-small.disabled:hover {
          border-color: #e1e1e1;
          background-color: #efefef;
          background-image: linear-gradient(#fefefe, #efefef);
          color: #cb7f7f; }
.settings_button-danger-small:hover .counter, .settings_button-danger-small:active .counter, .settings_button-danger-small.selected .counter {
          background-color: #fff;
          color: #b33630; }
.settings_button-primary {
      position: relative;
      display: inline-block;
      padding: 6px 12px;
      border: 1px solid transparent;
      border-color: #d5d5d5;
      border-color: #5ca941;
      border-radius: 3px;
      background-color: #eee;
      background-color: #60b044;
      background-image: linear-gradient(#fcfcfc, #eee);
      background-image: linear-gradient(#8add6d, #60b044);
      color: #333;
      color: #fff;
      vertical-align: middle;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
      white-space: nowrap;
      font-weight: bold;
      font-size: 13px;
      line-height: 20px;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      -webkit-appearance: none; }
.settings_button-primary:active, .settings_button-primary:hover {
        border-color: #ccc;
        background-color: #ddd;
        background-image: linear-gradient(#eee, #ddd);
        text-decoration: none; }
.settings_button-primary:active, .settings_button-primary.selected {
        border-color: #b5b5b5;
        background-color: #dcdcdc;
        background-image: none;
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); }
.settings_button-primary:disabled, .settings_button-primary:disabled:hover, .settings_button-primary.disabled, .settings_button-primary.disabled:hover {
        border-color: rgba(197, 197, 197, 0.5);
        background-color: rgba(229, 229, 229, 0.5);
        background-image: none;
        box-shadow: none;
        color: rgba(102, 102, 102, 0.5);
        cursor: default; }
.settings_button-primary:focus {
        outline: none;
        border-color: #51a7e8;
        box-shadow: 0 0 5px rgba(81, 167, 232, 0.5);
        text-decoration: none; }
.settings_button-primary:focus:hover, .settings_button-primary.selected:focus {
        border-color: #51a7e8; }
.settings_button-primary.selected:hover {
        background-color: #cfcfcf; }
.settings_button-primary:hover {
        border-color: #4a993e;
        background-color: #569e3d;
        background-image: linear-gradient(#79d858, #569e3d);
        color: #fff; }
.settings_button-primary:active, .settings_button-primary.selected {
        border-color: #418737;
        background-color: #569e3d;
        background-image: none;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); }
.settings_button-primary.selected:hover {
        background-color: #4c8b36; }
.settings_button-primary:disabled, .settings_button-primary:disabled:hover, .settings_button-primary.disabled, .settings_button-primary.disabled:hover {
        border-color: #b9dcac #b9dcac #a7c89b;
        background-color: #add39f;
        background-image: linear-gradient(#c3ecb4, #add39f);
        color: #fefefe; }
.settings_menu {
    margin-bottom: 12px;
    list-style: none;
    font-size: 13px;
    line-height: 1.5; }
.settings_menu, .settings_menu-danger {
      border: 1px solid #d8d8d8;
      border-radius: 3px;
      background-color: #fff; }
.settings_menu-danger .settings_menu-heading {
      border: 1px solid #a00;
      background-color: #df3e3e;
      color: #fff;
      text-shadow: 0 -1px 0 #900; }
.settings_menu-heading {
      display: block;
      padding: 8px 10px;
      border-bottom: 1px solid #d8d8d8;
      background-color: #f7f7f7;
      color: #555;
      font-weight: bold; }
.settings_menu-heading:first-child {
        border-top-left-radius: 2px;
        border-top-right-radius: 2px; }
.settings_menu-heading:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 2px; }
.settings_menu-item {
      position: relative;
      display: block;
      padding: 12px;
      border-bottom: 1px solid #d8d8d8; }
.settings_menu-item:first-child {
        border-top: 0;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px; }
.settings_menu-item:first-child:before {
          border-top-left-radius: 2px; }
.settings_menu-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 2px; }
.settings_menu-item:last-child:before {
          border-bottom-left-radius: 2px; }
.settings_menu-heading {
      border-bottom-color: #eee; }
.settings_menu-heading:hover {
        text-decoration: none; }
.settings_menu-item {
      padding: 8px 10px;
      border-bottom-color: #eee; }
.settings_menu-item:hover {
        background-color: #f9f9f9;
        text-decoration: none; }
.settings_menu-item-selected {
        background-color: #fff;
        color: #222;
        font-weight: bold;
        cursor: default; }
.settings_menu-item-selected:before {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          width: 2px;
          background-color: #d26911;
          content: ""; }
.settings_panel, .settings_panel-danger {
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    background-color: #fff; }
.settings_panel-danger .settings_panel-heading {
    border: 1px solid #a00;
    background-color: #df3e3e;
    color: #fff;
    text-shadow: 0 -1px 0 #900; }
.settings_panel-heading {
    display: block;
    padding: 8px 10px;
    border-bottom: 1px solid #d8d8d8;
    background-color: #f7f7f7;
    color: #555;
    font-weight: bold; }
.settings_panel-heading:first-child {
      border-top-left-radius: 2px;
      border-top-right-radius: 2px; }
.settings_panel-heading:last-child {
      border-bottom: 0;
      border-bottom-right-radius: 2px;
      border-bottom-left-radius: 2px; }
.settings_panel-item {
    position: relative;
    display: block;
    padding: 12px;
    border-bottom: 1px solid #d8d8d8; }
.settings_panel-item:first-child {
      border-top: 0;
      border-top-left-radius: 2px;
      border-top-right-radius: 2px; }
.settings_panel-item:first-child:before {
        border-top-left-radius: 2px; }
.settings_panel-item:last-child {
      border-bottom: 0;
      border-bottom-right-radius: 2px;
      border-bottom-left-radius: 2px; }
.settings_panel-item:last-child:before {
        border-bottom-left-radius: 2px; }
.settings_panel + .settings_panel {
    margin-top: 12px; }
.settings_panel h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: inherit;
    line-height: inherit; }
.settings_panel-item p {
    margin-bottom: 12px; }
.settings_panel-item ol:not(.tfaApp) {
    margin-bottom: 1em;
    padding-left: 1em;
    list-style: decimal; }
.snapshot_section {
  margin-top: 32px; }
.twitter-typeahead {
  width: 100%;
  vertical-align: top; }
.tt-dropdown-menu {
  margin-top: 4px;
  width: 100%;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
.tt-suggestion {
  display: block;
  padding: 6px 12px;
  height: 34px;
  border-top: solid 1px #e6e6e6;
  font-size: 14px;
  line-height: 1.42857; }
.tt-suggestion:hover {
    cursor: pointer; }
.tt-suggestion:first-child {
    border-top: 0; }
.tt-suggestion img {
    width: 22px;
    height: 22px;
    vertical-align: middle; }
.tt-suggestion p {
    display: inline;
    margin: 0 10px;
    vertical-align: middle; }
.tt-cursor {
  color: #fff; }
.tt-cursor:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
.tt-cursor:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
.tt-cursor a {
    color: #fff; }
.userSession, .userSession-revokable {
  color: #666; }
.userSession:before, .userSession-revokable:before {
    display: table;
    content: ""; }
.userSession:after, .userSession-revokable:after {
    display: table;
    clear: both;
    content: ""; }
.userSession-revokable {
  background-color: #fafafa; }
.userSession-revokable .userSession_icon {
    color: #bbb; }
.userSession_browser {
  font-weight: bold; }
.userSession_detail {
  float: left;
  overflow: hidden; }
.userSession_icon {
  float: left;
  margin-right: 12px;
  font-size: 40px;
  line-height: 1; }
.userSession_lastAccessedDatetime, .userSession_signedInDatetime {
  font-size: 13px; }
.userSession_revokeButton {
  position: relative;
  display: inline-block;
  float: right;
  padding: 6px 12px;
  padding: 2px 10px;
  border: 1px solid transparent;
  border-color: #d5d5d5;
  border-radius: 3px;
  background-color: #eee;
  background-image: linear-gradient(#fcfcfc, #eee);
  color: #333;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-appearance: none; }
.userSession_revokeButton:active, .userSession_revokeButton:hover {
    border-color: #ccc;
    background-color: #ddd;
    background-image: linear-gradient(#eee, #ddd);
    text-decoration: none; }
.userSession_revokeButton:active, .userSession_revokeButton.selected {
    border-color: #b5b5b5;
    background-color: #dcdcdc;
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); }
.userSession_revokeButton:disabled, .userSession_revokeButton:disabled:hover, .userSession_revokeButton.disabled, .userSession_revokeButton.disabled:hover {
    border-color: rgba(197, 197, 197, 0.5);
    background-color: rgba(229, 229, 229, 0.5);
    background-image: none;
    box-shadow: none;
    color: rgba(102, 102, 102, 0.5);
    cursor: default; }
.userSession_revokeButton:focus {
    outline: none;
    border-color: #51a7e8;
    box-shadow: 0 0 5px rgba(81, 167, 232, 0.5);
    text-decoration: none; }
.userSession_revokeButton:focus:hover, .userSession_revokeButton.selected:focus {
    border-color: #51a7e8; }
.userSession_revokeButton.selected:hover {
    background-color: #cfcfcf; }
.inlineBlock {
  display: inline-block; }
body.without-js .visible-js,
body.without-js .hidden-no-js {
  display: none; }
body.with-js .visible-no-js,
body.with-js .hidden-js {
  display: none; }
.fixedContent {
  overflow: hidden; }
@media (max-width: 767px) {
  input,
  textarea {
    font-size: 16px !important; } }
.radiusWidget {
  margin-bottom: 10px 0;
  border: 1px solid #ccc;
  border-radius: 3px; }
.radiusWidget_title {
    display: inline-block;
    margin: 0;
    padding: 1px 5px;
    border-top: 0;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    border-left: 0;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #f2f2f2;
    font-size: 85%;
    line-height: 20px; }
.radiusWidget_body {
    padding: 0 15px; }
.debugToolbarContainer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  max-width: 655px; }
.debugToolbar {
  display: inline-block;
  padding: 0 .4em;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1);
  border-top-right-radius: 3px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #777; }
.debugToolbar_gitBranch .fa {
    margin-right: .3em; }
.slide {
  margin-bottom: 40px; }
.slide_preview {
    position: relative;
    overflow: auto;
    padding: 1em;
    width: 100%;
    height: 480px;
    border: 1px solid #bfbfbf;
    border-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #fff;
    font-size: 2.2em;
    cursor: pointer; }
@media (max-width: 767px) {
      .slide_preview {
        font-size: 1.3em; } }
@media (min-width: 768px) {
      .slide_preview {
        font-size: 1.6em; } }
@media (min-width: 992px) {
      .slide_preview {
        font-size: 1.9em; } }
@media (min-width: 1200px) {
      .slide_preview {
        font-size: 2.2em; } }
.slide_preview h1,
    .slide_preview h2,
    .slide_preview h3,
    .slide_preview h4,
    .slide_preview h5,
    .slide_preview h6 {
      margin-top: 1em; }
.slide_preview h1 .emoji,
      .slide_preview h2 .emoji,
      .slide_preview h3 .emoji,
      .slide_preview h4 .emoji,
      .slide_preview h5 .emoji,
      .slide_preview h6 .emoji {
        vertical-align: text-top; }
.slide_preview h1 {
      font-size: 1.6em; }
.slide_preview h2 {
      font-size: 1.4em; }
.slide_preview > div > h1:first-child,
    .slide_preview > div > h2:first-child,
    .slide_preview > div > h3:first-child,
    .slide_preview > div > h4:first-child,
    .slide_preview > div > h5:first-child,
    .slide_preview > div > h6:first-child {
      margin-top: 0;
      margin-bottom: .4em; }
.slide_preview > div > h1:only-child,
    .slide_preview > div > h2:only-child,
    .slide_preview > div > h3:only-child,
    .slide_preview > div > h4:only-child,
    .slide_preview > div > h5:only-child,
    .slide_preview > div > h6:only-child, .slide_preview_firstSlide:only-child {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: 0;
      margin-bottom: 0;
      padding-bottom: 0;
      width: 90%;
      border-bottom: 0;
      text-align: center;
      font-weight: bold;
      font-size: 2em;
      line-height: 1.3;
      transform: translate(-50%, -50%); }
.slide_preview > div > h1 .fa-link,
    .slide_preview > div > h2 .fa-link,
    .slide_preview > div > h3 .fa-link,
    .slide_preview > div > h4 .fa-link,
    .slide_preview > div > h5 .fa-link,
    .slide_preview > div > h6 .fa-link, .slide_preview_firstSlide .fa-link {
      display: none; }
.slide_preview > div > h1:only-child {
      font-size: 2.5em; }
.slide_preview p:only-child > a:only-child img {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-bottom: 0;
      width: 80%;
      transform: translate(-50%, -50%); }
.slide_preview img {
      max-width: 100%; }
.slide_preview .emoji {
      width: .8em;
      height: .8em;
      vertical-align: baseline; }
.slide_preview > div {
      pointer-events: none; }
.slide_preview a,
    .slide_preview iframe {
      pointer-events: auto; }
.slide_preview p {
      margin: 0 0 .6em;
      line-height: 1.6; }
.slide_preview ul,
    .slide_preview ol {
      margin: 0 0 .6em; }
.slide_preview ul {
      padding-left: 1.2em; }
.slide_preview li {
      margin-bottom: .3em;
      line-height: 1.4; }
.slide_preview .code-frame {
      pointer-events: auto; }
.slide_preview .code-frame pre {
        font-size: .7em;
        cursor: text; }
.slide_preview .task-list-item-checkbox {
      margin-left: -1em;
      vertical-align: text-top;
      transform: scale(1.5); }
.slide_preview_firstSlide {
      pointer-events: none; }
.slide_preview_firstSlide h1 {
        margin-top: .8em;
        margin-bottom: .3em;
        padding-bottom: .3em;
        border-bottom: 1px solid #cccccc;
        font-weight: bold;
        font-size: 1.2em;
        line-height: 1.2; }
.slide_preview_firstSlide_author {
        color: #999;
        font-size: .4em; }
.slide_controller {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 5px;
    min-height: 50px;
    width: 100%;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background: linear-gradient(to bottom, #59bb0c 0%, #5ba720 100%);
    color: #fff; }
.slide_controller_btn {
      padding: 15px;
      outline: 0;
      border: 0;
      background-color: transparent;
      color: #42860d;
      font-size: 14px;
      cursor: default;
      transition: color .1s linear; }
.slide_controller_btn.clickable {
        color: #abd68a;
        cursor: pointer; }
.slide_controller_btn.clickable:hover {
          color: #fff; }
.slide_controller_btnGroup {
          align-self: center;
      min-width: 90px;
      width: 90px;
      -ms-grid-row-align: center; }
.slide_controller_btnGroup .slide_controller_btn {
        width: 50%; }
.slide_controller_pageCount {
      margin: 0 10px;
      padding-right: 10px;
      min-width: 45px;
      text-align: right;
      font-size: 10px; }
.slide_controller_progress {
      flex: 1 1 0%;
      padding: 0 10px 0 0; }
.slide_controller_progress_container {
        overflow: hidden;
        margin-bottom: 0;
        height: 10px;
        border-radius: 6px;
        cursor: pointer; }
.slide_controller_progress_bar {
        float: left;
        width: 0%;
        height: 100%;
        background-color: #c6e6ad;
        line-height: 20px;
        transition: none; }
.slide_controller_progress_remain {
        background-color: #428b09; }
.slide_controller_fullscreen, .slide_controller_logo {
      margin-right: 8px;
      width: 48px; }
.slide_controller_logo {
      height: 16px; }
.slide_controller_logo > svg {
        fill: #fff; }
.teamArticle_body .slide .slide_controller,
  .teamEditor .slide .slide_controller {
    background: linear-gradient(to bottom, #458ac5 0%, #3370a4 100%); }
.teamArticle_body .slide .slide_controller_btn,
    .teamEditor .slide .slide_controller_btn {
      color: #20517b; }
.teamArticle_body .slide .slide_controller_btn.clickable,
      .teamEditor .slide .slide_controller_btn.clickable {
        color: #93bbdd;
        cursor: pointer; }
.teamArticle_body .slide .slide_controller_btn.clickable:hover,
        .teamEditor .slide .slide_controller_btn.clickable:hover {
          color: #fff; }
.teamArticle_body .slide .slide_controller_progress_bar,
    .teamEditor .slide .slide_controller_progress_bar {
      background-color: #bad3e9; }
.teamArticle_body .slide .slide_controller_progress_remain,
    .teamEditor .slide .slide_controller_progress_remain {
      background-color: #2d6390; }
.editorPreview_article .slide .slide_preview {
    padding: .7em;
    font-size: 2vw; }
.slide code.code {
    white-space: pre; }
.slide:-webkit-full-screen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    margin: 0;
    background-color: #000; }
.slide:-moz-full-screen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    margin: 0;
    background-color: #000; }
.slide:-ms-fullscreen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    margin: 0;
    background-color: #000; }
.slide:fullscreen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    margin: 0;
    background-color: #000; }
.slide:-webkit-full-screen .slide_preview {
      flex: 1 1 0%;
      order: 0;
      margin: 0 auto;
      width: 100%;
      border: 0;
      font-size: 4em; }
.slide:-moz-full-screen .slide_preview {
      flex: 1 1 0%;
      order: 0;
      margin: 0 auto;
      width: 100%;
      border: 0;
      font-size: 4em; }
.slide:-ms-fullscreen .slide_preview {
      flex: 1 1 0%;
      order: 0;
      margin: 0 auto;
      width: 100%;
      border: 0;
      font-size: 4em; }
.slide:fullscreen .slide_preview {
      flex: 1 1 0%;
      order: 0;
      margin: 0 auto;
      width: 100%;
      border: 0;
      font-size: 4em; }
@media (min-width: 800px) {
        .slide:-webkit-full-screen .slide_preview {
          font-size: 2.2em; }
        .slide:-moz-full-screen .slide_preview {
          font-size: 2.2em; }
        .slide:-ms-fullscreen .slide_preview {
          font-size: 2.2em; }
        .slide:fullscreen .slide_preview {
          font-size: 2.2em; } }
@media (min-width: 1024px) {
        .slide:-webkit-full-screen .slide_preview {
          font-size: 2.4em; }
        .slide:-moz-full-screen .slide_preview {
          font-size: 2.4em; }
        .slide:-ms-fullscreen .slide_preview {
          font-size: 2.4em; }
        .slide:fullscreen .slide_preview {
          font-size: 2.4em; } }
.slide:-webkit-full-screen .slide_preview .emoji {
        width: .7em;
        height: .7em;
        vertical-align: top; }
.slide:-moz-full-screen .slide_preview .emoji {
        width: .7em;
        height: .7em;
        vertical-align: top; }
.slide:-ms-fullscreen .slide_preview .emoji {
        width: .7em;
        height: .7em;
        vertical-align: top; }
.slide:fullscreen .slide_preview .emoji {
        width: .7em;
        height: .7em;
        vertical-align: top; }
.slide:-webkit-full-screen .slide_controller {
      flex: 0 1 0%;
      order: 1;
      margin: 0;
      padding: 0;
      background-color: #444;
      color: #fff; }
.slide:-moz-full-screen .slide_controller {
      flex: 0 1 0%;
      order: 1;
      margin: 0;
      padding: 0;
      background-color: #444;
      color: #fff; }
.slide:-ms-fullscreen .slide_controller {
      flex: 0 1 0%;
      order: 1;
      margin: 0;
      padding: 0;
      background-color: #444;
      color: #fff; }
.slide:fullscreen .slide_controller {
      flex: 0 1 0%;
      order: 1;
      margin: 0;
      padding: 0;
      background-color: #444;
      color: #fff; }
.slide:-webkit-full-screen .slide_controller_btn {
        padding: 15px 20px; }
.slide:-moz-full-screen .slide_controller_btn {
        padding: 15px 20px; }
.slide:-ms-fullscreen .slide_controller_btn {
        padding: 15px 20px; }
.slide:fullscreen .slide_controller_btn {
        padding: 15px 20px; }
.slide:-webkit-full-screen .slide_preview img {
      zoom: 1.8; }
.slide:-moz-full-screen .slide_preview img {
      zoom: 1.8; }
.slide:-ms-fullscreen .slide_preview img {
      zoom: 1.8; }
.slide:fullscreen .slide_preview img {
      zoom: 1.8; }
.slide:-moz-full-screen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    margin: 0;
    background-color: #000; }
.slide:-moz-full-screen .slide_preview {
      flex: 1 1 0%;
      order: 0;
      margin: 0 auto;
      width: 100%;
      border: 0;
      font-size: 4em; }
@media (min-width: 800px) {
        .slide:-moz-full-screen .slide_preview {
          font-size: 2.2em; } }
@media (min-width: 1024px) {
        .slide:-moz-full-screen .slide_preview {
          font-size: 2.4em; } }
.slide:-moz-full-screen .slide_preview .emoji {
        width: .7em;
        height: .7em;
        vertical-align: top; }
.slide:-moz-full-screen .slide_controller {
      flex: 0 1 0%;
      order: 1;
      margin: 0;
      padding: 0;
      background-color: #444;
      color: #fff; }
.slide:-moz-full-screen .slide_controller_btn {
        padding: 15px 20px; }
.slide:-moz-full-screen .slide_preview img {
      width: 80%; }
.slide:-ms-full-screen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    margin: 0;
    background-color: #000; }
.slide:-ms-full-screen .slide_preview {
      flex: 1 1 0%;
      order: 0;
      margin: 0 auto;
      width: 100%;
      border: 0;
      font-size: 4em; }
@media (min-width: 800px) {
        .slide:-ms-full-screen .slide_preview {
          font-size: 2.2em; } }
@media (min-width: 1024px) {
        .slide:-ms-full-screen .slide_preview {
          font-size: 2.4em; } }
.slide:-ms-full-screen .slide_preview .emoji {
        width: .7em;
        height: .7em;
        vertical-align: top; }
.slide:-ms-full-screen .slide_controller {
      flex: 0 1 0%;
      order: 1;
      margin: 0;
      padding: 0;
      background-color: #444;
      color: #fff; }
.slide:-ms-full-screen .slide_controller_btn {
        padding: 15px 20px; }
.slide:-ms-full-screen .slide_preview img {
      zoom: 1.8; }
.simpleHeader {
  margin-bottom: 60px;
  border-top: solid 2px #59bb0c; }
.simpleHeader_siteid {
    display: inline-block;
    width: 120px;
    height: 50px;
    background-color: #59bb0c;
    background-image: url("/assets/siteid-large-c5f1d2812cc28cb0621d57061b9eb0f5.png");
    background-position: 50% 50%;
    background-size: 90px;
    background-repeat: no-repeat; }
.draftsSidebarItems_item.active .draftsSidebarItems_itemLink {
  border-right-color: #59bb0c;
  background-color: #eef2ea; }
.draftsSidebarItems_itemLink:hover {
  background-color: #eef2ea; }
.draftsPreviewContent_header {
  border-bottom-color: #d7e0ce;
  background-color: #eef2ea; }
.draftsPreviewMenu {
  border-bottom-color: #d7e0ce; }
.editorSubmit_dropdownMenu {
  border-color: #59bb0c; }
.editorSubmit_dropdownMenu:before {
    border-color: rgba(89, 187, 12, 0);
    border-top-color: #59bb0c; }
.siteBrand-teams {
  background-color: #59bb0c !important; }
.teamsSwitch_teams {
  background-color: #4ea30a !important; }
.teamsSwitch_teams_toggle {
    background-color: #4ea30a !important; }
.teamsSwitch_teams_menu {
    border: solid 1px #4ea30a !important;
    background-color: #59bb0c !important; }
.teamsSwitch_teams .teamsSwitch_team {
    border-top: solid 1px #4ea30a !important; }
.teamsSwitch_teams .teamsSwitch_team a:hover {
      background-color: #64d30e !important; }
.teamsSwitch_teams .teamsSwitch_team.active a,
    .teamsSwitch_teams .teamsSwitch_team.active a:hover {
      background-color: #64d30e !important; }
.btn-primary {
  border-color: #4ea30a;
  background-color: #59bb0c;
  color: #fff; }
.btn-primary:focus, .btn-primary.focus {
    border-color: #152b03;
    background-color: #428b09;
    color: #fff; }
.btn-primary:hover {
    border-color: #326a07;
    background-color: #428b09;
    color: #fff; }
.btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    border-color: #326a07;
    background-color: #428b09;
    color: #fff; }
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      border-color: #152b03;
      background-color: #326a07;
      color: #fff; }
.btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    border-color: #4ea30a;
    background-color: #59bb0c; }
.btn-primary .badge {
    background-color: #fff;
    color: #59bb0c; }
.tt-cursor {
  background-color: #59bb0c; }
.fa-comment {
  color: #fff; }
.fa-comment-o {
  color: #ccc; }
.fa-stock {
  display: inline-block;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-family: FontAwesome;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.fa-stock:before {
    content: ""; }
.fa-stock.unstock {
    display: inline-block;
    color: #64d30e;
    font-weight: normal;
    font-style: normal;
    font-family: FontAwesome;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.fa-stock.unstock:before {
      content: ""; }
.fa-like {
  display: inline-block;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-family: FontAwesome;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.fa-like:before {
    content: ""; }
.fa-like.unlike {
    color: #64d30e; }
.fa-check-circle-o {
  color: #59bb0c; }
.icon-link {
  display: inline-block;
  display: inline-block;
  font-weight: normal;
  font-weight: normal;
  font-style: normal;
  font-style: normal;
  font-family: FontAwesome;
  font-family: FontAwesome;
  line-height: 1;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.icon-link:before {
    content: ""; }
.patch_comment {
  margin: 0;
  font-weight: bold;
  font-size: 15px; }
.patch_comment a {
    color: #4a4a4a; }
.patch_meta {
  margin-top: 2px; }
.patchDesc {
  padding-top: 10px; }
.patchDesc_titleDiff, .patchDesc_tagDataDiff, .patchDesc_rawBodyDiff {
    margin: 30px 0; }
.patchItem_statusLabel-merging, .patchItem_statusLabel-sent, .patchItem_statusLabel-draft {
  display: block;
  margin-right: 10px;
  padding: 5px 0;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  line-height: 1;
  cursor: default; }
.patchItem_statusLabel-merging {
  background-color: #59bb0c; }
.patchItem_statusLabel-sent {
  background-color: rgba(89, 187, 12, 0.6); }
.patchItem_statusLabel-draft {
  background-color: #f89406; }
.patchItem_itemTitle {
  font-weight: bold;
  font-size: 16px; }
.patchItem_itemInfo {
  margin-top: 4px;
  padding-bottom: 10px; }
.patchItem_itemInfoItem {
  color: #999;
  font-size: 14px; }
.patchItem_itemInfoItem .button_to {
    margin: 0;
    font-size: 13px; }
.patchItem_itemInfoItem .btn-link {
    margin: 0;
    padding: 0;
    color: #d9534f; }
.patchItem_itemInfoItem .btn-link:hover, .patchItem_itemInfoItem .btn-link:focus {
      margin-bottom: 1px;
      text-decoration: underline; }
.patchItem_itemInfoItem img {
    display: inline-block;
    overflow: hidden;
    width: 16px;
    height: 16px;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); }
.textcomplete-dropdown {
  display: block; }
.adventCalendarBody_heading {
  margin: 20px 0 30px;
  color: #ad5656;
  font-size: 24px; }
.adventCalendarBody_body {
  margin-bottom: 20px; }
.adventCalendarBody_body_blank {
    margin-top: -10px;
    color: #b0bec5;
    font-size: 16px;
    line-height: 1.5; }
.adventCalendarBreadcrumb {
  padding: .7em 0;
  background: #e4e3bc; }
.adventCalendarBreadcrumb .breadcrumb {
    margin: 0;
    padding: 0;
    background: #e4e3bc; }
.adventCalendarBreadcrumb a {
    color: #ad5656; }
.adventCalendarCalendar {
  overflow: scroll;
  padding: 1em 0; }
.adventCalendarCalendar table {
    table-layout: fixed; }
.adventCalendarCalendar_dayName {
    color: #555; }
.adventCalendarCalendar_day {
    padding: 0 !important;
    line-height: 1.3 !important; }
.adventCalendarCalendar_day .adventCalendarCalendar_date {
      margin-bottom: 8px;
      padding: 4px 10px;
      background-color: #efebe9;
      color: #a1887f;
      font-weight: bold;
      font-size: 16px; }
.adventCalendarCalendar_day-disabled {
    background-color: #fbfbfb;
    line-height: 1.3 !important; }
.adventCalendarCalendar_day-disabled .adventCalendarCalendar_date {
      padding: 2px 10px;
      color: #999;
      font-size: 16px; }
.adventCalendarCalendar_author {
    display: inline-block;
    overflow: hidden;
    margin-left: 10px;
    max-width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap; }
.adventCalendarCalendar_authorIcon {
    display: inline-block;
    overflow: hidden; }
.adventCalendarCalendar_entry {
    overflow-x: auto;
    padding: 0 10px; }
.adventCalendarCalendar_join {
    margin: 0 10px 10px; }
.adventCalendarCalendar_comment {
    overflow: hidden;
    margin: 10px 0;
    padding: 0 10px;
    height: 5em;
    font-size: 12px; }
.adventCalendarCalendar_leave {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 10px 10px; }
.adventCalendarCalendar_calendars {
    margin-left: 10px; }
.adventCalendarCalendar_calendars li {
      padding-bottom: 3px; }
.adventCalendarCalendar th {
    border: 1px solid #ddd !important;
    font-weight: normal; }
.adventCalendarCalendar td {
    position: relative;
    padding: 0;
    width: 14.28571%;
    height: 180px;
    border: 1px solid #ddd; }
.adventCalendarCard_title-academic, .adventCalendarCard_title-company, .adventCalendarCard_title-databases, .adventCalendarCard_title-devops, .adventCalendarCard_title-editors, .adventCalendarCard_title-iot, .adventCalendarCard_title-libraries, .adventCalendarCard_title-miscellaneous, .adventCalendarCard_title-mobile, .adventCalendarCard_title-os, .adventCalendarCard_title-programming_languages, .adventCalendarCard_title-services, .adventCalendarCard_title-to_be_decided, .adventCalendarCard_title-web_technologies {
  display: block;
  margin: 0;
  padding-left: 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-weight: bold;
  font-size: 16px;
  line-height: 4em; }
.adventCalendarCard_title-academic:hover, .adventCalendarCard_title-company:hover, .adventCalendarCard_title-databases:hover, .adventCalendarCard_title-devops:hover, .adventCalendarCard_title-editors:hover, .adventCalendarCard_title-iot:hover, .adventCalendarCard_title-libraries:hover, .adventCalendarCard_title-miscellaneous:hover, .adventCalendarCard_title-mobile:hover, .adventCalendarCard_title-os:hover, .adventCalendarCard_title-programming_languages:hover, .adventCalendarCard_title-services:hover, .adventCalendarCard_title-to_be_decided:hover, .adventCalendarCard_title-web_technologies:hover {
    text-decoration: none;
    opacity: .9; }
.adventCalendarCard {
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff; }
.adventCalendarCard_title-academic {
    background-color: #ec407a;
    color: #fff; }
.adventCalendarCard_title-academic:hover {
      color: #fff; }
.adventCalendarCard_title-company {
    background-color: #ffa726;
    color: #333; }
.adventCalendarCard_title-company:hover {
      color: #333; }
.adventCalendarCard_title-databases {
    background-color: #ef5350;
    color: #fff; }
.adventCalendarCard_title-databases:hover {
      color: #fff; }
.adventCalendarCard_title-devops {
    background-color: #d4e157;
    color: #333; }
.adventCalendarCard_title-devops:hover {
      color: #333; }
.adventCalendarCard_title-editors {
    background-color: #a1887f;
    color: #fff; }
.adventCalendarCard_title-editors:hover {
      color: #fff; }
.adventCalendarCard_title-iot {
    background-color: #ffee58;
    color: #333; }
.adventCalendarCard_title-iot:hover {
      color: #333; }
.adventCalendarCard_title-libraries {
    background-color: #26c6da;
    color: #333; }
.adventCalendarCard_title-libraries:hover {
      color: #333; }
.adventCalendarCard_title-miscellaneous {
    background-color: #29b6f6;
    color: #333; }
.adventCalendarCard_title-miscellaneous:hover {
      color: #333; }
.adventCalendarCard_title-mobile {
    background-color: #ab47bc;
    color: #fff; }
.adventCalendarCard_title-mobile:hover {
      color: #fff; }
.adventCalendarCard_title-os {
    background-color: #42a5f5;
    color: #fff; }
.adventCalendarCard_title-os:hover {
      color: #fff; }
.adventCalendarCard_title-programming_languages {
    background-color: #26a69a;
    color: #fff; }
.adventCalendarCard_title-programming_languages:hover {
      color: #fff; }
.adventCalendarCard_title-services {
    background-color: #5c6bc0;
    color: #fff; }
.adventCalendarCard_title-services:hover {
      color: #fff; }
.adventCalendarCard_title-to_be_decided {
    background-color: #fafafa;
    color: #333; }
.adventCalendarCard_title-to_be_decided:hover {
      color: #333; }
.adventCalendarCard_title-web_technologies {
    background-color: #4caf50;
    color: #fff; }
.adventCalendarCard_title-web_technologies:hover {
      color: #fff; }
.adventCalendarCard_block {
    margin-bottom: 0;
    padding: 10px;
    height: 180px; }
.adventCalendarCard_block_list {
      margin: 0;
      padding: 0; }
.adventCalendarCard_block_item {
      display: block;
      overflow: hidden;
      max-width: 100%;
      list-style-type: none;
      text-overflow: ellipsis;
      white-space: nowrap; }
.adventCalendarCard_block_item .fa-calendar {
        color: #ad5656; }
.adventCalendarCard_block_item a:hover {
        text-decoration: none; }
.adventCalendarCard_block_stats {
      display: table;
      margin: 5px 0 12px;
      padding-bottom: 0;
      width: 100%;
      border-bottom: 1px dashed #aaa;
      text-align: center; }
.adventCalendarCard_block_counts, .adventCalendarCard_block_stocks {
      display: table-cell;
      padding-bottom: 5px;
      width: 50%;
      color: #b0bec5; }
.adventCalendarCard_block_counts {
      border-right: 1px dashed #aaa; }
.adventCalendarCard_block_count {
      display: block;
      color: #333;
      font-weight: bold;
      font-size: 20px; }
.adventCalendarCard_block_count_all {
        color: #b0bec5;
        font-weight: normal;
        font-size: 14px; }
.adventCalendarCard_block_showAll {
      display: block;
      margin-top: 8px;
      padding: 2px 4px;
      border-radius: 3px;
      background-color: #eceff1;
      text-align: center;
      font-size: 90%; }
.adventCalendarCard_block_showAll:hover {
        background-color: #cfd6db;
        text-decoration: none; }
.adventCalendarCard_block_blank {
      display: block;
      margin: 30px 0 8px;
      color: #b0bec5;
      text-align: center;
      font-size: 90%; }
.adventCalendarCard_block_blankBtn {
      margin: 0;
      text-align: center; }
.adventCalendarFeedItem_link {
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 17px; }
.adventCalendarFeedItem_avatarCell {
  padding: 16px 0 0; }
.adventCalendarFeedItem_avatarCell img {
    width: 42px;
    height: 42px; }
.adventCalendarFeedItem_cell {
  padding: 12px 0 4px; }
.adventCalendarFeedItem_calendar {
  font-size: 11px; }
.adventCalendarFeedItem .adventCalendarRibbon {
  padding-right: 15px;
  background: #b56767;
  color: #fff; }
.adventCalendarFeedItem .adventCalendarRibbon:before {
    top: -6px; }
.adventCalendarFeedItem .adventCalendarRibbon:after {
    bottom: -6px; }
.adventCalendarFeedItem .adventCalendarRibbon a {
    color: #fff !important; }
.adventCalendarFeedItem_sidebarHeading {
  margin: 10px 0; }
.adventCalendarFeedItem .adventCalendarRibbon_title {
  border-right-color: #fff !important; }
.adventCalendarItem {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc; }
.adventCalendarItem_date {
    display: inline-block;
    width: 50px;
    line-height: 20px; }
.adventCalendarItem_author {
    display: inline-block;
    margin-right: 10px;
    min-width: 127px; }
.adventCalendarItem_authorIcon {
    display: inline-block;
    overflow: hidden; }
.adventCalendarItem_cancelButton {
    display: inline-block;
    margin-right: 10px; }
.adventCalendarItem_entry {
    display: inline-block;
    margin-right: 10px; }
.adventCalendarItem_comment {
    display: inline-block;
    margin-right: 10px; }
.adventCalendarJumbotron {
  margin-bottom: 28px;
  padding: 3em 0 4em;
  background: #f5f4d7;
  color: #ad5656; }
@media (max-width: 767px) {
    .adventCalendarJumbotron {
      padding-top: 1em; } }
.adventCalendarJumbotron_title {
    margin-bottom: 30px;
    font-size: 20px; }
.adventCalendarJumbotron_heading {
    margin-bottom: .8em; }
@media (max-width: 767px) {
      .adventCalendarJumbotron_heading {
        font-size: 30px; } }
.adventCalendarJumbotron_heading a {
      color: #ad5656; }
.adventCalendarJumbotron_heading a:hover {
        text-decoration: none; }
.adventCalendarJumbotron_owner {
    margin-top: 20px; }
.adventCalendarJumbotron_ownerIcon {
    display: inline-block;
    overflow: hidden; }
.adventCalendarJumbotron_editBtn {
    margin: 0 10px; }
.adventCalendarJumbotron_socialButtons {
    vertical-align: text-bottom;
    font-size: 13px; }
@media (max-width: 767px) {
      .adventCalendarJumbotron_socialButtons {
        display: block !important;
        margin-top: 5px; } }
.adventCalendarJumbotron_rssIcon {
    color: #f89406; }
.adventCalendarJumbotron ul {
    vertical-align: middle;
    font-size: 1.4em; }
.adventCalendarJumbotron_deleteBtn {
    float: right; }
@media (max-width: 767px) {
      .adventCalendarJumbotron_deleteBtn {
        float: none;
        margin-top: 20px; } }
.adventCalendarJumbotron_subscriptionButton {
    display: inline-block;
    margin-right: 10px; }
.adventCalendarJumbotron_label-academic {
    background-color: #ec407a; }
.adventCalendarJumbotron_label-academic a {
      color: #fff;
      font-weight: normal;
      font-size: 12px; }
.adventCalendarJumbotron_label-academic a:hover {
        color: #fff;
        text-decoration: none; }
.adventCalendarJumbotron_label-company {
    background-color: #ffa726; }
.adventCalendarJumbotron_label-company a {
      color: #333;
      font-weight: normal;
      font-size: 12px; }
.adventCalendarJumbotron_label-company a:hover {
        color: #333;
        text-decoration: none; }
.adventCalendarJumbotron_label-databases {
    background-color: #ef5350; }
.adventCalendarJumbotron_label-databases a {
      color: #fff;
      font-weight: normal;
      font-size: 12px; }
.adventCalendarJumbotron_label-databases a:hover {
        color: #fff;
        text-decoration: none; }
.adventCalendarJumbotron_label-devops {
    background-color: #d4e157; }
.adventCalendarJumbotron_label-devops a {
      color: #333;
      font-weight: normal;
      font-size: 12px; }
.adventCalendarJumbotron_label-devops a:hover {
        color: #333;
        text-decoration: none; }
.adventCalendarJumbotron_label-editors {
    background-color: #a1887f; }
.adventCalendarJumbotron_label-editors a {
      color: #fff;
      font-weight: normal;
      font-size: 12px; }
.adventCalendarJumbotron_label-editors a:hover {
        color: #fff;
        text-decoration: none; }
.adventCalendarJumbotron_label-iot {
    background-color: #ffee58; }
.adventCalendarJumbotron_label-iot a {
      color: #333;
      font-weight: normal;
      font-size: 12px; }
.adventCalendarJumbotron_label-iot a:hover {
        color: #333;
        text-decoration: none; }
.adventCalendarJumbotron_label-libraries {
    background-color: #26c6da; }
.adventCalendarJumbotron_label-libraries a {
      color: #333;
      font-weight: normal;
      font-size: 12px; }
.adventCalendarJumbotron_label-libraries a:hover {
        color: #333;
        text-decoration: none; }
.adventCalendarJumbotron_label-miscellaneous {
    background-color: #29b6f6; }
.adventCalendarJumbotron_label-miscellaneous a {
      color: #333;
      font-weight: normal;
      font-size: 12px; }
.adventCalendarJumbotron_label-miscellaneous a:hover {
        color: #333;
        text-decoration: none; }
.adventCalendarJumbotron_label-mobile {
    background-color: #ab47bc; }
.adventCalendarJumbotron_label-mobile a {
      color: #fff;
      font-weight: normal;
      font-size: 12px; }
.adventCalendarJumbotron_label-mobile a:hover {
        color: #fff;
        text-decoration: none; }
.adventCalendarJumbotron_label-os {
    background-color: #42a5f5; }
.adventCalendarJumbotron_label-os a {
      color: #fff;
      font-weight: normal;
      font-size: 12px; }
.adventCalendarJumbotron_label-os a:hover {
        color: #fff;
        text-decoration: none; }
.adventCalendarJumbotron_label-programming_languages {
    background-color: #26a69a; }
.adventCalendarJumbotron_label-programming_languages a {
      color: #fff;
      font-weight: normal;
      font-size: 12px; }
.adventCalendarJumbotron_label-programming_languages a:hover {
        color: #fff;
        text-decoration: none; }
.adventCalendarJumbotron_label-services {
    background-color: #5c6bc0; }
.adventCalendarJumbotron_label-services a {
      color: #fff;
      font-weight: normal;
      font-size: 12px; }
.adventCalendarJumbotron_label-services a:hover {
        color: #fff;
        text-decoration: none; }
.adventCalendarJumbotron_label-to_be_decided {
    background-color: #fafafa; }
.adventCalendarJumbotron_label-to_be_decided a {
      color: #333;
      font-weight: normal;
      font-size: 12px; }
.adventCalendarJumbotron_label-to_be_decided a:hover {
        color: #333;
        text-decoration: none; }
.adventCalendarJumbotron_label-web_technologies {
    background-color: #4caf50; }
.adventCalendarJumbotron_label-web_technologies a {
      color: #fff;
      font-weight: normal;
      font-size: 12px; }
.adventCalendarJumbotron_label-web_technologies a:hover {
        color: #fff;
        text-decoration: none; }
.adventCalendarList td {
  vertical-align: middle !important; }
.adventCalendarList th {
  border-bottom: 0 !important;
  font-weight: normal; }
.adventCalendarList + .adventCalendarList {
  margin-top: 4em; }
.adventCalendarList_calendarTitle {
  font-size: 1.2em; }
.adventCalendarList_subscriptionButton {
  display: inline-block;
  margin-right: 5px; }
.adventCalendarList_progress {
  position: relative; }
.adventCalendarList_progress .progress {
    margin-right: 60px;
    margin-bottom: 0; }
.adventCalendarList_recruitment {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 60px;
  text-align: right; }
.adventCalendarList_recruitmentCount {
  margin-right: 3px;
  font-weight: normal;
  font-size: 16px; }
.adventCalendarRanking {
  margin: 0;
  padding: 0 0 50px;
  border: 0;
  background: #f7f7f7; }
.adventCalendarRanking .adventCalendarJumbotron {
    background: #4b9d67;
    color: #fff; }
.adventCalendarRanking .adventCalendarJumbotron_heading {
      margin-bottom: 30px;
      font-size: 35px; }
.adventCalendarRankingCategoryCard_title-academic, .adventCalendarRankingCategoryCard_title-company, .adventCalendarRankingCategoryCard_title-databases, .adventCalendarRankingCategoryCard_title-devops, .adventCalendarRankingCategoryCard_title-editors, .adventCalendarRankingCategoryCard_title-iot, .adventCalendarRankingCategoryCard_title-libraries, .adventCalendarRankingCategoryCard_title-miscellaneous, .adventCalendarRankingCategoryCard_title-mobile, .adventCalendarRankingCategoryCard_title-os, .adventCalendarRankingCategoryCard_title-programming_languages, .adventCalendarRankingCategoryCard_title-services, .adventCalendarRankingCategoryCard_title-to_be_decided, .adventCalendarRankingCategoryCard_title-web_technologies {
  position: relative;
  display: block;
  margin: 0;
  padding: 10px 20px;
  line-height: 4em; }
.adventCalendarRankingCategoryCard_title-academic h4, .adventCalendarRankingCategoryCard_title-company h4, .adventCalendarRankingCategoryCard_title-databases h4, .adventCalendarRankingCategoryCard_title-devops h4, .adventCalendarRankingCategoryCard_title-editors h4, .adventCalendarRankingCategoryCard_title-iot h4, .adventCalendarRankingCategoryCard_title-libraries h4, .adventCalendarRankingCategoryCard_title-miscellaneous h4, .adventCalendarRankingCategoryCard_title-mobile h4, .adventCalendarRankingCategoryCard_title-os h4, .adventCalendarRankingCategoryCard_title-programming_languages h4, .adventCalendarRankingCategoryCard_title-services h4, .adventCalendarRankingCategoryCard_title-to_be_decided h4, .adventCalendarRankingCategoryCard_title-web_technologies h4 {
    font-weight: bold;
    font-size: 16px; }
.adventCalendarRankingCategoryCard_title-academic a, .adventCalendarRankingCategoryCard_title-company a, .adventCalendarRankingCategoryCard_title-databases a, .adventCalendarRankingCategoryCard_title-devops a, .adventCalendarRankingCategoryCard_title-editors a, .adventCalendarRankingCategoryCard_title-iot a, .adventCalendarRankingCategoryCard_title-libraries a, .adventCalendarRankingCategoryCard_title-miscellaneous a, .adventCalendarRankingCategoryCard_title-mobile a, .adventCalendarRankingCategoryCard_title-os a, .adventCalendarRankingCategoryCard_title-programming_languages a, .adventCalendarRankingCategoryCard_title-services a, .adventCalendarRankingCategoryCard_title-to_be_decided a, .adventCalendarRankingCategoryCard_title-web_technologies a {
    position: absolute;
    right: 5px;
    bottom: -18px;
    font-size: 10px; }
.adventCalendarRankingCategoryCard {
  margin-bottom: 20px; }
.adventCalendarRankingCategoryCard_title-academic {
    background-color: #ec407a;
    color: #fff; }
.adventCalendarRankingCategoryCard_title-academic a {
      color: #fff;
      opacity: .7; }
.adventCalendarRankingCategoryCard_title-company {
    background-color: #ffa726;
    color: #333; }
.adventCalendarRankingCategoryCard_title-company a {
      color: #333;
      opacity: .7; }
.adventCalendarRankingCategoryCard_title-databases {
    background-color: #ef5350;
    color: #fff; }
.adventCalendarRankingCategoryCard_title-databases a {
      color: #fff;
      opacity: .7; }
.adventCalendarRankingCategoryCard_title-devops {
    background-color: #d4e157;
    color: #333; }
.adventCalendarRankingCategoryCard_title-devops a {
      color: #333;
      opacity: .7; }
.adventCalendarRankingCategoryCard_title-editors {
    background-color: #a1887f;
    color: #fff; }
.adventCalendarRankingCategoryCard_title-editors a {
      color: #fff;
      opacity: .7; }
.adventCalendarRankingCategoryCard_title-iot {
    background-color: #ffee58;
    color: #333; }
.adventCalendarRankingCategoryCard_title-iot a {
      color: #333;
      opacity: .7; }
.adventCalendarRankingCategoryCard_title-libraries {
    background-color: #26c6da;
    color: #333; }
.adventCalendarRankingCategoryCard_title-libraries a {
      color: #333;
      opacity: .7; }
.adventCalendarRankingCategoryCard_title-miscellaneous {
    background-color: #29b6f6;
    color: #333; }
.adventCalendarRankingCategoryCard_title-miscellaneous a {
      color: #333;
      opacity: .7; }
.adventCalendarRankingCategoryCard_title-mobile {
    background-color: #ab47bc;
    color: #fff; }
.adventCalendarRankingCategoryCard_title-mobile a {
      color: #fff;
      opacity: .7; }
.adventCalendarRankingCategoryCard_title-os {
    background-color: #42a5f5;
    color: #fff; }
.adventCalendarRankingCategoryCard_title-os a {
      color: #fff;
      opacity: .7; }
.adventCalendarRankingCategoryCard_title-programming_languages {
    background-color: #26a69a;
    color: #fff; }
.adventCalendarRankingCategoryCard_title-programming_languages a {
      color: #fff;
      opacity: .7; }
.adventCalendarRankingCategoryCard_title-services {
    background-color: #5c6bc0;
    color: #fff; }
.adventCalendarRankingCategoryCard_title-services a {
      color: #fff;
      opacity: .7; }
.adventCalendarRankingCategoryCard_title-to_be_decided {
    background-color: #fafafa;
    color: #333; }
.adventCalendarRankingCategoryCard_title-to_be_decided a {
      color: #333;
      opacity: .7; }
.adventCalendarRankingCategoryCard_title-web_technologies {
    background-color: #4caf50;
    color: #fff; }
.adventCalendarRankingCategoryCard_title-web_technologies a {
      color: #fff;
      opacity: .7; }
.adventCalendarRankingCategoryCard_block {
    padding: 10px 20px;
    background: #fff; }
.adventCalendarRankingCategoryCard_block_list {
      margin-bottom: 0; }
.adventCalendarRankingCategoryCardItem {
  display: table;
  margin-bottom: 5px;
  width: 100%;
  table-layout: fixed;
  word-wrap: initial; }
.adventCalendarRankingCategoryCardItem:last-child {
    margin-bottom: 0; }
.adventCalendarRankingCategoryCardItem_rank {
    display: table-cell;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #aaa;
    color: #fff;
    vertical-align: top;
    text-align: center;
    font-weight: bold; }
.adventCalendarRankingCategoryCardItem_subscriptions {
    display: table-cell;
    padding: 0 10px;
    width: 46px;
    vertical-align: top;
    font-weight: bold; }
.adventCalendarRankingCategoryCardItem_name {
    display: table-cell;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap; }
.adventCalendarRankingList {
  padding: 10px;
  background: #fff; }
.adventCalendarRankingList_showAll {
    display: block;
    padding: 10px;
    background: #e5e5e5;
    color: #777;
    text-align: center; }
.adventCalendarRankingList_showAll:hover {
      color: #444444;
      text-decoration: none; }
.adventCalendarRankingListItem, .adventCalendarRankingListItem-top {
  position: relative;
  margin: 5px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd; }
.adventCalendarRankingListItem:last-child, .adventCalendarRankingListItem-top:last-child {
    border: 0; }
.adventCalendarRankingListItem_category-academic, .adventCalendarRankingListItem_category-company, .adventCalendarRankingListItem_category-databases, .adventCalendarRankingListItem_category-devops, .adventCalendarRankingListItem_category-editors, .adventCalendarRankingListItem_category-iot, .adventCalendarRankingListItem_category-libraries, .adventCalendarRankingListItem_category-miscellaneous, .adventCalendarRankingListItem_category-mobile, .adventCalendarRankingListItem_category-os, .adventCalendarRankingListItem_category-programming_languages, .adventCalendarRankingListItem_category-services, .adventCalendarRankingListItem_category-to_be_decided, .adventCalendarRankingListItem_category-web_technologies {
  margin: 0;
  padding: 2px;
  width: 160px;
  text-align: center; }
.adventCalendarRankingListItem_names {
  display: table;
  table-layout: fixed; }
.adventCalendarRankingListItem_rank {
  display: table-cell;
  padding-top: 2px;
  width: 24px;
  text-align: center; }
.adventCalendarRankingListItem_categoryBlock {
  display: table-cell;
  padding-left: 10px;
  width: 170px; }
.adventCalendarRankingListItem_name {
  display: table-cell;
  overflow: hidden;
  padding-left: 10px;
  width: 100%;
  vertical-align: middle;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px; }
.adventCalendarRankingListItem_progress {
  margin-right: 30px;
  margin-bottom: 0; }
.adventCalendarRankingListItem_subscriptions {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  word-wrap: initial; }
.adventCalendarRankingListItem_category-academic {
  background-color: #ec407a;
  color: #fff; }
.adventCalendarRankingListItem_category-academic a {
    color: #fff; }
.adventCalendarRankingListItem_category-company {
  background-color: #ffa726;
  color: #333; }
.adventCalendarRankingListItem_category-company a {
    color: #333; }
.adventCalendarRankingListItem_category-databases {
  background-color: #ef5350;
  color: #fff; }
.adventCalendarRankingListItem_category-databases a {
    color: #fff; }
.adventCalendarRankingListItem_category-devops {
  background-color: #d4e157;
  color: #333; }
.adventCalendarRankingListItem_category-devops a {
    color: #333; }
.adventCalendarRankingListItem_category-editors {
  background-color: #a1887f;
  color: #fff; }
.adventCalendarRankingListItem_category-editors a {
    color: #fff; }
.adventCalendarRankingListItem_category-iot {
  background-color: #ffee58;
  color: #333; }
.adventCalendarRankingListItem_category-iot a {
    color: #333; }
.adventCalendarRankingListItem_category-libraries {
  background-color: #26c6da;
  color: #333; }
.adventCalendarRankingListItem_category-libraries a {
    color: #333; }
.adventCalendarRankingListItem_category-miscellaneous {
  background-color: #29b6f6;
  color: #333; }
.adventCalendarRankingListItem_category-miscellaneous a {
    color: #333; }
.adventCalendarRankingListItem_category-mobile {
  background-color: #ab47bc;
  color: #fff; }
.adventCalendarRankingListItem_category-mobile a {
    color: #fff; }
.adventCalendarRankingListItem_category-os {
  background-color: #42a5f5;
  color: #fff; }
.adventCalendarRankingListItem_category-os a {
    color: #fff; }
.adventCalendarRankingListItem_category-programming_languages {
  background-color: #26a69a;
  color: #fff; }
.adventCalendarRankingListItem_category-programming_languages a {
    color: #fff; }
.adventCalendarRankingListItem_category-services {
  background-color: #5c6bc0;
  color: #fff; }
.adventCalendarRankingListItem_category-services a {
    color: #fff; }
.adventCalendarRankingListItem_category-to_be_decided {
  background-color: #fafafa;
  color: #333; }
.adventCalendarRankingListItem_category-to_be_decided a {
    color: #333; }
.adventCalendarRankingListItem_category-web_technologies {
  background-color: #4caf50;
  color: #fff; }
.adventCalendarRankingListItem_category-web_technologies a {
    color: #fff; }
.adventCalendarRankingListItem-top .adventCalendarRankingListItem_rank {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #4b9d67;
  color: #fff; }
.adventCalendarRankingListItem-top .adventCalendarRankingListItem_subscriptions {
  font-weight: bold;
  font-size: 16px; }
.adventCalendarRankingTabs {
  margin-top: -75px;
  height: 47px; }
.adventCalendarRankingTabs_tab {
    margin-right: 20px;
    font-size: 12px; }
.adventCalendarRankingTabs_tab strong {
      font-size: 18px; }
.adventCalendarRankingTabs_tab a {
      background-color: #dcdcdc !important;
      color: #5d5d5d !important; }
.adventCalendarRankingTabs_tab a:hover {
        color: #821718 !important; }
.adventCalendarRankingTabs_tab.active a {
      background-color: #f7f7f7 !important;
      color: #821718 !important; }
.adventCalendarRankingTabs_linkTab a {
    border: 0 !important;
    background-color: transparent !important;
    color: #fff !important;
    opacity: .7; }
.adventCalendarRankingTabs_linkTab a:hover {
      border: 0;
      text-decoration: underline !important; }
.adventCalendarSearchForm {
  width: 450px;
  text-align: right; }
.adventCalendarSearchForm_input {
    width: 300px !important; }
@media (max-width: 767px) {
    .adventCalendarSearchForm {
      width: 100% !important; }
      .adventCalendarSearchForm_input {
        width: 100% !important; } }
.adventCalendarSection {
  padding: 1em 0; }
.adventCalendarSocialButtons_twitter, .adventCalendarSocialButtons_facebook, .adventCalendarSocialButtons_googlePlus, .adventCalendarSocialButtons_hatebu {
  display: inline-block;
  overflow-y: hidden;
  height: 20px;
  vertical-align: middle; }
.adventCalendarSocialButtons {
  vertical-align: text-bottom;
  font-size: 13px; }
@media (max-width: 767px) {
    .adventCalendarSocialButtons {
      display: block !important;
      margin-top: 5px; } }
.adventCalendarSocialButtons_twitter {
    overflow-x: hidden;
    width: 90px; }
.adventCalendarSocialButtons_facebook {
    margin-right: 5px; }
.adventCalendarSocialButtons_googlePlus {
    overflow-x: hidden;
    width: 70px; }
.adventCalendarSubscriptionButton {
  display: inline-block; }
.adventCalendarSubscriptionButton .adventCalendarSubscriptionButton_subscribe {
    display: block; }
.adventCalendarSubscriptionButton .adventCalendarSubscriptionButton_unsubscribe {
    display: none; }
.adventCalendarSubscriptionButton.subscribing .adventCalendarSubscriptionButton_subscribe {
    display: none; }
.adventCalendarSubscriptionButton.subscribing .adventCalendarSubscriptionButton_unsubscribe {
    display: block; }
.adventCalendarSubscriptionButton .fa-star,
  .adventCalendarSubscriptionButton .fa-star-o,
  .adventCalendarSubscriptionButton a .fa-star,
  .adventCalendarSubscriptionButton a .fa-star-o {
    color: #ffce44; }
.adventCalendarTabs {
  margin-top: -70px;
  height: 42px;
  font-weight: bold; }
.adventCalendarYearList_count {
  font-size: 2em; }
.adventCalendarYearList_element {
  margin: 0;
  padding: 1em;
  background: #eee; }
.adventCalendarYearList_element:hover {
    background: #f5f4d7;
    color: #ad5656; }
.adventCalendarYearList_element + .adventCalendarYearList_element {
    margin-top: 1em; }
.adventCalendarYearList_element_clickable {
    display: block;
    margin: -1em;
    padding: 1em; }
.adventCalendarYearList_element_clickable:before {
      display: table;
      content: ""; }
.adventCalendarYearList_element_clickable:after {
      display: table;
      clear: both;
      content: ""; }
.adventCalendarYearList_heading {
  font-size: 3em; }
.adventCalendarYearList a {
  color: inherit; }
.adventCalendarYearList dl {
  margin-bottom: 0; }
.adventCalendarYearList dt {
  font-weight: normal;
  font-size: .9em; }
.joiningAdventCalendars {
  padding-bottom: 5px;
  font-size: 16px; }
.joiningAdventCalendars_date {
    min-width: 65px;
    width: 65px; }
.joiningAdventCalendars_month {
    display: inline-block;
    padding-top: 0;
    color: #777; }
.joiningAdventCalendars_day {
    display: inline-block;
    margin-top: 2px;
    font-size: 18px; }
.joiningAdventCalendars_calendarName {
    overflow-x: hidden;
    width: 150px;
    vertical-align: middle !important; }
.joiningAdventCalendars_calendarComment {
    overflow: hidden;
    width: 100%; }
.joiningAdventCalendars_noComment {
    display: inline-block;
    color: #777;
    font-style: italic; }
.banner-advertisement {
  margin-bottom: 20px;
  width: 100%; }
.banner-advertisement a:link {
    color: #00f;
    text-decoration: none; }
.banner-advertisement a:hover {
    color: #00f;
    text-decoration: none; }
.banner-advertisement a:active {
    color: #00f;
    text-decoration: none; }
.banner-advertisement a:visited {
    color: #00f;
    text-decoration: none; }
.banner-advertisement a img {
    min-width: 166px;
    max-width: 280px;
    width: 100%; }
.kobito-advertisement-wrapper {
  margin-bottom: 20px; }
.kobito-advertisement {
  display: block;
  box-sizing: border-box;
  padding: 8px;
  min-width: 166px;
  max-width: 280px;
  width: 100%;
  height: 80px;
  border: solid 1px #ccc;
  background-color: #fcfcfc;
  background-image: url("/assets/kobito-ad/kobito-fdbc036c4b2fd3d089637ca0108ee786.png");
  background-position: top right;
  background-size: 80px;
  background-repeat: no-repeat;
  vertical-align: middle;
  font-size: 16px;
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; }
.kobito-advertisement:link, .kobito-advertisement:hover, .kobito-advertisement:visited {
    color: #000 !important; }
.kobito-advertisement:hover {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    text-decoration: none; }
.text-advertisement {
  margin-top: 20px;
  padding-top: 20px;
  border-top: dotted 1px #ccc; }
.career-ads-container {
  margin-bottom: 20px;
  border-top: solid 1px #ccda32;
  background-color: #cedc3a; }
.career-ads-container .container-title {
    text-align: center; }
.career-ads-container .container-title img {
      padding: 7px 0;
      width: 160px; }
.career-ads-container .career-ads-inner {
    padding: 3px;
    background-color: #ecf1b4; }
.career-ads-container .career-ads-inner a:link {
      color: #00f;
      text-decoration: none; }
.career-ads-container .career-ads-inner a:hover {
      color: #00f;
      text-decoration: none; }
.career-ads-container .career-ads-inner a:active {
      color: #00f;
      text-decoration: none; }
.career-ads-container .career-ads-inner a:visited {
      color: #00f;
      text-decoration: none; }
.career-ads-content {
  display: block;
  border: solid 1px #d7e25d;
  background-color: #fff; }
.career-ads-content:hover {
    background-color: #fcfdf4; }
.career-ads-content:active {
    box-shadow: inset 0 0 5px #d7e25d; }
.career-ads-content .inner-text {
    display: block;
    margin: 10px;
    color: #4a4a4a;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4; }
.career-ads-content .inner-text .tag {
      position: relative;
      display: inline-block;
      margin-left: .7em;
      padding: 0 2px;
      border-top-right-radius: 2px;
      border-bottom-right-radius: 2px;
      background-color: #ddd;
      box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
      color: #333 !important;
      letter-spacing: 1px;
      font-weight: normal;
      font-size: 85%;
      line-height: 1.2em; }
.career-ads-content .inner-text .tag a:link {
        color: #555;
        text-decoration: none; }
.career-ads-content .inner-text .tag a:hover {
        color: #555;
        text-decoration: none; }
.career-ads-content .inner-text .tag a:active {
        color: #555;
        text-decoration: none; }
.career-ads-content .inner-text .tag a:visited {
        color: #555;
        text-decoration: none; }
.career-ads-content .inner-text .tag:after {
        position: absolute;
        top: 50%;
        right: 100%;
        margin-top: -.6em;
        width: 0;
        height: 0;
        border: solid transparent;
        border-width: .6em;
        border-color: transparent;
        border-right-color: #ddd;
        content: '';
        pointer-events: none; }
.career-ads-content .inner-text .tag a {
        display: inline-block;
        margin-left: -2px;
        color: #333 !important; }
.career-ads-content .inner-text .tag a:visited {
          color: #333 !important; }
.career-ads-content .inner-text .tag img {
        margin-top: 1px;
        margin-left: 2px;
        width: 1em;
        height: 1em;
        vertical-align: top; }
.career-ads-content .inner-text .tag .fa.fa-check {
        margin: 0 -2px;
        color: #999;
        vertical-align: middle;
        font-size: 70%; }
.career-ads-content .inner-text .pre {
      display: inline-block; }
.career-ads-content .inner-text .post {
      display: block; }
.career-ads-content .inner-text .logo {
      display: block;
      margin: 5px 0 14px;
      color: #888;
      text-align: right;
      font-weight: normal;
      font-size: 12px; }
.career-ads-content .inner-text .logo.net-jinzai-bank img {
        height: 12px; }
.career-ads-content .job-example {
    position: relative;
    display: block;
    border-top: dotted 1px #d7e25d; }
.career-ads-content .job-example .example-label {
      position: absolute;
      top: -7px;
      left: 0;
      display: inline-block;
      padding: 1px 2px;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      background-color: #c0ce25;
      color: #fff;
      font-weight: bold;
      font-size: 10px;
      line-height: 10px; }
.career-ads-content .job-example .job-example-inner {
      display: block;
      padding: 8px 6px 6px; }
.career-ads-content .job-example .title {
      display: block;
      color: #4a4a4a;
      font-size: 12px;
      line-height: 15px; }
.career-ads-content .job-example .company {
      display: block;
      color: #999;
      font-size: 11px;
      line-height: 12px; }
.google-adsense {
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 1px #ccc; }
.circle-loading {
  margin: 3em auto;
  width: 300px; }
.circle-loading:before {
    display: table;
    content: ""; }
.circle-loading:after {
    display: table;
    clear: both;
    content: ""; }
.circle-loading p {
    margin: .5em 0;
    color: #000;
    text-align: center; }
.circle-loading > div {
    margin: 0 auto;
    width: 46.666666666666664px; }
.circle-loading > div div {
      float: left;
      margin-left: 5px;
      width: 10px;
      height: 10px;
      border-radius: 7px;
      background-color: #fff;
      animation-name: bounce_circleG;
      animation-duration: 1.6500000000000001s;
      animation-iteration-count: infinite;
      animation-direction: linear; }
.circle-loading > div div:nth-child(1) {
        animation-delay: .33s; }
.circle-loading > div div:nth-child(2) {
        animation-delay: .66s; }
.circle-loading > div div:nth-child(3) {
        animation-delay: .99s; }
@keyframes bounce_circleG {
  50% {
    background-color: #58bb0c; } }
.categoryNavigation_menu {
  margin-bottom: 16px;
  list-style: none; }
.categoryNavigation_menu, .categoryNavigation_menu-danger {
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    background-color: #fff; }
.categoryNavigation_menu-danger .categoryNavigation_menu-heading {
    border: 1px solid #a00;
    background-color: #df3e3e;
    color: #fff;
    text-shadow: 0 -1px 0 #900; }
.categoryNavigation_menu-heading {
    display: block;
    padding: 8px 10px;
    border-bottom: 1px solid #d8d8d8;
    background-color: #f7f7f7;
    color: #555;
    font-weight: bold; }
.categoryNavigation_menu-heading:first-child {
      border-top-left-radius: 2px;
      border-top-right-radius: 2px; }
.categoryNavigation_menu-heading:last-child {
      border-bottom: 0;
      border-bottom-right-radius: 2px;
      border-bottom-left-radius: 2px; }
.categoryNavigation_menu-item {
    position: relative;
    display: block;
    padding: 12px;
    border-bottom: 1px solid #d8d8d8; }
.categoryNavigation_menu-item:first-child {
      border-top: 0;
      border-top-left-radius: 2px;
      border-top-right-radius: 2px; }
.categoryNavigation_menu-item:first-child:before {
        border-top-left-radius: 2px; }
.categoryNavigation_menu-item:last-child {
      border-bottom: 0;
      border-bottom-right-radius: 2px;
      border-bottom-left-radius: 2px; }
.categoryNavigation_menu-item:last-child:before {
        border-bottom-left-radius: 2px; }
.categoryNavigation_menu-heading {
    border-bottom-color: #eee; }
.categoryNavigation_menu-heading:hover {
      text-decoration: none; }
.categoryNavigation_menu-item {
    padding: 8px 10px;
    border-bottom-color: #eee; }
.categoryNavigation_menu-item:hover {
      background-color: #f9f9f9;
      text-decoration: none; }
.categoryNavigation_menu-item-selected {
      background-color: #fff;
      color: #222;
      font-weight: bold;
      cursor: default; }
.categoryNavigation_menu-item-selected:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 2px;
        background-color: #d26911;
        content: ""; }
.feedContent {
  position: relative;
  margin: 0;
  padding: 15px 0;
  border-top: 1px solid #ccc; }
@media (max-width: 767px) {
    .feedContent {
      padding: 13px 0 30px; } }
.feedContent:first-child {
    border-top: 0; }
.feedContent_left {
    position: absolute;
    top: 15px;
    left: 0;
    width: 40px;
    height: 40px; }
.feedContent_actionIcon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2; }
.feedContent_actionIcon .fa {
      font-size: 20px; }
.feedContent_actionIcon .fa.fa-tag {
        color: #ccc; }
.feedContent_actionTargetIcon, .feedContent_actorIcon {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    vertical-align: bottom; }
.feedContent_actionTargetIcon {
    width: 28px;
    height: 28px; }
.feedContent_actorIcon {
    width: 40px;
    height: 40px; }
.feedContent_main {
    margin-left: 50px; }
.feedContent_title {
    font-size: 12px; }
.feedContent_subHeader {
    position: absolute;
    top: 15px;
    right: 0; }
@media (max-width: 767px) {
      .feedContent_subHeader {
        top: auto;
        right: auto;
        bottom: 5px;
        left: 50px; } }
.feedContent_subHeaderElement {
    display: inline-block;
    padding: 1px 2px; }
.feedContent_subHeaderElement i {
      margin: 0 2px; }
.feedContent_contentName {
    display: inline-block;
    margin: 0 10px 3px 0;
    font-weight: bold;
    font-size: 16px; }
.feedContent_tags {
    display: inline-block;
    margin: 0; }
.feedContent_tag {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    margin-left: .7em;
    padding: 0 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    background-color: #dfdfdf;
    background-color: #dfdfdf;
    color: #555 !important;
    font-size: 85%;
    font-size: 85%;
    line-height: 1.2em; }
.feedContent_tag a:link {
      color: #555;
      text-decoration: none; }
.feedContent_tag a:hover {
      color: #555;
      text-decoration: none; }
.feedContent_tag a:active {
      color: #555;
      text-decoration: none; }
.feedContent_tag a:visited {
      color: #555;
      text-decoration: none; }
.feedContent_tag:after {
      position: absolute;
      top: 50%;
      right: 100%;
      margin-top: -.6em;
      width: 0;
      height: 0;
      border: solid transparent;
      border-width: .6em;
      border-color: transparent;
      border-right-color: #dfdfdf;
      content: '';
      pointer-events: none; }
.feedContent_tag:hover {
      background-color: #acacac; }
.feedContent_tag:hover a:link {
        color: #fff;
        text-decoration: none; }
.feedContent_tag:hover a:hover {
        color: #fff;
        text-decoration: none; }
.feedContent_tag:hover a:active {
        color: #fff;
        text-decoration: none; }
.feedContent_tag:hover a:visited {
        color: #fff;
        text-decoration: none; }
.feedContent_tag:hover:after {
        border-right-color: #acacac; }
.feedContent_tag:hover .fa.fa-check {
        color: #fff; }
.feedContent_tag a {
      display: inline-block;
      margin-left: -2px;
      color: #555 !important; }
.feedContent_tag a:visited {
        color: #555 !important; }
.feedContent_tag img {
      margin-top: 1px;
      margin-left: 2px;
      width: 1em;
      height: 1em;
      vertical-align: top; }
.feedContent_tag .fa.fa-check {
      margin: 0 -2px;
      color: #999;
      vertical-align: middle;
      font-size: 70%; }
.feedContent_tag a:link {
      color: #555;
      text-decoration: none; }
.feedContent_tag a:hover {
      color: #555;
      text-decoration: underline; }
.feedContent_tag a:active {
      color: #555;
      text-decoration: underline; }
.feedContent_tag a:visited {
      color: #555;
      text-decoration: none; }
.feedContent_tag:after {
      position: absolute;
      top: 50%;
      right: 100%;
      margin-top: -.6em;
      border-right: 0.6em solid #dfdfdf;
      content: ''; }
.feedContent_inlineIcon {
    width: 16px;
    height: 16px; }
.landingHeader {
  padding-top: 80px;
  background-color: #f6f8f4; }
@media (max-width: 767px) {
    .landingHeader {
      margin-bottom: -40px;
      padding-bottom: 40px; } }
.landingHeader_siteid {
    padding: 10px 15px;
    width: 120px;
    background-color: #59bb0c; }
.landingHeader_socialButtons {
    margin: 40px 0;
    padding-top: 15px;
    border-top: solid 1px #ccc; }
.landingHeader_socialButtons:before {
      display: table;
      content: ""; }
.landingHeader_socialButtons:after {
      display: table;
      clear: both;
      content: ""; }
.landingHeader_socialButtons .facebook {
      overflow: hidden;
      margin-bottom: 10px; }
.landingHeader_socialButtons .twitter {
      float: left;
      width: auto; }
.landingHeader_socialButtons .hatena {
      float: left;
      margin-right: 20px; }
.landingHeader_socialButtons .google {
      float: left; }
.landingHeaderCatchCopy {
  margin: 100px 0; }
.landingHeaderCatchCopy_text {
    margin: 0 0 10px;
    font-weight: normal;
    font-size: 30px;
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
    line-height: 1.4; }
.landingHeaderCatchCopy_more {
    font-size: 13px; }
.landingLoginForm {
  margin-bottom: 50px; }
.landingLoginForm_identity {
    margin-bottom: 10px; }
.landingLoginForm_passwordColumn {
    padding-right: 5px; }
@media (max-width: 767px) {
      .landingLoginForm_passwordColumn {
        margin-bottom: 10px;
        padding-right: 15px; } }
@media (max-width: 767px) {
    .landingLoginForm_submitColumn {
      padding-right: 15px; } }
.landingLoginForm_password {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 0 !important; }
.landingLoginForm_forgotPassword {
    margin-top: 10px;
    font-size: 12px; }
.landingOauthSignup_button {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 15px; }
.landingOauthSignup_tweetAnnotation {
  margin-top: 5px;
  font-size: 12px; }
.landingOauthSignup_signupWithEmail {
  margin-top: 15px;
  font-size: 14px; }
.landingOauthSignup_link {
  border-bottom: dotted 1px #337ab7;
  color: #337ab7;
  cursor: pointer; }
.landingOauthSignup_link:hover {
    background-color: #337ab7;
    color: #fff; }
.landingOtherServices_kobito, .landingOtherServices_team, .landingOtherServices_career {
  display: block;
  margin-bottom: 1px;
  opacity: .5; }
.landingOtherServices_kobito:before, .landingOtherServices_team:before, .landingOtherServices_career:before {
    display: table;
    content: ""; }
.landingOtherServices_kobito:after, .landingOtherServices_team:after, .landingOtherServices_career:after {
    display: table;
    clear: both;
    content: ""; }
.landingOtherServices_kobito:hover, .landingOtherServices_team:hover, .landingOtherServices_career:hover {
    opacity: 1;
    transition: opacity .1s linear; }
.landingOtherServices {
  margin-bottom: -40px;
  padding: 60px 0;
  border-top: solid 1px #ebebeb;
  background-color: #dae2d2; }
.landingOtherServices a:link {
    color: #fff;
    text-decoration: none; }
.landingOtherServices a:hover {
    color: #fff;
    text-decoration: none; }
.landingOtherServices a:active {
    color: #fff;
    text-decoration: none; }
.landingOtherServices a:visited {
    color: #fff;
    text-decoration: none; }
.landingOtherServices_kobito {
    background-color: #262626; }
.landingOtherServices_team {
    background-color: #1887d0; }
.landingOtherServices_career {
    background-color: #acb821; }
.landingOtherServices_serviceLogo {
    float: left;
    margin-right: 20px;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.1); }
.landingOtherServices_explanation {
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; }
.landingOtherServices_serviceName {
    margin: 10px 0;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px; }
.landingOtherServices_copy {
    font-size: 14px;
    line-height: 14px; }
.landingSignupForm {
  display: none; }
.landingSignupForm.active {
    display: block; }
.landingSignupForm_password .form-control-feedback {
    top: 0;
    right: 10px;
    width: auto; }
.landingSignupForm_tos {
    margin-bottom: 10px;
    font-size: 12px; }
.landingTeamOnlyModeNotice_teams {
  margin: 35px 0;
  font-size: 16px; }
.landingTeamOnlyModeNotice_teams li {
    margin: 5px 0;
    list-style-type: none;
    font-weight: bold; }
.landingTeamOnlyModeNotice_teams .fa {
    padding: 0 6px;
    color: #888; }
.userInfo {
  margin-bottom: 16px;
  padding: 10px;
  list-style: none; }
.userInfo, .userInfo-danger {
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    background-color: #fff; }
.userInfo-danger .userInfo-heading {
    border: 1px solid #a00;
    background-color: #df3e3e;
    color: #fff;
    text-shadow: 0 -1px 0 #900; }
.userInfo-heading {
    display: block;
    padding: 8px 10px;
    border-bottom: 1px solid #d8d8d8;
    background-color: #f7f7f7;
    color: #555;
    font-weight: bold; }
.userInfo-heading:first-child {
      border-top-left-radius: 2px;
      border-top-right-radius: 2px; }
.userInfo-heading:last-child {
      border-bottom: 0;
      border-bottom-right-radius: 2px;
      border-bottom-left-radius: 2px; }
.userInfo-item {
    position: relative;
    display: block;
    padding: 12px;
    border-bottom: 1px solid #d8d8d8; }
.userInfo-item:first-child {
      border-top: 0;
      border-top-left-radius: 2px;
      border-top-right-radius: 2px; }
.userInfo-item:first-child:before {
        border-top-left-radius: 2px; }
.userInfo-item:last-child {
      border-bottom: 0;
      border-bottom-right-radius: 2px;
      border-bottom-left-radius: 2px; }
.userInfo-item:last-child:before {
        border-bottom-left-radius: 2px; }
.userInfo-heading {
    border-bottom-color: #eee; }
.userInfo-heading:hover {
      text-decoration: none; }
.userInfo-item {
    padding: 8px 10px;
    border-bottom-color: #eee; }
.userInfo-item:hover {
      background-color: #f9f9f9;
      text-decoration: none; }
.userInfo-item-selected {
      background-color: #fff;
      color: #222;
      font-weight: bold;
      cursor: default; }
.userInfo-item-selected:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 2px;
        background-color: #d26911;
        content: ""; }
.userInfo_left, .userInfo_right {
    display: inline-block;
    vertical-align: top; }
.userInfo_right {
    padding-left: 8px; }
.userInfo_avatar {
    display: inline-block;
    overflow: hidden;
    width: 64px;
    height: 64px;
    border-radius: 3px;
    vertical-align: middle;
    line-height: 1; }
.userInfo_names {
    padding-bottom: 6px;
    font-weight: bold;
    line-height: 1; }
.userInfo_name {
    font-size: 18px; }
.userInfo_name + .userInfo_urlName {
      margin-top: 6px;
      color: #999;
      font-weight: normal;
      font-size: 12px; }
.userInfo_urlName {
    font-size: 18px; }
.userInfo_stats {
    display: block;
    font-size: 16px; }
.userInfo_stats_unit {
      padding-left: 2px;
      color: #555;
      font-size: 11px; }
.userInfo_postsCount {
    display: inline-block; }
.userInfo_contribution {
    display: inline-block;
    padding-left: 6px; }
.userInfo_contribution_value {
      font-weight: normal; }
@media (max-width: 1199px) {
    .userInfo_avatar {
      width: 48px;
      height: 48px; }
    .userInfo_name {
      font-size: 16px; }
    .userInfo_stats {
      font-size: 12px; } }
@media (min-width: 768px) and (max-width: 991px) {
    .userInfo {
      text-align: center; }
      .userInfo_left {
        margin-bottom: 10px; }
      .userInfo_right {
        padding-left: 0; }
      .userInfo_avatar {
        width: 64px;
        height: 64px; } }
.feedActivities .activities h1 {
  display: block; }
.feedActivities .activities > div:first-child {
  margin-top: -20px; }
.feedActivities .activities > div:first-child .expanded {
    margin-top: -21px; }
.feedActivities_failToFetch {
  margin: 40px 0;
  text-align: center; }
.feedPage {
  margin-top: 20px; }
.feedPage_header {
    margin-bottom: 20px; }
.feedPage_header h2 {
      margin-top: 0;
      margin-bottom: 10px;
      font-size: 20px;
      line-height: 28px; }
.streamContainer_tabs {
  margin-bottom: 20px; }
.streamContainer_streams > div {
  display: none; }
.streamContainer_streams > div.active {
    display: block; }
.stream_searchForm {
  margin-top: -20px;
  padding-bottom: 20px; }
.stream_searchForm > div {
    padding: 8px 13px;
    background-color: rgba(0, 0, 0, 0.04); }
.stream_searchForm_textField {
    padding: 4px 10px;
    width: 91%;
    border: solid 1px #ccc;
    border-radius: 3px;
    font-size: 14px;
    line-height: 24px; }
.careerHeader {
  background-color: #ecf1b4; }
.careerHeader_wrapper {
    margin-top: 25px;
    margin-right: -52px;
    margin-bottom: -2px;
    margin-left: -52px;
    padding-top: 45px;
    padding-right: 45px;
    padding-left: 45px;
    border: solid 7px #e6e6e6;
    border-bottom: 0;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-color: #d8d8d8;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.9); }
.careerHeader_content {
    overflow: auto;
    padding: 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #000;
    color: #64d30e;
    font-size: 14px;
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; }
.careerHeader_content a:link {
      color: #64d30e;
      text-decoration: none; }
.careerHeader_content a:hover {
      color: #64d30e;
      text-decoration: underline; }
.careerHeader_content a:active {
      color: #64d30e;
      text-decoration: underline; }
.careerHeader_content a:visited {
      color: #64d30e;
      text-decoration: none; }
.careerHeader_content p {
      font-weight: normal;
      font-size: 14px;
      line-height: 20px; }
.careerHeader_content pre {
      overflow: visible;
      margin: 40px 0;
      padding: 0;
      border: 0;
      background-color: transparent;
      color: #64d30e;
      white-space: pre;
      word-wrap: normal;
      font-weight: normal;
      font-size: 12px;
      line-height: 16px; }
.careerHeader_content .blink {
      display: inline-block;
      animation: blink 1s linear 0s infinite; }
.careerLoginForm_box {
  display: none;
  margin-top: 10px;
  padding: 20px 15px 1px;
  width: 500px;
  border: solid 1px #ccc; }
.careerLoginForm_box.active {
    display: block; }
.careerRegisterForm_terms {
  display: none;
  overflow-y: scroll;
  padding: 10px;
  width: 100%;
  height: 150px;
  border: solid 1px #ccc;
  background-color: #fff; }
.careerRegisterForm_terms.active {
    display: block; }
.careerRegisterForm_terms pre {
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #fff; }
.careerSection-jumbotron {
  padding: 30px 0; }
.careerSection-jumbotron p {
    margin: 0;
    font-size: 18px;
    line-height: 34px; }
.careerSection-jobChange, .careerSection-freelance {
  padding: 60px 0; }
.careerSection-jobChange {
  background-color: #fafafa; }
.careerSection_heading {
  font-size: 24px;
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; }
.careerSection_message {
  color: #575757;
  font-size: 15px;
  line-height: 28px; }
.itemBreadcrumbs {
  display: none; }
.exactlyMatchedTag {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  margin: 20px 0;
  padding: 20px 15px;
  border: solid 1px #ccc;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.06); }
.exactlyMatchedTag img {
    margin: 2px;
    width: 22px;
    height: 22px; }
.exactlyMatchedTag_tag {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    margin-left: .7em;
    padding: 0 2px;
    padding-right: 5px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    background-color: #dfdfdf;
    background-color: #dfdfdf;
    color: #555 !important;
    vertical-align: middle;
    font-size: 85%;
    font-size: 22px;
    line-height: 1.2em; }
.exactlyMatchedTag_tag a:link {
      color: #555;
      text-decoration: none; }
.exactlyMatchedTag_tag a:hover {
      color: #555;
      text-decoration: none; }
.exactlyMatchedTag_tag a:active {
      color: #555;
      text-decoration: none; }
.exactlyMatchedTag_tag a:visited {
      color: #555;
      text-decoration: none; }
.exactlyMatchedTag_tag:after {
      position: absolute;
      top: 50%;
      right: 100%;
      margin-top: -.6em;
      width: 0;
      height: 0;
      border: solid transparent;
      border-width: .6em;
      border-color: transparent;
      border-right-color: #dfdfdf;
      content: '';
      pointer-events: none; }
.exactlyMatchedTag_tag:hover {
      background-color: #acacac; }
.exactlyMatchedTag_tag:hover a:link {
        color: #fff;
        text-decoration: none; }
.exactlyMatchedTag_tag:hover a:hover {
        color: #fff;
        text-decoration: none; }
.exactlyMatchedTag_tag:hover a:active {
        color: #fff;
        text-decoration: none; }
.exactlyMatchedTag_tag:hover a:visited {
        color: #fff;
        text-decoration: none; }
.exactlyMatchedTag_tag:hover:after {
        border-right-color: #acacac; }
.exactlyMatchedTag_tag:hover .fa.fa-check {
        color: #fff; }
.exactlyMatchedTag_tag a {
      display: inline-block;
      margin-left: -2px;
      color: #555 !important; }
.exactlyMatchedTag_tag a:visited {
        color: #555 !important; }
.exactlyMatchedTag_tag img {
      margin-top: 1px;
      margin-left: 2px;
      width: 1em;
      height: 1em;
      vertical-align: top; }
.exactlyMatchedTag_tag .fa.fa-check {
      margin: 0 -2px;
      color: #999;
      vertical-align: middle;
      font-size: 70%; }
.exactlyMatchedTag_tag a:link {
      color: #555;
      text-decoration: none; }
.exactlyMatchedTag_tag a:hover {
      color: #555;
      text-decoration: underline; }
.exactlyMatchedTag_tag a:active {
      color: #555;
      text-decoration: underline; }
.exactlyMatchedTag_tag a:visited {
      color: #555;
      text-decoration: none; }
.exactlyMatchedTag_tag:hover {
      text-decoration: none; }
.exactlyMatchedTag_tag img {
      margin: 2px 3px 2px 2px; }
.exactlyMatchedTag_stats {
    display: inline-block;
    margin: 0 10px; }
@media (max-width: 767px) {
      .exactlyMatchedTag_stats {
        margin-top: 10px; } }
.exactlyMatchedTag_divider {
    margin: 0 5px;
    color: #aaa;
    vertical-align: top; }
.exactlyMatchedTag_follow {
    position: absolute;
    top: 19px;
    right: 15px; }
@media (max-width: 767px) {
      .exactlyMatchedTag_follow {
        position: relative;
        top: auto;
        right: auto;
        display: block;
        margin-top: 10px; } }
.item-box {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  border: 0; }
.item-box:before {
    display: table;
    content: ""; }
.item-box:after {
    display: table;
    clear: both;
    content: ""; }
.item-box .coeditorsIcon {
    display: inline-block;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border: 2px solid #35c669 !important;
    border-radius: 50%;
    background-color: #e8f9ee !important;
    color: #35c669 !important;
    text-align: center;
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    font-family: FontAwesome;
    line-height: 1;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.item-box .coeditorsIcon:before {
      content: ""; }
.item-box .coeditorsIcon:before {
      display: inline-block;
      margin-top: 12px; }
.item-box .user-icon {
    display: inline-block;
    overflow: hidden;
    width: 40px;
    height: 40px;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); }
.item-box .item-box-area {
    margin-top: -43px;
    margin-left: 50px; }
.item-box .item-box-header {
    position: relative; }
.item-box .item-box-header:before {
      display: table;
      content: ""; }
.item-box .item-box-header:after {
      display: table;
      clear: both;
      content: ""; }
.item-box .item-box-header .action {
      color: #555;
      font-size: 12px; }
.item-box .item-box-header .action a:link {
        color: #555;
        text-decoration: none; }
.item-box .item-box-header .action a:hover {
        color: #555;
        text-decoration: underline; }
.item-box .item-box-header .action a:active {
        color: #555;
        text-decoration: underline; }
.item-box .item-box-header .action a:visited {
        color: #555;
        text-decoration: none; }
.item-box .item-box-header .action .user {
        font-weight: bold; }
.item-box .item-box-header .action .user a:link {
          color: #4a4a4a;
          text-decoration: none; }
.item-box .item-box-header .action .user a:hover {
          color: #4a4a4a;
          text-decoration: underline; }
.item-box .item-box-header .action .user a:active {
          color: #4a4a4a;
          text-decoration: underline; }
.item-box .item-box-header .action .user a:visited {
          color: #4a4a4a;
          text-decoration: none; }
.item-box .item-box-title:before {
    display: table;
    content: ""; }
.item-box .item-box-title:after {
    display: table;
    clear: both;
    content: ""; }
.item-box .item-box-title h1 {
    display: inline;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px; }
.item-box .item-box-title h1 a:visited {
      color: #685987; }
.item-box .item-box-title .tag-list {
    font-size: 95%; }
.item-box .loading {
    display: none; }
.item-box .item-body-wrapper {
    display: none; }
.item-box .stock-button {
    cursor: pointer; }
.item-box:hover {
    background-color: #f5f5f5;
    cursor: pointer; }
.item-box:hover .stock-button {
      display: inline-block;
      margin: -4px;
      padding: 3px;
      border: solid 1px #70eb0f;
      border-radius: 2px;
      background-color: #c4f99a;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
      font-weight: normal;
      font-style: normal;
      font-family: FontAwesome;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
.item-box:hover .stock-button:before {
        content: ""; }
.item-box:hover .stock-button:hover {
        border-color: #59bb0c; }
.item-box:hover .stock-button:active {
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 transparent; }
.item-box:hover .unstock {
      border-color: #ccc;
      background-color: #eee; }
.item-box:hover .unstock:hover {
        border-color: #bbb; }
.item-box:hover .toggle-button .expand {
      height: 16px;
      background-color: #f5f5f5;
      color: #000;
      line-height: 16px; }
.item-box .item-box-container-inner {
    padding: 15px 0 14px; }
.item-box .vertical-close-button {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 9px;
    height: 100%;
    border-left: solid 1px #999999;
    background-color: #a6a6a6;
    cursor: pointer; }
.item-box .vertical-close-button i {
      position: absolute;
      top: 50%;
      margin-top: -5px;
      width: 10px;
      height: 10px;
      vertical-align: middle;
      font-size: 10px;
      line-height: 10px; }
.item-box .vertical-close-button:active {
      background-color: #999999; }
.item-box .toggle-button-field {
    position: relative;
    margin: 0;
    border-top: solid 1px #ccc;
    text-align: center; }
.item-box .toggle-button-field > legend {
      border-bottom: 0; }
.item-box .toggle-button {
    position: absolute;
    top: -1px;
    left: 50%;
    z-index: 1;
    display: inline-block;
    margin-left: -40px;
    width: 80px; }
.item-box .toggle-button .expand {
      display: block; }
.item-box .toggle-button .close {
      display: none; }
.item-box .toggle-button span {
      width: 80px;
      height: 10px;
      border: solid 1px #ccc;
      background-color: #fff;
      color: #ccc;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
      font-size: 12px;
      line-height: 10px;
      cursor: pointer; }
.item-box .toggle-button span.expand {
        border-top: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px; }
.item-box .toggle-button span.close {
        border-bottom: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        opacity: 1; }
.item-box.expanded {
    margin-top: -1px;
    margin-left: -10px;
    padding-right: 10px;
    padding-left: 10px;
    border-top: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc; }
.item-box.expanded.item-body-wrapper {
      display: block;
      padding: 20px 0; }
.item-box.expanded:hover {
      background-color: transparent;
      cursor: auto; }
.item-box.expanded.track {
      margin-left: 0;
      padding-right: 0;
      padding-left: 0; }
.item-box.expanded.track .vertical-close-button {
        left: -20px;
        border: solid 1px #666; }
.item-box.expanded .toggle-button-field {
      border: 0; }
.item-box.expanded .vertical-close-button {
      display: block; }
.item-box.expanded .loading {
      display: block;
      margin: 0; }
.item-box.expanded .item-body-wrapper {
      display: block;
      overflow-y: hidden;
      margin-top: 20px; }
.item-box.expanded .toggle-button {
      top: -11px;
      margin-left: -35px; }
.item-box.expanded .toggle-button:hover {
        top: -17px; }
.item-box.expanded .expand {
      display: none; }
.item-box.expanded .close {
      display: block; }
.item-box.expanded .close:hover {
        height: 16px;
        background-color: #f5f5f5;
        color: #000;
        line-height: 16px; }
.item-box.track {
    border-right: 1px solid transparent; }
.user-box {
  margin-left: 50px;
  padding: 14px 0;
  border-bottom: solid 1px #ccc;
  color: #555;
  font-size: 12px;
  line-height: 16px; }
.user-box:before {
    display: table;
    content: ""; }
.user-box:after {
    display: table;
    clear: both;
    content: ""; }
.user-box a:link {
    color: #555;
    text-decoration: none; }
.user-box a:hover {
    color: #555;
    text-decoration: underline; }
.user-box a:active {
    color: #555;
    text-decoration: underline; }
.user-box a:visited {
    color: #555;
    text-decoration: none; }
.user-box .user {
    font-weight: bold; }
.user-box .user a:link {
      color: #555;
      text-decoration: none; }
.user-box .user a:hover {
      color: #555;
      text-decoration: underline; }
.user-box .user a:active {
      color: #555;
      text-decoration: underline; }
.user-box .user a:visited {
      color: #555;
      text-decoration: none; }
.user-box img {
    margin-right: 2px;
    width: 16px;
    height: 16px; }
.user-box .follow-button {
    margin-left: 10px;
    color: #aaa;
    font-size: 12px;
    cursor: pointer; }
.user-box .follow-button:hover {
      color: #999;
      text-decoration: underline; }
.tag-box {
  margin-left: 50px;
  padding: 14px 0;
  border-bottom: solid 1px #ccc;
  color: #555;
  font-size: 12px;
  line-height: 16px; }
.tag-box:before {
    display: table;
    content: ""; }
.tag-box:after {
    display: table;
    clear: both;
    content: ""; }
.tag-box a:link {
    color: #555;
    text-decoration: none; }
.tag-box a:hover {
    color: #555;
    text-decoration: underline; }
.tag-box a:active {
    color: #555;
    text-decoration: underline; }
.tag-box a:visited {
    color: #555;
    text-decoration: none; }
.tag-box .user {
    font-weight: bold; }
.tag-box .user a:link {
      color: #555;
      text-decoration: none; }
.tag-box .user a:hover {
      color: #555;
      text-decoration: underline; }
.tag-box .user a:active {
      color: #555;
      text-decoration: underline; }
.tag-box .user a:visited {
      color: #555;
      text-decoration: none; }
.tag-box img {
    margin-right: 2px;
    width: 16px;
    height: 16px; }
.tag-box .follow-button {
    margin-left: 10px;
    color: #aaa;
    font-size: 12px;
    cursor: pointer; }
.tag-box .follow-button:hover {
      color: #999;
      text-decoration: underline; }
.item-status-box {
  position: absolute;
  top: 0;
  right: 0; }
.item-status-box li {
    display: inline-block;
    height: 14px;
    color: #555;
    vertical-align: top;
    font-size: 12px;
    line-height: 14px; }
.item-status-box li a:link {
      color: #555;
      text-decoration: none; }
.item-status-box li a:hover {
      color: #555;
      text-decoration: underline; }
.item-status-box li a:active {
      color: #555;
      text-decoration: underline; }
.item-status-box li a:visited {
      color: #555;
      text-decoration: none; }
.item-status-box li:before {
      display: inline-block;
      margin: 0 3px;
      color: rgba(0, 0, 0, 0.2);
      content: '\002022'; }
.item-status-box li:first-child {
      margin-left: 0; }
.item-status-box li:first-child:before {
        display: none; }
.item-status-box img {
    width: 14px;
    height: 14px;
    vertical-align: top; }
.item-status-box span {
    vertical-align: top; }
.item-status-box .fa-comment {
    vertical-align: top;
    font-size: 14px; }
.flush-button {
  display: none;
  margin-top: -20px;
  margin-bottom: 20px;
  width: 100%;
  height: 30px;
  background-color: #cff5e5;
  color: #5fab8b;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer; }
.flush-button:before {
    display: table;
    content: ""; }
.flush-button:after {
    display: table;
    clear: both;
    content: ""; }
.flush-button.active {
    display: block; }
.flush-button:hover {
    background-color: #c0f2dd; }
.flush-button:active {
    background-color: #b0ebd2; }
.no-posts-yet {
  margin: 20px; }
.more-button {
  margin-top: 30px; }
@media (max-width: 767px) {
    .more-button {
      margin-bottom: 20px; } }
.action-user-icon {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: top; }
.action-user-icon.action .action-icon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1; }
.action-user-icon.action .action-icon img {
      width: 20px;
      height: 20px; }
.action-user-icon.action .action-icon i {
      font-size: 20px; }
.action-user-icon.action .action-icon .fa.fa-lock {
      color: #ffc40d; }
.action-user-icon.action .action-icon .fa.fa-tag {
      color: #ccc; }
.action-user-icon.action .user-icon {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 28px;
    height: 28px;
    vertical-align: bottom; }
.itemsSearchHeader {
  margin-top: 40px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee; }
.itemsSearchHeader_title {
    display: inline-block;
    margin: 0;
    font-size: 26px; }
.itemsSearchHeader_title strong {
      margin-right: 5px; }
.itemsSearchHeader_result {
    display: inline-block;
    margin-left: 10px;
    color: #999;
    font-size: 18px; }
.itemsSearchTabs {
  box-sizing: border-box;
  margin-top: -10px;
  border-bottom: 1px solid #eee; }
.itemsSearchTabs:before {
    display: table;
    content: ""; }
.itemsSearchTabs:after {
    display: table;
    clear: both;
    content: ""; }
.itemsSearchTabs li {
    display: inline-block;
    float: left;
    box-sizing: border-box; }
.itemsSearchTabs li a:link {
      color: #337ab7;
      text-decoration: none; }
.itemsSearchTabs li a:hover {
      color: #337ab7;
      text-decoration: none; }
.itemsSearchTabs li a:active {
      color: #337ab7;
      text-decoration: none; }
.itemsSearchTabs li a:visited {
      color: #337ab7;
      text-decoration: none; }
.itemsSearchTabs li a {
      display: inline-block;
      box-sizing: border-box;
      padding: 15px 8px 10px; }
.itemsSearchTabs li a:hover {
        border-bottom: 3px solid #59bb0c; }
.itemsSearchTabs li.active a {
      border-bottom: 3px solid #59bb0c; }
.partiallyMatchedTag h5 .fa {
  margin-right: 3px; }
.partiallyMatchedTag img {
  margin: 2px;
  width: 22px;
  height: 22px; }
.partiallyMatchedTag_tag {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  margin-left: .7em;
  padding: 0 2px;
  padding-right: 5px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #dfdfdf;
  background-color: #dfdfdf;
  color: #555 !important;
  vertical-align: middle;
  font-size: 85%;
  font-size: 15px;
  line-height: 1.2em; }
.partiallyMatchedTag_tag a:link {
    color: #555;
    text-decoration: none; }
.partiallyMatchedTag_tag a:hover {
    color: #555;
    text-decoration: none; }
.partiallyMatchedTag_tag a:active {
    color: #555;
    text-decoration: none; }
.partiallyMatchedTag_tag a:visited {
    color: #555;
    text-decoration: none; }
.partiallyMatchedTag_tag:after {
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -.6em;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: .6em;
    border-color: transparent;
    border-right-color: #dfdfdf;
    content: '';
    pointer-events: none; }
.partiallyMatchedTag_tag:hover {
    background-color: #acacac; }
.partiallyMatchedTag_tag:hover a:link {
      color: #fff;
      text-decoration: none; }
.partiallyMatchedTag_tag:hover a:hover {
      color: #fff;
      text-decoration: none; }
.partiallyMatchedTag_tag:hover a:active {
      color: #fff;
      text-decoration: none; }
.partiallyMatchedTag_tag:hover a:visited {
      color: #fff;
      text-decoration: none; }
.partiallyMatchedTag_tag:hover:after {
      border-right-color: #acacac; }
.partiallyMatchedTag_tag:hover .fa.fa-check {
      color: #fff; }
.partiallyMatchedTag_tag a {
    display: inline-block;
    margin-left: -2px;
    color: #555 !important; }
.partiallyMatchedTag_tag a:visited {
      color: #555 !important; }
.partiallyMatchedTag_tag img {
    margin-top: 1px;
    margin-left: 2px;
    width: 1em;
    height: 1em;
    vertical-align: top; }
.partiallyMatchedTag_tag .fa.fa-check {
    margin: 0 -2px;
    color: #999;
    vertical-align: middle;
    font-size: 70%; }
.partiallyMatchedTag_tag a:link {
    color: #555;
    text-decoration: none; }
.partiallyMatchedTag_tag a:hover {
    color: #555;
    text-decoration: underline; }
.partiallyMatchedTag_tag a:active {
    color: #555;
    text-decoration: underline; }
.partiallyMatchedTag_tag a:visited {
    color: #555;
    text-decoration: none; }
.partiallyMatchedTag_tag:hover {
    text-decoration: none; }
.partiallyMatchedTag_tag img {
    margin: 2px 3px 2px 2px; }
.partiallyMatchedTag_stats {
  display: inline-block;
  margin: 0 10px; }
.partiallyMatchedTag_follow {
  display: block;
  margin-top: 10px; }
.partiallyMatchedTag_divider {
  margin: 0 5px;
  vertical-align: top; }
.searchResult {
  position: relative;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #eee; }
.searchResult:before {
    display: table;
    content: ""; }
.searchResult:after {
    display: table;
    clear: both;
    content: ""; }
@media (max-width: 767px) {
    .searchResult {
      padding: 15px 0 30px; } }
.searchResult_left {
    position: absolute;
    top: 15px;
    left: 0;
    width: 25px; }
.searchResult_userIcon {
    display: inline-block;
    overflow: hidden;
    width: 25px;
    height: 25px;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); }
.searchResult_main {
    margin-left: 35px; }
.searchResult_header {
    margin-bottom: 2px;
    color: #999;
    font-size: 12px; }
.searchResult_header a:link {
      color: #999;
      text-decoration: none; }
.searchResult_header a:hover {
      color: #999;
      text-decoration: underline; }
.searchResult_header a:active {
      color: #999;
      text-decoration: underline; }
.searchResult_header a:visited {
      color: #999;
      text-decoration: none; }
.searchResult_itemTitle {
    display: inline-block;
    margin: 0 5px 0 0;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.4; }
.searchResult_itemTitle a:visited {
      color: #685987; }
.searchResult_snippet {
    margin-top: 3px;
    color: #999;
    line-height: 1.4; }
.searchResult_sub {
    position: absolute;
    top: 15px;
    right: 0;
    color: #999;
    font-size: 12px; }
.searchResult_sub a:link {
      color: #999;
      text-decoration: none; }
.searchResult_sub a:hover {
      color: #999;
      text-decoration: underline; }
.searchResult_sub a:active {
      color: #999;
      text-decoration: underline; }
.searchResult_sub a:visited {
      color: #999;
      text-decoration: none; }
.searchResult_sub .fa {
      margin-right: 3px;
      color: #999; }
@media (max-width: 767px) {
      .searchResult_sub {
        position: initial;
        margin-left: 35px; } }
.searchResult em {
    color: #4a4a4a;
    font-weight: bold;
    font-style: normal; }
.searchResult a:visited em {
    color: #685987; }
.searchResult a em {
    color: #337ab7; }
.adventCalendarRibbon:after, .adventCalendarRibbon:before {
  position: absolute;
  right: -13px;
  z-index: 1;
  display: block;
  width: 20px;
  height: 15px;
  border-right: 1px solid #fff;
  background-color: #fff;
  color: #b56767;
  content: ''; }
@media (max-width: 767px) {
    .adventCalendarRibbon:after, .adventCalendarRibbon:before {
      display: none; } }
.adventCalendarRibbon {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding: 1px 1px 1px 7px;
  border: 1px solid #fff;
  border-radius: 2px;
  background-color: #fff;
  color: #b56767; }
.adventCalendarRibbon a:link {
    color: #b56767;
    text-decoration: none; }
.adventCalendarRibbon a:hover {
    color: #b56767;
    text-decoration: underline; }
.adventCalendarRibbon a:active {
    color: #b56767;
    text-decoration: underline; }
.adventCalendarRibbon a:visited {
    color: #b56767;
    text-decoration: none; }
.adventCalendarRibbon span {
    position: relative;
    z-index: 3; }
.adventCalendarRibbon:after {
    bottom: -1px;
    border-bottom: 1px solid #fff;
    transform: skewX(40deg); }
.adventCalendarRibbon:before {
    top: -1px;
    height: 14px;
    border-top: 1px solid #fff;
    transform: skewX(-40deg); }
.adventCalendarRibbon_title {
    margin-right: 4px;
    padding-right: 7px;
    border-right: 1px solid #b56767;
    color: #b56767; }
.adventCalendarRibbon_title:hover {
      color: #fff; }
.itemsShowAuthorInfo {
  margin: 20px 0 20px;
  padding-top: 20px;
  border-top: 1px solid #e6e6e6;
  font-size: 12px; }
@media (max-width: 767px) {
    .itemsShowAuthorInfo {
      border-top: 0; } }
.itemsShowAuthorInfo_userIcon {
    display: inline-block;
    overflow: hidden;
    width: 60px;
    height: 60px;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); }
@media (max-width: 991px) {
      .itemsShowAuthorInfo_userIcon {
        display: inline-block;
        overflow: hidden;
        width: 40px;
        height: 40px;
        background-color: #fff;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); } }
.itemsShowAuthorInfo_sectionTitle {
    margin-top: 10px;
    margin-bottom: 3px; }
.itemsShowAuthorInfo_profileStats {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-left: 10px;
    vertical-align: top;
    text-overflow: ellipsis;
    white-space: nowrap; }
.itemsShowAuthorInfo_userName {
    z-index: 100;
    margin-bottom: 5px;
    color: #337ab7;
    font-size: 16px;
    line-height: 16px; }
.itemsShowAuthorInfo_contribution {
    color: #555; }
.itemsShowAuthorInfo_count {
    margin-right: 5px;
    font-weight: bold;
    font-size: 14px; }
.itemsShowAuthorInfo_unit {
    font-size: 12px; }
.itemsShowAuthorInfo_userFollowBtn {
    position: absolute;
    right: 0;
    bottom: 0; }
.itemsShowAuthorInfo_organizationTitle {
    margin-top: 10px;
    margin-bottom: 10px; }
.itemsShowAuthorInfo_organizationLogo {
    width: 30px;
    height: 30px; }
.itemsShowAuthorPopularItems_sectionTitle {
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: bold; }
.itemsShowAuthorPopularItems_posts {
  padding-left: 10px; }
.itemsShowAuthorPopularItems_posts li {
    margin-bottom: 5px; }
.itemsShowAuthorPopularItems_posts li a {
      font-size: 13px; }
.itemsShowAuthorPopularItems_posts li:before {
      display: inline-block;
      margin-right: 5px;
      margin-left: -10px;
      color: #999;
      content: '\002022'; }
@media (min-width: 768px) {
  .itemsShowBody_articleColumn {
    padding-right: 30px; } }
@media print {
  .itemsShowBody_articleColumn {
    width: 100%; } }
.itemsShowBody_articleColumnFooter {
  margin-top: 50px;
  padding: 16px;
  border-top: 5px solid #e4e4e4;
  background-color: #f8f8f8; }
.references + .itemsShowBody_articleColumnFooter,
  .itemsShowBody_adventCalendar + .itemsShowBody_articleColumnFooter {
    margin-top: 0;
    border-top: 1px dotted #e1e1e1; }
.ArticleFooter__menu + .itemsShowBody_articleColumnFooter {
    margin-top: 20px; }
.itemsShowBody_articleColumnFooter_requestBlock {
    margin-bottom: 15px; }
.itemsShowBody_articleColumnFooter_request {
    margin-right: 12px; }
.itemsShowBody_articleColumnFooter_requestDescription {
    color: #999;
    font-size: 12px; }
@media (max-width: 767px) {
      .itemsShowBody_articleColumnFooter_requestDescription {
        display: none; } }
@media print {
    .itemsShowBody_articleColumnFooter {
      display: none; } }
@media (max-width: 767px) {
  .itemsShowBody_subColumn .socialButtons {
    display: none; } }
@media print {
  .itemsShowBody_subColumn {
    display: none; } }
.itemsShowBody_adventCalendar {
  margin-top: 40px;
  padding: 15px;
  border-top: 5px solid #e4e4e4;
  background-color: #f8f8f8;
  font-size: 13px; }
@media print {
    .itemsShowBody_adventCalendar {
      display: none; } }
.ArticleFooter__menu + .itemsShowBody_adventCalendar {
    margin-top: 20px; }
.itemsShowBody_adventCalendar_header {
    font-size: 14px; }
.itemsShowBody_adventCalendar_header .title,
    .itemsShowBody_adventCalendar_header .date {
      font-weight: bold; }
.itemsShowBody_adventCalendar_nav {
    margin: 0; }
.itemsShowBody_adventCalendar_nav li:first-child {
      margin-top: 12px; }
.itemsShowBody_adventCalendar_nav li:last-child {
      margin-bottom: 0; }
.itemsShowBody_adventCalendar_neighborItem {
    margin-bottom: 5px; }
.itemsShowBody_adventCalendar_date {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px; }
.itemsShowBody_adventCalendar_title {
    display: inline-block;
    margin: 0 8px;
    line-height: 18px; }
.itemsShowBody_adventCalendar_icon {
    vertical-align: middle; }
.itemsShowBody_adventCalendar_link {
    vertical-align: middle;
    font-size: 14px; }
.itemsShowBody .text-advertisement {
  margin-top: 16px;
  padding-top: 12px;
  border-top: dotted 1px #ccc; }
.itemsShowComment_wrapper {
  margin-top: 12px;
  margin-bottom: 12px;
  padding-top: 20px; }
.itemsShowCommentSignupOrLogin {
  padding: 20px;
  border-top: 1px solid #ddd;
  background-color: #fafafa;
  text-align: center; }
.itemsShowCommentSignupOrLogin_title {
    margin-bottom: 10px;
    font-size: 18px; }
.itemsShowCommentSignupOrLogin_sub {
    margin-top: 10px; }
.itemsShowHeaderStock_statusList {
  display: table;
  margin-bottom: 10px;
  width: 100%;
  vertical-align: middle; }
.itemsShowHeaderStock_statusList li {
    display: table-cell;
    margin-right: -1px;
    width: 33%;
    border-right: solid 1px rgba(255, 255, 255, 0.3);
    text-align: center; }
.itemsShowHeaderStock_statusList li:last-child {
      margin-right: 0;
      border-right: 0; }
.itemsShowHeaderStock_count {
  font-weight: normal;
  font-size: 22px;
  line-height: 22px; }
.itemsShowHeaderStock_count .fa {
    margin-right: 5px;
    font-size: 13px; }
.itemsShowHeaderStock_countText {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px; }
.itemsShowHeaderStock_stockUsers {
  margin-top: 10px;
  margin-left: 0; }
.itemsShowHeaderStock_stockUsers li {
    display: inline-block;
    margin-left: 0;
    padding-left: 0; }
.itemsShowHeaderStock_stockUsers img {
    display: inline-block;
    overflow: hidden;
    width: 18px;
    height: 18px;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); }
.itemsShowHeaderStock_stockUsers_showAllStockers a {
    color: #49861b; }
.itemsShowHeaderStock .btn-primary {
  border-color: rgba(0, 0, 0, 0.25) !important;
  background-color: rgba(255, 255, 255, 0.08) !important;
  color: #fff !important; }
.itemsShowHeaderStock .btn-primary:hover, .itemsShowHeaderStock .btn-primary:focus, .itemsShowHeaderStock .btn-primary:active, .itemsShowHeaderStock .btn-primary.active,
  .open > .itemsShowHeaderStock .btn-primary.dropdown-toggle {
    border-color: rgba(0, 0, 0, 0.25) !important;
    background-color: rgba(230, 230, 230, 0.08) !important;
    color: #fff !important; }
.itemsShowHeaderStock .btn-primary.disabled .itemsShowHeaderStock .btn-primary, .itemsShowHeaderStock .btn-primary.disabled .itemsShowHeaderStock .btn-primary:hover, .itemsShowHeaderStock .btn-primary.disabled .itemsShowHeaderStock .btn-primary:focus, .itemsShowHeaderStock .btn-primary.disabled .itemsShowHeaderStock .btn-primary:active, .itemsShowHeaderStock .btn-primary.disabled .itemsShowHeaderStock .btn-primary.active {
    border-color: rgba(0, 0, 0, 0.25) !important;
    background-color: rgba(255, 255, 255, 0.08) !important; }
.itemsShowHeaderStock .btn-primary .badge {
    background-color: #fff !important;
    color: rgba(255, 255, 255, 0.08) !important; }
.itemsShowHeaderStock .btn-default {
  border-color: #ccc !important;
  background-color: #fff !important;
  color: #333 !important; }
.itemsShowHeaderStock .btn-default:hover, .itemsShowHeaderStock .btn-default:focus, .itemsShowHeaderStock .btn-default:active, .itemsShowHeaderStock .btn-default.active,
  .open > .itemsShowHeaderStock .btn-default.dropdown-toggle {
    border-color: #adadad !important;
    background-color: #e6e6e6 !important;
    color: #333 !important; }
.itemsShowHeaderStock .btn-default.disabled .itemsShowHeaderStock .btn-default, .itemsShowHeaderStock .btn-default.disabled .itemsShowHeaderStock .btn-default:hover, .itemsShowHeaderStock .btn-default.disabled .itemsShowHeaderStock .btn-default:focus, .itemsShowHeaderStock .btn-default.disabled .itemsShowHeaderStock .btn-default:active, .itemsShowHeaderStock .btn-default.disabled .itemsShowHeaderStock .btn-default.active {
    border-color: #ccc !important;
    background-color: #fff !important; }
.itemsShowHeaderStock .btn-default .badge {
    background-color: #333 !important;
    color: #fff !important; }
.itemsShowHeaderTags {
  display: block;
  margin-bottom: 10px;
  padding-left: 5px; }
.itemsShowHeaderTags .tagIcon {
    display: inline-block;
    box-sizing: border-box; }
.itemsShowHeaderTags .tagIcon_base {
      position: relative;
      display: inline-block;
      box-sizing: border-box;
      margin: 0 5px;
      padding: 0 2px;
      height: 20px;
      border: 1px solid #ddd;
      border-left: 0;
      border-top-right-radius: 2px;
      border-bottom-right-radius: 2px;
      background-color: #fff;
      color: #7e7e7e;
      font-weight: normal;
      font-size: 12px;
      line-height: 20px; }
.itemsShowHeaderTags .tagIcon_base:before, .itemsShowHeaderTags .tagIcon_base:after {
        position: absolute;
        width: 0;
        height: 0;
        content: ''; }
.itemsShowHeaderTags .tagIcon_base:before {
        top: -1px;
        left: -10px;
        border-top: 10px solid transparent;
        border-right: 10px solid #ddd;
        border-bottom: 10px solid transparent; }
.itemsShowHeaderTags .tagIcon_base:after {
        top: 0;
        left: -9px;
        border-top: 9px solid transparent;
        border-right: 9px solid #fff;
        border-bottom: 9px solid transparent; }
.itemsShowHeaderTags .tagIcon_name {
      display: inline-block;
      padding-left: 6px; }
.itemsShowHeaderTags .tagIcon_name:after {
        position: absolute;
        top: 7px;
        left: 0;
        display: block;
        width: 4px;
        height: 4px;
        border: 1px solid #ddd;
        border-radius: 3px;
        background: #fff;
        content: ''; }
.itemsShowHeaderTags .tagIcon_img {
      margin-top: 3px;
      margin-right: 2px;
      width: 12px;
      height: 12px;
      vertical-align: top; }
.itemsShowHeaderTags .tagIcon_name {
      padding-left: 0; }
.itemsShowHeaderTags .tagIcon_name:after {
        display: none; }
.itemsShowHeaderTags .tagIcon_version {
      display: inline-block;
      padding: 0 3px;
      height: 18px;
      border-left: 1px dotted #ddd; }
.itemsShowHeaderTags .tagIcon_base {
      padding-right: 0; }
.itemsShowHeaderTags .tagIcon_name {
      margin-right: 6px; }
.itemsShowHeaderTags .tagIcon_version {
      padding-right: 5px; }
.itemsShowHeaderTags .tagIcon_count {
      position: relative;
      display: inline-block;
      padding: 0 4px;
      height: 18px;
      border-left: 1px solid #ddd;
      background-color: #f5f5f5;
      text-align: center; }
.itemsShowHeaderTags .tagIcon_count:before, .itemsShowHeaderTags .tagIcon_count:after {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        content: ''; }
.itemsShowHeaderTags .tagIcon_count:before {
        top: 5px;
        left: -4px;
        border-top: 4px solid transparent;
        border-right: 4px solid #ddd;
        border-bottom: 4px solid transparent; }
.itemsShowHeaderTags .tagIcon_count:after {
        top: 6px;
        left: -3px;
        border-top: 3px solid transparent;
        border-right: 3px solid #f5f5f5;
        border-bottom: 3px solid transparent; }
.itemsShowRelatedItems {
  margin-top: 20px; }
.itemsShowRelatedItems_sectionTitle {
    margin-bottom: 5px;
    color: #555;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px; }
.itemsShowRelatedItems_article {
    position: relative;
    margin: 5px 0;
    padding-top: 5px;
    border-top: dotted 1px #ccc; }
.itemsShowRelatedItems_article:first-child {
      border-top: 0; }
.itemsShowRelatedItems_userIcon {
    position: absolute;
    top: 5px;
    left: 0;
    display: inline-block;
    overflow: hidden;
    width: 20px;
    height: 20px;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); }
.itemsShowRelatedItems_itemTitle {
    margin-left: 25px; }
.itemsShowRelatedItems_itemTitle h6 {
      margin: 0;
      font-weight: normal;
      font-size: 14px;
      line-height: 1.4; }
.tocTree {
  border-radius: 3px; }
.tocTree_contents {
    overflow-y: auto; }
.tocTree_contents ul {
      margin: 0;
      padding: 0 0 0 1em; }
.tocTree_contents > ul {
      margin-bottom: 15px;
      padding: 0; }
.tocTree_contents li {
      margin: 3px 0;
      list-style-type: none;
      line-height: 1.4; }
.tocTree_contents a {
      display: block;
      padding: 3px 10px !important;
      color: #999;
      line-height: 1.4; }
.tocTree_contents .active > a,
    .tocTree_contents a:hover {
      background-color: #efefef;
      color: #333; }
@media (max-width: 767px) {
  .tocTree {
    margin-left: 0;
    transition: 100ms; } }
.reportForm {
  margin-top: 100px;
  color: #555; }
.reportForm_note {
    color: #777;
    font-size: 13px; }
.reportForm_submitButton {
    display: block;
    float: right; }
.reportForm_submitButtonContainer {
    color: #fff; }
.reportForm_submitButtonContainer:before {
      display: table;
      content: ""; }
.reportForm_submitButtonContainer:after {
      display: table;
      clear: both;
      content: ""; }
.reportForm ul {
    margin-left: 30px; }
.reportForm li {
    padding-bottom: 10px; }
.kobito-window {
  overflow: auto;
  box-sizing: border-box;
  padding: 20px;
  width: 400px;
  height: 400px;
  border: solid 1px #ccc;
  font-size: 14px; }
.kobito-window h1 {
    margin: 10px 0 20px;
    font-size: 24px;
    line-height: 32px; }
.kobito-window h2 {
    margin: 10px 0 20px;
    font-size: 18px;
    line-height: 1.4; }
.kobito-window p {
    margin: 15px 0;
    line-height: 22px; }
.kobito-window p a {
      font-weight: bold; }
.kobito-window .btn-signup {
    padding: 8px 30px;
    font-size: 16px; }
.kobito-window .form .tos {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.4; }
.kpi table {
  margin: 20px 0 60px;
  border-bottom: 1px solid #ddd; }
.kpi th {
  padding: .8em;
  text-align: center; }
.kpi th .note {
    display: block; }
@media (min-width: 992px) {
    .kpi th {
      min-width: 10em; } }
.kpi td {
  padding: .3em .9em; }
.kpi .mainMetrics {
  border-top: 1px solid #ddd;
  text-align: center;
  font-size: 1.3em; }
.kpi .subMetrics {
  border-top: 1px solid #f8f8f8;
  color: #888;
  text-align: right;
  font-size: .95em; }
.kpi .period {
  font-size: .8em; }
.kpi .period .note {
    display: block; }
.kpi .even {
  background-color: #f8f8f8; }
.kpi .note {
  display: inline;
  margin-left: .25em;
  font-weight: normal;
  font-size: .65em; }
@media (max-width: 767px) {
    .kpi .note {
      display: block; } }
.kpiDetail_indicator {
  position: relative;
  z-index: 2;
  flex-basis: 360px;
  margin: 16px 8px;
  padding: 20px;
  border-radius: 6px;
  background-color: #f8f8f8;
  text-align: center; }
.kpiDetail_indicator .title {
    z-index: 10;
    font-size: 20px; }
.kpiDetail_indicator .mainValue {
    font-weight: bold;
    font-size: 48px;
    line-height: 1.2em; }
.kpiDetail_indicator .description {
    margin: 1em 0;
    color: #888;
    font-size: 12px; }
.kpiDetail_indicator table {
    color: #777;
    text-align: right;
    font-size: 13px; }
.kpiDetail_indicator th {
    padding: .2em 0;
    color: #999;
    text-align: right; }
@media (min-width: 768px) {
      .kpiDetail_indicator th {
        width: 160px; } }
.kpiDetail_indicator .value {
    padding-left: 1em;
    text-align: right; }
.kpiDetail_indicator .unit {
    padding-left: .3em;
    text-align: left;
    font-size: .65em; }
.kpiDetail_indicator .background {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    margin-top: -100px;
    margin-left: -100px;
    color: #f2f2f2;
    font-size: 200px;
    line-height: 1em; }
.loginModal_loginMessage {
  cursor: initial; }
.notificationSettings_groupItem_description {
  margin-top: 8px;
  margin-bottom: 0;
  color: #666; }
.notificationSettings_groupItem_heading {
  margin-top: 4px;
  margin-bottom: 0;
  font-weight: bold;
  font-size: inherit; }
.notificationSettings_groupItem_labels {
  margin-top: 4px; }
.notificationSettings_section_heading {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
  font-size: inherit; }
.organizationActivities_articles {
  margin-top: 20px; }
.organizationHeader {
  padding: 20px 0 70px;
  border-bottom: 1px solid #ddd;
  background-color: #fafafa;
  -webkit-font-smoothing: antialiased; }
.organizationHeader_container {
    margin-top: 10px; }
.organizationHeader_profile {
    display: flex;
    justify-content: flex-start; }
.organizationHeader_profile_keyVisual {
      width: 100%;
      border-top: solid 1px #eee;
      border-right: solid 1px #ddd;
      border-bottom: solid 1px #ddd;
      border-left: solid 1px #eee;
      box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1); }
.organizationHeader_profile_orgLogo {
      width: 60px;
      height: 60px; }
.organizationHeader_profile_container {
      margin-left: 10px; }
.organizationHeader_profile_orgName {
      display: block;
      margin: 0;
      font-size: 24px;
      line-height: 1.3; }
.organizationHeader_stats {
    display: flex;
    justify-content: flex-start;
    padding: 10px 0;
    border-radius: 4px;
    background-color: #eee; }
.organizationHeader_stats_container {
      display: block;
      flex-grow: 1;
      text-align: center; }
.organizationHeader_stats_container:first-child {
        border-right: 1px solid #ddd; }
.organizationHeader_stats_value {
      display: block;
      margin: 0;
      text-align: center;
      font-weight: 600;
      font-size: 20px;
      line-height: 1.4; }
.organizationHeader_stats_value .fa {
        font-size: 13px; }
.organizationHeader_stats_label {
      display: block;
      margin: 0;
      font-size: 12px;
      line-height: 1.4; }
.organizationHeader_stats_label > span {
        display: inline-block;
        margin-right: 5px; }
.organizationSidebar_container {
  margin-bottom: 12px;
  padding-top: 12px;
  border-top: 1px solid #eee; }
.organizationSidebar_container:first-child {
    margin-top: 10px;
    border: 0; }
.organizationSidebar_title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 14px; }
.organizationSidebar_socialButtons {
  margin-bottom: 14px; }
#piechart {
  height: 360px; }
.organizationFreePage {
  margin-top: 20px;
  margin-bottom: 2.5em; }
.organizationFreePage_info {
    display: flex;
    align-items: center; }
.organizationFreePage_info_message {
      flex-grow: 1;
      padding-left: 10px; }
.organizationInfo {
  padding: 20px;
  border: 1px solid #ddd; }
.organizationInfo_name {
    display: block;
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4; }
.organizationInfo_description {
    margin-top: 5px; }
.organizationInfo_container {
    display: flex;
    justify-content: flex-start;
    margin-top: 15px; }
@media (max-width: 767px) {
      .organizationInfo_container {
        display: block; } }
.organizationInfo_keyVisual {
    max-height: 240px;
    width: 240px; }
.organizationInfo_details {
    color: #555;
    font-size: 14px; }
@media (max-width: 767px) {
      .organizationInfo_details {
        margin-top: 14px; } }
.organizationInfo_details_item {
      margin-left: 14px;
      line-height: 1.6; }
@media (max-width: 767px) {
        .organizationInfo_details_item {
          margin-left: 0; } }
.organizationInfo_details_icon {
      display: inline-block;
      width: 15px;
      color: #999;
      text-align: center;
      font-size: 15px; }
.organizationImageView {
  position: relative;
  display: inline-block;
  margin-top: 15px; }
.organizationImageView_title {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 3px;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 12px; }
.organizationImageView_logo {
    width: 60px; }
.organizationImageView_keyVisual {
    width: 320px; }
.organizationMemberIcons {
  margin-top: 15px; }
.organizationMemberIcons_title {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 15px; }
.organizationMemberIcons_item {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px; }
.organizationMemberIcons_icon {
    display: inline-block;
    overflow: hidden;
    border-radius: 3px;
    vertical-align: middle;
    line-height: 1; }
.organizationMemberList {
  padding-top: 15px; }
.organizationMemberList_item {
    float: left;
    box-sizing: border-box;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;
    min-width: 200px;
    width: 32%;
    border-radius: 3px; }
.organizationMemberList_icon {
    display: inline-block;
    overflow: hidden;
    margin-right: 10px;
    width: 52px;
    height: 52px;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    vertical-align: top; }
.organizationMemberList_memberProfile {
    display: inline-block;
    max-width: 155px;
    vertical-align: top; }
@media (max-width: 1200px) {
      .organizationMemberList_memberProfile {
        max-width: 110px; } }
.organizationMemberList_userName {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    font-size: 14px; }
.organizationMemberList_memberStats {
    color: #999;
    font-size: 12px; }
.organizationNavTabs {
  margin-top: -42px; }
.organizationNavTabs_countLabel {
    display: inline-block;
    margin-left: 5px; }
.organizationNavTabs a {
    color: #888; }
.organizationSettingContents {
  margin-top: -20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-left: 1px solid #eee; }
.organizationSettingContents_fileInput {
    line-height: 1; }
.organizationSettingContents_sectionTitle {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    font-size: 28px; }
.organizationPopularItems_listItem {
  margin-bottom: 10px;
  padding-bottom: 10px;
  width: 100%;
  border-bottom: 1px dotted #ddd; }
.organizationPopularItems_listItem:last-child {
    border: 0; }
.organizationPopularItems_count {
  display: inline-block;
  margin-left: 5px;
  padding-left: 10px;
  border-left: 1px solid #ccc;
  line-height: 1; }
.organizationPopularItems_count i {
    font-weight: 400;
    font-size: 11px; }
.organizationPopularItems_count i.liked {
      color: #64d30e; }
.organizationPopularItems_itemTitle {
  margin-bottom: 5px;
  font-size: 14px; }
.organizationPopularItems_author {
  display: inline;
  margin-right: 5px; }
.organizationPopularItems_author a {
    color: #999; }
.organizationPopularItems_authorIcon {
  display: inline-block;
  overflow: hidden;
  margin-right: 5px;
  border-radius: 3px;
  vertical-align: middle;
  line-height: 1; }
.organizationsList_item {
  display: table;
  margin-bottom: 20px;
  padding-bottom: 20px;
  width: 100%;
  border-bottom: solid 1px #eee; }
.organizationsList_iconColumn {
  display: table-cell;
  padding-right: 20px;
  width: 66px;
  vertical-align: top; }
.organizationsList_profileColumn {
  display: table-cell;
  vertical-align: top; }
.organizationsList_orgIcon {
  width: 66px;
  height: 66px;
  border: 1px solid #ddd;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1); }
.organizationsList_orgName {
  margin: 0;
  margin-bottom: 4px;
  font-weight: normal;
  font-size: 22px;
  line-height: 22px; }
.organizationsList_orgUrl {
  margin-bottom: 3px; }
.organizationsList_orgDescription {
  color: #999;
  font-size: 13px;
  line-height: 1.4; }
.organizations {
  padding-top: 20px; }
.organizations_header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee; }
.organizations_header h1 {
      flex-shrink: 0;
      margin: 0; }
.organizations_about_btn {
    flex-shrink: 0;
    margin-top: 12px; }
.organizations_about_btn-checked {
      border-color: #adadad;
      background-color: #e6e6e6;
      color: #333; }
.organizations_about_btn .fa {
      margin-right: .2em; }
.organizations_about_btn .fa-blank {
      width: 10px; }
.organizationMemberSetting_user {
  box-sizing: border-box;
  margin: 0;
  padding: 10px 6px;
  border-top: solid 1px #ccc;
  font-size: 16px; }
.organizationMemberSetting_user:before {
    display: table;
    content: ""; }
.organizationMemberSetting_user:after {
    display: table;
    clear: both;
    content: ""; }
.organizationMemberSetting_userIcon {
  display: inline-block;
  overflow: hidden;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); }
.organizationMemberSetting_removeBtn {
  float: right; }
.organizationMemberSetting_addMemberForm {
  padding-top: 15px;
  border-top: solid 1px #ccc; }
.organizationMemberSetting_addMemberForm .twitter-typeahead {
    display: inline !important; }
.organizationMemberSetting_addMemberInput {
  width: 400px !important; }
.organizationMemberSetting_addMember {
  margin-left: 10px; }
.organizationMemberSetting_adminBtn {
  float: right;
  margin-right: 15px;
  width: 130px; }
.organizationMemberSetting_btnForm {
  float: right; }
.organizationMemberSetting_fullName {
  margin-left: 10px; }
.organizationFreePageEditor {
  margin-bottom: 20px; }
@media print {
    .organizationFreePageEditor {
      display: none; } }
.organizationFreePageEditor_contentHeader {
    position: relative;
    display: flex;
    justify-content: space-between;
    border: 1px solid #ccc;
    border-bottom: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #fafafa; }
.organizationFreePageEditor_toolbar .emojiPicker_body {
    bottom: -370px; }
.organizationFreePageEditor_toolbar > div {
    margin-right: 10px; }
.organizationFreePageEditor_tabs {
    display: inline-block; }
.organizationFreePageEditor_tab {
    display: inline-block;
    padding: 10px 20px;
    color: #aaa;
    font-size: 13px;
    line-height: 20px;
    cursor: pointer; }
.organizationFreePageEditor_tab:hover {
      text-decoration: none; }
.organizationFreePageEditor_tab.active {
      background-color: #fff;
      color: #666; }
.organizationFreePageEditor_tab.active:first-child {
        border-top-left-radius: 3px; }
.organizationFreePageEditor_markdownHelp {
    margin-right: 10px;
    vertical-align: text-bottom;
    font-size: 12px; }
@media (max-width: 767px) {
      .organizationFreePageEditor_markdownHelp {
        display: none; } }
.organizationFreePageEditor_body {
    padding: 5px 5px 0;
    border: 1px solid #ccc;
    border-top: 0;
    border-bottom: 0;
    background-color: #fff; }
.organizationFreePageEditor .content-area,
  .organizationFreePageEditor .preview-area {
    clear: both; }
.organizationFreePageEditor_previewingLoader {
    display: inline-block; }
.organizationFreePageEditor_previewingLoader:after {
      position: relative;
      display: block;
      width: 20px;
      height: 20px;
      border-top: 1px solid #545a6a;
      border-right: 1px solid #d4d4db;
      border-bottom: 1px solid #d4d4db;
      border-left: 1px solid #545a6a;
      border-radius: 100%;
      content: '';
      opacity: .5;
      animation: spinner-rotate .6s linear infinite; }
.organizationFreePageEditor_imageUploader {
    position: relative;
    margin: 0;
    padding: 10px 5px;
    height: 46px;
    border: 1px solid #ccc;
    border-top: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #fff;
    color: #999;
    font-size: 13px; }
.organizationFreePageEditor_imageUploader-button {
      margin-right: 5px;
      padding: 5px 8px;
      color: #555;
      vertical-align: baseline;
      font-size: 13px;
      line-height: 1; }
.organizationFreePageEditor_imageUploader-button i {
        margin-right: 5px; }
.organizationFreePageEditor_imageUploader-text {
      vertical-align: middle; }
@media (max-width: 767px) {
        .organizationFreePageEditor_imageUploader-text {
          display: none; } }
.organizationFreePageEditor_imageUploader-size {
      margin-right: 5px;
      vertical-align: middle; }
.organizationFreePageEditor_imageUploader-info {
      vertical-align: middle; }
.organizationFreePageEditor_inputImageFile {
    position: absolute;
    visibility: hidden;
    pointer-events: none; }
.organizationFreePageEditor_btns {
    position: absolute;
    top: 5px;
    right: 5px; }
.organizationFreePageEditor_btns button {
      padding: 6px 10px;
      min-width: 70px;
      font-size: 14px; }
.organizationFreePageEditor_btns button:last-child {
        margin-left: 5px; }
.organizationFreePageEditor_speakerDeckMessage {
    display: inline-block;
    width: 100%; }
.organizationFreePageEditor_textarea, .organizationFreePageEditor_textarea:focus {
    padding: 10px;
    min-height: 100px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #fafafa;
    box-shadow: inset 0 1px 3px #eee;
    color: #333;
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
    resize: vertical;
    transition: background-color 0.1s linear;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.commentForm .preview-area, .organizationFreePageEditor .preview-area {
  padding: 18px 32px;
  min-height: 100px;
  border-right: 1px solid #ccc;
  border-bottom: 1px dotted #ccc;
  border-left: 1px solid #ccc;
  background-color: #fff; }
@media (max-width: 767px) {
    .commentForm .preview-area, .organizationFreePageEditor .preview-area {
      padding: 16px; } }
.image-uploadable-textarea textarea {
  margin-bottom: 0;
  border-top: 0 !important;
  border-bottom: 0;
  border-radius: 0 !important; }
.overview {
  text-align: center; }
.overview_articlesCount {
    margin-bottom: 24px; }
.overview_articlesCount_description {
      color: #666; }
.overview_articlesCount_value {
      font-size: 80px;
      line-height: 1.2; }
.overview_description {
    font-size: 20px; }
.overview_feature {
    position: relative;
    position: relative;
    float: left;
    padding-right: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-left: 10px;
    min-height: 1px;
    min-height: 1px;
    width: 50%; }
@media (min-width: 768px) {
      .overview_feature {
        float: left;
        width: 25%; } }
.overview_feature_description {
      margin-top: 12px; }
.overview_feature_icon {
      font-size: 80px; }
.overview_feature_title {
      font-size: 20px; }
.overview_features {
    margin-right: -10px;
    margin-left: -10px;
    padding-top: 80px;
    padding-bottom: 40px; }
.overview_features:before {
      display: table;
      content: ""; }
.overview_features:after {
      display: table;
      clear: both;
      content: ""; }
.overview_logo_image {
    max-width: 100%; }
.overview_main {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #59bb0c;
    color: #fff; }
.overview_main a,
    .overview_main a:focus,
    .overview_main a:hover {
      color: #fff;
      text-decoration: underline; }
.overview_main_inner {
      margin-right: auto;
      margin-left: auto;
      padding-right: 10px;
      padding-left: 10px; }
.overview_main_inner:before {
        display: table;
        content: ""; }
.overview_main_inner:after {
        display: table;
        clear: both;
        content: ""; }
@media (min-width: 768px) {
        .overview_main_inner {
          width: 740px; } }
@media (min-width: 992px) {
        .overview_main_inner {
          width: 1000px; } }
@media (min-width: 1200px) {
        .overview_main_inner {
          width: 1160px; } }
.overview_organizations {
    padding-top: 40px;
    padding-bottom: 40px; }
.overview_organizations_description {
      margin-bottom: 32px;
      height: 1px;
      background-color: #999;
      background-image: linear-gradient(to right, #fff, #999, #fff);
      font-size: 16px; }
.overview_organizations_description:after {
        position: relative;
        top: -1.25rem;
        padding-right: 12px;
        padding-left: 12px;
        background: #fff;
        color: #999;
        content: attr(aria-label); }
.overview_organizations_inner {
      margin-right: auto;
      margin-left: auto;
      padding-right: 10px;
      padding-left: 10px; }
.overview_organizations_inner:before {
        display: table;
        content: ""; }
.overview_organizations_inner:after {
        display: table;
        clear: both;
        content: ""; }
@media (min-width: 768px) {
        .overview_organizations_inner {
          width: 740px; } }
@media (min-width: 992px) {
        .overview_organizations_inner {
          width: 1000px; } }
@media (min-width: 1200px) {
        .overview_organizations_inner {
          width: 1160px; } }
.overview_organizations_icon {
      position: relative;
      position: relative;
      float: left;
      margin-bottom: 16px;
      padding-right: 10px;
      padding-right: 10px;
      padding-left: 10px;
      padding-left: 10px;
      min-height: 1px;
      min-height: 1px;
      width: 25%; }
@media (min-width: 768px) {
        .overview_organizations_icon {
          float: left;
          width: 16.66667%; } }
.overview_organizations_icons {
      margin-right: -10px;
      margin-left: -10px; }
.overview_organizations_icons:before {
        display: table;
        content: ""; }
.overview_organizations_icons:after {
        display: table;
        clear: both;
        content: ""; }
.overview_organizations_iconsContainer {
      position: relative;
      padding-right: 10px;
      padding-left: 10px;
      min-height: 1px; }
@media (min-width: 768px) {
        .overview_organizations_iconsContainer {
          left: 16.66667%; } }
@media (min-width: 768px) {
        .overview_organizations_iconsContainer {
          float: left;
          width: 66.66667%; } }
.overview_organizations_more {
      display: block;
      margin-top: 16px;
      text-align: right;
      font-size: 12px; }
.overview_organizations_more, .overview_organizations_more:focus, .overview_organizations_more:hover {
        color: #999;
        text-decoration: none; }
.overview_sub {
    padding: 80px 0;
    background-color: #eeeae2;
    color: #66595c; }
.overview_sub i {
      color: #66595c; }
.overview_sub_inner {
      margin-right: auto;
      margin-left: auto;
      padding-right: 10px;
      padding-left: 10px; }
.overview_sub_inner:before {
        display: table;
        content: ""; }
.overview_sub_inner:after {
        display: table;
        clear: both;
        content: ""; }
@media (min-width: 768px) {
        .overview_sub_inner {
          width: 740px; } }
@media (min-width: 992px) {
        .overview_sub_inner {
          width: 1000px; } }
@media (min-width: 1200px) {
        .overview_sub_inner {
          width: 1160px; } }
.overview_subFeature {
    position: relative;
    position: relative;
    float: left;
    margin-bottom: 16px;
    padding-right: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-left: 10px;
    min-height: 1px;
    min-height: 1px;
    width: 33.33333%; }
@media (min-width: 768px) {
      .overview_subFeature {
        float: left;
        width: 16.66667%; } }
.overview_subFeature_icon {
      margin-bottom: 12px; }
.overview_subFeature_icon-stock i {
        padding-left: 8px; }
.overview_subFeature_icon i {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background: #f7f6f2;
        font-size: 32px;
        line-height: 80px; }
.overview_subFeature_title {
      font-size: 16px; }
.overview_subFeatures {
    margin-right: -10px;
    margin-left: -10px; }
.overview_subFeatures:before {
      display: table;
      content: ""; }
.overview_subFeatures:after {
      display: table;
      clear: both;
      content: ""; }
.overview_subTitle {
    margin-bottom: 32px;
    font-size: 24px; }
.policy {
  padding-top: 20px; }
.policy_inner {
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px; }
.policy_inner:before {
      display: table;
      content: ""; }
.policy_inner:after {
      display: table;
      clear: both;
      content: ""; }
@media (min-width: 768px) {
      .policy_inner {
        width: 740px; } }
@media (min-width: 992px) {
      .policy_inner {
        width: 1000px; } }
@media (min-width: 1200px) {
      .policy_inner {
        width: 1160px; } }
.policy_main {
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    min-height: 1px; }
@media (min-width: 768px) {
      .policy_main {
        float: left;
        width: 75%; } }
.policy_navigation {
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    min-height: 1px; }
@media (min-width: 768px) {
      .policy_navigation {
        float: left;
        width: 25%; } }
.policy_row {
    margin-right: -10px;
    margin-left: -10px; }
.policy_row:before {
      display: table;
      content: ""; }
.policy_row:after {
      display: table;
      clear: both;
      content: ""; }
.popularItems {
  padding: 20px 0;
  background-color: #fafafa; }
.popularItems_title {
    margin: 1rem 0 1rem .2rem;
    font-size: 3.5rem; }
.popularItems_title_rss {
      color: #fb9c15;
      vertical-align: middle;
      font-size: 2.05rem; }
.popularItems_title_rss:hover, .popularItems_title_rss:focus {
        color: #f29004; }
.popularItems_title_beta {
      vertical-align: middle;
      font-size: 1.05rem;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
.popularItems_note {
    margin-bottom: 2.4rem;
    color: #999; }
.popularItems_list {
    padding: .5rem 0;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #fff; }
@media (max-width: 767px) {
      .popularItems_list {
        margin-bottom: 16px; } }
.popularItems_feedback_title {
    margin-bottom: .5rem;
    font-weight: bold; }
.popularItems_signupOrLogin {
    margin-top: 40px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #f3f3f3;
    text-align: center; }
.popularItems_signupOrLogin_title {
      margin-bottom: 10px;
      font-size: 18px; }
.popularItems_signupOrLogin_sub {
      margin-top: 10px; }
.popularItems_footer {
    background-color: #fafafa; }
.popularItem {
  flex-grow: 1;
  margin-bottom: 0;
  padding: 1.3rem 1.5rem 1rem;
  width: 100%;
  border-bottom: 1px dotted #ddd;
  background: #fff; }
.popularItem:last-child {
    border-bottom: 0; }
.popularItem_articleTitle {
    margin-bottom: .5rem;
    font-size: 1.6rem;
    line-height: 1; }
.popularItem_articleTitle_text {
      color: #000;
      font-weight: bold;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
.popularItem_articleTitle_text:hover {
        color: #000; }
.popularItem_articleTitle_text:visited {
        color: #666d74; }
.popularItem_articleTitle_avatar {
      margin-right: .4rem;
      vertical-align: middle; }
.popularItem_articleTitle_avatar-img {
        display: inline-block;
        overflow: hidden;
        width: 18px;
        height: 18px;
        border-radius: 3px;
        border-radius: 2px;
        vertical-align: middle;
        vertical-align: baseline;
        line-height: 1; }
.popularItem_articleInfo {
    margin-bottom: .8rem;
    color: #666d74;
    font-size: 1.3rem; }
.popularItem_author {
    margin-right: .8rem; }
.popularItem_author_name {
      color: #666d74; }
.popularItem_tags {
    display: inline-block;
    margin-right: .8rem; }
.popularItem_tags_item {
      color: #666d74; }
.popularItem_tags_item:after {
        display: inline-block;
        content: ','; }
.popularItem_tags_item:last-child:after {
        display: none; }
.popularItem_time {
    margin-right: .8rem; }
.popularItem_separator {
    margin-right: .8rem;
    color: #666d74;
    font-size: 1.3rem; }
.popularItem_articleBody {
    color: #666d74;
    font-size: 1.4rem;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.popularItem_articleBody a {
      color: #666d74; }
.popularItem_articleBody .fa-link {
      display: none; }
.popularItem_articleBody i {
      font-size: 1.4rem; }
.popularItem_articleBody .user-mention {
      font-weight: bold; }
.popularItem_articleLikeInfo {
    display: inline-block;
    vertical-align: middle; }
.popularItem_likeCount {
    display: inline-block;
    margin-right: .8rem; }
.popularItem_likeCount_icon {
      margin-right: .4rem; }
.popularItem_likeCount_icon.liked {
        color: #8fd855; }
.popularItem_likeCount_number {
      font-weight: bold; }
.popularItem_followingLikers {
    display: inline-block;
    vertical-align: top; }
.popularItem_followingLikers_avatar {
      display: inline-block;
      overflow: hidden;
      margin-right: .5rem;
      width: 16px;
      height: 16px;
      border-radius: 3px;
      border-radius: 2px;
      vertical-align: middle;
      vertical-align: text-top;
      line-height: 1; }
.publicEditor {
  position: absolute;
  top: 51px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f8faf7; }
@media (max-width: 767px) {
  .publicHeader_newItem {
    padding-top: 10px !important; } }
@media (max-width: 767px) {
  .publicHeader_newItemLabel {
    display: none; } }
.publicHeader_xsNewItemButton {
  display: none; }
@media (max-width: 767px) {
    .publicHeader_xsNewItemButton {
      display: block;
      padding: 5px 8px;
      border-radius: 3px;
      background-color: #59bb0c;
      color: #fff;
      font-size: 14px; } }
.publicSearchResultContainer {
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px; }
.publicSearchResultContainer:before {
    display: table;
    content: ""; }
.publicSearchResultContainer:after {
    display: table;
    clear: both;
    content: ""; }
@media (min-width: 768px) {
    .publicSearchResultContainer {
      width: 740px; } }
@media (min-width: 992px) {
    .publicSearchResultContainer {
      width: 1000px; } }
@media (min-width: 1200px) {
    .publicSearchResultContainer {
      width: 1160px; } }
.publicSearchResultContainer_help {
    padding: 8px; }
.registrationForm_submitButton {
  margin-top: 20px; }
.registrationHeader {
  margin-top: 30px;
  margin-bottom: 40px; }
.registrationHeader_siteid {
    display: inline-block;
    padding: 10px 15px;
    height: 50px;
    background-color: #59bb0c; }
.registrationHeader_siteidImage {
    height: 100%; }
.registrationHeader_steps {
    float: right;
    color: #999;
    font-size: 18px;
    line-height: 50px; }
.registrationHeader_steps .active {
      color: #555;
      font-weight: bold; }
.registrationHeader_angle {
    margin: 0 15px; }
.registrationPage {
  padding-bottom: 60px; }
.registrationPage_sectionTitle {
    margin: 20px 0 0;
    text-align: center;
    letter-spacing: 1px;
    font-weight: normal;
    font-size: 34px; }
.registrationPage_description {
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 18px; }
.registrationPage_tos {
    margin-top: 10px; }
.registrationPage_errorMessage {
    margin-top: 5px; }
.registrationTags {
  margin-bottom: 30px; }
.registrationTags_item {
    display: inline-block;
    box-sizing: border-box;
    box-sizing: border-box;
    margin: 1%;
    padding: 10px;
    min-width: 260px;
    width: 31%;
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-bottom: solid 2px rgba(0, 0, 0, 0.12); }
.registrationTags_item:hover {
      background-color: rgba(0, 0, 0, 0.03); }
@media (max-width: 991px) {
      .registrationTags_item {
        width: 48%; } }
@media (max-width: 767px) {
      .registrationTags_item {
        margin: 0 0 10px;
        width: 100%; } }
.registrationTags_tagIcon {
    margin-right: 5px;
    width: 30px;
    height: 30px; }
.registrationTags_tagName {
    display: inline;
    vertical-align: middle;
    font-weight: normal;
    font-size: 20px; }
.loginSessionsForm_submit {
  margin-top: 20px; }
.sessionsLayout {
  margin-bottom: 60px; }
.sessionsLayout_siteid {
    margin-top: 30px;
    padding: 8px 12px;
    height: 45px;
    background-color: #59bb0c; }
.sessionsLayout_guide {
    margin-top: 20px;
    margin-bottom: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    color: #999; }
.sessionsLayoutFormColumn {
  overflow: hidden;
  border-left: 1px solid #eee; }
@media (max-width: 767px) {
    .sessionsLayoutFormColumn {
      border-left: 0; } }
.sessionsLayoutHeader_title {
  margin: 30px 0;
  letter-spacing: 1px;
  font-weight: normal;
  font-size: 36px; }
.sessionsLayoutHelp, .sessionsLayoutHelp-withBorder {
  margin: 30px 0; }
.sessionsLayoutHelp-withBorder {
  padding-top: 20px;
  border-top: 1px solid #eee; }
.kobitoSessionsWindow {
  overflow: auto;
  box-sizing: border-box;
  padding: 20px;
  width: 400px;
  height: 400px;
  border: solid 1px #ccc;
  font-size: 14px; }
.kobitoSessionsWindow_title {
    margin: 10px 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    font-size: 24px;
    line-height: 32px; }
.kobitoSessionsWindow_titleWithSub {
    margin: 10px 0;
    font-size: 24px;
    line-height: 28px; }
.kobitoSessionsWindow_titleSub {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    font-size: 14px; }
.kobitoSessionsWindow_oauthSignup {
    display: none; }
.kobitoSessionsWindow_oauthSignup.active {
      display: block; }
.kobitoSessionsWindow_emailSignup {
    display: none; }
.kobitoSessionsWindow_emailSignup.active {
      display: block; }
.kobitoSessionsWindow_toggleLink {
    color: #337ab7; }
.kobitoSessionsWindow_toggleLink:hover {
      text-decoration: underline;
      cursor: pointer; }
.checkTosContent {
  overflow: scroll;
  box-sizing: border-box;
  margin: 20px 0;
  padding: 0 20px;
  height: 350px;
  border: solid 3px #555;
  border-radius: 10px;
  background-color: #fff; }
.settingsPasswordInput .form-control-feedback {
  right: 10px;
  width: auto; }
.profileSettings_ignoreRailsError .field_with_errors {
  display: inline; }
.socialButtons {
  margin-bottom: -10px; }
.socialButtons_twitter, .socialButtons_hatebu, .socialButtons_googlePlus, .socialButtons_facebook, .socialButtons_pocket {
    display: inline-block;
    overflow-y: hidden;
    margin-bottom: 10px;
    height: 20px;
    vertical-align: top; }
.socialButtons_twitter {
    overflow-x: hidden;
    margin-right: 8px; }
.socialButtons_hatebu {
    margin-right: 8px; }
.socialButtons_googlePlus {
    overflow-x: hidden;
    width: 70px; }
.socialButtons_facebook {
    margin-right: 8px; }
.socialButtons_pocket {
    overflow-x: hidden;
    width: 100px; }
.tagEdit {
  margin-top: 20px; }
.tagEdit img {
    vertical-align: baseline; }
.tagEdit .banner-advertisement {
    margin-bottom: 15px; }
.tagShow {
  margin-top: 20px; }
.tagShow .banner-advertisement {
    margin-bottom: 15px; }
.tagShowHeader {
  display: inline-block;
  padding-bottom: 20px; }
.tagShowHeader_icon {
    float: left;
    padding-top: 4px;
    padding-right: 12px; }
.tagShowHeader_name {
    float: left;
    margin-top: 0;
    margin-right: 25px;
    margin-bottom: 0;
    font-size: 32px; }
.tagShowHeader_followButton {
    float: left;
    padding-top: 4px; }
.tagShowSection {
  margin-top: 20px;
  padding: 20px 0 0;
  border-top: solid 1px #ddd; }
.tagShowSection_showMore {
    display: inline-block;
    margin-top: 10px; }
.tagShowSection > h2 {
    margin: 0 0 15px;
    padding: 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px; }
.tagShowStats {
  display: table;
  width: 100%;
  border-top: solid 1px #ccc;
  background-color: #fafafa;
  color: #555; }
.tagShowStats_metric {
    display: table-cell;
    padding: 8px 5px;
    min-width: 60px;
    border-right: dotted 1px #e6e6e6;
    text-align: center; }
.tagShowStats_metric .count {
      margin-bottom: 5px;
      font-size: 20px; }
.tagShowStats_metric .unit {
      color: #777;
      white-space: nowrap;
      font-size: 11px;
      line-height: 13px; }
.tagShowStats_description {
    display: table-cell;
    padding: 6px 10px;
    color: #999;
    vertical-align: top; }
.tagShowLikeRanking_item {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #e6e6e6; }
.tagShowLikeRanking_item:last-child {
    border-bottom: 0; }
.tagShowLikeRanking_likesCount {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px; }
.tagShowLikeRanking_likesCount .count {
    font-size: 16px; }
.tagShowLikeRanking_likesCount .count i {
      margin-right: 3px;
      font-size: 12px; }
.tagShowLikeRanking_likesCount .unit {
    color: #555;
    font-size: 12px; }
.tagShowLikeRanking_main {
  margin-left: 50px;
  min-height: 35px; }
.tagShowLikeRanking_title {
  display: inline-block;
  margin: 0 0 5px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2; }
.fa.fa-trophy.gold {
  color: #ffd700; }
.fa.fa-trophy.silver {
  color: #d9d9d9; }
.fa.fa-trophy.bronze {
  color: #e69e2f; }
.tagShowTopList img {
  display: inline-block;
  overflow: hidden;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); }
.tagShowTopList td:first-child {
  width: 23px; }
.tagShowTopList_targetName {
  overflow: hidden;
  max-width: 180px;
  text-overflow: ellipsis;
  white-space: nowrap; }
.tagsLikes {
  margin-top: 20px; }
.tagsIndexHeader {
  margin-top: 30px;
  margin-bottom: 20px; }
.tagsIndexHeader_title {
    margin: 0;
    vertical-align: middle;
    font-size: 30px;
    line-height: 30px; }
.tagsIndexHeader_title a:link {
      color: #000;
      text-decoration: none; }
.tagsIndexHeader_title a:hover {
      color: #000;
      text-decoration: underline; }
.tagsIndexHeader_title a:active {
      color: #000;
      text-decoration: underline; }
.tagsIndexHeader_title a:visited {
      color: #000;
      text-decoration: none; }
.tagsIndexHeader_explanation {
    margin-top: 15px;
    padding: 10px;
    border-top: solid 1px #ccc;
    background-color: #fafafa;
    color: #555; }
.tagsIndexTagsList_tag {
  position: relative;
  display: inline-block;
  margin-left: .7em;
  padding: 0 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #dfdfdf;
  color: #555 !important;
  font-size: 85%;
  font-size: 18px;
  line-height: 1.2em; }
.tagsIndexTagsList_tag a:link {
    color: #555;
    text-decoration: none; }
.tagsIndexTagsList_tag a:hover {
    color: #555;
    text-decoration: none; }
.tagsIndexTagsList_tag a:active {
    color: #555;
    text-decoration: none; }
.tagsIndexTagsList_tag a:visited {
    color: #555;
    text-decoration: none; }
.tagsIndexTagsList_tag:after {
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -.6em;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: .6em;
    border-color: transparent;
    border-right-color: #dfdfdf;
    content: '';
    pointer-events: none; }
.tagsIndexTagsList_tag:hover {
    background-color: #acacac; }
.tagsIndexTagsList_tag:hover a:link {
      color: #fff;
      text-decoration: none; }
.tagsIndexTagsList_tag:hover a:hover {
      color: #fff;
      text-decoration: none; }
.tagsIndexTagsList_tag:hover a:active {
      color: #fff;
      text-decoration: none; }
.tagsIndexTagsList_tag:hover a:visited {
      color: #fff;
      text-decoration: none; }
.tagsIndexTagsList_tag:hover:after {
      border-right-color: #acacac; }
.tagsIndexTagsList_tag:hover .fa.fa-check {
      color: #fff; }
.tagsIndexTagsList_tag a {
    display: inline-block;
    margin-left: -2px;
    color: #555 !important; }
.tagsIndexTagsList_tag a:visited {
      color: #555 !important; }
.tagsIndexTagsList_tag img {
    margin-top: 1px;
    margin-left: 2px;
    width: 1em;
    height: 1em;
    vertical-align: top; }
.tagsIndexTagsList_tag .fa.fa-check {
    margin: 0 -2px;
    color: #999;
    vertical-align: middle;
    font-size: 70%; }
.tagsIndexTagsList_status {
  margin: 10px 0; }
.tagsIndexTagsList_divider {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ccc; }
.tagsItems {
  margin-top: 20px; }
.tagsShowMain {
  border-right: solid 1px #ccc; }
.tagFollowButton {
  display: inline-block;
  width: 100px; }
.tagFollowButton .tagFollowButton_button-follow {
    display: block; }
.tagFollowButton .tagFollowButton_button-following,
  .tagFollowButton .tagFollowButton_button-unfollow {
    display: none; }
.tagFollowButton.following .tagFollowButton_button-following {
    display: block; }
.tagFollowButton.following .tagFollowButton_button-follow,
  .tagFollowButton.following .tagFollowButton_button-unfollow {
    display: none; }
.tagFollowButton.following:hover .tagFollowButton_button-unfollow {
    display: block; }
.tagFollowButton.following:hover .tagFollowButton_button-follow,
  .tagFollowButton.following:hover .tagFollowButton_button-following {
    display: none; }
.userFollowButton {
  display: inline-block;
  width: 100px; }
.userFollowButton_inner {
    display: inline-block;
    padding: 4px 12px; }
.newUserPage {
  margin-top: 20px; }
.newUserPage_contributions_title {
    margin-top: 0;
    font-size: 16px; }
.newUserPageProfile_avatar {
  margin-bottom: 20px; }
.newUserPageProfile_avatar img {
    display: inline-block;
    overflow: hidden;
    overflow: hidden;
    width: 100%;
    border-radius: 3px;
    border-radius: 6px;
    vertical-align: middle;
    line-height: 1; }
.newUserPageProfile_count {
  float: right;
  padding: 0 5px; }
.newUserPageProfile_description {
  margin-bottom: 12px;
  padding-bottom: 12px !important;
  border-bottom: 1px solid #eee;
  line-height: 1.5; }
.newUserPageProfile_followees_icon {
  display: inline-block;
  overflow: hidden;
  border-radius: 3px;
  vertical-align: middle;
  line-height: 1; }
.newUserPageProfile_followees, .newUserPageProfile_organizations {
  margin-bottom: 0; }
.newUserPageProfile_fullName {
  margin: 0 0 3px;
  font-weight: bold; }
.newUserPageProfile_fullName + .newUserPageProfile_name {
    color: #999;
    font-weight: normal;
    font-size: 16px; }
.newUserPageProfile_header {
  margin-bottom: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.newUserPageProfile_info {
  margin-bottom: 12px;
  padding-top: 12px;
  border-top: 1px solid #eee;
  color: #444; }
.newUserPageProfile_info li:not(.TagList__item) {
    position: relative;
    margin-bottom: .4em; }
.newUserPageProfile_info li:not(.TagList__item):before {
      display: table;
      content: ""; }
.newUserPageProfile_info li:not(.TagList__item):after {
      display: table;
      clear: both;
      content: ""; }
.newUserPageProfile_info_heading {
    margin-bottom: 10px;
    font-weight: bold; }
.newUserPageProfile_info_body {
    padding: 0 0 6px;
    font-size: 13px; }
.newUserPageProfile_info_body:last-child {
      padding-bottom: 0;
      border-bottom: 0; }
.newUserPageProfile_info_body-edit {
      color: #999;
      font-size: 13px; }
.newUserPageProfile_name {
  margin: 0; }
.newUserPageProfile_socialLinks {
  margin-top: 2px;
  margin-left: -3px; }
.newUserPageProfile_socialLinks li {
    font-size: 1.5em; }
.newUserPageProfile_socialLink-github a {
  color: #000; }
.newUserPageProfile_socialLink-twitter a {
  color: #55acee; }
.newUserPageProfile_socialLink-facebook a {
  color: #4861a3; }
.newUserPageProfile_socialLink-googlePlus a {
  color: #c6594b; }
.newUserPageProfile_socialLink-linkedin a {
  color: #3974ae; }
.userActivityChart_header {
  margin-bottom: 10px;
  border: 0; }
.userActivityChart_header h4 {
    margin: 16px 0; }
.userActivityChart_svg {
  width: 100%;
  height: 270px; }
.userActivityChart_svg .c3-chart {
    cursor: crosshair; }
.userActivityChart_svg .c3-axis-x path,
  .userActivityChart_svg .c3-axis-y path,
  .userActivityChart_svg .c3-axis-y2 path {
    stroke: #999; }
.userActivityChart_svg .c3-axis-x line,
  .userActivityChart_svg .c3-axis-y line,
  .userActivityChart_svg .c3-axis-y2 line {
    stroke: transparent; }
.userActivityChart_svg .c3-axis-x .tick,
  .userActivityChart_svg .c3-axis-y .tick,
  .userActivityChart_svg .c3-axis-y2 .tick {
    fill: #666666; }
.userActivityChart_svg .c3-circle {
    fill: #fff;
    stroke-width: 2px;
    r: 5px; }
.userActivityChart_svg .c3-circle._expanded_ {
      stroke-width: 4px;
      r: 5px; }
.userActivityChart_svg .c3-tooltip {
    opacity: 1; }
.userActivityChart_svg .c3-line-contribution,
  .userActivityChart_svg .c3-shapes-contribution .c3-circle {
    stroke: #1f77b4; }
.userActivityChart_svg .c3-area-contribution {
    fill: #1f77b4; }
.userActivityChart_svg .c3-tooltip-name-contribution .name > span {
    background-color: #1f77b4; }
.userActivityChart_svg .c3-line-follower,
  .userActivityChart_svg .c3-shapes-follower .c3-circle {
    stroke: #ff7f0e; }
.userActivityChart_svg .c3-area-follower {
    fill: #ff7f0e; }
.userActivityChart_svg .c3-tooltip-name-follower .name > span {
    background-color: #ff7f0e; }
.userActivityChart_svg .c3-ygrid,
  .userActivityChart_svg .c3-xgrid {
    stroke: #b3b3b3;
    stroke-dasharray: initial; }
.userActivityChart_stats {
  margin: 0 0 10px;
  text-align: center; }
.userActivityChart_stat {
  padding-top: 10px;
  padding-bottom: 15px;
  border-top: 3px solid #ccc;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  color: #555;
  cursor: pointer; }
.userActivityChart_stat.active, .userActivityChart_stat:hover {
    border-top: 3px solid #59bb0c;
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
    background: #eee;
    color: #3c3c3c; }
.userActivityChart_stat:hover {
    text-decoration: none; }
.userActivityChart_statButton {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 1px 1px 0;
  width: 100%;
  border-top: 3px solid transparent;
  background: #fff; }
.userActivityChart_statText {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  text-align: center; }
.userActivityChart_statCount {
  font-weight: bold;
  font-size: 2em; }
.userActivityChart_statUnit {
  font-size: 1em;
  line-height: 1em; }
.userActivityChart .dropdown > a {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #ccc;
  background: #fff; }
.userAttrs {
  list-style-type: none; }
.userAttrs_element {
    position: relative;
    margin-bottom: .4em; }
.userAttrs_element:before {
      display: table;
      content: ""; }
.userAttrs_element:after {
      display: table;
      clear: both;
      content: ""; }
.userAttrs_body {
    padding-left: 1.5em; }
.userAttrs_icon {
    position: absolute;
    margin-right: .2em;
    color: #999; }
.userAttrs_fullName {
    font-size: 1.3em; }
.userPage_action {
  margin-top: 1em; }
.userPage_header {
  padding: 1em 0; }
.userPage_profile:before {
  display: table;
  content: ""; }
.userPage_profile:after {
  display: table;
  clear: both;
  content: ""; }
.userPage_userIcon {
  float: left;
  margin-right: 1em; }
.userPage_userBody {
  float: left; }
.userPage_heading {
  margin: 0;
  font-weight: bold; }
.userPage_oauthLink {
  font-size: .8em; }
.userPage_oauthLink-disabled a,
  .userPage_oauthLink-disabled a:hover {
    color: #ccc;
    text-decoration: none; }
.userPage_socialLink {
  font-size: .8em; }
.userPage_contributionCount {
  font-size: 2em; }
.userPage_contributionUnit {
  font-size: 1.2em; }
.userPage_socialButtons {
  margin-top: 1em; }
.userPage_socialButtons .googleplus,
  .userPage_socialButtons .hatebu,
  .userPage_socialButtons .twitter {
    display: inline-block; }
.userPage_socialButtons .twitter {
    width: 80px; }
.userPage_ribbon {
  padding: 1em 0;
  border-top: solid 1px #e8eee4;
  border-bottom: solid 1px #e8eee4;
  background: #f3f6f1; }
.userPage_main {
  padding: 1em 0; }
.userPageProfile_avatar {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border: 3px solid #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); }
.userPageProfile_avatar img {
    width: 100%; }
.userPageProfile_socialLinks li {
  font-size: 2em; }
.userPageProfile_socialLink-github a {
  color: #000; }
.userPageProfile_socialLink-twitter a {
  color: #55acee; }
.userPageProfile_socialLink-facebook a {
  color: #4861a3; }
.userPageProfile_socialLink-googlePlus a {
  color: #c6594b; }
.userPageProfile_socialLink-linkedin a {
  color: #3974ae; }
.userPageProfile_info {
  color: #444; }
.userPageProfile_info li {
    position: relative;
    margin-bottom: .4em; }
.userPageProfile_info li:before {
      display: table;
      content: ""; }
.userPageProfile_info li:after {
      display: table;
      clear: both;
      content: ""; }
.userPageProfile_infoIcon {
  position: absolute;
  margin-right: .2em;
  color: #666; }
.userPageProfile_infoBody {
  padding-left: 1.5em; }
.userPageProfile h3 {
  margin: 10px 0; }
.userPiechart_canvas {
  height: 200px; }
.userPopularItems_item {
  display: table;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ddd; }
.userPopularItems_item:before {
    display: table;
    content: ""; }
.userPopularItems_item:after {
    display: table;
    clear: both;
    content: ""; }
.userPopularItems_body {
  display: table-cell;
  width: 100%; }
.userPopularItems_notes {
  margin-bottom: 0;
  color: #999;
  font-size: 1em; }
.userPopularItems_like {
  display: table-cell;
  margin-right: 1em;
  min-width: 70px; }
.userPopularItems_likeCount {
  font-size: 1.1em; }
.userPopularItems_likeUnit {
  color: #888;
  font-size: .8em; }
.userPopularItems_tags {
  margin-bottom: 5px; }
.userPopularItems_title {
  display: inline-block;
  margin-bottom: 5px; }
.userRels_heading {
  margin-top: 0;
  font-weight: normal;
  font-size: 1em; }
.userRels_item {
  padding-right: 0 !important; }
.userRels-followees, .userRels-followers, .userRels-followingTags {
  margin-bottom: 1em; }
.userRels-followees img, .userRels-followers img, .userRels-organizations img {
  border: solid 1px #ccc; }
.usersRecruitingSearchResult_userIcon {
  display: inline-block;
  overflow: hidden;
  width: 20px;
  height: 20px;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); }
.button {
  position: relative;
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid transparent;
  border-color: #d5d5d5;
  border-radius: 3px;
  background-color: #eee;
  background-image: linear-gradient(#fcfcfc, #eee);
  color: #333;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-appearance: none; }
.button:active, .button:hover {
    border-color: #ccc;
    background-color: #ddd;
    background-image: linear-gradient(#eee, #ddd);
    text-decoration: none; }
.button:active, .button.selected {
    border-color: #b5b5b5;
    background-color: #dcdcdc;
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); }
.button:disabled, .button:disabled:hover, .button.disabled, .button.disabled:hover {
    border-color: rgba(197, 197, 197, 0.5);
    background-color: rgba(229, 229, 229, 0.5);
    background-image: none;
    box-shadow: none;
    color: rgba(102, 102, 102, 0.5);
    cursor: default; }
.button:focus {
    outline: none;
    border-color: #51a7e8;
    box-shadow: 0 0 5px rgba(81, 167, 232, 0.5);
    text-decoration: none; }
.button:focus:hover, .button.selected:focus {
    border-color: #51a7e8; }
.button.selected:hover {
    background-color: #cfcfcf; }
.button-base {
    position: relative;
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid transparent;
    border-radius: 3px;
    font-size: 13px;
    line-height: 20px; }
.button-danger {
    color: #900; }
.button-danger:hover {
      border-color: #cd504a;
      background-color: #b33630;
      background-image: linear-gradient(#dc5f59, #b33630);
      color: #fff; }
.button-danger:active, .button-danger.selected {
      border-color: #9f312c;
      background-color: #b33630;
      background-image: none;
      color: #fff; }
.button-danger.selected:hover {
      background-color: #9f302b; }
.button-danger:disabled, .button-danger:disabled:hover, .button-danger.disabled, .button-danger.disabled:hover {
      border-color: #e1e1e1;
      background-color: #efefef;
      background-image: linear-gradient(#fefefe, #efefef);
      color: #cb7f7f; }
.button-danger:hover .counter, .button-danger:active .counter, .button-danger.selected .counter {
      background-color: #fff;
      color: #b33630; }
.button-small {
    padding: 2px 10px; }
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  overflow: visible; /* 2 */
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-size: 1em; /* 2 */
  font-family: monospace, monospace; /* 1 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-size: 1em; /* 2 */
  font-family: monospace, monospace; /* 1 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; /* 2 */
  font-size: 100%; /* 1 */
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 1 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table; /* 1 */
  box-sizing: border-box; /* 1 */
  padding: 0; /* 3 */
  max-width: 100%; /* 1 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px; /* 2 */
  -webkit-appearance: textfield; /* 1 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  font: inherit; /* 2 */
  -webkit-appearance: button; /* 1 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, /* 1 */
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/**
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */
/**
 * Prevent margin and border from affecting element width.
 * https://goo.gl/pYtbK7
 *
 */
html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
/**
 * Removes the default spacing and border for appropriate elements.
 */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
form,
p,
pre {
  margin: 0;
}
button {
  padding: 0;
  outline: none;
  border: 0;
  background: transparent;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
iframe {
  border: 0;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/**
 * Suppress the focus outline on elements that cannot be accessed via keyboard.
 * This prevents an unwanted focus outline from appearing around elements that
 * might still respond to pointer events.
 */
[tabindex="-1"]:focus {
  outline: none !important;
}
button {
  color: inherit;
}
/*
 * to override bootstrap styles
 * https://github.com/twbs/bootstrap/blob/2eaef44edd2bd64dd12bea94ac24914a4f287d47/scss/_type.scss#L5
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
table {
  border-spacing: 0;
}
.StockItemsPage {
  margin-top: 20px;
}
.StockItemsPage__header {
  margin-bottom: 12px;
  font-size: 24px;
}
.StockItemsPage__description {
  margin-bottom: 12px;
  color: #aaa;
}
.StockItemsPage__searchForm {
  display: flex;
}
.StockItemsPage__searchFormInput {
  flex-grow: 1;
  margin-right: 12px;
  width: 100%;
}
/*
---
name: button
category: patterns/button
---

```html
<a href="#" class="p-button p-button--m">button</a>
<button href="#" class="p-button p-button--m">button</button>
```
*/
.p-button {
  display: inline-block;
  margin-bottom: 0;
  padding: 2px 6px;
  outline: none;
  border: 1px solid transparent;
  border-radius: 0.2em;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.p-button--m {
  padding: 6px 12px;
  font-size: 14px;
}
/*
---
name: media
category: patterns/media
---

Responsive implementation of [Media Object](http://www.stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code/) pattern by flexbox.

```html
<div class="media">
  <img src="http://increments.co.jp/assets/images/qiita-square.png" class="media__image thumb thumb--l" />
  <div class="media__body">
    Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptatibus id obcaecati voluptatum, possimus porro esse consectetur veniam labore inventore officia tempora, repudiandae temporibus quasi enim accusantium, explicabo doloremque delectus, nobis!
  </div>
</div>
```
*/
.media {
  display: flex
}
.media__image{
  margin-right: 1em; }
.media__body{
  flex: 1 1 0%;
  min-width: 0;
  width: 0; }
/*
---
name: thumbnail
category: patterns/thumbnail
---

Sizes are from `--xs` to `--xl`.

### `--xs`

```html
<img src="http://increments.co.jp/assets/images/qiita-square.png" class="thumb thumb--s" />
```

### `--m`

```html
<img src="http://increments.co.jp/assets/images/qiita-square.png" class="thumb thumb--m" />
```

### `--l`

```html
<img src="http://increments.co.jp/assets/images/qiita-square.png" class="thumb thumb--l" />
```

### covered

```html
<div class="thumb thumb--l">
  <div class="thumb__parent">
    <a href="#">
      <img src="http://increments.co.jp/assets/images/qiita-square.png" />
    </a>
    <a href="#" class="thumb__child">
      <img src="http://increments.co.jp/assets/images/qiita-square.png" />
    </a>
  </div>
</div>
```

### with icon

```html
<div class="thumb thumb--m">
  <div class="thumb__parent thumb__parent--icon">
    <a href="#">
      <img src="http://increments.co.jp/assets/images/qiita-square.png" />
    </a>
    <span class="fa fa-tag thumb__icon thumb__icon--tag"></span>
  </div>
</div>
```
*/
.thumb {
  display: flex;
  overflow: hidden;
  border-radius: 0.2em
}
.thumb img{
  width: 100%;
  height: 100%;
  border-radius: 0.2em; }
.thumb--xs{
  width: 20px;
  height: 20px; }
.thumb--s{
  width: 32px;
  height: 32px; }
.thumb--m{
  width: 48px;
  height: 48px; }
.thumb--l{
  width: 64px;
  height: 64px; }
.thumb--xl{
  width: 165px;
  height: 165px; }
.thumb--full{
  width: 100%;
  height: 100%; }
.thumb__parent{
  position: relative;
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px); }
.thumb__parent--icon{
  align-self: flex-end; }
.thumb__child{
  position: absolute;
  right: calc(-1 * 10px);
  bottom: calc(-1 * 10px);
  display: block;
  width: 65%;
  height: 65%; }
.thumb__child > img{
  border: 1px solid #fff; }
.thumb__icon{
  position: absolute;
  top: calc(-1 * 10px);
  right: calc(-1 * 10px);
  font-size: 1em; }
.thumb__icon--tag{
  color: #ccc; }
.thumbInBox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thumbInBox > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 5px;
  max-width: 100%;
  max-height: 100%;
}
.ArticleFooter__menu {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.ArticleFooter__menu a {
  color: inherit;
}
.ArticleFooter__userList {
  display: flex;
  flex-wrap: wrap;
  margin-left: 10px;
}
.ArticleFooter__user {
  margin: 2px;
}
.ArticleFooter__stock,
.ArticleFooter__editRequest {
  margin-right: 30px;
  color: #888;
}
.ArticleFooter__dropdown .fa {
  color: #888;
  font-size: 20px;
}
@media (max-width: 767px) {
  .ArticleFooter__menu {
    display: block;
  }
  .ArticleFooter__userList {
    margin: 8px 0;
  }
}
.ArticleMainHeader {
  padding: 25px 0;
  background-color: #79b74a;
  color: #fff
}
.ArticleMainHeader--adcalItem{
  background-color: #b56767; }
.ArticleMainHeader__title {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 35px;
  line-height: 1.5;
}
.ArticleMainHeader .LikeButton {
  margin-bottom: 10px;
}
.ArticleMainHeader__users {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.ArticleMainHeader__users li {
  margin-right: 5px;
  margin-bottom: 4px;
  padding: 0;
}
.ArticleMainHeader__users .fa-ellipsis-h {
  color: rgba(0, 0, 0, 0.4);
}
.ArticleAsideHeader {
  margin-bottom: 30px;
  padding: 5px 0;
  border-bottom: 1px solid #eee;
  background-color: #fafafa;
  color: #888;
  font-size: 14px;
}
.ArticleAsideHeader a {
  color: inherit;
}
.ArticleAsideHeader .fa {
  font-size: 16px;
}
.ArticleAsideHeader__author {
  display: flex;
  align-items: center
}
.ArticleAsideHeader__author img{
  margin-right: 0.4em; }
.ArticleAsideHeader__separator {
  margin-right: 0.8em;
  width: 1px;
  height: 10px;
  background-color: #ccc;
}
.ArticleAsideHeader__revisionCount,
.ArticleAsideHeader__editRequestCount {
  display: inline-block;
  margin-left: 5px;
  padding: 0 2px;
  min-width: 16px;
  border-radius: 3px;
  background-color: #aaa;
  color: #fff;
  text-align: center;
  font-size: 13px;
}
.dropdown__item--mobile {
  display: none;
}
@media (max-width: 415px) {
  .ArticleAsideHeader__viewCount,
  .ArticleAsideHeader__revision,
  .ArticleAsideHeader__edit,
  .ArticleAsideHeader__editRequest {
    display: none;
  }
  .dropdown__item--mobile {
    display: block;
  }
}
.ArticleAsideHeader__viewCount--mobile {
  padding: 3px 20px;
  color: #555;
}
.ArticleAsideHeader__author,
.ArticleAsideHeader__date,
.ArticleAsideHeader__revision,
.ArticleAsideHeader__editRequest,
.ArticleAsideHeader__gist {
  margin-right: 0.8em;
}
.ArticleAsideHeader__edit,
.ArticleAsideHeader__viewCount {
  margin-right: 0.8em;
}
.ArticleAsideHeader__stock {
  margin-right: 30px;
}
.ArticleAsideHeader__stock .fa {
  font-size: 24px;
}
.ArticleAsideHeader .dropdown .fa-cog {
  font-size: 20px;
}
.ArticleAsideHeader .dropdown .fa-caret-down {
  font-size: 16px;
}
.ArticleAsideHeader__editRequest > a {
  margin-left: 0.4em;
}
/*
---
name: ItemLink
category: components/ItemLink
---

Show the information of an article(item).
This is a link to the article page.

### Normal

```html
<div class="media ItemLink">
  <a href="#" class="media__image thumb thumb--m">
    <img src="http://increments.co.jp/assets/images/qiita-square.png" />
  </a>
  <div class="media__body">
    <div class="ItemLink__info">
      <a href="#">morishitter</a>
      <span>が<time>2014/03/24</time>に投稿</span>
    </div>
    <a href="#" class="ItemLink__title u-link-no-underline">Stylus入門したときのまとめ</a>
    <ul class="TagList">
      <li class="TagList__item">
        <a href="#" class="u-link-unstyled">CSS</a>
      </li>
      <li class="TagList__item">
        <a href="#" class="u-link-unstyled">Stylus</a>
      </li>
    </ul>
  </div>
  <ul class="ItemLink__status">
    <li><span class="fa fa-stock"></span></li>
    <li><span class="fa fa-comment-o"></span></li>
  </ul>
</div>
```

### --large

```html
<div class="media ItemLink ItemLink--large">
  <a href="#" class="media__image thumb thumb--l">
    <img src="http://increments.co.jp/assets/images/qiita-square.png" />
  </a>
  <div class="media__body">
    <div class="ItemLink__info">
      <a href="#">morishitter</a>
      <span>が<time>2014/03/24</time>に投稿</span>
    </div>
    <a href="#" class="ItemLink__title u-link-no-underline">Stylus入門したときのまとめ</a>
    <ul class="TagList">
      <li class="TagList__item">
        <a href="#" class="u-link-unstyled">CSS</a>
      </li>
      <li class="TagList__item">
        <a href="#" class="u-link-unstyled">Stylus</a>
      </li>
    </ul>
  </div>
  <ul class="ItemLink__status">
    <li><span class="fa fa-stock"></span></li>
    <li><span class="fa fa-comment-o"></span></li>
  </ul>
</div>
```

### --patch

```html
<div class="media ItemLink ItemLink--patch">
  <a href="#" class="media__image thumb thumb--m">
    <img src="http://increments.co.jp/assets/images/qiita-square.png" />
  </a>
  <div class="media__body">
    <div class="ItemLink__info">
      <a href="#">morishitter</a>
      <span>が<a href="#">htomine</a>の投稿に<time>2014/03/24</time>に編集リクエストを送信</span>
    </div>
    <a href="#" class="ItemLink__title u-link-no-underline">Stylus入門したときのまとめ</a>
  </div>
  <ul class="ItemLink__status">
    <li><span class="fa fa-stock"></span></li>
    <li><span class="fa fa-comment-o"></span></li>
  </ul>
</div>
```
*/
.ItemLink {
  padding: calc(1em * 2 / 3);
  border-bottom: 1px solid #ddd;
  color: #444;
  font-size: 12px
}
.ItemLink--large{
  font-size: 16px; }
.ItemLink__info{
  font-size: 1em; }
.ItemLink__info a,
    .ItemLink__info span{
  margin-right: 0.2em;
  text-decoration: none; }
.ItemLink__info a > a, .ItemLink__info span > a{
  margin-left: 0.2em; }
.ItemLink__title{
  display: block;
  margin-bottom: 0.5em;
  font-size: 1.3em; }
.ItemLink__status{
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  text-align: right;
  font-size: 1.2em; }
/*
---
name: LikeButton
category: components/LikeButton
---

```html
<div class="LikeButton">
  <button class="p-button p-button--m">
    <span class="fa fa-fw fa-thumbs-up"></span>
    <span>いいね</span>
  </button>
  <div class="LikeButton__balloon">12</div>
</div>

<div class="LikeButton LikeButton--small">
  <button class="p-button p-button--s">
    <span class="fa fa-fw fa-thumbs-up"></span>
    <span>いいね</span>
  </button>
  <div class="LikeButton__balloon">12</div>
</div>
```

```html
<div class="LikeLabel">
  <span class="fa fa-thumbs-o-up"></span>
  <span class="LikeLabel__text">いいね</span>
  <span class="LikeLabel__count">20</span>
</div>
```
*/
.LikeButton {
  display: flex;
}
.LikeButton > .p-button {
  flex-grow: 1;
  min-width: 85px;
  height: 32px;
  border: 1px solid #ccc;
  border-radius: 0.2em;
  background-color: #fff;
  color: #59bb0c;
  transition: background-color 0.1s ease-out, color 0.1s ease-out;
}
.LikeButton--small > .p-button {
  min-width: auto;
  height: 24px;
  font-size: 11px;
}
.LikeButton--small > .LikeButton__balloon {
  font-size: 1em;
}
@media (min-width: 960px) {
  .LikeButton > .p-button:hover {
    border-color: #61933b;
    background-color: #79b74a;
    color: #fff;
  }
}
.LikeButton > .p-button.liked {
  border-color: #61933b;
  background-color: #79b74a;
  color: #fff;
}
.LikeButton > .p-button.disabled {
  opacity: 0.8;
  cursor: not-allowed;
}
.LikeButton__balloon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  padding: 0 10px;
  min-width: 40px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  color: #333;
  font-size: 1.2em
}
.LikeButton__balloon::before,
  .LikeButton__balloon::after{
  position: absolute;
  content: ''; }
.LikeButton__balloon::before{
  top: 30%;
  left: -5px;
  border-top: 5px solid transparent;
  border-right: 5px solid #ccc;
  border-bottom: 5px solid transparent; }
.LikeButton__balloon::after{
  top: 34%;
  left: -4px;
  border-top: 4px solid transparent;
  border-right: 4px solid #fff;
  border-bottom: 4px solid transparent; }
.LikeLabel {
  font-size: 16px;
}
.LikeLabel .fa {
  font-size: 20px;
}
.LikeLabel__text,
.LikeLabel__count {
  display: inline-block;
}
.LikeLabel__text {
  margin: 0 4px;
}
/*
---
name: SidePanel
category: components/SidePanel
---

Show the SidePanel items.

```html
<div class="SidePanelItem">
  <div class="SidePanelItem__header">Header 1</div>
  <div class="SidePanelItem__body">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptatibus id obcaecati voluptatum, possimus porro esse consectetur veniam labore inventore officia tempora, repudiandae temporibus quasi enim accusantium, explicabo doloremque delectus, nobis!</div>
</div>
<div class="SidePanelItem">
  <div class="SidePanelItem__header">Header 2</div>
  <ul class="SidePanelItemMenu">
    <li>
      <a href="#" class="SidePanelItemMenu__item">
        <span class="SidePanelItemMenu__label">
          Menu Item 1
        </span>
        <span class="SidePanelItemMenu__count">99</span>
      </a>
    </li>
    <li>
      <a href="#" class="SidePanelItemMenu__item SidePanelItemMenu__item--active">
        <span class="SidePanelItemMenu__label">
          Menu Item 2
        </span>
        <span class="SidePanelItemMenu__count">99</span>
      </a>
    </li>
  </ul>
</div>
```
*/
.SidePanelItem {
  margin-bottom: 12px;
  padding-top: 12px;
  border-top: 1px solid #eee;
  color: #444;
}
.SidePanelItem__header {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 14px;
}
.SidePanelItemMenu__item {
  display: flex;
  align-items: center;
  padding: 6px;
  border-bottom: 1px dotted #ccc
}
.SidePanelItemMenu__item:hover,
  .SidePanelItemMenu__item:active,
  .SidePanelItemMenu__item:focus{
  background-color: #eee;
  text-decoration: none; }
.SidePanelItemMenu__item--active{
  background-color: #eee;
  font-weight: bold; }
.SidePanelItemMenu {
  font-size: 13px;
}
.SidePanelItemMenu__label {
  flex-grow: 1;
}
.SidePanelItemMenu__count {
  color: #444;
}
.SidePanelItemMenu__more {
  margin-top: 12px;
  width: 100%;
  border: 1px solid #ccc;
}
/*
---
name: StockButton
category: components/StockButton
---

## Normal

```html
<div class="StockButton">
  <button class="StockButton__stock">
    <div class="fa-stack fa-lg">
      <span class="fa fa-folder-open fa-stack-1x unstock"></span>
    </div>
    <span class="StockButton__label">ストック</span>
  </button>
</div>
```

## `--stocked`

```html
<div class="StockButton StockButton--stocked">
  <button class="StockButton__unstock">
    <div class="fa-stack fa-lg">
      <span class="fa fa-folder fa-stack-1x"></span>
      <span class="fa fa-check fa-stack-1x fa-inverse"></span>
    </div>
    <span class="StockButton__label">ストック</span>
  </button>
</div>
```
*/
.StockButton {
}
.StockButton button{
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font-size: 18px;
  cursor: pointer;
  transition: color 0.1s ease-out; }
.StockButton button:focus,
    .StockButton button:active:focus{
  outline: 0; }
.StockButton button:hover{
  color: #79b74a; }
.StockButton button[disabled]{
  cursor: not-allowed; }
.StockButton button .fa-stack{
  width: 1em;
  height: 0.9em;
  line-height: 1em; }
.StockButton--stocked {
}
.StockButton--stocked button{
  color: #79b74a; }
.StockButton--stocked button .fa-check{
  top: 2px;
  left: 2px;
  font-size: 11px; }
.StockButton.StockButton--stocked {
}
.StockButton.StockButton--stocked .StockButton__stock{
  display: none; }
.StockButton:not(.StockButton--stocked) {
}
.StockButton:not(.StockButton--stocked) .StockButton__unstock{
  display: none; }
.StockButton__label {
  margin-left: 5px;
  font-size: 13px;
}
.ItemLink .StockButton {
  line-height: 1;
  transition: background-color 0.1s ease-out
}
.ItemLink .StockButton button{
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 16px; }
.ItemLink .StockButton button:hover{
  background-color: #eee;
  cursor: pointer; }
.ItemLink .StockButton button .fa-check{
  top: 0;
  left: 1px;
  font-size: 9px; }
.ItemLink .StockButton__label {
  display: none;
}
.ItemLink .StockButton__stock,
.ItemLink .StockButton__unstock {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 21px;
}
.ItemLink .StockButton__stock {
  color: #999;
}
.ItemLink .fa-stack {
  margin-left: 3px;
}
.GridList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 8px;
  padding-left: 0;
}
.GridList__user {
  margin: 8px;
  padding-bottom: 12px;
  width: 270px;
  border-bottom: 1px solid #ddd;
}
/*
---
name: TagList
category: components/TagList
---

Arrange tags.

### normal

```html
<ul class="TagList">
  <li class="TagList__item">
    <a href="#" class="u-link-unstyled TagList__label">CSS</a>
  </li>
  <li class="TagList__item">
    <a href="#" class="u-link-unstyled">Stylus</a>
  </li>
</ul>
```

### with icon

```html
<ul class="TagList">
  <li class="TagList__item">
    <a href="#" class="u-link-unstyled TagList__label">
      <img class="TagList__icon" src="https://dhirajkumarsingh.files.wordpress.com/2012/05/css3-html5-logo.png" />
      html
    </a>
  </li>
</ul>
```

### with counts

```html
<div class="TagList">
  <div class="TagList__item" data-count="20"><span class="TagList__label">html</span></div>
  <div class="TagList__item" data-count="1000"><span class="TagList__label">css</span></div>
  <div class="TagList__item" data-count="300"><span class="TagList__label">javascript</span></div>
</div>
```

*/
.TagList {
  display: inline-flex;
  flex-wrap: wrap;
  font-size: 12px;
}
.TagList--large {
  font-size: 16px;
}
.TagList__item {
  display: flex;
  margin: 0 1em 0.5em 0.5em;
  padding: 0.2em 0.6em;
  border-left-style: none;
  border-radius: 0.2em;
  background-color: #e0e0e0;
  color: #444;
  line-height: 1;
  cursor: pointer;
}
.TagList__item::before {
  margin-left: -1em;
  width: 1em;
  height: 1em;
  border-bottom-left-radius: 0.2em;
  background-color: #e0e0e0;
  content: '';
  transform: rotate(45deg);
}
.TagList__item[data-count]::after {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -0.2em;
  margin-right: -0.6em;
  margin-bottom: -0.2em;
  margin-left: 0.5em;
  padding: 0 0.4em;
  background-color: #444;
  color: #fff;
  content: attr(data-count);
  line-height: 1;
}
.TagList__icon {
  margin-right: 0.2em;
  width: 1em;
  height: 1em;
}
.TagList__label {
  z-index: 100;
  display: flex;
  align-items: center;
  margin-left: -0.3em;
}
.ItemLink .TagList {
  align-items: center;
  margin-left: 8px;
}
/*
 * ユーザー情報コンポーネントのリファクタのブランチで他のルールを追加する
 */
.UserInfo__name {
  margin-bottom: 0.4em;
  font-size: 18px;
}
.u-flex {
  display: flex;
}
.u-flex-wrap {
  flex-wrap: wrap;
}
.u-align-center {
  align-items: center;
}
.u-space-between {
  justify-content: space-between;
}
.u-shrink-0 {
  flex-shrink: 0;
}
.help-text {
  margin-bottom: 12px;
  color: #777;
  font-size: 0.9em;
}
.u-link-unstyled.u-link-unstyled {
  color: currentColor;
  text-decoration: none;
}
.u-link-no-underline.u-link-no-underline {
  text-decoration: none;
}
.u-relative {
  position: relative;
}
.u-width-full {
  width: 100%;
}
.s-flex-align-center {
  display: flex;
  align-items: center;
}
.s-flex-space-between {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .s-flex-align-center,
  .s-flex-space-between {
    display: block;
  }
}
.s-flex-justiry-between > div {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .s-flex-justiry-between {
    justify-content: space-between;
  }
}
@media (max-width: 415px) {
  .mobile-hidden {
    display: none;
  }
}
.s-pdv-5 {
  padding: 5px 0;
}
.s-mgb-2em {
  margin-bottom: 2em;
}
.s-mgb-05em {
  margin-bottom: 0.5em;
}
