





@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 100%;
  font-weight: normal;
  color: #2e2e2e;
  background-color: #dfdfdf;
  padding-top: 50px;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #3d4140;
}
p {
  font-size: 0.875rem;
  font-family: Helvetica, Arial, sans-serif;
}
ul {
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
  color: #018d8e;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
  position: relative;
}
input:focus,
textarea:focus {
  outline: none;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
img {
  border-style: none;
}
.hidden {
  display: none;
}
[class^="b-span"] {
  margin-left: 1.5625%;
  float: left;
}
[class^="b-span"]:first-child {
  margin-left: 0;
}
.b-span1 {
  width: 6.90104167%;
}
.b-span2 {
  width: 15.36458333%;
}
.b-span3 {
  width: 23.828125%;
}
.b-span4 {
  width: 32.29166667%;
}
.b-span5 {
  width: 40.75520833%;
}
.b-span6 {
  width: 49.21875%;
}
.b-span7 {
  width: 57.68229167%;
}
.b-span8 {
  width: 66.14583333%;
}
.b-span9 {
  width: 74.609375%;
}
.b-span10 {
  width: 83.07291667%;
}
.b-span11 {
  width: 91.53645833%;
}
.b-span12 {
  width: 100%;
}
[class^="span"] {
  float: left;
}
[class^="span"]:first-child {
  margin-left: 0;
}
.span1 {
  width: 8.33333333%;
}
.span2 {
  width: 16.66666667%;
}
.span3 {
  width: 25%;
}
.span4 {
  width: 33.33333333%;
}
.span5 {
  width: 41.66666667%;
}
.span6 {
  width: 50%;
}
.span7 {
  width: 58.33333333%;
}
.span8 {
  width: 66.66666667%;
}
.span9 {
  width: 75%;
}
.span10 {
  width: 83.33333333%;
}
.span11 {
  width: 91.66666667%;
}
.span12 {
  width: 100%;
}
::-moz-selection {
  background: #d4e3e3;
}
::selection {
  background: #d4e3e3;
}
.no-js-totop {
  font-size: 0.8em;
  font-weight: 400;
  position: absolute;
  right: 30px;
}
.branddark {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  width: 100%;
  background-color: #035553;
  border-top: 1px solid #035553;
  position: fixed;
  top: 0;
  z-index: 4000;
}
.brandbar {
  width: 100%;
  height: 52px;
  border-top: 1px solid #337d7c;
  border-top-left-radius: 15px;
  background: #006666;
  background: -moz-linear-gradient(top, #166c6c 0%, #006666 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #166c6c), color-stop(100%, #006666));
  background: -webkit-linear-gradient(top, #166c6c 0%, #006666 100%);
  background: -o-linear-gradient(top, #166c6c 0%, #006666 100%);
  background: -ms-linear-gradient(top, #166c6c 0%, #006666 100%);
  background: linear-gradient(to bottom, #166c6c 0%, #006666 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#166c6c, endColorstr=#006666, GradientType=0);
}
.brandbar .beta-badge {
  display: block;
  width: 21px;
  height: 52px;
  text-indent: -9999px;
  background: url("//c.fsdn.com/s/img/beta-badge-vert.png") no-repeat;
  position: absolute;
  left: -2%;
}
.brandbar h1 {
  margin: 0;
  width: 45%;
  float: left;
  padding-left: 10px;
}
.brandbar h1 a {
  display: block;
  line-height: 52px;
  text-indent: -9999px;
  background: url("//c.fsdn.com/s/img/logo_slashdot.png") no-repeat left center;
}
.brandbar .nav-desktop {
  display: none;
}
.brandbar .nav-mobile {
  display: block;
}
.brandbar .nav-mobile .slider-control {
  display: inline-block;
  color: #ffffff;
  font-size: 2rem;
  line-height: 52px;
  padding-left: 8%;
  width: 18%;
}
.brandbar .nav-mobile h1 {
  float: none;
  display: inline-block;
  width: 80%;
}
#slashpage {
  position: relative;
  /* Set the position property so z-index will apply */
  z-index: 20000;
  /* Make sure this is higher than #menu */
}
#slashmenu {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 240px;
  padding: 15px 25px;
  margin: 0;
  list-style: none;
  background: #1e2329;
  box-shadow: inset -5px 0px 15px rgba(0, 0, 0, 0.5);
  z-index: 10000;
  /* Make sure the z-index is lower than the #page */
}
@media only screen and (max-width: 960px) {
  body {
    padding-top: 0;
  }
  #toggle-menu {
    display: inline-block;
    cursor: pointer;
  }
  #search {
    display: none;
  }
  .nav-desktop {
    display: block;
  }
  #slashmenu a {
    display: block;
    color: #fff;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  #slashpage,
  #slashmenu {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
  }
  .animating #slashmenu,
  .menu-visible #slashmenu {
    display: block;
  }
  .animating #slashpage {
    transition: transform 0.25s ease-in-out;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
  }
  .animating.left #slashpage {
    transform: translate3d(240px, 0, 0);
    -webkit-transform: translate3d(240px, 0, 0);
  }
  .animating.right #slashpage {
    transform: translate3d(-240px, 0, 0);
    -webkit-transform: translate3d(-240px, 0, 0);
  }
  .menu-visible #slashpage {
    left: 240px;
  }
}
.leaderboard {
  display: none;
}
.job-header {
  padding: 10px 20px 0 20px;
  border-top: 1px solid #dfdfdf;
}
.slashbox-list.horizontal-list {
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0 20px 10px;
  border-bottom: 1px solid #dfdfdf;
}
.slashbox-list.horizontal-list li {
  display: inline-block;
  margin-right: 20px;
  border: none;
}
.slashbox-list.horizontal-list li:first-child {
  border-top: none;
}
.slashbox-list.horizontal-list li.align-middle {
  position: relative;
  bottom: 10px;
}
.menu-filter {
  display: none;
}
.container {
  margin: 0 auto;
  width: 100%;
  padding: 0 2%;
  background-color: #ffffff;
  zoom: 1;
  *zoom: 1;
}
.container:before {
  content: '';
  display: block;
}
.container:after {
  content: '';
  display: table;
  clear: both;
}
.container .nav-wrap {
  width: 100%;
  padding-top: 52px;
}
.container .nav-wrap .paginate li {
  display: inline-block;
  padding: 10px;
}
.container.bump-down {
  padding-top: 20px;
}
.container.add-border-btm {
  margin-bottom: 10px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
#view-standard .featured-wrap {
  max-width: 99.8%;
}
#view-standard .featured-wrap .feature-top {
  height: 200px;
}
#view-standard .featured-wrap .feature-left,
#view-standard .featured-wrap .feature-right {
  float: left;
  width: 49.9%;
  height: 150px;
}
.login-modal {
  display: none;
}
.login-modal .ui-form-controls {
  padding: 0;
}
.login-modal .ui-form-controls p {
  color: #3c4041;
  font-size: 0.85em;
  width: 55%;
  margin-top: 5px;
}
.login-modal .ui-form-controls a {
  font-size: 0.625em;
  font-weight: 600;
}
.login-modal .ui-form-controls button {
  float: right;
}
.login-modal footer {
  font-size: 0.85em;
  text-indent: 8rem;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding-bottom: 20px;
  clear: both;
}
.col-rail {
  display: none;
}
.fixed {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid #337d7c;
  transition: box-shadow 0.25s;
  opacity: 1;
}
.fixed:hover {
  opacity: 1;
}
.fixed-mini-nav {
  height: 38px;
  /* Safari */
}
.fixed-mini-nav h1 a {
  line-height: 35px;
  background: url("//c.fsdn.com/s/img/logo_slashdot-mini.png") no-repeat left center;
}
.sd-callout {
  margin: 20px 0;
  padding: 20px;
  border-left: 3px solid #eeeeee;
}
.sd-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.sd-callout p {
  margin: 0 0 10px;
}
.sd-callout p:last-child {
  margin-bottom: 0;
}
.sd-callout-info {
  background-color: #f4f8fa;
  border-color: #5bc0de;
}
.sd-callout-info h4 {
  color: #5bc0de;
}
.sd-callout-warning {
  background-color: #fcf8f2;
  border-color: #f0ad4e;
}
.sd-callout-warning h4 {
  color: #f0ad4e;
}
.sd-callout-danger {
  background-color: #fdf7f7;
  border-color: #d9534f;
}
.sd-callout-danger h4 {
  color: #d9534f;
}
.article-list.sad-wrap {
  padding-top: 55px;
}
.article-list.sad-wrap .sad-bubble {
  height: 197px;
  width: 205px;
  margin: 0 auto;
  text-indent: -9999px;
  background: url('../img/bubble-sadface.png') no-repeat;
}
.article-list.sad-wrap h3,
.article-list.sad-wrap p {
  text-align: center;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.article-list.sad-wrap h3 {
  text-align: center;
  color: #3c4040;
  font-weight: 400;
  font-size: 1.2em;
  margin: 20px 0 8px;
}
.article-list.sad-wrap p {
  margin-top: 8px;
}
.anim {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  bottom: 0;
  width: 0;
  height: 5px;
  opacity: 100%;
  z-index: 2;
  pointer-events: none;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.anim.anim-start {
  width: 100%;
  opacity: 0;
}
.overlay {
  display: none;
}
.modal_pin {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2001;
  display: inline;
}
.modal_pin .modal_window {
  margin: 0 auto;
  border-radius: 4px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
  position: relative;
  right: 0;
  background-color: #f7f7f7;
  z-index: 2002;
}
.modal_pin .modal_window .close_btn {
  font-size: 2rem;
  color: rgba(0, 0, 0, 0.6);
  text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  right: 10px;
  cursor: pointer;
  z-index: 100;
}
.modal_pin .modal_window .close_btn:hover {
  color: #80b2b2;
}
p {
  font-size: 0.875rem;
  line-height: 1.3rem;
  margin-bottom: 5px;
}
p i {
  font-style: normal;
}
p[id^="text-"] i {
  display: block;
  font-size: inherit !important;
  font-family: inherit !important;
  margin: 0;
  padding: 0 0 0 1rem;
  border-left: 4px solid #dfdfdf;
  quotes: "";
}
.lazy {
  display: none;
}
.layout-article {
  padding: 2%;
  zoom: 1;
  *zoom: 1;
}
.layout-article:before {
  content: '';
  display: block;
}
.layout-article:after {
  content: '';
  display: table;
  clear: both;
}
.layout-rail {
  padding: 1.5rem 1.5rem 1.5rem 2.125rem;
}
.layout-rail:first-child {
  padding-top: 0;
}
.elips {
  zoom: 1;
  *zoom: 1;
}
.elips:before {
  content: '';
  display: block;
}
.elips:after {
  content: '';
  display: table;
  clear: both;
}
.layout-article,
.layout-rail {
  border-top: 5px solid #dfdfdf;
}
.layout-article:first-child,
.layout-rail:first-child {
  border-top: none;
}
#view-standard,
#view-classic,
#view-headline,
#video-river,
.inner {
  width: 100%;
}
#view-standard.border-top,
#view-classic.border-top,
#view-headline.border-top,
#video-river.border-top {
  border-top: 5px solid #dfdfdf;
}
#view-standard header.story-header,
#view-classic header.story-header,
#view-headline header.story-header,
#video-river header.story-header {
  margin: 10px 0;
  padding-right: 55px;
  position: relative;
}
#view-standard h1,
#view-classic h1,
#view-headline h1,
#video-river h1,
#view-standard h2,
#view-classic h2,
#view-headline h2,
#video-river h2 {
  position: relative;
}
#view-standard h1 a,
#view-classic h1 a,
#view-headline h1 a,
#video-river h1 a,
#view-standard h2 a,
#view-classic h2 a,
#view-headline h2 a,
#video-river h2 a {
  color: #3d4140;
}
#view-standard h1 a:hover,
#view-classic h1 a:hover,
#view-headline h1 a:hover,
#video-river h1 a:hover,
#view-standard h2 a:hover,
#view-classic h2 a:hover,
#view-headline h2 a:hover,
#video-river h2 a:hover {
  text-decoration: none;
  color: #006666;
}
#view-standard h1,
#view-classic h1,
#view-headline h1,
#video-river h1 {
  font-size: 1.2rem;
  line-height: 1.25rem;
  margin: 0;
}
#view-standard h2,
#view-classic h2,
#view-headline h2,
#video-river h2 {
  font-size: 1.25em;
  margin: 0 0 25px 0;
}
#view-standard h4,
#view-classic h4,
#view-headline h4,
#video-river h4 {
  color: #989898;
  font-size: 0.825em;
  font-weight: 300;
  line-height: 20px;
}
#view-standard h4.gravatar,
#view-classic h4.gravatar,
#view-headline h4.gravatar,
#video-river h4.gravatar {
  padding-left: 30px;
  background: url('//c.fsdn.com/s/img/gravatar_test2.png') no-repeat;
}
#view-standard h4.avatar-tiny,
#view-classic h4.avatar-tiny,
#view-headline h4.avatar-tiny,
#video-river h4.avatar-tiny {
  line-height: 0.85rem;
  margin-top: 5px;
}
#view-standard .topic,
#view-classic .topic,
#view-headline .topic,
#video-river .topic {
  display: none;
}
#view-standard .comment-count,
#view-classic .comment-count,
#view-headline .comment-count,
#video-river .comment-count {
  position: absolute;
  top: 0;
  right: 0;
  width: 47px;
  height: 30px;
  color: #ffffff;
  font-size: 1em;
  line-height: 30px;
  text-align: center;
  background-color: #3c4041;
}
#view-standard .comment-count:after,
#view-classic .comment-count:after,
#view-headline .comment-count:after,
#video-river .comment-count:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 17px;
  border-top: 8px solid #3c4041;
  border-right: 15px solid transparent;
  display: block;
  width: 0;
}
#view-standard .comment-count.comment-mini,
#view-classic .comment-count.comment-mini,
#view-headline .comment-count.comment-mini,
#video-river .comment-count.comment-mini {
  top: 17px;
}
#view-standard .author,
#view-classic .author,
#view-headline .author,
#video-river .author {
  color: #018d8e;
  font-weight: 600;
}
#view-standard .capit,
#view-classic .capit,
#view-headline .capit,
#video-river .capit {
  display: block;
  color: #006666;
  text-transform: uppercase;
  font-size: 0.5em;
  font-weight: 600;
}
#view-standard .article-footer,
#view-classic .article-footer,
#view-headline .article-footer,
#video-river .article-footer {
  margin-top: 10px;
  zoom: 1;
  *zoom: 1;
}
#view-standard .article-footer a.comment-link,
#view-classic .article-footer a.comment-link,
#view-headline .article-footer a.comment-link,
#video-river .article-footer a.comment-link {
  font-size: 0.85em;
}
#view-standard .article-footer:before,
#view-classic .article-footer:before,
#view-headline .article-footer:before,
#video-river .article-footer:before {
  content: '';
  display: block;
}
#view-standard .article-footer:after,
#view-classic .article-footer:after,
#view-headline .article-footer:after,
#video-river .article-footer:after {
  content: '';
  display: table;
  clear: both;
}
#view-classic .lazy,
#view-headline .lazy {
  height: 0;
  overflow: hidden;
}
#view-classic img.hero,
#view-headline img.hero {
  display: none;
}
#view-classic a.video-only-override img.hero {
  display: block;
  height: 100%;
}
.featured-wrap .comment-count a {
  color: #ffffff;
}
#view-standard .hero {
  float: none;
  max-width: 565px;
  width: 100%;
  height: 100%;
}
#view-standard .layout-article p {
  font-family: Helvetica, Arial, sans-serif;
}
#view-standard .layout-article p:not(:last-child) {
  margin-bottom: 1rem;
}
#view-standard .layout-article .article-footer p {
  margin-top: 0;
}
#view-standard .featured-skip {
  display: none;
}
#view-standard .layout-rail {
  padding: 2%;
}
#view-classic header + a.video-only-override,
#video-river header + a.video-only-override {
  display: block;
}
#view-classic header + a,
#video-river header + a {
  display: none;
}
#view-classic h4,
#video-river h4 {
  margin: 0;
}
#view-headline .layout-article {
  padding: 0.75rem 1.5rem;
}
#view-headline .layout-article:not(:first-child) {
  border-top: 1px solid #dfdfdf;
}
#view-headline header.story-header {
  margin: 0;
}
#view-headline h1 {
  font-size: 1.2rem;
  margin: 0;
}
#view-headline h2 {
  font-weight: 300;
  margin: 0 0 25px 0;
}
#view-headline h4 {
  margin: 0 55px 0 0;
}
#view-headline .elips {
  display: none;
}
#view-headline p {
  display: none;
}
#view-headline blockquote {
  display: none;
}
#video-river video {
  width: 100%;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
