/*
 
  YOU RATHER
  
  File:		 global.less
  URL:		 www.either.io
  --        
             
  Company: 	 One Mighty Roar
  Author: 	 Sam Dunn
  Website:	 www.onemightyroar.com
 
--------------------------------------- */
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-weight: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  background: #f5f5f5;
  min-width: 960px;
}
html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}
h2 {
  color: #222;
  font: bold 18px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 15px 0;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
h2.less-space {
  margin: 0 0 0px 0;
}
h3 {
  color: #444;
  font: bold 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 15px 0;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
h3.center {
  text-align: center;
  margin: 15px 0;
}
h4 {
  color: #444;
  font: bold 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 5px 0;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
h5 {
  color: #888;
  font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0px 0 10px 0;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
p {
  color: #444;
  font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 150%;
  text-align: left;
}
p a {
  color: #2b9dc6;
  font-weight: bold;
  text-decoration: none;
}
p a:hover {
  color: #1f8eb7;
  text-decoration: none;
}
hr {
  clear: both;
  display: block;
  border-bottom: 1px solid #ddd;
  height: 0px;
  width: 100%;
  overflow: hidden;
  background: transparent;
}
hr.double {
  border-bottom: 2px solid #ddd;
}
hr.spacing {
  margin-bottom: 15px;
}
strong {
  font-weight: bold;
}
.clearfix {
  clear: both;
  display: block;
  height: 0px;
  width: 100%;
  overflow: hidden;
  border: none;
}
.float-right {
  float: right;
}
.gone {
  display: none;
}
.center {
  text-align: center;
  margin: 15px 0;
}
.script {
  display: none;
}
#banner-wrapper {
  width: 100%;
  min-width: 960px;
  background: #222222 url('https://static.either.io/v2/img/bg-banner.png');
  text-align: center;
}
#banner {
  position: relative;
  margin: 0px auto;
  padding: 10px 10px;
  height: 70px;
  width: 940px;
  text-align: left;
}
h1#logo {
  display: block;
  height: 80px;
  width: 210px;
  margin: 0 auto;
  position: absolute;
  top: 5px;
  left: 10px;
}
h1#logo a {
  display: block;
  height: 79px;
  width: 210px;
  background: url('https://static.either.io/v2/img/either-logo.png ') no-repeat;
  text-indent: -9999px;
}
.notification-wrapper {
  height: 170px;
  background: #222222 url('https://static.either.io/v2/img/bg-banner.png');
  background-position: center bottom;
  background-repeat: repeat;
  padding: 0;
}
.notification-wrapper div#banner-content {
  width: 748px;
  margin: auto;
  color: white;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-align: center;
  padding-top: 15px;
}
.notification-wrapper p {
  width: 100%;
  color: white;
  text-align: center;
  background-color: #009ACA;
  padding: 15px 0;
  font-size: 14px;
}
.notification-wrapper p a {
  color: white;
  font-weight: bold;
  text-decoration: underline;
}
ul#nav-user {
  display: block;
  line-height: 31px;
  width: 500px;
  list-style: none;
  font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  float: right;
  margin-top: 19px;
  text-shadow: 1px 1px 0px #000;
}
ul#nav-user li {
  display: block;
  float: right;
  list-style: none;
  line-height: 31px;
  height: 31px;
  margin: 0 0 0 10px;
}
ul#nav-user a {
  display: block;
  height: 31px;
  color: #ddd;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
ul#nav-user a:hover {
  color: #fff;
}
ul#nav-user a.account-user {
  line-height: 31px;
  padding: 0 30px 0 10px;
  min-width: 80px;
  border: 1px solid #111;
  border-bottom: 1px solid #000;
  border-top: 1px solid #222;
  background: url('https://static.either.io/v2/img/bg-dropdown-dark.gz.png') repeat-x right 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}
ul#nav-user a.account-user.no-script {
  background-position-x: left;
}
ul#nav-user a.account-user:hover {
  background-position-y: -31px;
}
ul#nav-user a.account-user img {
  margin: 0 8px -4px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 16px;
}
ul#nav-user .user-dropdown {
  position: relative;
}
ul#nav-user .user-dropdown ul {
  position: relative;
  width: 100%;
  z-index: 2;
  display: none;
  background: #191919;
  border-bottom: 1px solid #000;
  -webkit-border-radius: 0px 0 3px 3px;
  -moz-border-radius: 0px 0 3px 3px;
  border-radius: 0px 0 3px 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}
ul#nav-user .user-dropdown ul li {
  display: block;
  float: none;
  padding: 0;
  margin: 0;
  line-height: 100%;
  width: 100%;
  height: auto;
}
ul#nav-user .user-dropdown ul li a {
  height: auto;
  padding: 10px;
}
ul#nav-user .user-dropdown ul li a.last {
  -webkit-border-radius: 0px 0 3px 3px;
  -moz-border-radius: 0px 0 3px 3px;
  border-radius: 0px 0 3px 3px;
}
ul#nav-user .user-dropdown ul li a:hover {
  background: #111;
}
ul#nav-user #submit-q {
  line-height: 31px;
  padding: 0 10px;
  border: 1px solid #111;
  border-bottom: 1px solid #000;
  border-top: 1px solid #222;
  background: url('https://static.either.io/v2/img/bg-dropdown-dark.gz.png') repeat-x left 0;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}
ul#nav-user #submit-q:hover {
  background-position-y: -31px;
}
ul#nav-user #submit-q img {
  margin: 0 8px -4px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