#video-river .video-footer {
  margin-bottom: 1.25rem;
  zoom: 1;
  *zoom: 1;
}
#video-river .video-footer:before {
  content: '';
  display: block;
}
#video-river .video-footer:after {
  content: '';
  display: table;
  clear: both;
}
#video-river .video-footer .video-views {
  font-size: 1.25rem;
  line-height: 33px;
  margin-right: 30px;
  font-weight: 400;
}
#video-river .video-footer .video-views > span {
  font-size: 0.75rem;
  font-weight: 300;
}
a.video-only-override {
  display: block;
  max-width: 565px;
}
.view-settings {
  width: 100%;
}
.view-settings section,
.view-settings .layout-article,
.view-settings .layout-rail {
  zoom: 1;
  *zoom: 1;
  border-top: 5px solid #dfdfdf;
}
.view-settings section:before,
.view-settings .layout-article:before,
.view-settings .layout-rail:before {
  content: '';
  display: block;
}
.view-settings section:after,
.view-settings .layout-article:after,
.view-settings .layout-rail:after {
  content: '';
  display: table;
  clear: both;
}
.view-settings section:first-child,
.view-settings .layout-article:first-child,
.view-settings .layout-rail:first-child {
  border-top: none;
  margin-top: none;
}
.view-settings .layout-article {
  margin-bottom: 30px;
  padding: 20px 20px 0 45px;
  position: relative;
}
.view-settings .layout-article.data-section {
  padding-right: 45px;
}
.view-settings .layout-article header {
  margin-bottom: 24px;
  padding: 0;
  border-bottom: 2px solid #dfdfdf;
}
.view-settings .layout-article header.nbb {
  border-bottom: none;
}
.view-settings .layout-article h1 {
  margin: 0 53px 0 0;
}
.view-settings .layout-article h1.lmh {
  margin: 0 0 20px 0;
}
.view-settings .layout-article p.sub-head {
  margin-top: 5px;
  color: #989898;
}
.view-settings .layout-article p.sub-head-dk {
  margin: 10px 0 15px;
}
.view-settings .layout-article .avatar-sm {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  margin-right: 5px;
  float: left;
  overflow: hidden;
  background-color: #006666;
}
.view-settings .layout-article .post-time {
  display: inline-block;
  font-size: 0.8em;
  margin: 8px 0;
  color: #989898;
}
.view-settings .layout-article dl {
  margin-bottom: 35px;
  font-size: 0.85em;
  line-height: 30px;
}
.view-settings .layout-article .lmb {
  margin-bottom: 35px;
}
.view-settings .layout-article .nmt {
  margin-top: 0;
}
.view-settings .layout-article .nmb {
  margin-bottom: 0;
}
.view-settings .layout-article .nbt {
  border-top: none;
}
.view-settings .layout-article .comment-count {
  position: absolute;
  top: 0;
  right: 0;
  width: 47px;
  height: 30px;
  color: #ffffff;
  font-size: 1em;
  line-height: 30px;
  text-align: center;
  background-color: #3c4041;
}
.view-settings .layout-article .comment-count:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 17px;
  border-top: 8px solid #3c4041;
  border-right: 15px solid transparent;
  display: block;
  width: 0;
}
.view-settings .layout-article .author {
  color: #006666;
  font-weight: 600;
}
.view-settings .layout-article .article-footer a.comment-link {
  font-size: 0.85em;
}
.view-settings .article-list {
  padding: 18px 0;
  border-top: 2px solid #dfdfdf;
}
.view-settings .article-list:first-child {
  border-top: none;
}
.view-settings .article-list p.author {
  font-size: 0.75em;
  font-weight: 300;
  color: #989898;
}
.view-settings .article-list p.author a {
  font-weight: 600;
}
.view-settings .article-list footer a {
  display: inline-block;
  font-size: 0.85em;
  font-weight: 600;
  margin: 6px 0;
}
.split-left {
  color: #3d4140;
}
.split-left ul {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.split-left i[class^="icon-social-"] + h3 {
  line-height: 37px;
}
.split-left h1 {
  font-size: 1.725em;
  margin-bottom: 18px;
  word-wrap: break-word;
}
.split-left h2 {
  font-size: 1.25em;
  margin: 0 0 25px 0;
}
.split-left h3 {
  font-size: 1.15em;
  color: #3c4040;
}
.split-left h3.acheivement {
  margin-top: 15px;
}
.split-left h3.fontlight {
  margin-right: 50px;
  font-weight: 300;
}
.split-left h4 {
  color: #989898;
  font-size: 0.625em;
  font-weight: normal;
  line-height: 20px;
}
.split-left h4.gravatar {
  padding-left: 30px;
  background: url('//c.fsdn.com/s/img/gravatar_test2.png') no-repeat;
}
.view-settings + .col-rail > .layout-rail {
  padding: 20px 35px 0 20px;
}
.rail-dark {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  padding: 25px 15px 35px 15px;
  margin-bottom: 10px;
  background-color: #dfdfdf;
  text-align: center;
}
.rail-dark p {
  margin-top: 0;
  padding: 0 15px;
  line-height: 1.7em;
}
.rail-dark p.uid-tag {
  font-size: 0.7em;
  line-height: 1.2em;
  margin-top: 8px;
}
.no-nav {
  position: relative;
  top: -83px;
  margin-bottom: -83px;
}
.pic-wrap {
  height: 80px;
  width: 80px;
  border-radius: 4px;
  background-color: #909a9a;
  margin: 15px auto 20px;
  background-image: url(//c.fsdn.com/s/img/avatar-robot.png);
}
.karma {
  padding: 20px 25px;
  position: relative;
}
p.callout {
  padding: 10px 20px;
  margin-bottom: 15px;
  background-color: #dfdfdf;
  border-radius: 4px;
}
.inline-list {
  line-height: 30px;
  font-size: 0.85em;
  color: #3d4140;
  margin-bottom: 20px;
}
.inline-list li {
  display: inline-block;
  margin-right: 20px;
}
.inline-list li:first-child {
  font-weight: 600;
  width: 150px;
}
.inline-list a {
  font-weight: 400 !important;
}
hr {
  border: 0;
  height: 0;
  margin: 18px 0 24px;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
.toggle-control-wrap {
  position: relative;
  border-top: 2px solid #dfdfdf;
  zoom: 1;
  *zoom: 1;
}
.toggle-control-wrap:before {
  content: '';
  display: block;
}
.toggle-control-wrap:after {
  content: '';
  display: table;
  clear: both;
}
.toggle-control-wrap .control-desc {
  width: 80%;
}
.toggle-control-wrap .control-desc p {
  color: #3d4140;
  margin-top: 5px;
  line-height: 1.8em;
}
.toggle-control-wrap.sbx-list {
  padding: 28px 0 23px;
}
.toggle-control-wrap.social-list {
  padding: 18px 0;
}
.toggle-control-wrap.email-list {
  padding: 8px 0;
}
label.switch-sbx {
  position: absolute;
  right: 0;
  top: 40px;
}
label.switch-soc {
  position: absolute;
  right: 0;
}
.sbx-main-toggle {
  zoom: 1;
  *zoom: 1;
  margin-top: 60px;
  line-height: 30px;
  padding: 28px 0 30px;
  border-top: 2px solid #dfdfdf;
}
.sbx-main-toggle:before {
  content: '';
  display: block;
}
.sbx-main-toggle:after {
  content: '';
  display: table;
  clear: both;
}
.faux-divider:before {
  content: "";
  position: absolute;
  left: -40px;
  bottom: 0;
  width: 115%;
  border-bottom: 10px solid #dfdfdf;
}
[class^="icon-sbx-"] {
  display: inline-block;
  width: 82px;
  height: 69px;
  margin-right: 20px;
  border-radius: 4px;
  background-color: orange;
}
.readmore {
  float: right;
}
.search-result-info {
  padding: 0 20px;
  color: #80b2b2;
}
.search-term {
  color: #3c4040;
  font-size: 1.875rem;
  font-family: "Open Sans";
}
.search-result-info p {
  font-size: 0.875rem;
  line-height: 1.875rem;
  margin: 0;
}
.lg-quote {
  font-size: 1.875rem;
  font-style: italic;
}
#view-standard .search-results h4,
#view-classic .search-results h4,
#view-headline .search-results h4 {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 2rem;
  color: #3c4040;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#view-standard .search-results h4 > a,
#view-classic .search-results h4 > a,
#view-headline .search-results h4 > a {
  color: inherit;
  font-size: inherit;
}
#view-standard .search-results h4 > a:hover,
#view-classic .search-results h4 > a:hover,
#view-headline .search-results h4 > a:hover {
  color: #018d8e;
}
#view-standard .layout-article.no-results h1,
#view-classic .layout-article.no-results h1,
#view-headline .layout-article.no-results h1 {
  margin-bottom: 1.125rem;
}
#view-standard .layout-article.no-results p,
#view-classic .layout-article.no-results p,
#view-headline .layout-article.no-results p {
  font-weight: 300;
}
.search-results {
  padding: 20px 35px 0 20px;
}
.search-results li {
  border-bottom: 1px solid #dfdfdf;
  padding: 10px 0;
}
.search-results li:first-child {
  padding-top: 0;
}
#view-standard .search-results p {
  font-size: 0.75rem;
  color: #7d7d7d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#view-standard .search-results a {
  font-size: 0.875rem;
}
#view-standard .search-results .sub-text {
  font-size: 0.75rem;
  line-height: 1.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