ul#nav-user a.join {
  color: #f5f5f5;
  background-image: url("https://static.either.io/v2/img/yr-buttons-sprite.gz.png");
  background-repeat: none;
  background-position: -340px -99px;
  text-indent: -9999px;
  width: 84px;
  height: 33px;
  display: inline-block;
}
ul#nav-user a.join:hover {
  background-position: -340px -132px;
}
ul#nav-user a.join:active {
  background-position: -340px -165px;
}
*ul#nav-user a.account-user {
  background-position-x: left;
}
ul#nav {
  list-style: none;
  font: bold 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
  float: left;
  text-shadow: 1px 1px 0px #fff;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  border-left: 1px solid #ddd;
}
ul#nav li {
  display: inline;
  float: left;
  list-style: none;
  line-height: 40px;
  position: relative;
}
ul#nav li span {
  background-image: url("https://static.either.io/v2/img/yr-common-sprite.gz.png");
  background-repeat: none;
  background-position: -18px -79px;
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 11px;
  left: 10px;
}
ul#nav a {
  display: block;
  color: #333;
  text-decoration: none;
  border-right: 1px solid #ddd;
  line-height: 40px;
  padding: 0 10px;
}
ul#nav a:hover {
  color: #222;
  text-decoration: none;
  background: url('https://static.either.io/v2/img/selectedBG.png') repeat-x top center;
}
ul#nav a#choose-topic {
  padding-left: 35px;
}
ul#nav li.selected span {
  background-position-y: -99px;
}
form#nav-search {
  position: absolute;
  top: 34px;
  left: 270px;
}
form#nav-search input.search {
  color: #ccc;
  margin: 0;
  padding: 5px 10px 5px 25px;
  background: #1f1f1f url('https://static.either.io/v2/img/icon-search.png') no-repeat 5px center;
  font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid #444;
  border-top: 1px solid #393939;
}
form#nav-search input.search:focus {
  color: #ddd;
}
form#nav-search input.search::-webkit-input-placeholder {
  color: #888;
}
form#nav-search input.search:-moz-placeholder {
  color: #888;
}
form#nav-search .search-submit {
  visibility: hidden;
}
h3.preface {
  margin: 15px 20px;
  color: #fff;
  font: bold 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 140%;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-shadow: 0 1px 3px #000000;
}
#question-wrapper {
  width: 100%;
  overflow: hidden;
  border-top: 1px #3c3c3c solid;
  background: #333333 url('https://static.either.io/v2/img/bg-question.gz.png') repeat-x;
  position: relative;
}
#btn-next-dark,
#btn-prev-dark {
  display: block;
  width: 49px;
  height: 48px;
  position: absolute;
  top: 150px;
  background-image: url("https://static.either.io/v2/img/yr-common-sprite.gz.png");
  background-repeat: none;
}
#btn-next-dark.forward,
#btn-prev-dark.forward {
  background-position: -317px 0px;
  right: 20px;
}
#btn-next-dark.back,
#btn-prev-dark.back {
  background-position: -270px 0px;
  left: 20px;
}
#btn-next-dark:hover,
#btn-prev-dark:hover,
#btn-next-dark.hoverstate,
#btn-prev-dark.hoverstate {
  background-position-y: -48px;
}
#btn-next-dark:active,
#btn-prev-dark:active,
#btn-next-dark.downstate,
#btn-prev-dark.downstate {
  background-position-y: -96px;
}
#question {
  width: 960px;
  padding: 0;
  height: 335px;
  overflow: visible;
  position: relative;
  margin: 0px auto 0 auto;
  /* Table View */
}
#question .or {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -35px;
  margin-left: -35px;
  width: 72px;
  height: 71px;
  background-image: url("https://static.either.io/v2/img/yr-common-sprite.gz.png");
  background-position: -97px -79px;
  background-repeat: none;
  z-index: 5;
}
#question .panel {
  margin: 0 10px;
  width: 940px;
  height: 260px;
  float: left;
  position: relative;
}
#question .panel-holder {
  position: relative;
  height: 260px;
  width: 2880px;
  margin-left: -960px;
}
#question .choice-block {
  height: 260px;
  width: 460px;
  font: bold 22px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  border: 1px solid #000;
  -webkit-box-shadow: 0 3px 6px #000000;
  -moz-box-shadow: 0 3px 6px #000000;
  box-shadow: 0 3px 6px #000000;
  color: #fff;
  float: left;
  background-image: url('https://static.either.io/v2/img/choice-box-bg.gz.jpg');
  background-repeat: none;
}
#question .choice-block a {
  text-decoration: none;
  color: #fff;
  line-height: 30px;
  padding: 8px 5px 8px 5px;
}
#question .choice-block.blue-choice {
  background-position: 0px 0px;
  background-color: #6dccf2;
  margin-right: 8px;
  margin-left: 5px;
}
#question .choice-block.red-choice {
  background-position: -460px 0px;
  background-color: #cc2323;
}
#question .choice-block:hover {
  cursor: pointer;
  background-position-y: -260px;
}
#question tr {
  height: 260px;
}
#question td {
  height: 200px;
  width: 400px;
  padding: 30px;
  vertical-align: middle;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
#question td:hover {
  cursor: pointer;
}
#question .options .option {
  display: block;
}
#question .options .option a:first-letter {
  text-transform: uppercase;
}
#question .options .result {
  display: none;
}
#question .results .choice-block {
  font-size: 16px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
#question .results .percentage {
  font: bold 60px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
  line-height: 100%;
}
#question .results .total-votes {
  text-shadow: none;
  margin: 3px 0 15px 0;
  font: 20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#question .results .checkmark {
  display: none;
  position: absolute;
  width: 59px;
  height: 59px;
  top: 0px;
}
#question .results .selected .checkmark {
  display: block;
}
#question .results .blue-choice {
  position: relative;
}
#question .results .blue-choice .percentage {
  color: #267ea0;
}
#question .results .blue-choice .total-votes {
  color: #beecff;
}
#question .results .blue-choice .checkmark {
  background-image: url("https://static.either.io/v2/img/yr-common-sprite.gz.png");
  background-repeat: none;
  background-position: -61px -191px;
  right: 0px;
}
#question .results .red-choice {
  position: relative;
}
#question .results .red-choice .percentage {
  color: #7e0b0b;
}
#question .results .red-choice .total-votes {
  color: #ff7f7f;
}
#question .results .red-choice .checkmark {
  background-image: url("https://static.either.io/v2/img/yr-common-sprite.gz.png");
  background-position: -1px -191px;
  background-repeat: none;
  left: 0px;
}
#question .results .option {
  display: none;
}
#preview-question-full {
  padding: 0;
  width: 550px;
  height: auto;
  margin: 10px auto 0 auto;
}
#preview-question-full .or {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -35px;
  margin-left: -33px;
  width: 72px;
  height: 71px;
  background-image: url("https://static.either.io/v2/img/yr-common-sprite.gz.png");
  background-position: -97px -79px;
  background-repeat: none;
}
#preview-question-full td {
  width: 215px;
  height: 160px;
  padding: 30px;
  vertical-align: middle;
}
#preview-question-full .options {
  display: block;
  position: relative;
  margin-bottom: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#preview-question-full .question-title {
  font-size: 16px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  color: #333;
}
#preview-question-full .prefix {
  margin-bottom: 8px;
  color: #888;
}
#preview-question-full .extra-info {
  margin: 0 0 10px 0;
  background: #efefef;
  padding: 10px;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}
#preview-question-full .choice-block {
  width: 275px;
  height: 220px;
  font: bold 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: #fff;
  float: left;
}
#preview-question-full .choice-block.red-choice {
  border-top: 1px solid #f74747;
  background: #CC2323;
  background-image: linear-gradient(bottom, #d02323 6%, #ea3434 77%);
  background-image: -o-linear-gradient(bottom, #d02323 6%, #ea3434 77%);
  background-image: -moz-linear-gradient(bottom, #d02323 6%, #ea3434 77%);
  background-image: -webkit-linear-gradient(bottom, #d02323 6%, #ea3434 77%);
  background-image: -ms-linear-gradient(bottom, #d02323 6%, #ea3434 77%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.06, #d02323), color-stop(0.77, #ea3434));
}
#preview-question-full .choice-block.blue-choice {
  border-top: 1px solid #7cd4f2;
  background: #6DCCF2;
  clear: left;
  background-image: linear-gradient(bottom, #40b2df 6%, #68c9ef 77%);
  background-image: -o-linear-gradient(bottom, #40b2df 6%, #68c9ef 77%);
  background-image: -moz-linear-gradient(bottom, #40b2df 6%, #68c9ef 77%);
  background-image: -webkit-linear-gradient(bottom, #40b2df 6%, #68c9ef 77%);
  background-image: -ms-linear-gradient(bottom, #40b2df 6%, #68c9ef 77%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.06, #40b2df), color-stop(0.77, #68c9ef));
}
.wide-popup .preview-question-form {
  margin: 0px auto;
}
.wide-popup .preview-question-form input[type="submit"] {
  margin: 10px 0px;
  float: right;
}
.wide-popup .preview-question-form textarea {
  width: 730px;
}
.keepinmind {
  background: #ffd98b;
  padding: 10px;
  margin: 10px 0;
  color: #a85822 !important;
  border: 1px solid #ffc54d;
}
#content-wrapper {
  text-align: center;
  padding: 0;
}
#content {
  margin: 0px auto;
  padding: 10px;
  width: 940px;
  text-align: left;
  background: url('https://static.either.io/v2/img/bg-divider.png') 575px 0 repeat-y;
}
#content .more-info {
  font-size: 15px;
  color: #666;
}
#content.profile-page {
  background: url('https://static.either.io/v2/img/bg-divider-left.png') 176px 0 repeat-y;
}
#sub-banner-wrapper {
  background: #ffffff url('https://static.either.io/v2/img/bg-bar.png') repeat-x center bottom;
  border-bottom: 1px solid #c5c5c5;
  -webkit-box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.2);
  padding: 0 10px;
}
#sub-banner {
  position: relative;
  margin: 0px auto;
  height: 40px;
  width: 940px;
  text-align: left;
}
#sub-banner h2 {
  float: left;
  font: bold 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: 0 1px 0px #fff;
  line-height: 41px;
  color: #333;
  display: inline;
}
#sub-banner .credit {
  float: left;
  font: 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 44px;
  color: #888;
  margin-left: 10px;
}
#sub-banner .credit a {
  font-weight: bold;
  text-decoration: none;
  color: #128bb0;
}
#sub-banner .credit a:hover {
  color: #0b6580;
}
#sub-banner .right-bar {
  float: right;
  width: 374px;
  height: 40px;
  border-left: 1px solid #ccc;
  background: url('https://static.either.io/v2/img/bg-bar-depressed.png') repeat-x center bottom;
}
#sub-banner .social {
  float: left;
  position: relative;
  padding: 0 0 0 10px;
  width: 210px;
  height: 30px;
  padding-top: 10px;
}
#sub-banner .social .twitter-share-button {
  display: inline;
  float: right;
}
#sub-banner .social #fb-like {
  position: absolute;
  z-index: 100;
}
#sub-banner .action-nav {
  float: right;
}
#sub-banner .action-nav li {
  list-style: none;
  float: left;
  width: 49px;
  height: 40px;
}
#sub-banner .action-nav li.favorite {
  width: 50px;
}
#sub-banner .action-nav li.favorite a {
  background-position: -172px -145px;
  background-image: url("https://static.either.io/v2/img/yr-common-sprite.gz.png");
  background-repeat: none;
}
#sub-banner .action-nav li.favorite a.favorited {
  background-position-y: -225px;
}
#sub-banner .action-nav li.prev a {
  background-position: -271px -145px;
  background-image: url("https://static.either.io/v2/img/yr-common-sprite.gz.png");
  background-repeat: none;
}
#sub-banner .action-nav li.next a {
  background-position: -222px -145px;
  background-image: url("https://static.either.io/v2/img/yr-common-sprite.gz.png");
  background-repeat: none;
}
#sub-banner .action-nav li.next.wide {
  width: 98px;
}
#sub-banner .action-nav li.next.wide a {
  background-position: -320px -145px;
  background-image: url("https://static.either.io/v2/img/yr-common-sprite.gz.png");
}
#sub-banner .action-nav li.next.wide a:hover {
  background-position-y: -185px;
}
#sub-banner .action-nav li.next.wide a:active {
  background-position-y: -225px;
}
#sub-banner .action-nav li a {
  display: block;
  height: 40px;
}
#sub-banner .action-nav li a:hover {
  background-position-y: -185px;
}
#sub-banner .action-nav li a:active {
  background-position-y: -225px;
}
.left-column {
  clear: left;
  width: 550px;
  float: left;
  margin: 0;
  min-height: 400px;
}
.left-column h3 {
  color: #666;
  margin: 0 0 15px 0;
  line-height: 32px;
  padding: 0;
}
.left-column .header-block {
  border-bottom: 2px solid #ddd;
}
.left-column .loader {
  text-align: center;
  display: none;
}
.left-column .loader img {
  margin: 50px;
}
ul.question-meta {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #e5e5e5;
  color: #333;
  list-style: none;
  padding: 10px 10px 15px 10px;
  margin: 10px 0 15px 0;
  font: bold 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
ul.question-meta .icon {
  background-image: url("https://static.either.io/v2/img/yr-common-sprite.gz.png");
  background-repeat: none;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  overflow: hidden;
  text-indent: -9999em;
  display: block;
  float: left;
}
ul.question-meta .icon.meta-votes-icon {
  background-position: 0px -95px;
}
ul.question-meta .icon.meta-link-icon {
  background-position: -1px -111px;
}
ul.question-meta .icon.meta-tags-icon {
  background-position: -1px -129px;
}
ul.question-meta li {
  line-height: 16px;
  margin-bottom: 10px;
}
ul.question-meta li.meta-link {
  margin-bottom: 15px;
}
ul.question-meta li.meta-link input {
  background: transparent;
  width: 300px;
  font: bold 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
}
ul.question-meta li.meta-tags {
  margin: 0;
}
ul.question-meta li.meta-tags ul.tags {
  text-align: left;
  display: inline;
}
ul.question-meta li.meta-tags ul.tags li {
  list-style: none;
  display: inline;
  padding-left: 0;
  margin-right: 5px;
}
ul.question-meta li.meta-tags ul.tags a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 8px;
  color: #666;
  background: #ccc;
  text-decoration: none;
  text-shadow: 0 1px 0 #ddd;
}
ul.question-meta li.meta-tags ul.tags a:hover {
  color: #444;
  background: #bbb;
}
div.unapproved {
  display: none;
  background-color: #ffeda5;
  color: #333;
  list-style: none;
  padding: 10px 10px 10px 10px;
  margin: 10px 0 15px 0;
  font: normal 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #fddf63;
}
ul.comment-list {
  list-style: none;
}
ul.comment-list li {
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 15px 0;
  list-style: none;
  font: bold 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
ul.comment-list li:last-child {
  border: none;
}
ul.comment-list li.red .thumb {
  background-position: -171px -74px;
  background-image: url("https://static.either.io/v2/img/yr-common-sprite.gz.png");
  background-repeat: none;
}
ul.comment-list li.red .comment-links a {
  color: #dc2929;
}
ul.comment-list li.blue .thumb {
  background-position: -171px -3px;
  background-image: url("https://static.either.io/v2/img/yr-common-sprite.gz.png");
  background-repeat: none;
}
ul.comment-list li.blue .comment-links a {
  color: #41b2df;
}
ul.comment-list ul.nested {
  margin-left: 60px;
}
ul.comment-list ul.nested li {
  border: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
  font: bold 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
ul.comment-list ul.nested li.comment {
  padding: 10px 0 0 0;
  margin: 3px 0 0 0;
}
ul.comment-list ul.nested li.red .thumb {
  background-position: -226px -74px;
  background-image: url("https://static.either.io/v2/img/yr-common-sprite.gz.png");
  background-repeat: none;
}
ul.comment-list ul.nested li.red .comment-links a {
  color: #dc2929;
}
ul.comment-list ul.nested li.blue .thumb {
  background-position: -226px -3px;
  background-image: url("https://static.either.io/v2/img/yr-common-sprite.gz.png");
  background-repeat: none;
}
ul.comment-list ul.nested li.blue .comment-links a {
  color: #41b2df;
}
ul.comment-list ul.nested li h4 {
  font-size: 13px;
}
ul.comment-list ul.nested li p {
  font-size: 12px;
}
ul.comment-list ul.nested .thumb {
  height: 62px;
  width: 44px;
}
ul.comment-list ul.nested .thumb img {
  width: 30px;
  height: 30px;
}
ul.comment-list ul.nested .comment-block {
  padding-left: 54px;
}
ul.comment-list ul.nested .post-reply textarea {
  width: 373px;
}
ul.comment-list h4 {
  margin: 0;
}
ul.comment-list h4 a {
  color: #444;
  text-decoration: none;
}
ul.comment-list h4 a:hover {
  color: #222;
}
ul.comment-list .timestamp {
  color: #888;
  margin: 3px 0 5px 0;
  font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
ul.comment-list .comment-links {
  color: #666;
  margin: 5px 0 0 0;
  font: 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
ul.comment-list .comment-links a {
  font-weight: bold;
  text-decoration: none;
}
#add-comment {
  float: right;
  display: none;
}
.thumb {
  float: left;
  height: 71px;
  width: 54px;
  margin: 0 10px 0 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.thumb img {
  width: 40px;
  height: 40px;
  display: block;
  border-bottom: 1px solid #fff;
}
.thumb a {
  margin: 6px 7px;
  display: block;
}
.thumb a:hover {
  border-color: #999;
}
.thumb .agree-count {
  text-align: center;
  font-size: 11px;
  color: #fff;
}
.comment-block {
  padding-left: 60px;
}
span.commentor a {
  color: #222;
  font: bold 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  line-height: 25px;
}
.post-reply {
  display: none;
  margin-top: 15px;
  background: #fbfbfb;
  border: 1px solid #bfbfbf;
  border-bottom: 1px solid #aaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
  padding: 5px;
  overflow: hidden;
}
.post-reply textarea {
  position: relative;
  z-index: 2;
  padding: 8px;
  margin-right: 5px;
  float: left;
  height: 14px;
  width: 433px;
  color: #555;
  resize: none;
  background: #fbfbfb url('https://static.either.io/v2/img/inputBG.png') repeat-x center top;
  border: 1px solid #b5b5b5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 100%;
}
.post-reply .reply-submit {
  height: 32px;
  width: 82px;
  background: none;
  background-image: url("https://static.either.io/v2/img/yr-buttons-sprite.gz.png");
  background-repeat: no-repeat;
  background-position: -1px -2px;
  text-indent: -9999px;
  color: transparent;
  text-transform: lowercase;
  font-size: 0;
}
.post-reply .reply-submit.red {
  background-position: -1px -2px;
}
.post-reply .reply-submit.blue {
  background-position: -84px -2px;
}
.post-reply .reply-submit:hover {
  background-position-y: -34px;
  cursor: pointer;
}
.post-reply .reply-submit:active {
  background-position-y: -66px;
}
.posting-loader {
  display: inline-block;
  background: #333;
  border-radius: 5px;
  text-align: center;
  height: 32px;
  width: 82px;
}
.posting-loader.blue {
  background: #6DCCF2;
}
.posting-loader.red {
  background: #CC2323;
}
.posting-loader img {
  padding-top: 8px;
}
.main-reply {
  display: block;
}
.dot-strip {
  background: url('https://static.either.io/v2/img/bg-dots.png');
  height: 80px;
  width: 262px;
}
.right-column {
  float: left;
  width: 360px;
  margin-left: 15px;
  padding: 0 0 0 15px;
}
.right-column h4 {
  clear: both;
  font-size: 14px;
  line-height: 14px;
  margin-top: 5px;
}
.right-column .btn-standard {
  margin-bottom: 15px;
}
.right-column.narrow {
  padding: 0;
  width: 190px;
  overflow: hidden;
  float: right;
}
.just-the-tip {
  background: #eee;
  margin-bottom: 20px;
  padding: 11px;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.just-the-tip p {
  font-size: 11px;
}
.adsense-sidebar {
  background: #eee;
  margin-bottom: 20px;
  padding: 11px;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.adsense-sidebar #bsap_1281284 {
  height: 255px;
  margin: 0 15px;
  width: 300px;
}
ul.zebra {
  list-style: none;
  border-top: 1px solid #ddd;
  border-bottom: 2px solid #ddd;
  margin: 15px 0 15px 0;
}
ul.zebra li {
  list-style: none;
  font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 140%;
}
ul.zebra li a,
ul.zebra li span {
  text-decoration: none;
  padding: 12px 30px 12px 10px;
  color: #888;
  display: block;
}
ul.zebra li a strong,
ul.zebra li span strong {
  color: #444;
  font-weight: bold;
}
ul.zebra li a:hover {
  background: url('https://static.either.io/v2/img/icn-arrow.png') no-repeat 335px center;
}
ul.zebra li.even {
  background: #e5e5e5;
}
.sidebar {
  float: left;
  width: 170px;
  margin: 10px 15px 0 0;
}
.sidebar .profile-pic {
  text-align: right;
  padding: 0 15px 15px 0;
}
.sidebar .profile-pic img {
  height: 60px;
  width: auto;
}
.sidebar-nav {
  text-align: right;
}
.sidebar-nav li {
  list-style: none;
  font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 100%;
  margin-bottom: 2px;
}
.sidebar-nav li.settings-break {
  border-top: 1px solid #ddd;
  margin-top: 25px;
}
.sidebar-nav a {
  color: #333;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
}
.sidebar-nav a:hover {
  background: #eee;
}
.sidebar-nav a.selected {
  background: #e5e5e5 !important;
  font-weight: bold;
}
.left-column.narrow {
  clear: none;
}
.left-column.narrow .header-block {
  margin-top: 8px;
  padding-bottom: 25px;
}
.left-column.narrow .header-block h2 {
  color: #333;
  font-size: 20px;
  margin: 0 0 2px 0;
  padding: 10px 0 0 0;
}
.left-column.narrow .person-meta {
  color: #666;
  font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
ul#stats-summary {
  float: right;
  color: #444;
  background: #e5e5e5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 5px;
}
ul#stats-summary li {
  padding: 10px;
  font: bold 20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  list-style: none;
  display: inline;
  float: left;
}
ul#stats-summary li .label {
  display: block;
  font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
ul#activity-feed li {
  list-style: none;
  padding: 15px 0 15px 30px;
  border-bottom: 1px solid #ddd;
}
ul#activity-feed li.error-nothing {
  padding-left: 0;
}
ul#activity-feed li.error-nothing p {
  text-align: center;
  color: #666;
  font-size: 12px;
  font-style: italic;
}
ul#activity-feed li.blue-vote {
  background: url('https://static.either.io/v2/img/icn-bluevote.png') no-repeat 0 13px;
}
ul#activity-feed li.red-vote {
  background: url('https://static.either.io/v2/img/icn-redvote.png') no-repeat 0 13px;
}
ul#activity-feed li.favorited {
  background: url('https://static.either.io/v2/img/icn-favorited.png') no-repeat 0 13px;
}
ul#activity-feed li.commented {
  background: url('https://static.either.io/v2/img/icn-comment.png') no-repeat 0 13px;
}
ul#activity-feed li.asked {
  background: url('https://static.either.io/v2/img/icn-asked.png') no-repeat 0 13px;
}
ul#activity-feed li:last-child {
  border: none;
}
ul#activity-feed p {
  font-size: 13px;
  line-height: 140%;
}
ul#activity-feed p strong {
  font-weight: bold;
}
ul#activity-feed p.quote {
  color: #666;
  background: #eaeaea;
  border: 1px solid #bbb;
  padding: 10px 10px 8px 10px;
  margin-top: 10px;
  line-height: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