input,
textarea,
select {
  width: 100%;
  padding: 1em 1.35rem 1rem 1rem;
  color: #2e2e2e;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 400;
  position: relative;
  border-radius: 3px;
  outline: none;
  border: 1px solid #d4e4e1;
}
input:focus,
textarea:focus,
select:focus {
  border: 1px solid #008c8e;
}
label {
  font-size: 0.85rem;
}
button {
  color: #018d8e;
  border: none;
  background: none;
  cursor: pointer;
}
.cancel-action {
  padding: 10px;
  font-size: 0.85rem;
}
fieldset li {
  position: relative;
}
fieldset li > span {
  display: block;
  height: 20px;
  position: absolute;
  top: 15px;
  right: 10px;
}
fieldset li > span.has-error {
  display: block;
  height: inherit;
  position: relative;
  top: 0;
  right: 0;
}
.data-section fieldset {
  margin-bottom: 20px;
}
input {
  margin: 0 0 10px;
  line-height: 1em;
}
textarea {
  height: 17.5em;
  line-height: 1.5em;
}
.ui-form-controls,
.form-controls {
  margin-bottom: 20px;
  zoom: 1;
  *zoom: 1;
}
.ui-form-controls:before,
.form-controls:before {
  content: '';
  display: block;
}
.ui-form-controls:after,
.form-controls:after {
  content: '';
  display: table;
  clear: both;
}
.ui-form-controls .ui-edit,
.form-controls .ui-edit {
  font-size: 0.85em;
  line-height: 37px;
  margin-right: 25px;
}
.ui-form-controls .ui-edit:hover,
.form-controls .ui-edit:hover {
  text-decoration: underline;
}
.ui-modal-controls {
  zoom: 1;
  *zoom: 1;
}
.ui-modal-controls a {
  font-weight: 400;
}
.ui-modal-controls:before {
  content: '';
  display: block;
}
.ui-modal-controls:after {
  content: '';
  display: table;
  clear: both;
}
legend {
  margin-bottom: 50px;
}
ul.story-layout {
  border-bottom: 10px solid #eceeee;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
ul.story-layout li {
  margin-bottom: 18px;
}
ul.story-layout li label {
  font-weight: 600;
  line-height: 35px;
  color: #3c403f;
  font-size: 1.1em;
}
ul.story-layout li label span {
  padding-bottom: 5px;
  color: #989898;
  margin-left: 5px;
  font-weight: 300;
  font-size: 0.75em;
}
ul.story-layout li label span.req-label {
  float: right;
}
ul.story-layout li label .req-star {
  position: absolute;
  right: 55px;
  top: -2px;
}
ul.story-layout li input,
ul.story-layout li textarea {
  font-weight: 300;
  font-size: 1em;
  line-heigh: 1.5em;
}
a.post-anons {
  display: block;
  font-size: 0.75em;
  margin-bottom: 30px;
  color: #3c403f;
}
.p-comm {
  color: #989898;
  font-size: 0.85rem;
  margin: 0;
}
.alert-error {
  border-color: #f26d7e;
  background-color: #fff9f9;
  position: static;
  padding: 0 15px;
  line-height: 2.5em;
  height: 2.5em;
  display: inline-block;
  font-size: 0.8em;
  border-radius: 4px;
  border: 1px solid #f26d7e;
  color: #f26d7e;
  font-weight: 400;
}
.audio-hide {
  display: none;
}
img.capt-img {
  border: 1px solid;
  position: relative;
  float: left;
}
img.capt-img + input {
  width: 40%;
  margin-left: 20px;
}
.ui-icon {
  display: block;
  line-height: 20px;
}
.confirmation-message {
  padding: 30px;
}
.confirmation-message h2 {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.ui-modal-form {
  padding: 45px;
  color: #2e2e2e;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.ui-modal-form legend {
  line-height: 38px;
  background: url("//c.fsdn.com/s/img/slashdot-temp.png") no-repeat;
  padding-left: 50px;
  margin-bottom: 16px;
}
.ui-modal-form .modal-flow > p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}
.ui-modal-form .modal-flow > ul {
  margin-bottom: 1.5rem;
}
.ui-modal-form li {
  padding-bottom: 5px;
}
.ui-modal-form li > input[type="radio"]:checked + label {
  background-color: #fff;
  border-radius: 4px;
}
.ui-modal-form input {
  width: 100%;
  font-size: 0.75rem;
  padding: 12px;
  border-radius: 4px;
  margin-bottom: 10px;
  border: 1px solid #d4e2e2;
}
.ui-modal-form input:focus {
  outline: none;
  font-weight: 600;
  border: 1px solid #80b2b1;
}
.ui-modal-form label {
  font-size: 1rem;
  display: block;
  cursor: pointer;
  line-height: 1.4rem;
  position: relative;
}
.ui-modal-form label.control-left {
  padding-left: 1.5rem;
}
.ui-modal-form label p,
.ui-modal-form label span {
  font-size: 0.8rem;
  margin-top: 0;
}
.ui-modal-form label > span {
  color: #006666;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0 0.5rem;
}
.ui-modal-form input[type="radio"],
.ui-modal-form input[type="checkbox"] {
  display: none;
}
.ui-modal-form input[type="radio"] + label i.radio-control,
.ui-modal-form input[type="checkbox"] + label i.check-control {
  display: inline-block;
  width: 15px;
  height: 14px;
  vertical-align: middle;
  margin: -2px 4px 0 0;
  cursor: pointer;
  position: absolute;
  top: 6px;
  left: 0px;
}
.ui-modal-form input[type="radio"]:checked + label i.radio-control,
.ui-modal-form input[type="checkbox"]:checked + label i.check-control {
  background-position: -15px;
}
.ui-modal-form input[type="radio"] + label i.radio-control {
  background: url(//c.fsdn.com/s/img/form-radio.png) left top no-repeat;
}
.ui-modal-form input[type="checkbox"] + label i.check-control {
  background: url(//c.fsdn.com/s/img/form-check.png) left top no-repeat;
}
.ui-modal-form .modal-footer {
  text-align: center;
}
.ui-modal-form .modal-footer a {
  font-size: 0.8rem;
}
:root input[type="checkbox"] {
  position: absolute;
  left: 0;
}
:root input[type="checkbox"].toggle-switch + div {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 80px;
  height: 30px;
  border: 1px solid #dbdddc;
  border-radius: 15px;
  background: white;
  background-image: linear-gradient(90deg, #018d8e 50%, #dfdfdf 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  background-origin: border-box;
  background-clip: border-box;
  overflow: hidden;
  transition-duration: .4s;
  transition-property: padding, margin, width, background-position, text-indent;
  box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.2) inset, 0 0.25em 0 0.1em rgba(0, 0, 0, 0.05) inset;
}
:root input[type="checkbox"].toggle-switch + div:before,
:root input[type="checkbox"].toggle-switch + div:after {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 0.85em;
  font-weight: 600;
  line-height: 30px;
}
:root input[type="checkbox"].toggle-switch + div:before {
  content: 'On';
  float: left;
  width: 26px;
  height: 26px;
  margin: -1px 0px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: inherit;
  background: white;
  box-shadow: 0 0.1em 0.1em 0.1em rgba(255, 255, 255, 0.8) inset, 0 0 0.5em rgba(0, 0, 0, 0.2);
  color: white;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
  text-indent: -2.5em;
}
:root input[type="checkbox"].toggle-switch + div:after {
  content: 'Off';
  float: left;
  text-indent: .5em;
  color: rgba(0, 0, 0, 0.45);
  text-shadow: none;
}
:root input[type="checkbox"]:checked + div {
  padding-left: 50px;
  width: 80px;
  margin: 0 2px;
  background-position: 0 0;
}
:root input[type="checkbox"]:active + div:before {
  background-color: #eee;
}
:root input[type="checkbox"]:focus + div {
  box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.2) inset, 0 0.45em 0 0.1em rgba(0, 0, 0, 0.05) inset, 0 0 0.4em 1px rgba(255, 0, 0, 0.5);
}
.ui-settings label {
  float: left;
  width: 21.4285714%;
  color: #2e2e2e;
  font-size: 0.85rem;
  font-weight: 400;
  padding-top: 10px;
}
.ui-settings label span {
  color: #989898;
  display: block;
  font-size: 0.7rem;
  font-weight: 300;
}
.ui-settings input,
.ui-settings textarea {
  float: right;
  width: 78.571428571%;
  margin-bottom: 30px;
  border-radius: 4px;
}
.ui-settings textarea {
  height: 6em;
}
.form-group {
  position: relative;
  margin-bottom: 10px;
  zoom: 1;
  *zoom: 1;
}
.form-group:before {
  content: '';
  display: block;
}
.form-group:after {
  content: '';
  display: table;
  clear: both;
}
.form-group > .help-text {
  position: absolute;
  top: 50px;
  left: 22%;
  font-size: 0.8rem;
  font-weight: 300;
}
.captcha-row {
  margin-bottom: 20px;
}
.submission-info {
  display: none;
  padding: 25px;
}
.submission-info-ui h1,
.submission-info-ui h3 {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.submission-info-ui ul {
  padding-left: 15px;
}
.submission-info-ui li {
  float: left;
  width: 33%;
  list-style-type: disc;
}
.sdc-radio .controls-inline li {
  display: inline-block;
  width: 28%;
}
.sdc-radio legend {
  display: block;
  width: 100%;
  font-size: 0.8em;
  font-weight: 600;
  margin: 20px 0;
  padding-top: 30px;
  border-top: 2px solid #dfdfdf;
}
.sdc-radio label {
  font-size: 0.85em;
  font-weight: 400;
  display: block;
  cursor: pointer;
  line-height: 1.8em;
  padding-left: 35px;
  position: relative;
}
.sdc-radio input[type="radio"] {
  display: none;
}
.sdc-radio input[type="radio"] + label span {
  display: inline-block;
  width: 23px;
  height: 23px;
  vertical-align: middle;
  margin: -2px 4px 0 0;
  background: url(//c.fsdn.com/s/img/form-radio-alt.png) left top no-repeat;
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
}
.sdc-radio input[type="radio"]:checked + label span {
  background-position: -24px;
}
.select {
  margin: 0;
  border: 1px solid #d4e4e1;
  border-radius: 3px;
  overflow: hidden;
  background-color: #fff;
  background: url("//c.fsdn.com/s/img/arrow-down.png") no-repeat 90% 50%;
}
.select:hover {
  border-color: #008c8e;
  background: url("//c.fsdn.com/s/img/arrow-down.png") no-repeat 90% 50%;
}
.select select {
  padding: 5px 8px;
  width: 100%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select select:hover {
  border-color: #008c8e;
  cursor: pointer;
}
.select select:focus {
  outline: none;
}
@-moz-document url-prefix() {
  select {
    background: #ffffff;
  }
  select:hover {
    background-color: #ffffff;
    background: url("//c.fsdn.com/s/img/arrow-down.png") no-repeat 98% 50%;
  }
}
.label-left li {
  display: table;
  width: 100%;
}
.label-left li label {
  display: table-cell;
  width: 25%;
  font-size: 0.8rem;
  font-weight: 400;
}
.label-left li input,
.label-left li select,
.label-left li textarea {
  display: table-cell;
  width: 100%;
}
.multi-input {
  font-size: 0.9rem;
  display: table;
  padding: 0;
  margin: 0;
}
.multi-input li {
  display: table-cell;
  width: 30%;
}
.multi-input li.split-label {
  width: 5%;
  text-align: center;
  padding: 0 15px;
}
.help-block {
  display: block;
  margin-top: -5px;
  margin-bottom: 10px;
  color: #9a9a9a;
}
.has-warning .form-control {
  border-color: #f0ad4e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #f0ad4e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f4c37d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f4c37d;
}
.has-error .form-control {
  border-color: #d9534f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #d9534f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #2f5a30;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #f0ad4e;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #d9534f;
}
.form-page {
  padding-top: 30px;
  padding-bottom: 30px;
}
.form-page .btn-primary {
  width: 100%;
}
.form-page .open-forgotpw {
  display: none;
}
.form-page .submit-login {
  margin-bottom: 20px;
}
.form-standalone-wrapper,
.confirmation-wrapper,
.social-form-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 0;
}
.form-standalone-wrapper h1 + p,
.confirmation-wrapper h1 + p,
.social-form-wrapper h1 + p {
  color: #3c4040;
}
.form-standalone-wrapper.form-modal legend,
.social-form-wrapper.form-modal legend {
  line-height: 38px;
  margin-bottom: 0;
  border-bottom: none;
}
.form-standalone-wrapper legend,
.social-form-wrapper legend {
  margin-bottom: 0;
  border-bottom: none;
  width: 100%;
}
.form-standalone-wrapper legend h1,
.social-form-wrapper legend h1 {
  display: none;
  font-size: 1.25rem;
}
.form-standalone-wrapper legend {
  padding-bottom: 10px;
}
.form-standalone-wrapper .form-group.has-success {
  margin-bottom: 15px;
}
.form-standalone-wrapper .form-group + hr {
  margin: 0 0 15px 0;
}
.form-standalone-wrapper.form-main-col {
  padding-left: 0;
  padding-right: 0;
  float: none;
  border-right: none;
  width: 100%;
}
.form-standalone-wrapper.form-modal form {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.form-standalone-wrapper.form-modal form + span a {
  font-size: 0.75rem;
}
.form-standalone-wrapper.form-modal legend {
  font-size: 1.25rem;
  background: url("//c.fsdn.com/s/img/slashdot-temp.png") no-repeat;
  padding-left: 50px;
}
.form-standalone-wrapper.form-modal .ui-form-contols {
  padding-top: 0;
}
.form-standalone-wrapper form {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.form-standalone-wrapper label {
  margin-bottom: 5px;
  display: inline-block;
}
.form-standalone-wrapper input {
  margin: 0;
}
.form-standalone-wrapper .info-label {
  font-size: 0.75rem;
  font-style: italic;
  color: #909a9a;
  display: inline-block;
}
.form-standalone-wrapper .select {
  padding: 0.35rem;
  background-position: 98% 50%;
}
.form-standalone-wrapper .select:hover {
  background-position: 98% 50%;
}
.form-standalone-wrapper .has-feedback .form-control-feedback {
  top: 7px;
  right: -30px;
}
.form-standalone-wrapper .help-block {
  color: #d9534f;
  font-size: 0.875rem;
  position: relative;
  top: 7px;
  margin-bottom: 15px;
}
.form-standalone-wrapper input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
.form-standalone-wrapper input[type="checkbox"]:checked + label > i.fa-square-o {
  display: none;
}
.form-standalone-wrapper input[type="checkbox"]:checked + label > i.fa-check-square {
  display: inline-block;
}
.form-standalone-wrapper input[type="checkbox"] + label {
  padding-left: 1.5rem;
  margin-bottom: 15px;
}
.form-standalone-wrapper input[type="checkbox"] + label > i {
  color: #006666;
  font-size: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
}
.form-standalone-wrapper input[type="checkbox"] + label > i.fa-square-o {
  display: inline-block;
}
.form-standalone-wrapper input[type="checkbox"] + label > i.fa-check-square {
  display: none;
}
.circle-divider {
  display: none;
}
.social-form-wrapper {
  width: 100%;
  padding: 40px 2% 0;
  float: none;
  position: relative;
}
.social-form-wrapper.form-modal {
  padding: 30px 30px 0 30px;
}
.social-form-wrapper.form-modal .btn-social {
  line-height: 1.85rem;
}
.social-form-wrapper.form-modal legend {
  font-size: 1.1rem;
  padding-bottom: 5px;
}
.social-form-wrapper.form-modal p {
  font-size: 0.75rem;
}
.social-form-wrapper legend {
  padding-bottom: 0;
}
.social-form-wrapper .btn-social {
  border: 1px solid #dfdfdf;
  display: block;
  border-radius: 9px;
  margin-bottom: 10px;
  position: relative;
  line-height: 2.7rem;
  padding-left: 3.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.social-form-wrapper .btn-social:hover {
  color: #006666;
  border-color: #006666;
}
.social-form-wrapper .btn-social > i {
  position: absolute;
  top: 0.2rem;
  left: 0.35rem;
}
.social-form-wrapper ul + p {
  color: #9a9a9a;
}
.has-feedback {
  position: relative;
}
.form-control-feedback {
  display: none;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 7px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.form-inline .has-feedback .form-control-feedback {
  top: 5px;
}
.has-success .form-control-feedback {
  color: #2f5a30;
}
.has-warning .form-control-feedback {
  color: #f0ad4e;
}
.has-error .form-control-feedback {
  color: #d9534f;
}
.filter-error {
  width: 50%;
  float: left;
}
.filter-error > h1 {
  font-size: 1.25em;
  color: #f0ad4e;
}
.rail-module {
  color: #3c4040;
  zoom: 1;
  *zoom: 1;
}
.rail-module h3,
.rail-module legend {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1.125em;
  font-weight: 300;
  margin-bottom: 10px;
  width: 100%;
}
.rail-module h3.center-align,
.rail-module legend.center-align {
  font-weight: 300;
  text-align: center;
  margin-bottom: 1rem;
}
.rail-module h3.center-align > span a,
.rail-module legend.center-align > span a {
  font-size: 0.9rem;
  font-weight: 400;
}
.rail-module h4 {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #3d4140;
  vertical-align: bottom;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
}
.rail-module h5 {
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  font-size: 0.8rem;
}
.rail-module .center {
  font-weight: 300;
  text-align: center;
}
.rail-module .center.nmt {
  margin-top: 0;
}
.rail-module .center.nmb {
  margin-botom: 0;
}
.rail-module #sf-logo p {
  float: left;
  line-height: 10px;
  color: #80b2b2;
}
.rail-module #sf-logo a {
  background: url('//c.fsdn.com/s/img/sf-logo.png') no-repeat;
  text-indent: -9999px;
  height: 35px;
  display: block;
  margin-left: 105px;
}
.rail-module .top-downloads {
  line-height: 40px;
}
.rail-module .top-downloads span {
  float: right;
}
.rail-module .rank {
  background-color: #008c91;
  color: #ffffff;
  padding: 4px 5px;
  border-radius: 7px;
  margin-right: 5px;
  font-weight: normal;
}
.rail-module .view-comments a {
  font-size: 0.80em;
  margin-bottom: 10px;
}
.rail-module:before {
  content: '';
  display: block;
}
.rail-module:after {
  content: '';
  display: table;
  clear: both;
}
.form-actions {
  margin-top: 14px;
}
.form-actions a {
  font-size: 0.8rem;
  font-weight: 300;
  margin-left: 0.7rem;
}
.form-actions a.seeall-links {
  float: right;
  line-height: 27px;
}
.form-actions span {
  font-size: 0.75rem;
}
.rail-poll li {
  padding-bottom: 15px;
}
.rail-poll li > input[type="radio"]:checked + label {
  background-color: #fff;
  border-radius: 4px;
}
.rail-poll label {
  font-size: 0.8em;
  display: block;
  cursor: pointer;
  line-height: 1.8em;
  padding-left: 20px;
  position: relative;
}
.rail-poll input[type="radio"] {
  display: none;
}
.rail-poll input[type="radio"] + label span {
  display: inline-block;
  width: 15px;
  height: 14px;
  vertical-align: middle;
  margin: -2px 4px 0 0;
  background: url(//c.fsdn.com/s/img/form-radio.png) left top no-repeat;
  cursor: pointer;
  position: absolute;
  top: 6px;
  left: 0px;
}
.rail-poll input[type="radio"]:checked + label span {
  background-position: -15px;
}
#geojobs-nav .poweredby {
  margin-right: 20px;
}
#geojobs-nav .poweredby a {
  padding: 0 5px;
  line-height: 40px;
}
.poweredby.logo-dice-small {
  background: url("//c.fsdn.com/s/img/logo-dice-small.png") no-repeat;
  background-position: right;
}
.poweredby.logo-sf-small {
  background: url("//c.fsdn.com/s/img/logo-sf-small.png") no-repeat;
  background-position: right;
}
.poweredby > a {
  font-size: 0.8rem;
  display: inline-block;
  vertical-align: middle;
}
.poweredby > a > span {
  display: inline-block;
  text-indent: -9999px;
}
.slashbox {
  position: relative;
}
.slashbox + .row .seeall-links {
  vertical-align: middle;
  font-size: 0.8rem;
  margin-top: 10px;
  line-height: 22px;
}
.slashbox + .row .search {
  position: relative;
  padding: 0;
}
.slashbox-list {
  margin: 0.5rem 0;
}
.slashbox-list li {
  line-height: 1.25em;
  padding: 0.3rem 0;
  font-size: 0.825em;
  border-bottom: 1px solid #dfdfdf;
}
.slashbox-list li:first-child {
  border-top: 1px solid #dfdfdf;
}
.slashbox-list li a {
  font-weight: 400;
  line-height: 1.3rem;
}
.slashbox-list li a span {
  color: #909a9a;
  font-weight: 400;
}
.slashbox-list li a span.sf-size {
  float: right;
}
.slashbox-list li a span.company-text {
  color: #2e2e2e;
}
#layout-footer {
  background-color: #1e2329;
  margin: 0 auto;
  padding: 2%;
  zoom: 1;
  *zoom: 1;
}
#layout-footer:before {
  content: '';
  display: block;
}
#layout-footer:after {
  content: '';
  display: table;
  clear: both;
}
#layout-footer a {
  color: #FFF;
}
#layout-footer h1 {
  margin: 0;
  width: 100%;
  float: none;
}
#layout-footer h1 a {
  margin-left: 30%;
  display: block;
  line-height: 40px;
  text-indent: -9999px;
  background: url("//c.fsdn.com/s/img/logo_slashdot.png") no-repeat left bottom;
}
#layout-footer nav {
  display: none;
}
#layout-footer .bucket-wrapper {
  display: none;
}
#layout-footer p {
  text-align: center;
  font-size: .75em;
  color: #767b81;
}
#layout-footer .fancy {
  line-height: 0.5;
  text-align: center;
}
#layout-footer .fancy a {
  color: #FFF;
}
.comment-footer .inline-reply {
  position: relative;
}
.comment-footer .inline-reply li {
  padding: 0;
}
.comment-footer ul.reply-input li {
  display: block;
  width: 100%;
}
[class^="reply-cancel"] {
  position: absolute;
  top: -17px;
  right: 0;
  cursor: pointer;
}
.ui-reply-preview .comment-title {
  font-size: 0.9rem;
}
.ui-reply-preview h4 {
  margin-bottom: 20px;
}
.ui-reply-preview .author {
  font-size: 0.9rem;
}
.ui-reply-preview a.btn-edit {
  display: inline-block;
  line-height: 40px;
  margin-right: 20px;
  font-size: 0.9rem;
}
.container.theater {
  padding: 20px;
  position: relative;
  background: #1e2329;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMyYzMzM2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMWUyMzI5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-radial-gradient(center, ellipse cover, #2c333d 0%, #1e2329 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #2c333d), color-stop(100%, #1e2329));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #2c333d 0%, #1e2329 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #2c333d 0%, #1e2329 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #2c333d 0%, #1e2329 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #2c333d 0%, #1e2329 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c333d', endColorstr='#1e2329', GradientType=1);
  /* IE6-8 fallback on horizontal gradient */
  zoom: 1;
  *zoom: 1;
}
.container.theater:before {
  content: '';
  display: block;
}
.container.theater:after {
  content: '';
  display: table;
  clear: both;
}
.featured-videos-wrapper {
  width: 700px;
  margin: 0 auto;
  zoom: 1;
  *zoom: 1;
}
.featured-videos-wrapper:before {
  content: '';
  display: block;
}
.featured-videos-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
.featured-videos-wrapper .featured-video-tile-heading {
  margin-top: 0;
}
.featured-videos-wrapper .featured-main {
  width: 400px;
}
.featured-videos-wrapper .video-rail-tile-group {
  margin-bottom: 15px;
  position: relative;
}
.featured-video-tile {
  width: 400px;
  height: 225px;
  margin-right: 15px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.featured-video-tile a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.featured-video-tile img {
  max-width: 100%;
}
.featured {
  margin-top: 10px;
}
.featured-video-tile-heading a {
  color: #FFF;
}
.featured-video-tile-heading a:hover {
  color: #018d8e;
}
.featured-video-rail-list {
  width: 285px;
  float: left;
}
.theater-tile,
.video-tile,
.video-rail-tile,
.video-row-tile {
  background-color: #dfdfdf;
  position: relative;
}
.video-tile-info,
.video-rail-tile-info {
  font-size: 0.75rem;
}
.feed-container,
.video-rail {
  zoom: 1;
  *zoom: 1;
}
.feed-container:before,
.video-rail:before {
  content: '';
  display: block;
}
.feed-container:after,
.video-rail:after {
  content: '';
  display: table;
  clear: both;
}
.video-rail {
  min-height: 570px;
  padding-top: 20px;
}
.video-rail h3 {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  padding-bottom: 5px;
  margin-bottom: 0;
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
}
.video-rail footer {
  padding-top: 20px;
  border-top: 1px solid #dfdfdf;
}
[class$="tile-date"] {
  color: #909a9a;
}
.video-tile-heading a,
.video-rail-tile-heading a {
  color: #2e2e2e;
}
.video-tile-heading a:hover,
.video-rail-tile-heading a:hover {
  color: #018d8e;
}
.feed-container footer {
  margin-top: 1.5rem;
}
.feed-container h3 {
  width: 300px;
  font-size: 1.25rem;
  font-weight: 400;
  color: #ff8200;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.feed-container h3 > span {
  color: #9a9a9a;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
}
.ellipsis.multiline {
  white-space: normal;
}
.theater-ad-wrap {
  position: absolute;
  right: 20px;
  z-index: 1;
}
.row-slider-wrap {
  padding: 20px;
  width: 90%;
  height: 200px;
  margin: 0 auto;
  position: relative;
}
.row-slider-wrap .slider-viewport {
  height: inherit;
  position: relative;
  overflow: hidden;
}
.row-slider-wrap .fa-chevron-left,
.row-slider-wrap .fa-chevron-right {
  font-size: 2rem;
  color: #dfdfdf;
  position: absolute;
  top: 80px;
}
.row-slider-wrap .fa-chevron-left:hover,
.row-slider-wrap .fa-chevron-right:hover {
  color: orange;
  cursor: pointer;
}
.row-slider-wrap .fa-chevron-left {
  left: -25px;
}
.row-slider-wrap .fa-chevron-right {
  right: -25px;
}
#video-popular-feed {
  position: relative;
}
#video-popular-feed li {
  margin-right: 10px;
  float: left;
}
.theater-slider-wrap {
  width: 670px;
  height: 250px;
  margin: 0 5%;
  position: relative;
  color: #FFF;
  z-index: 2;
}
.theater-slider-wrap .slider-viewport {
  width: inherit;
  height: inherit;
  position: relative;
  overflow: hidden;
}
.theater-slider-wrap .fa-chevron-left,
.theater-slider-wrap .fa-chevron-right {
  font-size: 3.15rem;
  color: orange;
  position: absolute;
  top: 87.5px;
}
.theater-slider-wrap .fa-chevron-left:hover,
.theater-slider-wrap .fa-chevron-right:hover {
  color: #FFF;
  cursor: pointer;
}
.theater-slider-wrap .fa-chevron-left {
  left: -50px;
}
.theater-slider-wrap .fa-chevron-right {
  right: -35px;
}
#theater-feed {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  height: inherit;
}
#theater-feed li {
  width: 320px;
  float: left;
  position: relative;
  margin-left: 15px;
}
#theater-feed li:first-child {
  margin-left: 0;
}
.theater-tile-group {
  width: 320px;
  height: inherit;
}
.theater-tile {
  width: 320px;
  height: 175px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.theater-tile .fa-play-circle {
  width: 320px;
  font-size: 3.5rem;
  text-align: center;
  width: 100%;
  color: #FFF;
  opacity: 0.5;
  line-height: 175px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
.theater-tile .fa-play-circle:hover {
  opacity: 1;
  color: #018d8e;
  cursor: pointer;
}
.theater-tile img {
  position: absolute;
  top: 0;
  left: 0;
}
.theater-info {
  position: relative;
  top: 10px;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}
.theater-info h3 {
  color: #FFF;
}
.feed-group {
  zoom: 1;
  *zoom: 1;
}
.feed-group li {
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.feed-group:before {
  content: '';
  display: block;
}
.feed-group:after {
  content: '';
  display: table;
  clear: both;
}
.video-tile-group {
  width: 175px;
}
.video-tile {
  width: 175px;
  height: 100px;
}
.video-tile-heading,
.featured-video-tile-heading {
  font-size: 0.85rem;
  height: 2.3rem;
  line-height: 1.15rem;
  margin: 0.35rem 0 0;
}
.video-rail-list {
  max-height: 600px;
  overflow-y: auto;
  border-bottom: 3px solid #dfdfdf;
}
.video-rail-list li {
  margin-bottom: 1rem;
}
.video-rail-list li:last-child {
  margin-bottom: 0;
}
.video-rail-tile-group {
  width: 100%;
  zoom: 1;
  *zoom: 1;
  position: relative;
}
.video-rail-tile-group:before {
  content: '';
  display: block;
}
.video-rail-tile-group:after {
  content: '';
  display: table;
  clear: both;
}
.video-rail-tile-overlay {
  height: 65px;
}
.video-rail-tile {
  width: 115px;
  height: 65px;
  overflow: hidden;
  margin-right: 10px;
}
.video-rail-tile img {
  max-width: 100%;
}
.video-rail-tile-heading {
  height: 2.3rem;
  line-height: 1.15rem;
  margin: 0.35rem 0 0;
}
.video-rail-tile-info {
  zoom: 1;
  *zoom: 1;
  margin-top: 5px;
  font-size: 0.75rem;
}
.video-rail-tile-info:before {
  content: '';
  display: block;
}
.video-rail-tile-info:after {
  content: '';
  display: table;
  clear: both;
}
span.hover-play,
.video-duration {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
span.hover-play {
  font-size: 2rem;
  color: #FFF;
  position: absolute;
  bottom: -3rem;
  right: 5px;
  opacity: 0;
}
.video-duration {
  color: #FFF;
  font-size: 0.75rem;
  padding: 3px;
  background-color: #2e2e2e;
  display: inline-block;
  opacity: 1;
  position: absolute;
  bottom: 0;
  right: 0;
}
.video-tile:hover,
.video-rail-tile:hover,
.video-row-tile:hover,
.featured-video-tile:hover {
  cursor: pointer;
}
.video-tile:hover > .hover-play,
.video-rail-tile:hover > .hover-play,
.video-row-tile:hover > .hover-play,
.featured-video-tile:hover > .hover-play {
  opacity: .75;
  bottom: 0;
}
.video-tile:hover > .video-duration,
.video-rail-tile:hover > .video-duration,
.video-row-tile:hover > .video-duration,
.featured-video-tile:hover > .video-duration {
  opacity: 0;
  bottom: 20px;
}
.video-thumb {
  position: relative;
}
span.video-thumb-overlay {
  position: absolute;
  color: #FFF;
  font-size: 2.5rem;
  top: 0.5rem;
  left: 0.5rem;
  opacity: 0.7;
}
span.sd-video-icon {
  width: 28px;
  height: 28px;
  background: url('//c.fsdn.com/s/img/SDvideoicon28x28.png') no-repeat;
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 2;
}
.row {
  width: 100%;
  position: relative;
  zoom: 1;
  *zoom: 1;
}
.row:before {
  content: '';
  display: block;
}
.row:after {
  content: '';
  display: table;
  clear: both;
}
.social_sm {
  padding-left: 20px;
}
.social_sm li {
  color: #909a9a;
  line-height: 33px;
  display: inline-block;
  font-size: 0.75em;
  float: left;
  margin-right: 10px;
}
.social_sm li:first-child {
  margin-right: 20px;
}
.social_sm li a {
  display: block;
  height: 2rem;
  width: 2rem;
  text-indent: -9999px;
}
.social_sm div {
  display: block;
  position: relative;
  height: 2rem;
}
.social_sm div > a {
  position: absolute;
  top: 0;
  left: 0;
}
.social-sharesm {
  margin: 20px -15px 150px 0px;
}
.icon-help {
  font-size: 0.7rem;
  text-align: center;
  display: inline-block;
  margin: 0 .75rem;
  background-color: #80b2b2;
  width: 1rem;
  line-height: 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
}
.icon-corner {
  position: absolute;
  top: 15px;
  right: 15px;
  margin: 0;
}
[class^="icon-social-"] {
  width: 38px;
  height: 37px;
  line-height: 37px;
  margin-right: 20px;
  float: left;
  display: inline-block;
  background: url("//c.fsdn.com/s/img/social-sprite-temp.png") no-repeat;
  background: url("../img/social-sprite-temp.png") no-repeat;
}
.icon-social-fb {
  background-position: 0 0px;
}
.icon-social-gp {
  background-position: 0 -47px;
}
.icon-social-tw {
  background-position: 0 -94px;
}
.icon-social-ln {
  background-position: 0 -141px;
}
.icon-power,
.icon-settings,
.icon-ui-profile {
  margin-right: 10px;
  color: #b7c5c5;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.views {
  padding-top: 4px;
}
.views i {
  font-size: 0.95rem;
  vertical-align: middle;
}
.menu {
  display: none;
  padding: 5px;
  text-align: left;
  position: absolute;
  background-color: #f7f7f7;
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
.menu-trigger {
  position: relative;
}
.menu-trigger:hover > .menu {
  display: block;
}
.menu-wrap {
  position: relative;
  display: inline-block;
}
.menu-submit {
  top: 60px;
  left: -100px;
}
.menu-submit li {
  border-top: 1px solid #e9efee;
}
.menu-submit li:first-child {
  border-top: none;
}
.menu-submit li a {
  text-align: left;
  color: #3c4040;
  font-size: 0.75em;
  padding: 0 20px;
  line-height: 40px;
  width: 200px;
}
.menu-submit li a:hover {
  background-color: #eceeee;
}
.menu-submit:before {
  content: "";
  width: 0;
  display: block;
  position: absolute;
  top: -10px;
  left: 140px;
  right: auto;
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: #dfdfdf transparent;
}
.menu-submit:after {
  content: "";
  width: 0;
  display: block;
  position: absolute;
  top: -8px;
  left: 142px;
  border-style: solid;
  border-width: 0 8px 8px;
  border-color: #f7f7f7 transparent;
}
#geojobs-nav {
  width: 365px;
}
#geojobs-nav h4 {
  margin-left: 20px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 2.5rem;
}
#geojobs-nav ul {
  margin-top: 0;
}
#geojobs-nav li {
  padding: 5px;
  border-width: 1px;
}
#geojobs-nav li:hover {
  background-color: #dfdfdf;
}
#geojobs-nav a {
  color: #018d8e;
  font-size: 0.8rem;
}
#geojobs-nav .menu-footer a {
  line-height: 2rem;
}
.menu-topics {
  left: 0;
  width: 220px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.menu-topics h6 {
  font-size: 0.75rem;
  width: 100%;
  padding: 5px;
  position: relative;
  line-height: 1rem;
  text-transform: uppercase;
}
.menu-topics h6:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #dfdfdf;
  width: 65%;
  right: 5px;
  top: 0.75rem;
  display: inline-block;
}
.menu-topics li {
  line-height: 37px;
  width: 100%;
}
.menu-topics li a {
  font-size: 1rem;
  width: inherit;
  display: inline-block;
  line-height: inherit;
  color: #2e2e2e;
}
.menu-topics li a:hover {
  color: #018d8e;
  background-color: #dfdfdf;
}
.menu-topics i {
  display: inline-block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  float: left;
  margin-right: 10px;
}
.menu-topics i[class^="icon"] {
  background-image: url('//c.fsdn.com/s/img/topics_sprite.png');
  background-repeat: no-repeat;
}
.menu-topics i.icon-builder {
  background-position: -185px 0;
}
.menu-topics i.icon-entertainment {
  background-position: -111px 0px;
}
.menu-topics i.icon-opensource {
  background-position: -148px 0px;
}
.menu-topics i.icon-science {
  background-position: -37px 0px;
}
.menu-topics i.icon-technology {
  background-position: -74px 0px;
}
.menu-topics i.icon-yro {
  background-position: 0px 0px;
}
.menu-topics .new-tag {
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  font-size: 0.6rem;
  line-height: 0.6rem;
  background-color: #d9534f;
  padding: 3px 5px;
  border-radius: 4px;
  position: relative;
  top: -2px;
}
.menu-content {
  width: 100%;
  zoom: 1;
  *zoom: 1;
}
.menu-content:before {
  content: '';
  display: block;
}
.menu-content:after {
  content: '';
  display: table;
  clear: both;
}
.toolbar {
  border-bottom: 2px solid #dfdfdf;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
  zoom: 1;
  *zoom: 1;
}
.toolbar:before {
  content: '';
  display: block;
}
.toolbar:after {
  content: '';
  display: table;
  clear: both;
}
.toolbar.bump-right {
  margin-left: 45px;
}
.toolbar.bump-left {
  margin-right: 20px;
}
.toolbar.bump-none {
  margin-left: 0;
}
.toolbar.push-down {
  margin: 15px 0 20px;
}
.group-label {
  padding-bottom: 20px;
}
.toolbar-label {
  display: none;
}
.menu-social-mini {
  width: 65px;
}
.menu-social-mini li {
  padding: 5px 0px 5px 8px;
}
.menu-social-mini:before {
  content: "";
  width: 0;
  display: block;
  position: absolute;
  top: -10px;
  left: 20px;
  right: auto;
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: #dfdfdf transparent;
}
.menu-social-mini:after {
  content: "";
  width: 0;
  display: block;
  position: absolute;
  top: -8px;
  left: 22px;
  border-style: solid;
  border-width: 0 8px 8px;
  border-color: #f7f7f7 transparent;
}
.menu-soc-mini {
  top: 40px;
}
.menu-user {
  top: 40px;
  left: -10px;
  line-height: 25px;
}
.menu-user li {
  line-height: 35px;
}
.menu-user li:hover {
  background-color: #eceeee;
}
.menu-user li:hover .icon-settings,
.menu-user li:hover .icon-power {
  color: #009999;
}
.menu-user a {
  display: block;
  color: #333;
  padding: 0 10px;
  width: 85px;
  margin: 3px;
}
.menu-user:before {
  content: "";
  width: 0;
  display: block;
  position: absolute;
  top: -10px;
  left: 40px;
  right: auto;
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: #eceeee transparent;
}
#note-ui {
  background: url('//c.fsdn.com/s/img/btn_notifications.png') no-repeat;
  display: inline-block;
}
.menu-notice {
  width: 350px;
  top: 60px;
  left: -200px;
  padding: 0px;
}
.menu-notice h3 {
  border-bottom: 1px solid #e1e6e9;
  display: block;
  line-height: 40px;
  color: #3d4140;
  font-size: 1.25em;
  font-weight: 100;
  padding-left: 20px;
}
.menu-notice a {
  text-align: left;
  color: #333;
  line-height: 40px;
  display: block;
}
.menu-notice li {
  line-height: 0px;
  float: none;
  padding: 15px;
  width: 100%;
}
.menu-notice:before {
  content: "";
  width: 0;
  display: block;
  position: absolute;
  top: -10px;
  right: 120px;
  border-width: 0px 10px 10px;
  border-style: solid;
  border-color: #eceeee transparent;
}
.see-notifications {
  border-top: 1px solid #e1e6e9;
  font-size: 1.125em;
  cursor: pointer;
  padding-left: 110px;
}
.notification-active {
  background-color: #fff;
}
.notification-active {
  background-color: #fff;
}
.notification-content p {
  font-size: 1em;
  padding-left: 35px;
  line-height: 25px;
  margin: 0 auto;
}
.notification-content span {
  line-height: 15px;
  padding-left: 10px;
}
.tab-toolbar {
  margin-bottom: 20px;
  border-botto: 1px solid #dfdfdf;
}
.tab-toolbar.toolbar-left {
  margin-right: 20px;
}
.menu-group {
  margin-top: 0.75rem;
}
.menu-group:not(:first-child) {
  padding-left: 20px;
  border-left: 1px solid #dfdfdf;
}
.menu-group h3 {
  width: 100%;
  font-size: 1rem;
}
.menu-group ul {
  margin-left: 0.15rem;
}
.menu-group a {
  font-size: 0.8rem;
  color: #2e2e2e;
  display: inline-block;
  padding: 3px 6px;
  border-radius: 4px;
}
.menu-group a:hover {
  color: #ffffff;
  background: #80b2b2;
}
.menu-group a.selected {
  color: #ffffff;
  background: #80b2b2;
}
.menu-group a i {
  position: relative;
  color: #ffffff;
  right: -3px;
}
button {
  overflow: visible;
  outline: none;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
a.btn:hover {
  text-decoration: none;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 0.875rem;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn.x-wide {
  padding-left: 25px;
  padding-right: 25px;
}
.disabled:hover {
  cursor: not-allowed;
}
.btn-default {
  color: inherit;
  background-color: #f7f7f7;
  border-color: #dfdfdf;
}
.btn-default:hover {
  color: #018d8e;
  background-color: #FFF;
  text-decoration: none;
}
.btn-default.disabled {
  color: #d5d5d5;
  background-color: #eee;
  border-color: #f3f3f3;
}
.btn-primary {
  color: #f4f4f4;
  background-color: #018d8e;
  border-color: #015b5b;
}
.btn-primary:hover {
  color: #FFFFFF;
  background-color: #015b5b;
}
.btn-primary.disabled {
  color: #d5d5d5;
  background-color: #eee;
  border-color: #f3f3f3;
}
.btn-success {
  color: #f4f4f4;
  background-color: #2f5a30;
  border-color: #264927;
}
.btn-success:hover {
  color: #FFFFFF;
  background-color: #264927;
}
.btn-success.disabled {
  color: #b1d7b2;
  background-color: #d3e8d3;
  border-color: #b1d7b2;
}
.btn-info {
  color: #f4f4f4;
  background-color: #037090;
  border-color: #02495e;
}
.btn-info:hover {
  color: #FFFFFF;
  background-color: #02495e;
}
.btn-info.disabled {
  color: #7cdffc;
  background-color: #c7f1fe;
  border-color: #7cdffc;
}
.btn-warning {
  color: #f4f4f4;
  background-color: #f0ad4e;
  border-color: #ec971f;
}
.btn-warning:hover {
  color: #FFFFFF;
  background-color: #ec971f;
}
.btn-warning.disabled {
  color: #f8d9ac;
  background-color: #fceedb;
  border-color: #f8d9ac;
}
.btn-danger {
  color: #f4f4f4;
  background-color: #d9534f;
  border-color: #c9302c;
}
.btn-danger:hover {
  color: #FFFFFF;
  background-color: #c9302c;
}
.btn-danger.disabled {
  color: #eba5a3;
  background-color: #f4cecd;
  border-color: #eba5a3;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 1.125rem;
  line-height: 1.5rem;
  border-radius: 5px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 0.75rem;
  line-height: 1.125rem;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 0.75rem;
  line-height: 1.125rem;
  border-radius: 3px;
}
.btn-group {
  margin-left: 5px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group:first-child {
  margin-left: 0;
}
.btn-group > a:hover {
  text-decoration: none;
}
.btn-group > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn + .btn {
  margin-left: -3px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group .active {
  color: #FFF;
  background-color: #006666;
  border-color: #3c4040;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-toolbar {
  margin-top: 10px;
  margin-left: -5px;
  zoom: 1;
  *zoom: 1;
}
.btn-toolbar:before {
  content: '';
  display: block;
}
.btn-toolbar:after {
  content: '';
  display: table;
  clear: both;
}
.btn-toolbar > .btn {
  margin-left: 5px;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-vanilla {
  font-weight: 600;
  padding: 4px;
  background: #ecf2f2;
}
.btn-vanilla:hover {
  color: #f4f4f4;
  background-color: #018d8e;
  border-color: #015b5b;
}
a[class^="vote-"] {
  display: inline-block;
  background-color: #FFF;
  line-height: 28px;
  padding: 0 0.5rem;
  font-size: 1.25rem;
  text-decoration: none;
  border: 1px solid #d4e2e2;
  border-radius: 4px;
  font-weight: 600;
  color: #989898;
}
a[class^="vote-"]:hover {
  background-color: #eceeee;
}
a[class^="vote-"] i[class^="icon-thumbs"],
a[class^="vote-"] i[class^="fa-thumbs-o-"] {
  font-size: 1.25em;
  padding: 0 8px;
}
.loadmore {
  position: relative;
}
.loadmore span.loading-animation {
  background-color: #035553;
  position: absolute;
  top: 10px;
  left: 0;
  width: 15px;
  height: 15px;
  -moz-box-shadow: 0 0 8px #ffffff;
  -ms-box-shadow: 0 0 8px #ffffff;
  -o-box-shadow: 0 0 8px #ffffff;
  box-shadow: 0 0 8px #ffffff;
  -moz-border-radius: 9px;
  -moz-animation-name: slashLoadingAnimation;
  -moz-animation-duration: 1.3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -moz-animation-delay: 0s;
  -moz-transform: scale(0.5, 1);
  -webkit-border-radius: 9px;
  -webkit-animation-name: slashLoadingAnimation;
  -webkit-animation-duration: 1.3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-transform: scale(0.5, 1);
  -ms-border-radius: 9px;
  -ms-animation-name: slashLoadingAnimation;
  -ms-animation-duration: 1.3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -ms-animation-delay: 0s;
  -ms-transform: scale(0.5, 1);
  -o-border-radius: 9px;
  -o-animation-name: slashLoadingAnimation;
  -o-animation-duration: 1.3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  -o-animation-delay: 0s;
  -o-transform: scale(0.5, 1);
  border-radius: 9px;
  animation-name: slashLoadingAnimation;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 0s;
  transform: scale(0.5, 1);
}
@-moz-keyframes slashLoadingAnimation {
  0% {
    left: 20px;
    -moz-transform: scale(0.5, 1);
  }
  25% {
    left: 36px;
    -moz-transform: scale(1, 0.5);
  }
  50% {
    left: 51px;
    -moz-transform: scale(0.5, 1);
  }
  75% {
    left: 36px;
    -moz-transform: scale(1, 0.5);
  }
  100% {
    left: 20px;
    -moz-transform: scale(0.5, 1);
  }
}
@-webkit-keyframes slashLoadingAnimation {
  0% {
    left: 20px;
    -webkit-transform: scale(0.5, 1);
  }
  25% {
    left: 36px;
    -webkit-transform: scale(1, 0.5);
  }
  50% {
    left: 51px;
    -webkit-transform: scale(0.5, 1);
  }
  75% {
    left: 36px;
    -webkit-transform: scale(1, 0.5);
  }
  100% {
    left: 20px;
    -webkit-transform: scale(0.5, 1);
  }
}
@-ms-keyframes slashLoadingAnimation {
  0% {
    left: 20px;
    -ms-transform: scale(0.5, 1);
  }
  25% {
    left: 36px;
    -ms-transform: scale(1, 0.5);
  }
  50% {
    left: 51px;
    -ms-transform: scale(0.5, 1);
  }
  75% {
    left: 36px;
    -ms-transform: scale(1, 0.5);
  }
  100% {
    left: 20px;
    -ms-transform: scale(0.5, 1);
  }
}
@-o-keyframes slashLoadingAnimation {
  0% {
    left: 20px;
    -o-transform: scale(0.5, 1);
  }
  25% {
    left: 36px;
    -o-transform: scale(1, 0.5);
  }
  50% {
    left: 51px;
    -o-transform: scale(0.5, 1);
  }
  75% {
    left: 36px;
    -o-transform: scale(1, 0.5);
  }
  100% {
    left: 20px;
    -o-transform: scale(0.5, 1);
  }
}
@keyframes slashLoadingAnimation {
  0% {
    left: 10px;
    transform: scale(0.5, 1);
  }
  25% {
    left: 36px;
    transform: scale(1, 0.5);
  }
  50% {
    left: 51px;
    transform: scale(0.5, 1);
  }
  75% {
    left: 36px;
    transform: scale(1, 0.5);
  }
  100% {
    left: 20px;
    transform: scale(0.5, 1);
  }
}
.btn-default.pos-center {
  margin: 40px auto;
  width: 250px;
  display: inherit;
}
.msg-loading {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  text-align: center;
  font-weight: 300;
  margin: 25px auto;
  padding-left: 20px;
}
.vote-up.voted {
  color: #008d8f;
  border-color: #008d8f;
}
.vote-up:hover {
  color: #008d8f;
}
.vote-down.voted {
  color: #da2a41;
  border-color: #da2a41;
}
.vote-down:hover {
  color: #da2a41;
}
.icon-thumbs-up,
.fa-thumbs-o-up {
  padding-right: 5px;
}
.icon-thumbs-down,
.fa-thumbs-o-down {
  padding-left: 5px;
}
.badge-text {
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
}
.karma-excellent {
  color: #12a89d;
}
.karma-positive {
  color: #8e194e;
}
.karma-good {
  color: #c5cc2e;
}
.karma-low {
  color: #afafaf;
}
[class^="karma-badge-"] {
  background-image: url(//c.fsdn.com/s/img/karmabadges.png);
  background-image: url(../img/karmabadges.png);
  background-repeat: no-repeat;
  width: 79px;
  height: 86px;
  margin: 30px auto 10px auto;
}
.karma-badge-excellent {
  background-position: -252px 0;
}
.karma-badge-positive {
  background-position: -84px 0;
}
.karma-badge-good {
  background-position: -168px 0;
}
.karma-badge-low {
  background-position: 0px 0;
}
[class^="karma-sm-"] {
  background-image: url(//c.fsdn.com/s/img/karmabadges-sm.png);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin: 0 0 -5px 5px;
  display: inline-block;
}
.karma-sm-excellent {
  background-position: -72px 0;
}
.karma-sm-positive {
  background-position: -24px 0;
}
.karma-sm-good {
  background-position: -48px 0;
}
.karma-sm-low {
  background-position: 0px 0;
}
.notice {
  padding: 25px;
  margin: 0 106px;
  line-height: 1.25rem;
  border-radius: 5px;
  border: 1px solid #80b2b2;
  background-color: #d4e3e3;
}
.achievements {
  zoom: 1;
  *zoom: 1;
  margin-top: 30px;
}
.achievements:before {
  content: '';
  display: block;
}
.achievements:after {
  content: '';
  display: table;
  clear: both;
}
.achievements li {
  width: 80px;
  line-height: 80px;
  float: left;
  margin: 0 15px 15px 0;
}
.achievements li:nth-child(3n+0) {
  margin-right: 0;
}
[class^="achievement-"] {
  background-image: url(//c.fsdn.com/s/img/achievement-sprite.png);
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
}
.achievement-10_years_read {
  background-position: 0px 0;
}
.achievement-15_years_read {
  background-position: -84px 0;
}
.achievement-1_uid_club {
  background-position: -168px 0;
}
.achievement-1_years_read {
  background-position: -252px 0;
}
.achievement-2_uid_club {
  background-position: -336px 0;
}
.achievement-3_uid_club {
  background-position: -420px 0;
}
.achievement-4_uid_club {
  background-position: -504px 0;
}
.achievement-5_uid_club {
  background-position: -588px 0;
}
.achievement-5_years_read {
  background-position: -672px 0;
}
.achievement-april_fool {
  background-position: -756px 0;
}
.achievement-cheater {
  background-position: -840px 0;
}
.achievement-comedian {
  background-position: -924px 0;
}
.achievement-comment_posted {
  background-position: -1008px 0;
}
.achievement-the_contradictor {
  background-position: -1092px 0;
}
.achievement-consecutive_days_read {
  background-position: -1176px 0;
}
.achievement-score5_comment {
  background-position: -1260px 0;
}
.achievement-journal_posted {
  background-position: -1344px 0;
}
.achievement-wowlevel80 {
  background-position: -1428px 0;
}
.achievement-the_maker {
  background-position: -1512px 0;
}
.achievement-comment_upmodded {
  background-position: -1596px 0;
}
.achievement-mod_points_exhausted {
  background-position: -1680px 0;
}
.achievement-story_posted {
  background-position: -1764px 0;
}
.achievement-story_submitted {
  background-position: -1848px 0;
}
.achievement-the_tagger {
  background-position: -1932px 0;
}
.form-inline {
  margin: 20px -20px 0;
  padding: 10px 20px;
  vertical-align: middle;
  border-top: 1px solid #dfdfdf;
  box-shadow: inset 0px 1px 0px #ffffff;
}
.form-inline img {
  border: 1px solid #2e2e2e;
}
.form-inline a.btn-audio {
  display: inline-block;
  color: #ffffff;
  font-size: 1.25rem;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  background: #1e2329;
  border-radius: 4px;
  padding: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-inline a.btn-audio:hover {
  background-color: #2f5a30;
}
.form-inline input {
  width: 125px;
  margin: 0 0 0 15px;
}
.form-inline .captcha-control {
  display: inline-block;
}
.form-inline .cap-wrap img {
  border: 1px solid #006666;
}
.form-inline .cap-wrap img,
.form-inline .cap-wrap .cap-wrap .btn {
  vertical-align: middle;
}
.form-inline .error-message {
  color: #d9534f;
  min-height: 1px;
}
.form-inline .span4.error-message {
  margin-top: 25px;
}
[class^="bg-"] {
  padding: 15px;
  border-radius: 5px;
}
.callout {
  margin: 20px 0;
  padding: 20px;
  border-left: 4px solid #eee;
}
.callout h1,
.callout h2,
.callout h3,
.callout h4,
.callout h5,
.callout h6 {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 5px;
}
.callout p {
  margin: 0;
}
.callout p:last-child {
  margin-bottom: 0;
}
.callout code {
  background-color: #fff;
  border-radius: 3px;
}
.postit {
  margin: 20px 0;
  padding: 20px;
  border-bottom: 4px solid #eee;
}
.postit h1,
.postit h2,
.postit h3,
.postit h4,
.postit h5,
.postit h6 {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 5px;
}
.postit p {
  margin: 0;
}
.postit p:last-child {
  margin-bottom: 0;
}
.postit code {
  background-color: #fff;
  border-radius: 3px;
}
.callout-success,
.bg-success {
  background-color: #daecda;
}
.callout-info,
.bg-info {
  background-color: #e0f7fe;
}
.callout-warning,
.bg-warning {
  background-color: #fdf5e9;
}
.callout-danger,
.bg-danger {
  background-color: #fbefee;
}
.tag:hover {
  color: #ffffff;
  cursor: pointer;
  background-color: #d9534f;
}
.callout-success {
  border-color: #2f5a30;
}
.callout-success h1,
.callout-success h2,
.callout-success h3,
.callout-success h4,
.callout-success h5,
.callout-success h6 {
  color: #2f5a30;
}
.callout-info {
  border-color: #037090;
}
.callout-info h1,
.callout-info h2,
.callout-info h3,
.callout-info h4,
.callout-info h5,
.callout-info h6 {
  color: #037090;
}
.callout-warning {
  border-color: #f0ad4e;
}
.callout-warning h1,
.callout-warning h2,
.callout-warning h3,
.callout-warning h4,
.callout-warning h5,
.callout-warning h6 {
  color: #f0ad4e;
}
.callout-danger {
  border-color: #d9534f;
}
.callout-danger h1,
.callout-danger h2,
.callout-danger h3,
.callout-danger h4,
.callout-danger h5,
.callout-danger h6 {
  color: #d9534f;
}
.text-muted {
  color: #9a9a9a;
}
.text-primary {
  color: #2e2e2e;
}
.text-success {
  color: #2f5a30;
}
.text-info {
  color: #037090;
}
.text-warning {
  color: #f0ad4e;
}
.text-danger {
  color: #d9534f;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.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 {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.icon-xs {
  font-size: 0.5rem;
  vertical-align: middle;
}
.icon-xs.circle {
  font-size: -0.5rem;
  color: #FFF;
  width: 0.5rem;
  display: inline-block;
  padding: 0.5rem;
  text-align: center;
  border-radius: 0.5rem;
}
.icon-xs.circle.brand {
  background: #006666;
  color: #FFF;
}
.icon-xs.sqr {
  font-size: -0.5rem;
  color: #FFF;
  width: 0.5rem;
  display: inline-block;
  padding: 0.5rem;
  text-align: center;
  border-radius: 0;
}
.icon-xs.sqr.brand {
  background: #006666;
  color: #FFF;
}
.icon-sm {
  font-size: 1rem;
  vertical-align: middle;
}
.icon-sm.circle {
  font-size: 0rem;
  color: #FFF;
  width: 1rem;
  display: inline-block;
  padding: 0.5rem;
  text-align: center;
  border-radius: 1rem;
}
.icon-sm.circle.brand {
  background: #006666;
  color: #FFF;
}
.icon-sm.sqr {
  font-size: 0rem;
  color: #FFF;
  width: 1rem;
  display: inline-block;
  padding: 0.5rem;
  text-align: center;
  border-radius: 0;
}
.icon-sm.sqr.brand {
  background: #006666;
  color: #FFF;
}
.icon-md {
  font-size: 2rem;
  vertical-align: middle;
}
.icon-md.circle {
  font-size: 1rem;
  color: #FFF;
  width: 2rem;
  display: inline-block;
  padding: 0.5rem;
  text-align: center;
  border-radius: 2rem;
}
.icon-md.circle.brand {
  background: #006666;
  color: #FFF;
}
.icon-md.sqr {
  font-size: 1rem;
  color: #FFF;
  width: 2rem;
  display: inline-block;
  padding: 0.5rem;
  text-align: center;
  border-radius: 0;
}
.icon-md.sqr.brand {
  background: #006666;
  color: #FFF;
}
.icon-lg {
  font-size: 3rem;
  vertical-align: middle;
}
.icon-lg.circle {
  font-size: 2rem;
  color: #FFF;
  width: 3rem;
  display: inline-block;
  padding: 0.5rem;
  text-align: center;
  border-radius: 3rem;
}
.icon-lg.circle.brand {
  background: #006666;
  color: #FFF;
}
.icon-lg.sqr {
  font-size: 2rem;
  color: #FFF;
  width: 3rem;
  display: inline-block;
  padding: 0.5rem;
  text-align: center;
  border-radius: 0;
}
.icon-lg.sqr.brand {
  background: #006666;
  color: #FFF;
}
.icon-xl {
  font-size: 4rem;
  vertical-align: middle;
}
.icon-xl.circle {
  font-size: 3rem;
  color: #FFF;
  width: 4rem;
  display: inline-block;
  padding: 0.5rem;
  text-align: center;
  border-radius: 4rem;
}
.icon-xl.circle.brand {
  background: #006666;
  color: #FFF;
}
.icon-xl.sqr {
  font-size: 3rem;
  color: #FFF;
  width: 4rem;
  display: inline-block;
  padding: 0.5rem;
  text-align: center;
  border-radius: 0;
}
.icon-xl.sqr.brand {
  background: #006666;
  color: #FFF;
}
.brand {
  color: #006666;
}
.brand.brand {
  color: #006666;
}
.brand:hover {
  color: #001a1a;
  cursor: pointer;
}
.brand.circle,
.brand.sqr {
  background-color: #006666;
}
.brand.circle:hover,
.brand.sqr:hover {
  color: #FFF;
  background: #001a1a;
}
[class^="fa fa-rss"] {
  color: #ee802f;
}
[class^="fa fa-rss"].brand {
  color: #006666;
}
[class^="fa fa-rss"]:hover {
  color: #c15b10;
  cursor: pointer;
}
[class^="fa fa-rss"].circle,
[class^="fa fa-rss"].sqr {
  background-color: #ee802f;
}
[class^="fa fa-rss"].circle:hover,
[class^="fa fa-rss"].sqr:hover {
  color: #FFF;
  background: #c15b10;
}
[class^="fa fa-css3"] {
  color: #1572b7;
}
[class^="fa fa-css3"].brand {
  color: #006666;
}
[class^="fa fa-css3"]:hover {
  color: #0d4772;
  cursor: pointer;
}
[class^="fa fa-css3"].circle,
[class^="fa fa-css3"].sqr {
  background-color: #1572b7;
}
[class^="fa fa-css3"].circle:hover,
[class^="fa fa-css3"].sqr:hover {
  color: #FFF;
  background: #0d4772;
}
[class^="fa fa-html5"] {
  color: #ec6231;
}
[class^="fa fa-html5"].brand {
  color: #006666;
}
[class^="fa fa-html5"]:hover {
  color: #bf3f12;
  cursor: pointer;
}
[class^="fa fa-html5"].circle,
[class^="fa fa-html5"].sqr {
  background-color: #ec6231;
}
[class^="fa fa-html5"].circle:hover,
[class^="fa fa-html5"].sqr:hover {
  color: #FFF;
  background: #bf3f12;
}
[class^="fa fa-apple"] {
  color: #3ad1fc;
}
[class^="fa fa-apple"].brand {
  color: #006666;
}
[class^="fa fa-apple"]:hover {
  color: #04b4e6;
  cursor: pointer;
}
[class^="fa fa-apple"].circle,
[class^="fa fa-apple"].sqr {
  background-color: #3ad1fc;
}
[class^="fa fa-apple"].circle:hover,
[class^="fa fa-apple"].sqr:hover {
  color: #FFF;
  background: #04b4e6;
}
[class^="fa fa-github"] {
  color: #171515;
}
[class^="fa fa-github"].brand {
  color: #006666;
}
[class^="fa fa-github"]:hover {
  color: #000000;
  cursor: pointer;
}
[class^="fa fa-github"].circle,
[class^="fa fa-github"].sqr {
  background-color: #171515;
}
[class^="fa fa-github"].circle:hover,
[class^="fa fa-github"].sqr:hover {
  color: #FFF;
  background: #000000;
}
[class^="fa fa-android"] {
  color: #a4c639;
}
[class^="fa fa-android"].brand {
  color: #006666;
}
[class^="fa fa-android"]:hover {
  color: #738b28;
  cursor: pointer;
}
[class^="fa fa-android"].circle,
[class^="fa fa-android"].sqr {
  background-color: #a4c639;
}
[class^="fa fa-android"].circle:hover,
[class^="fa fa-android"].sqr:hover {
  color: #FFF;
  background: #738b28;
}
[class^="fa fa-windows"] {
  color: #6dc2e9;
}
[class^="fa fa-windows"].brand {
  color: #006666;
}
[class^="fa fa-windows"]:hover {
  color: #2ba6df;
  cursor: pointer;
}
[class^="fa fa-windows"].circle,
[class^="fa fa-windows"].sqr {
  background-color: #6dc2e9;
}
[class^="fa fa-windows"].circle:hover,
[class^="fa fa-windows"].sqr:hover {
  color: #FFF;
  background: #2ba6df;
}
[class^="fa fa-twitter"] {
  color: #55acee;
}
[class^="fa fa-twitter"].brand {
  color: #006666;
}
[class^="fa fa-twitter"]:hover {
  color: #1689e0;
  cursor: pointer;
}
[class^="fa fa-twitter"].circle,
[class^="fa fa-twitter"].sqr {
  background-color: #55acee;
}
[class^="fa fa-twitter"].circle:hover,
[class^="fa fa-twitter"].sqr:hover {
  color: #FFF;
  background: #1689e0;
}
[class^="fa fa-youtube"] {
  color: #c4302b;
}
[class^="fa fa-youtube"].brand {
  color: #006666;
}
[class^="fa fa-youtube"]:hover {
  color: #85211d;
  cursor: pointer;
}
[class^="fa fa-youtube"].circle,
[class^="fa fa-youtube"].sqr {
  background-color: #c4302b;
}
[class^="fa fa-youtube"].circle:hover,
[class^="fa fa-youtube"].sqr:hover {
  color: #FFF;
  background: #85211d;
}
[class^="fa fa-linkedin"] {
  color: #0e76a8;
}
[class^="fa fa-linkedin"].brand {
  color: #006666;
}
[class^="fa fa-linkedin"]:hover {
  color: #084461;
  cursor: pointer;
}
[class^="fa fa-linkedin"].circle,
[class^="fa fa-linkedin"].sqr {
  background-color: #0e76a8;
}
[class^="fa fa-linkedin"].circle:hover,
[class^="fa fa-linkedin"].sqr:hover {
  color: #FFF;
  background: #084461;
}
[class^="fa fa-facebook"] {
  color: #3b5998;
}
[class^="fa fa-facebook"].brand {
  color: #006666;
}
[class^="fa fa-facebook"]:hover {
  color: #263961;
  cursor: pointer;
}
[class^="fa fa-facebook"].circle,
[class^="fa fa-facebook"].sqr {
  background-color: #3b5998;
}
[class^="fa fa-facebook"].circle:hover,
[class^="fa fa-facebook"].sqr:hover {
  color: #FFF;
  background: #263961;
}
[class^="fa fa-google-plus"] {
  color: #dd4b39;
}
[class^="fa fa-google-plus"].brand {
  color: #006666;
}
[class^="fa fa-google-plus"]:hover {
  color: #ac2d1e;
  cursor: pointer;
}
[class^="fa fa-google-plus"].circle,
[class^="fa fa-google-plus"].sqr {
  background-color: #dd4b39;
}
[class^="fa fa-google-plus"].circle:hover,
[class^="fa fa-google-plus"].sqr:hover {
  color: #FFF;
  background: #ac2d1e;
}
[class^="fa fa-youtube-play"] {
  color: #c4302b;
}
[class^="fa fa-youtube-play"].brand {
  color: #006666;
}
[class^="fa fa-youtube-play"]:hover {
  color: #85211d;
  cursor: pointer;
}
[class^="fa fa-youtube-play"].circle,
[class^="fa fa-youtube-play"].sqr {
  background-color: #c4302b;
}
[class^="fa fa-youtube-play"].circle:hover,
[class^="fa fa-youtube-play"].sqr:hover {
  color: #FFF;
  background: #85211d;
}
[class^="fa fa-github-square"] {
  color: #171515;
}
[class^="fa fa-github-square"].brand {
  color: #006666;
}
[class^="fa fa-github-square"]:hover {
  color: #000000;
  cursor: pointer;
}
[class^="fa fa-github-square"].circle,
[class^="fa fa-github-square"].sqr {
  background-color: #171515;
}
[class^="fa fa-github-square"].circle:hover,
[class^="fa fa-github-square"].sqr:hover {
  color: #FFF;
  background: #000000;
}
[class^="fa fa-youtube-square"] {
  color: #c4302b;
}
[class^="fa fa-youtube-square"].brand {
  color: #006666;
}
[class^="fa fa-youtube-square"]:hover {
  color: #85211d;
  cursor: pointer;
}
[class^="fa fa-youtube-square"].circle,
[class^="fa fa-youtube-square"].sqr {
  background-color: #c4302b;
}
[class^="fa fa-youtube-square"].circle:hover,
[class^="fa fa-youtube-square"].sqr:hover {
  color: #FFF;
  background: #85211d;
}
.filter-message {
  display: none;
}
.tags {
  zoom: 1;
  *zoom: 1;
  margin: 10px 0 50px 0;
}
.tags:before {
  content: '';
  display: block;
}
.tags:after {
  content: '';
  display: table;
  clear: both;
}
.tags ul li {
  float: left;
  font-size: 0.75em;
  font-weight: 300;
  margin-right: 6px;
}
.tags a {
  display: block;
  line-height: 2.175em;
  padding: 0 1.45em;
  background-color: #d4e3e3;
  border-radius: 4px;
}
.tags a:hover {
  color: #fff;
  background-color: #80b2b2;
}
.cancel {
  font-size: 0.875em;
  color: #989898;
}
.cancel:hover {
  color: #018d8e;
  cursor: pointer;
}
.mod-point-info {
  font-size: 0.75em;
  margin-top: 5px;
}
p.info-message {
  white-space: normal;
  margin-top: 0;
  padding: 10px 10px 0 10px;
  font-size: 0.875rem;
  line-height: 1rem;
}
.avatar-lg {
  display: block;
  height: 40px;
  width: 40px;
  margin: 5px 20px 0 0;
}
.avatar-lg.avatar-anon {
  background: url("//c.fsdn.com/s/img/avatar-astronaut.png") no-repeat center bottom;
}
a.post-anon {
  color: #989898;
  font-size: 0.75em;
}
.ui-comment-form {
  display: none;
  margin-bottom: 30px;
  padding: 0 20px 0 20px;
}
.ui-form-preview {
  padding: 30px 0 0 50px;
}
.ui-form-preview p {
  margin-bottom: 70px;
}
#replyto_0 {
  margin: 0 20px;
}
#replyto_0,
.load-control,
.comment-controls {
  display: none;
}
#commentlisting {
  padding: 0 20px 0 20px;
}
#commentlisting .well {
  margin-top: 20px;
}
.well {
  zoom: 1;
  *zoom: 1;
  position: relative;
  background-color: #ececee;
  padding: 20px;
  font-size: 100%;
}
.well:before {
  content: '';
  display: block;
}
.well:after {
  content: '';
  display: table;
  clear: both;
}
.well .cancel {
  position: absolute;
  top: 21px;
  right: 21px;
  padding: 5px 15px;
  line-height: 36px;
  background-color: #d9534f;
  color: #FFF;
  z-index: 3;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-color: #c9302c;
}
.well .cancel:hover {
  background-color: #c9302c;
}
.well label {
  display: none;
}
.well h5 {
  color: #909a9a;
  font-size: 0.8em;
  margin-bottom: 40px;
}
.well-info {
  display: inline-block;
  font-size: 0.8rem;
  color: #909a9a;
  margin-bottom: 1rem;
}
.comments-story {
  font-size: 1.2em;
  font-weight: 100;
}
.load-control {
  vertical-align: middle;
  margin: 20px 25px 30px;
}
.comcount {
  font-size: 1.5rem;
  font-weight: 300;
  vertical-align: middle;
  display: inline-block;
  margin-right: 15px;
}
.comment-title {
  font-size: 0.85em;
  font-weight: 600;
  color: #3e403f;
}
.comment-title span {
  font-weight: normal;
  color: #909a9a;
}
.comment-article h4,
.ui-form-preview h4 {
  color: #989898;
  font-size: 0.7em;
  font-weight: 300;
  line-height: 20px;
  margin: 0;
}
.comment-article h4 p,
.ui-form-preview h4 p {
  font-family: Helvetica, Arial, sans-serif;
}
.comment-article h4 a,
.ui-form-preview h4 a {
  font-weight: 600;
}
.comment-article {
  padding-left: 25px;
  padding-top: 25px;
  border-top: 2px solid #dfdfdf;
  border-left: 2px solid #dfdfdf;
  box-shadow: inset 1px 1px 0px #ffffff;
}
.comment-article:first-child {
  margin-top: 0;
}
.comment-article:not(:last-child) {
  border-top: 0;
}
.comment-article.com-collapsed header {
  margin-bottom: 0;
}
.comment-article header {
  margin-bottom: 5px;
  padding-right: 45px;
  position: relative;
}
.comment-article header h3 {
  font-size: 1rem;
  color: #2e2e2e;
  display: inline-block;
  cursor: pointer;
}
.comment-article header h3:hover {
  color: #018d8e;
}
.comment-article.com-show {
  padding: 10px 5px 5px 25px;
  border-top: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  box-shadow: inset 1px 1px 0px #ffffff;
}
.comment-article.com-show:not(:last-child) {
  border-bottom: 0;
}
.comment-article.com-show + .com-hide {
  border-bottom: 1px solid #dfdfdf;
}
.comment-article.com-hide {
  padding: 0;
  border: 0;
  box-shadow: none;
}
.comment-article i.com-toggle {
  position: absolute;
  left: -15px;
  top: 4px;
}
.comment-parent {
  background-color: #FFF;
  border-radius: 3px;
  padding: 20px 20px 0 20px;
  margin-left: -20px;
  border-bottom: 2px solid #dfdfdf;
}
.comment-parent .close {
  display: block;
  color: #909a9a;
  font-size: 1.25em;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  height: 1.25em;
  width: 1.25em;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 100;
}
.comment-parent .close:hover {
  cursor: pointer;
  color: #018d8e;
}
.comment-parent > .comment-footer {
  border-bottom: none;
}
.elips tt {
  font-size: inherit !important;
  font-family: inherit !important;
}
.comment-body,
.well,
.elips {
  font-size: 0.85rem;
  font-family: Helvetica, Arial, sans-serif;
  margin-right: 1rem;
}
.comment-body p,
.well p,
.elips p {
  font-size: inherit !important;
  font-family: inherit !important;
  margin-bottom: 15px !important;
}
.comment-body p:not(:first-child),
.well p:not(:first-child),
.elips p:not(:first-child) {
  margin-bottom: 0;
}
.comment-body p:first-child,
.well p:first-child,
.elips p:first-child {
  margin-top: 0;
}
.comment-body em,
.well em,
.elips em {
  font-size: inherit !important;
  font-family: inherit !important;
}
.comment-body strong,
.well strong,
.elips strong,
.comment-body b,
.well b,
.elips b {
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: 600 !important;
  color: inherit !important;
}
.comment-body ul,
.well ul,
.elips ul,
.comment-body ol,
.well ol,
.elips ol {
  font-size: inherit !important;
  font-family: inherit !important;
  margin: 15px 0 !important;
  padding: 0 35px !important;
}
.comment-body ul,
.well ul,
.elips ul {
  list-style-type: disc !important;
}
.comment-body dl,
.well dl,
.elips dl {
  font-size: inherit !important;
  font-family: inherit !important;
}
.comment-body dl dt,
.well dl dt,
.elips dl dt {
  font-weight: 600 !important;
}
.comment-body dl dd,
.well dl dd,
.elips dl dd {
  font-style: italic !important;
}
.comment-body tt,
.well tt,
.elips tt {
  font-size: inherit !important;
  font-family: inherit !important;
}
.comment-body blockquote,
.well blockquote,
.elips blockquote,
.comment-body q,
.well q,
.elips q,
.comment-body .quote,
.well .quote,
.elips .quote {
  display: block;
  font-size: inherit !important;
  font-family: inherit !important;
  margin: 15px 0;
  padding: 10px;
  border-left: 4px solid #dfdfdf;
  color: #909a9a;
  quotes: "";
  font-style: italic;
}
.comment-body blockquote p,
.well blockquote p,
.elips blockquote p,
.comment-body q p,
.well q p,
.elips q p,
.comment-body .quote p,
.well .quote p,
.elips .quote p {
  font-size: inherit !important;
  font-family: inherit !important;
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.comment-body blockquote p:last-child,
.well blockquote p:last-child,
.elips blockquote p:last-child,
.comment-body q p:last-child,
.well q p:last-child,
.elips q p:last-child,
.comment-body .quote p:last-child,
.well .quote p:last-child,
.elips .quote p:last-child {
  margin-bottom: 0 !important;
}
.comment-body,
.ui-form-preview p {
  font-size: 0.85em;
  line-height: 1.5em;
}
.comment-footer {
  zoom: 1;
  *zoom: 1;
  padding: 10px 0;
  font-family: Helvetica, Arial, sans-serif;
}
.comment-footer:before {
  content: '';
  display: block;
}
.comment-footer:after {
  content: '';
  display: table;
  clear: both;
}
.comment-footer li {
  display: inline-block;
  color: #909a9a;
  padding-right: 20px;
  line-height: 1.5em;
  vertical-align: middle;
}
.comment-footer li.mod-result {
  line-height: 30px;
}
.comment-footer a {
  font-size: 0.875rem;
  text-decoration: none;
}
.comment-footer a.tag {
  display: inline-block;
  color: #FFF;
  padding: 0 15px;
  background-color: #80b2b2;
  border-radius: 4px;
}
.comment-footer a.tag:hover {
  text-decoration: none;
}
.menu-moderate {
  width: 300px;
  top: 30px;
  left: 0;
}
.menu-moderate ul {
  width: 50%;
  border-left: 1px solid #d4e2e2;
  float: left;
}
.menu-moderate ul:first-child {
  border-left: none;
}
.menu-moderate ul.mod-neg a:hover {
  color: #e1431c;
}
.menu-moderate ul.mod-neg span {
  color: #e1431c;
}
.menu-moderate li {
  display: block;
  padding-right: 0;
  border-top: 1px solid #dfdfdf;
}
.menu-moderate li:first-child {
  border-top: none;
}
.menu-moderate a {
  line-height: 39px;
  display: block;
  padding-left: 25px;
  color: #3c4040;
  font-size: 0.8rem;
  font-weight: 500;
}
.menu-moderate a:hover {
  color: #018d8e;
  background-color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.menu-moderate a span {
  color: #018d8e;
  padding-right: 8px;
}
.menu-moderate:before {
  content: "";
  width: 0;
  display: block;
  position: absolute;
  top: -10px;
  left: 37px;
  right: auto;
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: #dfdfdf transparent;
}
.menu-moderate:after {
  content: "";
  width: 0;
  display: block;
  position: absolute;
  top: -8px;
  left: 39px;
  border-style: solid;
  border-width: 0 8px 8px;
  border-color: #f7f7f7 transparent;
}
.mod-result,
.mod-point-info {
  color: #3c4040;
  font-size: 0.75em;
}
.comment-controls {
  position: relative;
  margin: 20px;
  border-bottom: 2px solid #dfdfdf;
}
.show-parent {
  display: none;
}
.filtered {
  border-bottom: 2px solid #80b2b2;
}
.badge-right {
  padding-right: 35px;
}
.threshold-badge {
  display: inline-block;
  color: #FFF;
  background-color: #d9534f;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  width: 1.5rem;
  position: absolute;
  right: 5px;
  top: 4px;
  line-height: 1.5rem;
  vertical-align: middle;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #dfdfdf;
}
.threshold-badge.neg {
  background-color: #e2431e;
}
.menu-threshold {
  width: 220px;
  right: 0;
  background-color: #fff;
  padding: 0;
}
.menu-threshold:before {
  content: "";
  width: 0;
  display: block;
  position: absolute;
  top: -10px;
  left: 164px;
  right: auto;
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: #dfdfdf transparent;
}
.menu-threshold:after {
  content: "";
  width: 0;
  display: block;
  position: absolute;
  top: -8px;
  left: 166px;
  border-style: solid;
  border-width: 0 8px 8px;
  border-color: #f7f7f7 transparent;
}
.menu-threshold h3 {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.95rem;
  color: #3c4040;
  line-height: 2.4375rem;
  width: inherit;
  padding-left: 20px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #d4e3e2;
}
.menu-threshold ul {
  font-size: 0.725rem;
}
.menu-threshold a {
  display: block;
  color: #3c4040;
  margin-left: 45px;
  position: relative;
}
.menu-threshold li {
  line-height: 2rem;
  font-family: Helvetica, Arial, sans-serif;
}
.menu-threshold li:hover a,
.menu-threshold li a.selected {
  color: #018d8e;
  font-weight: bold;
}
.menu-threshold li:hover a.neg,
.menu-threshold li a.neg.selected {
  color: #e2431e;
}
.menu-threshold i {
  width: 20px;
  text-align: center;
  color: #176d6e;
  position: absolute;
  top: 10px;
  left: -25px;
}
.menu-threshold i.neg {
  color: #e2431e;
}
.menu-threshold span {
  display: block;
  width: 20px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 45px;
}
.story-module {
  width: 365px;
  padding: 0 1.5rem 1.5rem 2.125rem;
}
.story-module > div {
  overflow: hidden;
}
.story-module > div:not(:first-child) {
  margin-top: 1.5rem;
}
.story-with-module {
  position: relative;
  margin-right: 365px;
}
.story-with-module .layout-article {
  padding: 1.25rem 1.25rem 0;
}
.domain-text {
  font-style: italic;
  color: #9a9a9a;
}
/*!
 * Bootstrap v3.1.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4001;
  display: none;
  max-width: 300px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid #006666;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.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: 15px 0 15px 15px;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 18px;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 0 15px 15px 15px;
  line-height: 1.25rem;
}
.popover-navigation {
  padding: 10px;
  border-top: 1px solid #dfdfdf;
}
.end-tour {
  display: inline-block;
  line-height: 1rem;
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: 1.25rem;
  cursor: pointer;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: #006666;
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: #006666;
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: #006666;
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: #006666;
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.jobsboard {
  padding: 25px 20px;
}
.jobsboard h1 {
  text-align: center;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 2.15rem;
  font-weight: 400;
  padding: 20px;
}
.jobsboard .by-dice {
  font-size: 0.5rem;
  text-transform: uppercase;
}
.jobsboard .by-dice a {
  text-indent: -9999px;
  display: inline-block;
  width: 51px;
  line-height: 35px;
  background: url("//c.fsdn.com/s/img/dice-logo-jobs.png") no-repeat;
  background-position: center center;
}
.jobsboard .result-days {
  width: 300px;
  text-align: right;
}
.jobsboard .results-info {
  vertical-align: top;
}
.inline-form li,
.result-controls > div {
  display: inline-block;
  margin-left: 1%;
}
.inline-form li:first-child,
.result-controls > div:first-child {
  margin-left: 0;
}
.inline-form {
  margin-bottom: 35px;
}
.inline-form li.input-job {
  width: 55%;
}
.inline-form li.input-zip {
  width: 25%;
}
.inline-form li.input-action {
  width: 17%;
}
.inline-form li.input-action .btn {
  padding: 2px 25px;
  width: 100%;
}
.result-controls {
  margin-bottom: 15px;
  line-height: 35px;
  zoom: 1;
  *zoom: 1;
}
.result-controls > div {
  font-size: 0.8rem;
}
.result-controls span {
  color: #989898;
}
.result-controls .control-label,
.result-controls .control-select {
  display: inline-block;
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  vertical-align: top;
}
.result-controls .control-label {
  font-size: 0.75rem;
  text-align: right;
}
.result-controls select {
  font-size: 0.8rem;
  margin-bottom: 0;
  padding: 8px 25px 8px 15px;
}
.result-controls:before {
  content: '';
  display: block;
}
.result-controls:after {
  content: '';
  display: table;
  clear: both;
}
table {
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-collapse: collapse;
  border-spacing: 0;
}
table td,
table th {
  padding: 0;
}
table th {
  text-align: left;
}
.table-responsive {
  width: 100%;
  margin-bottom: 15px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}
.table {
  width: 100%;
  font-size: 0.8rem;
  font-weight: 400;
  margin-bottom: 30px;
}
.table thead {
  background-color: #eceeed;
}
.table thead a,
.table td.text-lt {
  color: #989898;
  display: block;
}
.table:last-child {
  margin-bottom: 0;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeed;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.5rem;
  vertical-align: top;
  border-bottom: 2px solid #eceeed;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #FFF;
  cursor: pointer;
}
.table tbody > tr td:first-child {
  font-weight: 400;
  color: #018d8e;
}
.table-pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  border-radius: 4px;
}
.table-pagination li {
  display: inline;
}
.table-pagination li a:first-child {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.table-pagination li a,
.table-pagination li span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.5rem;
  text-decoration: none;
  color: #018d8e;
  margin-left: -1px;
}
.table-pagination li a:hover,
.table-pagination li span:hover,
.table-pagination li a:focus,
.table-pagination li span:focus {
  color: #2a6496;
  background-color: #eceeed;
  border-color: #dddddd;
}
.table-pagination > .disabled > span,
.table-pagination > .disabled > span:hover,
.table-pagination > .disabled > span:focus,
.table-pagination > .disabled > a,
.table-pagination > .disabled > a:hover,
.table-pagination > .disabled > a:focus {
  color: #999999;
  border-color: #dddddd;
  cursor: not-allowed;
}
.eoc {
  margin-bottom: 50px;
}
.poll h3 {
  color: #80b2b2;
  font-size: 0.7em;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.poll footer {
  margin: 20px 0 0 0;
}
.icon-poll {
  background: url('//c.fsdn.com/s/img/icon_slashdot_poll-lg.png') no-repeat;
}
.poll-list p {
  color: #3c4040;
  font-size: 1em;
  line-height: 1.7em;
  margin: 0;
}
.footer-text {
  color: #909a9a;
  font-size: 0.7em;
}
.inline-to-btn {
  line-height: 40px;
  font-size: 0.85em;
  color: #3c4040;
}
.poll-list li {
  background-color: #dfdfdf;
  margin-bottom: 5px;
  padding: 20px;
}
.poll-list .result-wrap {
  width: 82%;
}
.poll-list .result-wrap .result-bar {
  height: 0.7em;
  border-radius: 0.35em;
  position: relative;
  background: #909a9a;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgzOGM4YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iIzkwOWE5YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iIzkwOWE5YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4MzhjOGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #838c8c 0%, #909a9a 36%, #909a9a 65%, #838c8c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #838c8c), color-stop(36%, #909a9a), color-stop(65%, #909a9a), color-stop(100%, #838c8c));
  background: -webkit-linear-gradient(top, #838c8c 0%, #909a9a 36%, #909a9a 65%, #838c8c 100%);
  background: -o-linear-gradient(top, #838c8c 0%, #909a9a 36%, #909a9a 65%, #838c8c 100%);
  background: -ms-linear-gradient(top, #838c8c 0%, #909a9a 36%, #909a9a 65%, #838c8c 100%);
  background: linear-gradient(to bottom, #838c8c 0%, #909a9a 36%, #909a9a 65%, #838c8c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#838c8c', endColorstr='#838c8c', GradientType=0);
}
.poll-list .result-wrap .result-bar.active-bar {
  background: #017f81;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxN2Y4MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iIzAxOGM4ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iIzAxOGM4ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTdmODEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #017f81 0%, #018c8e 36%, #018c8e 65%, #017f81 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #017f81), color-stop(36%, #018c8e), color-stop(65%, #018c8e), color-stop(100%, #017f81));
  background: -webkit-linear-gradient(top, #017f81 0%, #018c8e 36%, #018c8e 65%, #017f81 100%);
  background: -o-linear-gradient(top, #017f81 0%, #018c8e 36%, #018c8e 65%, #017f81 100%);
  background: -ms-linear-gradient(top, #017f81 0%, #018c8e 36%, #018c8e 65%, #017f81 100%);
  background: linear-gradient(to bottom, #017f81 0%, #018c8e 36%, #018c8e 65%, #017f81 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#017f81', endColorstr='#017f81', GradientType=0);
}
.poll-list .result-wrap .result-text {
  font-size: 0.7em;
  color: #3c4040;
  position: absolute;
  top: 0;
  right: -110px;
  width: 100px;
}
article.newhead {
  margin-bottom: 2rem;
}
article.newhead h2 {
  margin-bottom: 0;
}
article.newhead p {
  margin-top: 0;
}
.faq-list h2 {
  font-size: 1rem;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  margin: 2rem 0 0;
}
.faq-list .faq-sublist {
  padding: 1rem 0;
}
.faq-list .faq-sublist > li {
  border-top: 2px solid #ececee;
  padding: 1rem 0;
  font-weight: 600;
  font-size: 0.85em;
}
.faq-list .faq-sublist > li:first-child {
  border-top: none;
  padding-top: 0;
}
.faq-list .faq-sublist > li:hover,
.faq-list .faq-sublist > li:active {
  color: #018d8e;
}
.faq-list .faq-sublist > li:hover ul.faqsubs,
.faq-list .faq-sublist > li:active ul.faqsubs {
  display: block;
}
.faq-list .faq-sublist > li a {
  color: #018d8e;
  display: block;
  line-height: 21px;
}
.faq-list .faq-sublist > li a:hover,
.faq-list .faq-sublist > li a:active {
  color: #018d8e;
  text-decoration: underline;
}
.faq-list .faq-sublist > li .faqsubs li {
  border: none;
  font-size: 0.95em;
  font-weight: 400;
  margin-left: 7px;
}
.icon-arrow-up {
  display: block;
}
.messaging-nav.container {
  display: none;
  position: relative;
  padding-top: 7px;
  padding-left: 20px;
  padding-right: 30px;
  padding-bottom: 7px;
  background-color: #fcf8e3;
  border-bottom: 1px solid #f0ad4e;
}
.messaging-nav.container span.close-message {
  display: block;
  width: 15px;
  height: 15px;
  text-align: center;
  position: absolute;
  top: 20%;
  right: 20px;
  cursor: pointer;
}
.messaging-nav.container span.close-message:hover {
  color: #f0ad4e;
}
.messaging-nav.container p {
  margin: 0;
  line-height: 1.5rem;
}
.messaging-nav.container p > i {
  color: #f0ad4e;
}
.taboola-wrapper {
  padding: 0 20px 20px 20px;
}
.taboola-wrapper .trc_user_exclude_btn {
  z-index: 1000;
}
.taboola-wrapper .hybrid-text-links-2c .trc_rbox_header,
.taboola-wrapper .thumbs-2r .trc_rbox_header {
  font-size: 1.25rem;
}
.taboola-wrapper .thumbs-2r .videoCube.syndicatedItem {
  width: 15%;
  margin: 0 0 2% 1%;
}
.taboola-wrapper .thumbs-2r .videoCube.syndicatedItem:nth-child(7),
.taboola-wrapper .thumbs-2r .videoCube.syndicatedItem:nth-child(8) {
  display: none;
}
.taboola-wrapper .videoCube:first-child .video-label-box {
  margin-left: 8px !important;
}
.taboola-wrapper .thumbnails-a .syndicatedItem .video-title {
  color: #018d8e !important;
  font-weight: normal !important;
}
#playerwrapper {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}
#playerwrapper > div {
  width: 100% !important;
  height: 360px !important;
}
#playerwrapper .innerWrapper:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
#playerwrapper .oo_controls {
  border-radius: 0 !important;
  width: 100% !important;
  left: 0 !important;
}
#playerwrapper .oo_buffer_progress {
  background-color: #80b2b2 !important;
  border-radius: 0 !important;
}
#playerwrapper .oo_playhead_progress {
  background-color: #006666 !important;
  border-radius: 0 !important;
}
#playerwrapper .oo_full_controls .oo_playhead {
  top: -1px !important;
}
#view-standard .feature-hero img {
  max-width: 100%;
}
#view-standard .featured-wrap {
  height: 350px;
  max-width: 565px;
  position: relative;
}
#view-standard .featured-wrap [class^="feature-"] {
  overflow: hidden;
  position: relative;
}
#view-standard .featured-wrap [class^="feature-"] header.story-header {
  padding: 10px;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
}
#view-standard .featured-wrap [class^="feature-"] header.story-header h1 {
  line-height: 1.125rem;
}
#view-standard .featured-wrap [class^="feature-"] header.story-header .comment-count {
  font-size: 0.75em;
  width: 40px;
  height: 30px;
  margin: 0 20px 0 15px;
  margin: 0 0 0 15px;
  top: 0;
  position: relative;
  float: right;
  z-index: 2;
}
#view-standard .featured-wrap .feature-left header.story-header,
#view-standard .featured-wrap .feature-right header.story-header {
  width: 60%;
  height: 150px;
  overflow: hidden;
  right: 0;
}
#view-standard .featured-wrap .feature-left header.story-header h1,
#view-standard .featured-wrap .feature-right header.story-header h1 {
  margin: 0;
  font-size: 1em;
  position: relative;
}
.featured-skip {
  display: none;
}
#view-standard .layout-article.feature-hero {
  border-top: none;
}
#view-headline .featured-skip,
#view-classic .featured-skip {
  display: block;
}
#view-headline .feature-hero-sm,
#view-classic .feature-hero-sm {
  display: none;
}
#view-headline .feature-hero-sm + article,
#view-classic .feature-hero-sm + article {
  border-top: none;
}
.featured-wrap .comment-count a {
  color: #FFFFFF;
}
@media only screen and (min-width: 960px) {
  .container.leaderboard {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    background-color: #ffffff;
  }
  #ad-wrapper {
    max-width: 980px;
  }
  #ad-wrapper > div {
    float: left;
  }
  #ad-wrapper > div:not(:first-child) {
    margin-left: 15px;
  }
  #ad-wrapper-footer {
    width: 728px;
  }
  #ad-wrapper,
  #ad-wrapper-footer {
    color: #ffffff;
    margin: 0 auto;
    line-height: 90px;
    overflow: hidden;
  }
  div.nls {
    background: url('//c.fsdn.com/s/img/icon-newsletter.png') 0 9px no-repeat;
    padding-left: 75px;
  }
  div.nls h3 {
    font-weight: 600;
    font-size: 1rem;
  }
  div.nls a {
    position: relative;
    left: 50px;
  }
  .brandbar h1 {
    margin: 0;
    width: 165px;
    float: left;
    padding-left: 20px;
  }
  .brandbar h1 a.logo,
  .brandbar h1 a.logo-builder {
    display: block;
    line-height: 52px;
    margin-left: 10px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: left center;
  }
  .brandbar h1 a.logo {
    background-image: url("//c.fsdn.com/s/img/logo_slashdot.png");
  }
  .brandbar h1 a.logo-builder {
    background-image: url("//c.fsdn.com/s/img/slashdot_build_logo.png");
  }
  .brandbar .beta-badge {
    display: block;
    width: 21px;
    height: 52px;
    text-indent: -9999px;
    background: url("//c.fsdn.com/s/img/beta-badge-vert.png") no-repeat;
    position: absolute;
    left: 0;
  }
  .container {
    width: 95%;
    padding: 0;
    margin: 0 auto;
    position: relative;
    zoom: 1;
    *zoom: 1;
  }
  .container.ts {
    padding-top: 30px;
    background-color: #ffffff;
  }
  .container:before {
    content: '';
    display: block;
  }
  .container:after {
    content: '';
    display: table;
    clear: both;
  }
  .container > .nav-wrap {
    width: 100%;
    padding-top: 0;
  }
  .container.no-split {
    background: #ffffff;
  }
  .split-left,
  .split-right {
    background-color: #ffffff;
    background-repeat: repeat-y;
  }
  .split-left {
    background-image: url('//c.fsdn.com/s/img/split-left.png');
    background-position: -25px top;
  }
  .split-right {
    background-image: url('//c.fsdn.com/s/img/split-right.png');
    background-position: right top;
  }
  .col-rail {
    display: block;
    width: 365px;
  }
  .river-right {
    margin-left: 365px;
  }
  .river-left {
    margin-right: 365px;
  }
  .rail-right {
    margin-left: -365px;
  }
  .rail-left {
    margin-right: -365px;
  }
  .fixed {
    width: 100%;
    height: 55px;
    position: fixed;
    top: 0;
    z-index: 20000;
    border-bottom: 1px solid #337d7c;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  }
  .fixed-mini-nav {
    height: 38px;
    /* Safari */
  }
  .fixed-mini-nav h1 a {
    line-height: 35px;
    background: url("//c.fsdn.com/s/img/logo_slashdot-mini.png") no-repeat left center;
  }
  .old,
  .new {
    font-size: 0.85em;
    line-height: 35px;
    padding: 20px 35px 20px 30px;
  }
  .captcha {
    margin-top: 10px;
  }
  .captcha input {
    width: 30%;
  }
  .captcha label {
    display: inline-block;
    margin-right: 10px;
    line-height: 80px;
  }
  .captcha.signup-captcha {
    margin: 0 auto;
  }
  .captcha.signup-captcha input {
    float: right;
    width: 35%;
  }
  .captcha.signup-captcha img {
    top: 0px;
    left: 0px;
  }
  .fno {
    display: none;
  }
  .brandbar .nav-mobile {
    display: none;
  }
  .brandbar .nav-desktop {
    display: block;
  }
  .brandbar .nav-primary,
  .brandbar .nav-access {
    font-size: 0.85em;
  }
  .nav-primary {
    float: left;
  }
  .nav-primary > li {
    float: left;
    line-height: 51px;
    border-right: 1px solid #126161;
    position: relative;
  }
  .nav-primary > li:first-child {
    border-left: 1px solid #126161;
  }
  .nav-primary > li:hover {
    background: #004e4e;
    background: -moz-linear-gradient(top, #0d5151 0%, #004e4e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #166c6c), color-stop(100%, #004e4e));
    background: -webkit-linear-gradient(top, #0d5151 0%, #004e4e 100%);
    background: -o-linear-gradient(top, #0d5151 0%, #004e4e 100%);
    background: -ms-linear-gradient(top, #0d5151 0%, #004e4e 100%);
    background: linear-gradient(to bottom, #0d5151 0%, #004e4e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d5151, endColorstr=#004e4e, GradientType=0);
  }
  .nav-primary > li:hover:before {
    content: "";
    position: absolute;
    width: 100%;
    top: -1px;
    left: 0;
    border-top: 1px solid #235f5f;
    border-left: 1px solid #126161;
    border-right: 1px solid #126161;
  }
  .nav-primary > li:hover:after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    border-bottom: 5px solid #009999;
  }
  .nav-primary a {
    color: #fff;
    padding: 0 15px;
    display: block;
    text-decoration: none;
  }
  .nav-primary a.arrow-down {
    padding-right: 35px;
  }
  .nav-primary a.arrow-down:after {
    position: absolute;
    right: 13px;
    top: 26px;
    content: "";
    width: 0px;
    height: 0px;
    display: block;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #023e3e transparent transparent transparent;
  }
  .nav-primary a.dice-mini {
    margin-right: 15px;
    padding-right: 45px;
    position: relative;
  }
  .nav-primary a.dice-mini:before {
    content: "";
    position: absolute;
    width: 41px;
    height: 22px;
    top: 15px;
    left: 60px;
    background: url("//c.fsdn.com/s/img/logo-dice-small.png") no-repeat right top;
  }
  .nav-primary a.dice-mini:hover:before {
    background-position: bottom;
  }
  .nav-primary.fixed-mini-nav li {
    line-height: 35px;
  }
  .nav-primary.fixed-mini-nav li a.arrow-down {
    padding-right: 35px;
  }
  .nav-primary.fixed-mini-nav li a.arrow-down:after {
    position: absolute;
    right: 13px;
    top: 17px;
    content: "";
    width: 0px;
    height: 0px;
    display: block;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #023e3e transparent transparent transparent;
  }
  .nav-primary.fixed-mini-nav li a.dice-mini {
    margin-right: 15px;
    padding-right: 45px;
  }
  .nav-primary.fixed-mini-nav li a.dice-mini:before {
    content: "";
    position: absolute;
    width: 41px;
    height: 22px;
    top: 5px;
    left: 60px;
    background: url("//c.fsdn.com/s/img/logo-dice-small.png") no-repeat right top;
  }
  .nav-primary.fixed-mini-nav li a.dice-mini:hover:before {
    background-position: bottom;
  }
  .menu-mega {
    left: -55px;
    width: 800px;
    z-index: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .topics {
    float: left;
  }
  .control-submit {
    display: block;
    width: 140px;
  }
  .control-submit > li {
    padding: 9px 0;
  }
  .control-submit a {
    display: block;
    text-align: center;
    font-size: 0.85em;
    padding: 6px 15px;
  }
  .control-submit.fixed-mini-nav > li {
    padding: 1px 0;
  }
  .control-submit.fixed-mini-nav > li .menu-submit {
    top: 35px;
  }
  .control-submit.fixed-mini-nav > li .menu-user {
    top: 35px;
  }
  .nav-access {
    display: block;
    padding-right: 20px;
  }
  .nav-access ul {
    float: right;
  }
  .nav-access li {
    float: left;
    line-height: 51px;
    margin-right: 7px;
    color: #B2B2B2;
  }
  .nav-access li.ui-menu {
    line-height: 25px;
  }
  .nav-access li.ui-menu img {
    float: left;
    margin: 5px 0 0 -7px;
  }
  .nav-access.fixed-mini-nav ul > li {
    line-height: 35px;
  }
  .nav-access.fixed-mini-nav ul > li .menu-user {
    top: 35px;
    line-height: 25px;
  }
  .nav-access.fixed-mini-nav ul > li.ui-menu {
    line-height: 25px;
  }
  .nav-access a {
    color: #FFF;
  }
  .nav-access a.alt_link {
    padding-left: 5px;
    color: #80b2b2;
  }
  .nav-access a.ui_link {
    display: block;
    color: #333;
    padding: 0 5px;
    width: 85px;
    margin: 3px;
  }
  #geojobs .search {
    line-height: 0;
  }
  #geojobs .search button {
    top: 4px;
  }
  .search {
    display: block;
    padding: 0 20px 0 35px;
    line-height: 51px;
  }
  .search form {
    position: relative;
  }
  .search label {
    display: none;
  }
  .search input {
    border: 1px solid #c9d8d5;
    margin: 0 auto;
    outline: none;
    width: 100%;
    line-height: 1.5em;
    font-size: 0.75em;
    padding: 5px 20px 5px 20px;
    border-radius: 15px;
    background-color: transperent;
  }
  .search input:focus {
    background-color: #FFF;
  }
  .search button {
    position: absolute;
    top: 8px;
    right: 10px;
    width: 16px;
    cursor: pointer;
    border: none;
  }
  .search.fixed-mini-nav {
    line-height: 33px;
  }
  .search.fixed-mini-nav button {
    top: 7px;
  }
  .menu-filter {
    display: block;
  }
  .menu-filter,
  .comment-filter {
    zoom: 1;
    *zoom: 1;
    font-size: 0.8rem;
    font-weight: 400;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    margin-left: 0;
    height: 34px;
    position: relative;
  }
  .menu-filter:before,
  .comment-filter:before {
    content: '';
    display: block;
  }
  .menu-filter:after,
  .comment-filter:after {
    content: '';
    display: table;
    clear: both;
  }
  .menu-filter.bump-right,
  .comment-filter.bump-right {
    margin-left: 45px;
  }
  .menu-filter.bump-none,
  .comment-filter.bump-none {
    margin-left: 0;
  }
  .menu-filter.push-down,
  .comment-filter.push-down {
    margin: 15px 0 20px;
  }
  .menu-filter > li,
  .comment-filter > li {
    float: left;
    line-height: 34px;
  }
  .menu-filter > li > a,
  .comment-filter > li > a {
    display: block;
    color: #3c4040;
    padding: 0 15px;
    line-height: 34px;
  }
  .menu-filter > li > a:hover,
  .comment-filter > li > a:hover {
    color: #006666;
    line-height: 34px;
    background-color: #dfdfdf;
    text-decoration: none;
    border-bottom: 2px solid #80b2b2;
  }
  .menu-filter > li > a:hover:after,
  .comment-filter > li > a:hover:after {
    content: '';
    position: absolute;
    border-bottom: 2px solid #eceeed;
  }
  .menu-filter > li > a.active-filter,
  .comment-filter > li > a.active-filter {
    border-bottom: 2px solid #80b2b2;
  }
  .community-pick {
    color: #ff8c3f;
    font-size: 0.75em;
    line-height: 18px;
    font-weight: 400;
    font-family: Arial;
  }
  .paginate {
    color: #018d8e;
    font-size: 0.8em;
  }
  .paginate li {
    float: left;
    padding: 10px 0 10px 10px;
  }
  .paginate li a:hover {
    text-decoration: underline;
  }
  .not-active {
    pointer-events: none;
    cursor: default;
    color: #d4d3e6;
  }
  .story-nav {
    position: relative;
    z-index: 100;
    border-top: 1px solid #dfdfdf;
  }
  .story-nav .btn-nav {
    color: #018d8e;
    font-weight: 400;
    font-size: 0.85rem;
    line-height: 35px;
    border-radius: 4px;
    padding: 0 15px;
    background-color: #f7f7f7;
  }
  .story-nav .btn-nav:hover {
    color: #ffffff;
    background-color: #018d8e;
  }
  input,
  textarea,
  select {
    width: 100%;
    padding: 1em 1.35rem 1rem 1rem;
    color: #2e2e2e;
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 400;
    position: relative;
    border-radius: 3px;
    outline: none;
    border: 1px solid #d4e4e1;
  }
  input:focus,
  textarea:focus,
  select:focus {
    border: 1px solid #008c8e;
  }
  label {
    font-size: 0.85rem;
  }
  button {
    color: #018d8e;
    border: none;
    background: none;
    cursor: pointer;
  }
  .cancel-action {
    padding: 10px;
    font-size: 0.85rem;
  }
  fieldset li {
    position: relative;
  }
  fieldset li > span {
    display: block;
    height: 20px;
    position: absolute;
    top: 15px;
    right: 10px;
  }
  fieldset li > span.has-error {
    display: block;
    height: inherit;
    position: relative;
    top: 0;
    right: 0;
  }
  .data-section fieldset {
    margin-bottom: 20px;
  }
  input {
    margin: 0 0 10px;
    line-height: 1em;
  }
  textarea {
    height: 17.5em;
    line-height: 1.5em;
  }
  .ui-form-controls,
  .form-controls {
    margin-bottom: 20px;
    zoom: 1;
    *zoom: 1;
  }
  .ui-form-controls:before,
  .form-controls:before {
    content: '';
    display: block;
  }
  .ui-form-controls:after,
  .form-controls:after {
    content: '';
    display: table;
    clear: both;
  }
  .ui-form-controls .ui-edit,
  .form-controls .ui-edit {
    font-size: 0.85em;
    line-height: 37px;
    margin-right: 25px;
  }
  .ui-form-controls .ui-edit:hover,
  .form-controls .ui-edit:hover {
    text-decoration: underline;
  }
  .ui-modal-controls {
    zoom: 1;
    *zoom: 1;
  }
  .ui-modal-controls a {
    font-weight: 400;
  }
  .ui-modal-controls:before {
    content: '';
    display: block;
  }
  .ui-modal-controls:after {
    content: '';
    display: table;
    clear: both;
  }
  legend {
    margin-bottom: 50px;
  }
  ul.story-layout {
    border-bottom: 10px solid #eceeee;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  }
  ul.story-layout li {
    margin-bottom: 18px;
  }
  ul.story-layout li label {
    font-weight: 600;
    line-height: 35px;
    color: #3c403f;
    font-size: 1.1em;
  }
  ul.story-layout li label span {
    padding-bottom: 5px;
    color: #989898;
    margin-left: 5px;
    font-weight: 300;
    font-size: 0.75em;
  }
  ul.story-layout li label span.req-label {
    float: right;
  }
  ul.story-layout li label .req-star {
    position: absolute;
    right: 55px;
    top: -2px;
  }
  ul.story-layout li input,
  ul.story-layout li textarea {
    font-weight: 300;
    font-size: 1em;
    line-heigh: 1.5em;
  }
  a.post-anons {
    display: block;
    font-size: 0.75em;
    margin-bottom: 30px;
    color: #3c403f;
  }
  .p-comm {
    color: #989898;
    font-size: 0.85rem;
    margin: 0;
  }
  .alert-error {
    border-color: #f26d7e;
    background-color: #fff9f9;
    position: static;
    padding: 0 15px;
    line-height: 2.5em;
    height: 2.5em;
    display: inline-block;
    font-size: 0.8em;
    border-radius: 4px;
    border: 1px solid #f26d7e;
    color: #f26d7e;
    font-weight: 400;
  }
  .audio-hide {
    display: none;
  }
  img.capt-img {
    border: 1px solid;
    position: relative;
    float: left;
  }
  img.capt-img + input {
    width: 40%;
    margin-left: 20px;
  }
  .ui-icon {
    display: block;
    line-height: 20px;
  }
  .confirmation-message {
    padding: 30px;
  }
  .confirmation-message h2 {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 300;
  }
  .ui-modal-form {
    padding: 45px;
    color: #2e2e2e;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 300;
  }
  .ui-modal-form legend {
    line-height: 38px;
    background: url("//c.fsdn.com/s/img/slashdot-temp.png") no-repeat;
    padding-left: 50px;
    margin-bottom: 16px;
  }
  .ui-modal-form .modal-flow > p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .ui-modal-form .modal-flow > ul {
    margin-bottom: 1.5rem;
  }
  .ui-modal-form li {
    padding-bottom: 5px;
  }
  .ui-modal-form li > input[type="radio"]:checked + label {
    background-color: #fff;
    border-radius: 4px;
  }
  .ui-modal-form input {
    width: 100%;
    font-size: 0.75rem;
    padding: 12px;
    border-radius: 4px;
    margin-bottom: 10px;
    border: 1px solid #d4e2e2;
  }
  .ui-modal-form input:focus {
    outline: none;
    font-weight: 600;
    border: 1px solid #80b2b1;
  }
  .ui-modal-form label {
    font-size: 1rem;
    display: block;
    cursor: pointer;
    line-height: 1.4rem;
    position: relative;
  }
  .ui-modal-form label.control-left {
    padding-left: 1.5rem;
  }
  .ui-modal-form label p,
  .ui-modal-form label span {
    font-size: 0.8rem;
    margin-top: 0;
  }
  .ui-modal-form label > span {
    color: #006666;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0 0.5rem;
  }
  .ui-modal-form input[type="radio"],
  .ui-modal-form input[type="checkbox"] {
    display: none;
  }
  .ui-modal-form input[type="radio"] + label i.radio-control,
  .ui-modal-form input[type="checkbox"] + label i.check-control {
    display: inline-block;
    width: 15px;
    height: 14px;
    vertical-align: middle;
    margin: -2px 4px 0 0;
    cursor: pointer;
    position: absolute;
    top: 6px;
    left: 0px;
  }
  .ui-modal-form input[type="radio"]:checked + label i.radio-control,
  .ui-modal-form input[type="checkbox"]:checked + label i.check-control {
    background-position: -15px;
  }
  .ui-modal-form input[type="radio"] + label i.radio-control {
    background: url(//c.fsdn.com/s/img/form-radio.png) left top no-repeat;
  }
  .ui-modal-form input[type="checkbox"] + label i.check-control {
    background: url(//c.fsdn.com/s/img/form-check.png) left top no-repeat;
  }
  .ui-modal-form .modal-footer {
    text-align: center;
  }
  .ui-modal-form .modal-footer a {
    font-size: 0.8rem;
  }
  :root input[type="checkbox"] {
    position: absolute;
    left: 0;
  }
  :root input[type="checkbox"].toggle-switch + div {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 80px;
    height: 30px;
    border: 1px solid #dbdddc;
    border-radius: 15px;
    background: white;
    background-image: linear-gradient(90deg, #018d8e 50%, #dfdfdf 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
    background-origin: border-box;
    background-clip: border-box;
    overflow: hidden;
    transition-duration: .4s;
    transition-property: padding, margin, width, background-position, text-indent;
    box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.2) inset, 0 0.25em 0 0.1em rgba(0, 0, 0, 0.05) inset;
  }
  :root input[type="checkbox"].toggle-switch + div:before,
  :root input[type="checkbox"].toggle-switch + div:after {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 0.85em;
    font-weight: 600;
    line-height: 30px;
  }
  :root input[type="checkbox"].toggle-switch + div:before {
    content: 'On';
    float: left;
    width: 26px;
    height: 26px;
    margin: -1px 0px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: inherit;
    background: white;
    box-shadow: 0 0.1em 0.1em 0.1em rgba(255, 255, 255, 0.8) inset, 0 0 0.5em rgba(0, 0, 0, 0.2);
    color: white;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
    text-indent: -2.5em;
  }
  :root input[type="checkbox"].toggle-switch + div:after {
    content: 'Off';
    float: left;
    text-indent: .5em;
    color: rgba(0, 0, 0, 0.45);
    text-shadow: none;
  }
  :root input[type="checkbox"]:checked + div {
    padding-left: 50px;
    width: 80px;
    margin: 0 2px;
    background-position: 0 0;
  }
  :root input[type="checkbox"]:active + div:before {
    background-color: #eee;
  }
  :root input[type="checkbox"]:focus + div {
    box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.2) inset, 0 0.45em 0 0.1em rgba(0, 0, 0, 0.05) inset, 0 0 0.4em 1px rgba(255, 0, 0, 0.5);
  }
  .ui-settings label {
    float: left;
    width: 21.4285714%;
    color: #2e2e2e;
    font-size: 0.85rem;
    font-weight: 400;
    padding-top: 10px;
  }
  .ui-settings label span {
    color: #989898;
    display: block;
    font-size: 0.7rem;
    font-weight: 300;
  }
  .ui-settings input,
  .ui-settings textarea {
    float: right;
    width: 78.571428571%;
    margin-bottom: 30px;
    border-radius: 4px;
  }
  .ui-settings textarea {
    height: 6em;
  }
  .form-group {
    position: relative;
    margin-bottom: 10px;
    zoom: 1;
    *zoom: 1;
  }
  .form-group:before {
    content: '';
    display: block;
  }
  .form-group:after {
    content: '';
    display: table;
    clear: both;
  }
  .form-group > .help-text {
    position: absolute;
    top: 50px;
    left: 22%;
    font-size: 0.8rem;
    font-weight: 300;
  }
  .captcha-row {
    margin-bottom: 20px;
  }
  .submission-info {
    display: none;
    padding: 25px;
  }
  .submission-info-ui h1,
  .submission-info-ui h3 {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 300;
  }
  .submission-info-ui ul {
    padding-left: 15px;
  }
  .submission-info-ui li {
    float: left;
    width: 33%;
    list-style-type: disc;
  }
  .sdc-radio .controls-inline li {
    display: inline-block;
    width: 28%;
  }
  .sdc-radio legend {
    display: block;
    width: 100%;
    font-size: 0.8em;
    font-weight: 600;
    margin: 20px 0;
    padding-top: 30px;
    border-top: 2px solid #dfdfdf;
  }
  .sdc-radio label {
    font-size: 0.85em;
    font-weight: 400;
    display: block;
    cursor: pointer;
    line-height: 1.8em;
    padding-left: 35px;
    position: relative;
  }
  .sdc-radio input[type="radio"] {
    display: none;
  }
  .sdc-radio input[type="radio"] + label span {
    display: inline-block;
    width: 23px;
    height: 23px;
    vertical-align: middle;
    margin: -2px 4px 0 0;
    background: url(//c.fsdn.com/s/img/form-radio-alt.png) left top no-repeat;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .sdc-radio input[type="radio"]:checked + label span {
    background-position: -24px;
  }
  .select {
    margin: 0;
    border: 1px solid #d4e4e1;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
    background: url("//c.fsdn.com/s/img/arrow-down.png") no-repeat 90% 50%;
  }
  .select:hover {
    border-color: #008c8e;
    background: url("//c.fsdn.com/s/img/arrow-down.png") no-repeat 90% 50%;
  }
  .select select {
    padding: 5px 8px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .select select:hover {
    border-color: #008c8e;
    cursor: pointer;
  }
  .select select:focus {
    outline: none;
  }
  @-moz-document url-prefix() {
    select {
      background: #ffffff;
    }
    select:hover {
      background-color: #ffffff;
      background: url("//c.fsdn.com/s/img/arrow-down.png") no-repeat 98% 50%;
    }
  }
  .label-left li {
    display: table;
    width: 100%;
  }
  .label-left li label {
    display: table-cell;
    width: 25%;
    font-size: 0.8rem;
    font-weight: 400;
  }
  .label-left li input,
  .label-left li select,
  .label-left li textarea {
    display: table-cell;
    width: 100%;
  }
  .multi-input {
    font-size: 0.9rem;
    display: table;
    padding: 0;
    margin: 0;
  }
  .multi-input li {
    display: table-cell;
    width: 30%;
  }
  .multi-input li.split-label {
    width: 5%;
    text-align: center;
    padding: 0 15px;
  }
  .help-block {
    display: block;
    margin-top: -5px;
    margin-bottom: 10px;
    color: #9a9a9a;
  }
  .has-warning .form-control {
    border-color: #f0ad4e;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }
  .has-warning .form-control:focus {
    border-color: #f0ad4e;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f4c37d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f4c37d;
  }
  .has-error .form-control {
    border-color: #d9534f;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }
  .has-error .form-control:focus {
    border-color: #d9534f;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
  }
  .has-success .help-block,
  .has-success .control-label,
  .has-success .radio,
  .has-success .checkbox,
  .has-success .radio-inline,
  .has-success .checkbox-inline {
    color: #2f5a30;
  }
  .has-warning .help-block,
  .has-warning .control-label,
  .has-warning .radio,
  .has-warning .checkbox,
  .has-warning .radio-inline,
  .has-warning .checkbox-inline {
    color: #f0ad4e;
  }
  .has-error .help-block,
  .has-error .control-label,
  .has-error .radio,
  .has-error .checkbox,
  .has-error .radio-inline,
  .has-error .checkbox-inline {
    color: #d9534f;
  }
  .form-page {
    padding-top: 0;
    padding-bottom: 0;
    width: 75%;
    margin: 0 auto;
  }
  .form-page .btn-primary {
    width: 160px;
  }
  .form-page .open-forgotpw {
    display: block;
  }
  .form-page .submit-login {
    margin-bottom: 0;
  }
  .form-standalone-wrapper,
  .confirmation-wrapper,
  .social-form-wrapper {
    width: 52%;
    margin: 0 auto;
    padding: 25px 0 30px;
  }
  .form-standalone-wrapper h1 + p,
  .confirmation-wrapper h1 + p,
  .social-form-wrapper h1 + p {
    color: #3c4040;
  }
  .form-standalone-wrapper.form-modal legend,
  .social-form-wrapper.form-modal legend {
    line-height: 38px;
    margin-bottom: 0;
    border-bottom: 0;
  }
  .form-standalone-wrapper legend,
  .social-form-wrapper legend {
    margin-bottom: 15px;
    border-bottom: 1px solid #dfdfdf;
    width: 100%;
  }
  .form-standalone-wrapper legend h1,
  .social-form-wrapper legend h1 {
    display: block;
    font-size: 2rem;
  }
  .form-standalone-wrapper legend {
    padding-bottom: 10px;
  }
  .form-standalone-wrapper .form-group.has-success {
    margin-bottom: 15px;
  }
  .form-standalone-wrapper .policy {
    margin: 0 0 20px 0;
  }
  .form-standalone-wrapper .form-group + hr {
    margin: 0 0 15px 0;
  }
  .form-standalone-wrapper.form-main-col {
    padding-left: 30px;
    padding-right: 40px;
    float: left;
    border-right: 10px solid #dfdfdf;
    width: 60%;
  }
  .form-standalone-wrapper.form-modal form {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .form-standalone-wrapper.form-modal form + span a {
    font-size: 0.75rem;
  }
  .form-standalone-wrapper.form-modal legend {
    font-size: 1.25rem;
    background: url("//c.fsdn.com/s/img/slashdot-temp.png") no-repeat;
    padding-left: 50px;
  }
  .form-standalone-wrapper.form-modal .ui-form-contols {
    padding-top: 0;
  }
  .form-standalone-wrapper form {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
  }
  .form-standalone-wrapper label {
    margin-bottom: 5px;
    display: inline-block;
  }
  .form-standalone-wrapper input {
    margin: 0;
  }
  .form-standalone-wrapper .info-label {
    font-size: 0.75rem;
    font-style: italic;
    color: #909a9a;
    display: inline-block;
  }
  .form-standalone-wrapper .select {
    padding: 0.35rem;
    background-position: 98% 50%;
  }
  .form-standalone-wrapper .select:hover {
    background-position: 98% 50%;
  }
  .form-standalone-wrapper .has-feedback .form-control-feedback {
    top: 7px;
    right: -30px;
  }
  .form-standalone-wrapper .help-block {
    color: #d9534f;
    font-size: 0.875rem;
    position: relative;
    top: 7px;
    margin-bottom: 15px;
  }
  .form-standalone-wrapper input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    height: 100%;
    z-index: 1;
    cursor: pointer;
  }
  .form-standalone-wrapper input[type="checkbox"]:checked + label > i.fa-square-o {
    display: none;
  }
  .form-standalone-wrapper input[type="checkbox"]:checked + label > i.fa-check-square {
    display: inline-block;
  }
  .form-standalone-wrapper input[type="checkbox"] + label {
    padding-left: 1.5rem;
    margin-bottom: 15px;
  }
  .form-standalone-wrapper input[type="checkbox"] + label > i {
    color: #006666;
    font-size: 1.5rem;
    position: absolute;
    top: 0;
    left: 0;
  }
  .form-standalone-wrapper input[type="checkbox"] + label > i.fa-square-o {
    display: inline-block;
  }
  .form-standalone-wrapper input[type="checkbox"] + label > i.fa-check-square {
    display: none;
  }
  .circle-divider {
    left: -1.6rem;
    top: 1.6rem;
  }
  .social-form-wrapper {
    width: 38%;
    padding: 30px;
    float: left;
  }
  .social-form-wrapper.form-modal {
    padding: 30px 30px 0 30px;
  }
  .social-form-wrapper.form-modal .btn-social {
    line-height: 1.85rem;
  }
  .social-form-wrapper.form-modal legend {
    font-size: 1.1rem;
    padding-bottom: 5px;
  }
  .social-form-wrapper.form-modal p {
    font-size: 0.75rem;
  }
  .social-form-wrapper legend {
    padding-bottom: 15px;
  }
  .social-form-wrapper .btn-social {
    border: 1px solid #dfdfdf;
    display: block;
    border-radius: 9px;
    margin-bottom: 10px;
    position: relative;
    line-height: 2.7rem;
    padding-left: 3.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .social-form-wrapper .btn-social:hover {
    color: #006666;
    border-color: #006666;
  }
  .social-form-wrapper .btn-social > i {
    position: absolute;
    top: 0.2rem;
    left: 0.35rem;
  }
  .social-form-wrapper ul + p {
    color: #9a9a9a;
  }
  .has-feedback {
    position: relative;
  }
  .form-control-feedback {
    display: none;
  }
  .has-feedback .form-control-feedback {
    position: absolute;
    top: 7px;
    right: 0;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 5px;
  }
  .has-success .form-control-feedback {
    color: #2f5a30;
  }
  .has-warning .form-control-feedback {
    color: #f0ad4e;
  }
  .has-error .form-control-feedback {
    color: #d9534f;
  }
  .filter-error {
    width: 50%;
    float: left;
  }
  .filter-error > h1 {
    font-size: 1.25em;
    color: #f0ad4e;
  }
  .preview-wrapper {
    margin: 20px 0;
    border-radius: 4px;
    background-color: #d4e3e3;
    border: 1px solid #80b2b2;
  }
  p[id^="text-"] i {
    display: block;
    font-size: inherit !important;
    font-family: inherit !important;
    margin: 0.5rem 0 0 0.5rem;
    padding: 0 1rem 0 1rem;
    border-left: 4px solid #dfdfdf;
    quotes: "";
  }
  #view-standard p,
  #view-classic p,
  #view-headline p {
    margin-top: 1rem;
    margin-bottom: 0;
  }
  #view-standard p:first-child,
  #view-classic p:first-child,
  #view-headline p:first-child {
    margin-top: 0;
  }
  #view-standard h1,
  #view-classic h1,
  #view-headline h1 {
    font-size: 1.55rem;
    line-height: 1.95rem;
    margin: 0 100px 0 0;
  }
  #view-standard .topic,
  #view-classic .topic,
  #view-headline .topic {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: 50px;
  }
  #view-standard .topic > a,
  #view-classic .topic > a,
  #view-headline .topic > a {
    height: 30px;
    position: absolute;
    top: 0;
  }
  #view-standard .layout-article.feature-hero-sm {
    padding-top: 0px;
  }
  #view-standard .layout-article header.story-header {
    margin: 0 0 10px;
    padding-right: 0;
  }
  #view-classic > .pull-right > .layout-article {
    padding: 20px 20px 0 45px;
  }
  #view-classic .layout-article header.story-header {
    padding-right: 0;
  }
  #view-classic .layout-article .featured-wrap {
    display: none;
  }
  #view-headline .layout-article header.story-header {
    padding-right: 0;
  }
  #view-headline .layout-article .commpick-headline {
    margin-left: 55px;
  }
  #view-headline .layout-article .featured-wrap {
    display: none;
  }
  #view-headline h1 {
    font-size: 1.25rem;
    margin: 0 100px 0 0;
  }
  .layout-article {
    padding: 1.25rem;
  }
  .layout-rail {
    padding: 1.5rem 1.5rem 1.5rem 2.125rem;
  }
  .layout-rail:first-child {
    padding-top: 0;
  }
  .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 50000;
  }
  .modal_pin {
    position: fixed;
    top: 40px;
    left: 50%;
    z-index: 50001;
  }
  .modal_pin .modal_window {
    background-color: #f7f7f7;
    z-index: 2002;
  }
  .comment-modal {
    overflow-y: scroll;
    height: 540px;
    display: none;
  }
  #optout {
    display: none;
    padding: 25px 25px 0 25px;
  }
  #optout .popover-navigation {
    zoom: 1;
    *zoom: 1;
  }
  #optout .popover-navigation:before {
    content: '';
    display: block;
  }
  #optout .popover-navigation:after {
    content: '';
    display: table;
    clear: both;
  }
  #janrain-share {
    z-index: 30000 !important;
    top: 100px !important;
  }
  #janrainModalOverlay {
    z-index: 29999 !important;
  }
  .login-modal .ui-form-controls p,
  .login-modal .form-controls p,
  .login-modal .form-log-controls p {
    color: #3c4041;
    font-size: 0.85em;
    width: 55%;
    margin-top: 0;
  }
  .login-modal .ui-form-controls a,
  .login-modal .form-controls a,
  .login-modal .form-log-controls a {
    font-size: 0.725rem;
    font-weight: 600;
  }
  .login-modal footer {
    font-size: 0.85em;
    text-indent: 9em;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding-bottom: 20px;
    clear: both;
  }
  #layout-footer {
    padding: 15px 20px 20px 20px;
  }
  #layout-footer h1 {
    width: 15%;
    float: left;
  }
  #layout-footer h1 a {
    margin-left: 0;
  }
  #layout-footer nav {
    display: block;
    width: 85%;
    height: 40px;
    float: left;
    position: relative;
  }
  #layout-footer nav .day-jump {
    zoom: 1;
    *zoom: 1;
  }
  #layout-footer nav .day-jump:before {
    content: '';
    width: 100%;
    height: 35px;
    position: absolute;
    border-bottom: 2px solid #292e34;
  }
  #layout-footer nav .day-jump:before {
    content: '';
    display: block;
  }
  #layout-footer nav .day-jump:after {
    content: '';
    display: table;
    clear: both;
  }
  #layout-footer nav .day-jump li {
    font-size: 0.75em;
    float: left;
    padding-left: 35px;
  }
  #layout-footer nav .day-jump li a {
    display: block;
    color: #767b81;
    line-height: 35px;
    text-decoration: none;
    padding: 0 10px;
    position: relative;
    z-index: 100;
  }
  #layout-footer nav .day-jump li a:hover,
  #layout-footer nav .day-jump li a:active {
    color: #FFF;
    border-bottom: 2px solid #006764;
    cursor: pointer;
  }
  #layout-footer .bucket-wrapper {
    display: block;
    zoom: 1;
    *zoom: 1;
  }
  #layout-footer .bucket-wrapper:before {
    content: '';
    display: block;
  }
  #layout-footer .bucket-wrapper:after {
    content: '';
    display: table;
    clear: both;
  }
  #layout-footer .bucket {
    float: left;
    width: 23.33333333%;
    padding: 2%;
  }
  #layout-footer .bucket a {
    line-height: 3em;
    font-size: .75em;
  }
  #layout-footer .bucket .alpha-disabled {
    cursor: default;
    color: #767b81;
  }
  #layout-footer .bucket.social {
    width: 30%;
    margin-top: 10px;
  }
  #layout-footer .bucket.social span {
    color: #767b81 ;
  }
  #layout-footer .bucket.social ul {
    margin-top: 10px;
  }
  #layout-footer .bucket.social ul li {
    float: left;
    padding-right: 10px;
  }
  #layout-footer .bucket.social ul li div {
    position: relative;
  }
  #layout-footer .bucket.social ul li div a {
    width: 3rem;
    height: 3rem;
    display: block;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    left: 0;
  }
  #layout-footer .bucket.footer-sprite a {
    padding-left: 55px;
    height: 40px;
    display: inline-block;
  }
  #layout-footer .bucket.footer-sprite .sdc {
    background: url('//c.fsdn.com/s/img/Slashdot_footericons.png') no-repeat;
    background-position: 0 -140px;
  }
  #layout-footer .bucket.footer-sprite .fame {
    background: url('//c.fsdn.com/s/img/Slashdot_footericons.png') no-repeat;
    background-position: 0 -3px;
  }
  #layout-footer .bucket.footer-sprite .sfg {
    background: url('//c.fsdn.com/s/img/Slashdot_footericons.png') no-repeat;
    background-position: 0 -52px;
  }
  #layout-footer .bucket.footer-sprite .japan {
    background: url('//c.fsdn.com/s/img/Slashdot_footericons.png') no-repeat;
    background-position: 0 -99px;
  }
  #layout-footer p {
    text-align: center;
    font-size: .75em;
    color: #767b81;
  }
  #layout-footer .fancy {
    line-height: 0.5;
    text-align: center;
  }
  #layout-footer .fancy a {
    color: #FFF;
  }
  #layout-footer .fancy span {
    display: inline-block;
    position: relative;
  }
  #layout-footer .fancy span:before,
  #layout-footer .fancy span:after {
    content: "";
    position: absolute;
    height: 15px;
    border-bottom: 2px solid #292e34;
    top: 0;
    width: 20%;
  }
  #layout-footer .fancy span:before {
    right: 100%;
    margin-right: 15px;
  }
  #layout-footer .fancy span:after {
    left: 100%;
    margin-left: 15px;
  }
}
@media only screen and (min-width: 1050px) {
  .container {
    width: 90%;
  }
  .menu-mega {
    left: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 85%;
  }
  #view-standard .hero {
    margin-bottom: 0;
    width: 30%;
    float: left;
    margin: 0 1rem 1rem 0;
  }
  #view-classic a.video-only-override {
    margin-bottom: 0;
    width: 30%;
    float: left;
    margin: 0 1rem 1rem 0;
  }
  #view-classic a.video-only-override .hero {
    width: 100%;
  }
  .group-label {
    float: right;
    padding-bottom: 0;
  }
  .no-nav {
    top: -35px;
    margin-bottom: -35px;
  }
  .no-nav-mini-rail {
    position: relative;
    top: -33px;
    margin-bottom: -33px;
    min-height: 600px;
  }
  #view-standard .featured-wrap {
    height: 150px;
    max-width: 100%;
  }
  #view-standard .featured-wrap [class^="feature-"] {
    height: 150px;
    width: 33.3333333%;
    float: left;
  }
  #view-standard .featured-wrap [class^="feature-"] header.story-header {
    width: 70%;
    height: 150px;
  }
  #view-standard .featured-wrap [class^="feature-"] header.story-header h1 {
    margin: 0;
    font-size: 1em;
    position: relative;
  }
}
@media only screen and (min-width: 1255px) {
  .toolbar-label {
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    padding-top: 8px;
    font-size: 0.75rem;
    font-weight: 400;
  }
}