ul#activity-feed p a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
}
ul#activity-feed p a:hover {
  color: #111;
}
.activity-meta {
  color: #888;
  margin: 3px 0 0 0;
  font: 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.activity-meta a {
  color: #888;
  text-decoration: none;
}
.activity-meta a:hover {
  text-decoration: underline;
}
.search-bar {
  margin: 5px 0 10px 0;
  background: #fbfbfb;
  border: 1px solid #bfbfbf;
  border-bottom: 1px solid #aaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
  padding: 5px;
}
.search-bar .input-text {
  position: relative;
  z-index: 2;
  padding: 8px;
  margin: 0 5px 0 0;
  float: left;
  height: 14px;
  width: 433px;
  color: #555;
  background: #fbfbfb url('https://static.either.io/v2/img/inputBG.png') repeat-x center top;
  border: 1px solid #b5b5b5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.search-bar .search-submit {
  height: 32px;
  width: 82px;
  background-image: url("https://static.either.io/v2/img/yr-buttons-sprite.gz.png");
  background-repeat: none;
  background-position: -167px -2px;
  text-indent: -9999px;
  color: transparent;
  font-size: 0;
  text-transform: lowercase;
}
.search-bar .search-submit:hover {
  background-position-y: -34px;
  cursor: pointer;
}
.search-bar .search-submit:active {
  background-position-y: -66px;
}
p.error-nothing {
  text-align: center;
  padding: 15px 0;
}
ul#search-results h4 {
  margin: 0 0 2px 0;
}
ul#search-results h4 a {
  color: #128bb0;
  text-decoration: none;
  font-weight: bold;
}
ul#search-results h4 a:hover {
  color: #0b6580;
}
ul#search-results li {
  list-style: none;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
ul#search-results li:last-child {
  border: none;
}
ul#search-results p {
  color: #666;
  font-size: 13px;
  line-height: 140%;
}
ul#search-results p strong {
  font-weight: bold;
}
ul#search-results p.quote {
  color: #666;
  background: #eaeaea;
  border: 1px solid #bbb;
  padding: 10px 10px 8px 10px;
  margin-top: 10px;
  line-height: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
#footer-wrapper {
  clear: both;
  text-align: center;
}
#footer {
  margin: 0 auto 40px auto;
  padding: 10px 0px;
  width: 940px;
  text-align: left;
  border-top: 1px solid #ddd;
}
#footer a {
  color: #666;
  text-decoration: none;
}
#footer a:hover {
  color: #444;
  text-decoration: underline;
}
#footer .fb-like {
  float: left;
}
#footer-social {
  margin: 7px 0 10px 0;
}
#footer .credit {
  width: 400px;
}
#footer p {
  font-size: 11px;
  color: #888;
}
ul#footer-links {
  list-style: none;
  font: bold 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 5px 0;
}
ul#footer-links li {
  display: inline;
  list-style: none;
  margin: 0 8px 0 0;
}
ul#footer-links li:last-child {
  margin: 0;
}
#grand-total {
  float: right;
  position: relative;
}
#grand-total .icon {
  position: relative;
  top: 6px;
  margin-right: 3px;
  width: 24px;
  height: 24px;
  background-image: url("https://static.either.io/v2/img/yr-common-sprite.gz.png");
  background-position: -63px -79px;
  background-repeat: none;
  display: inline-block;
}
#grand-total p {
  font-size: 16px;
  display: inline;
  line-height: 24px;
  font-weight: 300;
}
#grand-total span {
  color: #444;
  font-weight: bold;
}
.notify {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px;
  border: 1px solid #222;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.notify p {
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
#answer-peek {
  position: fixed;
  top: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  display: block;
  width: 100%;
  min-height: 45px;
  background: #333;
  display: none;
  z-index: 1000;
}
#answer-peek .or-mini {
  background-image: url("https://static.either.io/v2/img/yr-common-sprite.gz.png");
  background-position: -63px -106px;
  background-repeat: repeat;
  z-index: 5;
  width: 29px;
  height: 29px;
  position: absolute;
  display: inline;
  left: 50%;
  margin: 0 0 0 -13px;
  top: 50%;
}
#answer-peek .back-top {
  position: absolute;
  text-align: right;
  right: 0px;
  display: inline;
  padding: 8px 10px 0px 5px;
  line-height: 1.3em;
  margin: 0;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #BBB;
}
#answer-peek .back-top a {
  color: #888;
  font-weight: normal;
  text-decoration: none;
}
#answer-peek .back-top a:hover {
  color: #aaa;
}
#answer-peek p.preface {
  text-align: center;
  background: #222;
  display: block;
  color: #ddd;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 5px 0;
  font-size: 12px;
  clear: both;
}
#answer-peek .overscroll-opt-wrap {
  margin: 0;
  padding: 0;
  width: 100%;
}
#answer-peek .overscroll-opt {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border: 0;
  width: 50%;
}
#answer-peek .overscroll-opt p {
  font-size: 13px;
  margin: 0;
  padding: 5px 15px;
  text-align: center;
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  color: #FFF;
}
#answer-peek .overscroll-opt.red {
  border-top: 1px solid #f74747;
  border-bottom: 1px solid #a41414;
  background: #CC2323;
  background-image: linear-gradient(bottom, #d02323 6%, #ea3434 77%);
  background-image: -o-linear-gradient(bottom, #d02323 6%, #ea3434 77%);
  background-image: -moz-linear-gradient(bottom, #d02323 6%, #ea3434 77%);
  background-image: -webkit-linear-gradient(bottom, #d02323 6%, #ea3434 77%);
  background-image: -ms-linear-gradient(bottom, #d02323 6%, #ea3434 77%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.06, #d02323), color-stop(0.77, #ea3434));
}
#answer-peek .overscroll-opt.red span {
  text-shadow: none;
  color: #7E0B0B;
}
#answer-peek .overscroll-opt.blue {
  border-top: 1px solid #7cd4f2;
  border-bottom: 1px solid #199bb6;
  background: #6DCCF2;
  clear: left;
  background-image: linear-gradient(bottom, #40b2df 6%, #68c9ef 77%);
  background-image: -o-linear-gradient(bottom, #40b2df 6%, #68c9ef 77%);
  background-image: -moz-linear-gradient(bottom, #40b2df 6%, #68c9ef 77%);
  background-image: -webkit-linear-gradient(bottom, #40b2df 6%, #68c9ef 77%);
  background-image: -ms-linear-gradient(bottom, #40b2df 6%, #68c9ef 77%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.06, #40b2df), color-stop(0.77, #68c9ef));
}
#answer-peek .overscroll-opt.blue span {
  text-shadow: none;
  color: #267EA0;
}
.mobile-block {
  height: 230px;
  background: url('https://static.either.io/v2/img/either-mobile.png') no-repeat 0 15px;
  padding: 15px 0 15px 232px;
  margin-top: 15px;
  border-top: 1px solid #ddd;
}
.mobile-block .btn-blue {
  margin-bottom: 5px;
}
.mobile-block p {
  line-height: 150%;
  color: #888;
  margin-bottom: 15px;
}
.narrow .mobile-block {
  background: url('https://static.either.io/v2/img/either-mobile.png') no-repeat 0 15px;
  padding: 250px 0 15px 0;
  margin-top: 15px;
  border-top: 1px solid #ddd;
}
.narrow .mobile-block p {
  text-align: center;
}
.narrow .mobile-block .btn-blue,
.narrow .mobile-block .btn-red {
  margin-left: auto;
  margin-right: auto;
}
a.btn-standard,
a.btn-dropdown,
a.btn-small,
a.btn-round {
  display: inline-block;
  color: #444;
  text-decoration: none;
}
a.btn-standard,
a.btn-dropdown {
  height: 32px;
  width: 127px;
}
a.btn-standard {
  background-image: url("https://static.either.io/v2/img/yr-buttons-sprite.gz.png");
  background-position: -2px -200px;
  background-repeat: none;
  text-align: center;
}
a.btn-small {
  height: 32px;
  width: 80px;
  background-image: url("https://static.either.io/v2/img/yr-buttons-sprite.gz.png");
  background-position: -134px -200px;
  text-align: center;
}
a.btn-dropdown {
  background: url('https://either.io/addons/shared_addons/themes/eitherio/img/btnDropdown.png') no-repeat;
}
a.btn-round {
  height: 32px;
  width: 29px;
  background: url('https://either.io/addons/shared_addons/themes/eitherio/img/btnRound.png') no-repeat;
}
a.btn-standard:hover,
a.btn-small:hover,
a.btn-dropdown:hover,
a.btn-round:hover,
.btn-submit:hover {
  color: #222;
  background-position-y: -232px;
  cursor: pointer;
}
a.btn-standard:active,
a.btn-small:active,
a.btn-dropdown:active,
a.btn-dropdown.drop,
a.btn-round:active,
.btn-submit:active {
  color: #666;
  background-position-y: -264px;
}
a.btn-standard span,
a.btn-small span,
a.btn-dropdown span {
  font: bold 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: 1px 1px 0px #fff;
  line-height: 32px;
}
a.btn-dropdown span {
  margin: 0 0 0 10px;
}
a.btn-round span {
  display: block;
  height: 32px;
  width: 29px;
}
a.btn-round .thumbup {
  background: url('https://either.io/addons/shared_addons/themes/eitherio/img/btnThumbup.png') no-repeat;
}
a.btn-round .thumbdown {
  background: url('https://either.io/addons/shared_addons/themes/eitherio/img/btnThumbdown.png') no-repeat;
}
a.btn-round span:hover {
  background-position: 0 -32px;
}
a.btn-round span:active {
  background-position: 0 -64px;
}
a.btn-round.selected span {
  background-position: 0 -96px !important;
}
.btn-submit {
  background-image: url("https://static.either.io/v2/img/yr-buttons-sprite.gz.png");
  background-position: -2px -200px;
  background-repeat: none;
  text-align: center;
  height: 32px;
  width: 127px;
  font: bold 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: 1px 1px 0px #fff;
  line-height: 32px;
}
.btn-color {
  background: none;
  background-image: url("https://static.either.io/v2/img/yr-buttons-sprite.gz.png");
  background-position: -1px -99px;
  background-repeat: none;
  width: 82px;
  height: 33px;
  text-align: center;
  color: #fff;
  font: bold 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
  line-height: 33px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.btn-color:hover {
  background-position-y: -132px;
  cursor: pointer;
}
.btn-color:active {
  background-position-y: -165px;
}
.btn-blue,
.btn-red {
  display: block;
  width: 127px;
  height: 33px;
  text-align: center;
  color: #fff;
  font: bold 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  line-height: 33px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background: none;
  background-image: url("https://static.either.io/v2/img/yr-buttons-sprite.gz.png");
  background-repeat: none;
}
.btn-blue:hover,
.btn-red:hover {
  background-position-y: -132px;
  cursor: pointer;
}
.btn-blue:active,
.btn-red:active {
  background-position-y: -165px;
}
.btn-blue {
  background-position: -84px -99px;
}
.btn-red {
  background-position: -212px -99px;
}
.dropdown {
  position: relative;
}
.dropdown ul {
  z-index: 10;
  position: absolute;
  display: none;
  width: 125px;
  font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  list-style: none;
  background: #fff;
  border: 1px solid #c5c5c5;
  margin: -3px 0 0 0px;
  -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
}
.dropdown ul li {
  line-height: 32px;
  border-bottom: 1px solid #e5e5e5;
}
.dropdown ul li a {
  display: block;
  padding: 0 0 0 10px;
  text-decoration: none;
  color: #444;
}
.dropdown ul li a:hover {
  color: #222;
  background: #eee;
}
.dropdown ul li:first-child {
  border-top: 1px solid #eee;
}
.dropdown ul li:last-child {
  border: none;
}
span.error {
  font: bold 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline;
  float: left;
  line-height: 40px;
  padding: 0 0 0 10px;
  font-size: 13px;
  color: #aa0000;
}
span.success {
  font: bold 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline;
  float: left;
  line-height: 40px;
  padding: 0 0 0 10px;
  font-size: 13px;
  color: #00aa00 !important;
}
.popup-error-full {
  display: none;
}
.popup-wrapper {
  display: none;
  z-index: 1001;
  position: absolute;
  top: 100px;
  left: 50%;
  padding: 6px;
  margin-left: -166px;
  background: #e5e5e5;
  background: rgba(123, 123, 123, 0.2);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.popup-wrapper label {
  margin: 5px 0;
  display: block;
  color: #444;
  font: bold 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.popup {
  width: 320px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #b5b5b5;
  position: relative;
}
.popup span.error {
  float: none;
}
.popup h3 {
  position: relative;
  line-height: 40px;
  padding: 0 10px;
  background: url('https://static.either.io/v2/img/bg-bar.png') repeat-x center bottom;
  border-bottom: 1px solid #c5c5c5;
  text-shadow: 1px 1px 0px #fff;
  margin: 0 0 12px 0;
}
.popup p {
  line-height: 130%;
  font-size: 11px;
  color: #888;
}
.popup p a {
  font-weight: normal;
}
.popup p a:hover {
  text-decoration: underline;
}
.popup .close {
  display: block;
  height: 19px;
  width: 19px;
  background-image: url("https://static.either.io/v2/img/yr-common-sprite.gz.png");
  background-repeat: none;
  background-position: -18px -120px;
  position: absolute;
  right: 10px;
  top: 12px;
}
.popup .close:hover {
  background-position-y: -139px;
}
.popup form {
  margin: 0px 0 5px 0;
}
.popup-container {
  padding: 0 10px 10px 10px;
  border-bottom: 2px solid #eee;
  border-radius: 5px;
}
.popup .button-bar,
.button-bar.right {
  text-align: right;
  padding: 10px 0 0 0;
  margin: 15px 0 0 0;
  border-top: 1px solid #eee;
}
.button-bar a.btn-small {
  display: inline-block;
}
#facebook-signin {
  background: #f1f3f8;
  padding: 10px 10px 7px 10px;
  margin-bottom: 15px;
}
p.gray-label {
  font-size: 12px;
  color: #888;
  margin-bottom: 8px;
}
p.subtext {
  font-size: 11px;
  padding: 1px 0 0 0;
  color: #ccc;
}
.input-text {
  clear: left;
  position: relative;
  z-index: 2;
  width: 180px;
  padding: 8px;
  margin-bottom: 5px;
  color: #555;
  background: #f9f9f9 url('https://static.either.io/v2/img/inputBG.png') repeat-x center top;
  border: 1px solid #b5b5b5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
select {
  font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
}
.button-wrap {
  padding: 10px 0;
  border-top: 1px solid #ddd;
  width: 100%;
  margin-top: 10px;
}
form.login-form label.focus {
  opacity: 0.35;
}
form.login-form label.has-text {
  opacity: 0.0;
  -webkit-transition-duration: 0s;
}
form.login-form .checkbox {
  float: left;
  margin: 0 10px 0 0;
}
form.settings-form {
  width: 360px;
  margin: 15px 0 0 0;
}
form.settings-form label {
  color: #444;
  font: bold 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 3px;
  display: block;
}
form.settings-form #gender-tip {
  color: #111;
  text-decoration: none;
  background: #ccc;
  padding: 1px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
form.settings-form .input-text {
  width: 340px;
  margin: 0 0 10px 0;
}
form.settings-form .checkbox-label {
  padding: 5px 0;
}
form.settings-form .notifications-block {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #ddd;
}
form.full-settings-form {
  margin: 15px 0 0 0;
}
form.full-settings-form label {
  color: #444;
  font: bold 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 3px;
  display: block;
}
form.full-settings-form .input-text {
  width: 532px;
  margin: 0 0 10px 0;
}
form.full-settings-form input[type="submit"],
form.full-settings-form #submit {
  margin: 0px 0px;
  float: right;
}
form.full-settings-form #submit-form {
  padding: 0 15px;
}
form.full-settings-form #submit-form .input-text {
  width: 345px;
  resize: none;
}
form.full-settings-form .button-bar {
  width: 550px;
  border-top: 1px solid #ddd;
  margin: 15px auto 5px auto;
  padding: 15px 0 0 0;
  text-align: right;
}
form.full-settings-form .button-bar .checkbox-label {
  width: 300px;
  margin-top: 10px;
  display: inline;
  float: left;
  font-size: 11px;
  color: #333;
  line-height: 1.0em;
}
form.full-settings-form .button-bar span {
  padding-left: 0px;
}
.wide-popup-wrapper {
  display: none;
  z-index: 1001;
  position: absolute;
  top: 90px;
  left: 50%;
  padding: 6px;
  margin-left: -406px;
  background: #e5e5e5;
  background: rgba(123, 123, 123, 0.2);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.wide-popup {
  position: relative;
  width: 800px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #b5b5b5;
}
.wide-popup .preview-wrapper {
  width: 100%;
  display: block;
  background: url('https://static.either.io/v2/img/bg-question.gz.png') #333333;
  margin-top: -15px;
  padding: 5px 0 10px 0;
  border-bottom: 1px solid #000000;
}
.wide-popup #preview-question {
  padding: 0;
  width: 750px;
  height: auto;
  margin: 10px auto 0 auto;
}
.wide-popup #preview-question .or {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -35px;
  margin-left: -33px;
  width: 72px;
  height: 71px;
  background-image: url("https://static.either.io/v2/img/yr-common-sprite.gz.png");
  background-position: -97px -79px;
  background-repeat: none;
}
.wide-popup #preview-question td {
  width: 315px;
  height: 120px;
  padding: 30px;
  vertical-align: middle;
}
.wide-popup #preview-question .options {
  display: block;
  position: relative;
  margin-bottom: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.wide-popup #preview-question .question-title {
  font-size: 16px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  color: #fff;
}
.wide-popup #preview-question .prefix {
  margin-bottom: 8px;
}
.wide-popup #preview-question .extra-info {
  margin: 0 0 10px 0;
  background: #efefef;
  padding: 10px;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  background-image: linear-gradient(bottom, #f5f5f5 36%, #ffffff 68%);
  background-image: -o-linear-gradient(bottom, #f5f5f5 36%, #ffffff 68%);
  background-image: -moz-linear-gradient(bottom, #f5f5f5 36%, #ffffff 68%);
  background-image: -webkit-linear-gradient(bottom, #f5f5f5 36%, #ffffff 68%);
  background-image: -ms-linear-gradient(bottom, #f5f5f5 36%, #ffffff 68%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.36, #f5f5f5), color-stop(0.68, #ffffff));
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.wide-popup #preview-question .choice-block {
  width: 375px;
  height: 180px;
  font: bold 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: #fff;
  float: left;
}
.wide-popup #preview-question .choice-block.red-choice {
  border-top: 1px solid #f74747;
  background: #CC2323;
  background-image: linear-gradient(bottom, #d02323 6%, #ea3434 77%);
  background-image: -o-linear-gradient(bottom, #d02323 6%, #ea3434 77%);
  background-image: -moz-linear-gradient(bottom, #d02323 6%, #ea3434 77%);
  background-image: -webkit-linear-gradient(bottom, #d02323 6%, #ea3434 77%);
  background-image: -ms-linear-gradient(bottom, #d02323 6%, #ea3434 77%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.06, #d02323), color-stop(0.77, #ea3434));
}
.wide-popup #preview-question .choice-block.blue-choice {
  border-top: 1px solid #7cd4f2;
  background: #6DCCF2;
  clear: left;
  background-image: linear-gradient(bottom, #40b2df 6%, #68c9ef 77%);
  background-image: -o-linear-gradient(bottom, #40b2df 6%, #68c9ef 77%);
  background-image: -moz-linear-gradient(bottom, #40b2df 6%, #68c9ef 77%);
  background-image: -webkit-linear-gradient(bottom, #40b2df 6%, #68c9ef 77%);
  background-image: -ms-linear-gradient(bottom, #40b2df 6%, #68c9ef 77%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.06, #40b2df), color-stop(0.77, #68c9ef));
}
.wide-popup h3 {
  line-height: 40px;
  padding: 0 10px;
  background: url('https://static.either.io/v2/img/bg-bar.png') repeat-x center bottom;
  border-bottom: 1px solid #c5c5c5;
  text-shadow: 1px 1px 0px #fff;
  margin: 0 0 12px 0;
}
.wide-popup span {
  display: inline-block;
  padding-left: 10px;
  font-size: 13px;
  color: #aa0000;
}
.wide-popup p {
  line-height: 130%;
  font-size: 11px;
  color: #888;
}
.wide-popup p a {
  font-weight: normal;
}
.wide-popup p a:hover {
  text-decoration: underline;
}
.wide-popup label {
  display: block;
  margin-top: 10px;
  color: #444;
  font: bold 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.wide-popup .close {
  display: block;
  height: 19px;
  width: 19px;
  background-image: url("https://static.either.io/v2/img/yr-common-sprite.gz.png");
  background-repeat: none;
  background-position: -18px -120px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.wide-popup .close:hover {
  background-position-y: -139px;
}
.wide-popup .input-text {
  margin: 5px 0 0 0;
  width: 200px;
}
.wide-popup textarea {
  width: 730px !important;
}
.wide-popup .btn-blue {
  display: inline-block;
}
.wide-popup form {
  margin: 0px 0 5px 0;
}
.wide-popup .left-side {
  width: 375px;
  float: left;
  margin: 0 10px 0 0;
}
.wide-popup .right-side {
  width: 365px;
  float: left;
  clear: right;
}
.wide-popup form#submit-form {
  padding: 0 15px;
}
.wide-popup form#submit-form .input-text {
  width: 345px;
  resize: none;
}
.wide-popup form#submit-form .checkbox-label {
  margin-top: 5px;
  float: left;
}
.wide-popup .button-bar {
  width: 750px;
  border-top: 1px solid #ddd;
  margin: 15px auto 5px auto;
  padding: 15px 0 0 0;
  text-align: right;
}
.wide-popup .button-bar span {
  padding-left: 0px;
}
