/*
 * @title: BitPoints Base Styles
 * @authors : Nick Swider, Jack Anderson
 */
/* clearfix */
* html .cf {
  zoom: 1;
}
/* IE6 */
*:first-child + html .cf {
  zoom: 1;
}
/* IE */
/**
 * Reset styles
 */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
del,
em,
font,
img,
small,
strike,
strong,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
nav,
menu {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
/**
 * External page styles
 */
#external {
  position: relative;
  margin: 120px 120px 0;
}
#external #mainContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
}
#external #mainContent header h1 {
  font: 600 4em/1em "Alegreya Sans SC", sans-serif;
  text-indent: -9999px;
  background: url('/images/logo-white-800.png') no-repeat center left;
  background-size: contain;
  background-origin: content-box;
  color: #fff;
  height: 70px;
}
#external #mainContent #actions .join,
#external #mainContent #actions .create {
  position: relative;
  width: 400px;
  margin-top: 50px;
}
#external #mainContent #actions .join h2,
#external #mainContent #actions .create h2 {
  font: 400 1.2em/1.4em "Alegreya Sans SC", sans-serif;
  color: #fff;
  overflow: hidden;
  text-align: center;
}
#external #mainContent #actions .join h2 span,
#external #mainContent #actions .create h2 span {
  display: inline-block;
  position: relative;
}
#external #mainContent #actions .join h2 span:before,
#external #mainContent #actions .create h2 span:before,
#external #mainContent #actions .join h2 span:after,
#external #mainContent #actions .create h2 span:after {
  content: "";
  position: absolute;
  height: 1px;
  border-top: 1px solid white;
  top: 50%;
  width: 600px;
}
#external #mainContent #actions .join h2 span:before,
#external #mainContent #actions .create h2 span:before {
  right: 100%;
  margin-right: 10px;
}
#external #mainContent #actions .join h2 span:after,
#external #mainContent #actions .create h2 span:after {
  left: 100%;
  margin-left: 10px;
}
#external #mainContent #actions .join input[type=text],
#external #mainContent #actions .create input[type=text] {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  height: 36px;
  margin: 5px 0;
  padding: 0 11px;
  font: 400 1em/34px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #555;
  border: 1px solid white;
  background: white;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
#external #mainContent #actions .join input[type=text].error,
#external #mainContent #actions .create input[type=text].error {
  border-color: #FF4136;
  -moz-box-shadow: 0 0 4px 2px rgba(255, 65, 54, 0.7);
  -webkit-box-shadow: 0 0 4px 2px rgba(255, 65, 54, 0.7);
  box-shadow: 0 0 4px 2px rgba(255, 65, 54, 0.7);
}
#external #mainContent #actions .join input[type=submit],
#external #mainContent #actions .create input[type=submit] {
  padding: 0 10px;
  height: 1.875em;
  border: none;
  font: normal 1.2em/1.875em "Alegreya Sans SC", sans-serif;
  background: #E8800C;
  color: #555;
  cursor: pointer;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  transition: background-color 0.3s ease;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  margin-top: 5px;
}
#external #mainContent #actions .join input[type=submit]:hover,
#external #mainContent #actions .create input[type=submit]:hover {
  background: #ca7210;
}
#external #mainContent #actions .join input.halfwidth,
#external #mainContent #actions .create input.halfwidth {
  display: inline-block;
  width: 48.75%;
  margin-right: 1.25%;
}
#external #mainContent #actions .join .halfwidth + .halfwidth,
#external #mainContent #actions .create .halfwidth + .halfwidth {
  margin-right: 0 !important;
  margin-left: 1.25% !important;
}
#external #mainContent #actions #stats {
  text-align: right;
  font-size: 80%;
}
#external #mainContent #actions .roomOptions {
  display: none;
}
#external #mainContent #actions .roomOptions label span {
  padding-left: 8px;
  vertical-align: middle;
}
#external #mainContent #actions .roomOptions.visible {
  display: block;
}
#external #supplementalContent {
  margin-left: 500px;
  padding-top: 50px;
}
#external #supplementalContent ul {
  margin-bottom: 30px;
}
#external #supplementalContent ul li {
  font: 200 2em/2em "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
}
#external footer {
  clear: both;
  margin-top: 50px;
  text-align: center;
}
#external footer .dcBadge {
  display: inline-block;
  width: 17px;
  height: 13px;
  background: url('/images/dc-badge.png') no-repeat 0 0;
  background-size: contain;
}
#external footer a {
  font-weight: bold;
}
body.one-column #external #mainContent {
  position: static;
  width: 800px;
  margin: 0 auto;
}
body.one-column #external #mainContent header h1 {
  background-position: center center;
}
body.one-column #external #mainContent #actions p {
  text-align: center;
}
body.one-column #external #mainContent #actions .join {
  margin: 50px auto;
}
/**
 * Kicked voter page styles
 */
#kick {
  margin: 50px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid black;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
}
#kick p {
  margin: 0;
  text-align: center;
}
/**
 * Modal styles
 */
.bp-modal-cover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.bp-modal-cover.visible {
  display: block;
}
.bp-modal-container {
  display: none;
  position: absolute;
  top: 300px;
  left: 50%;
  z-index: 3001;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 300px;
  padding: 30px;
  margin-left: -150px;
  background: white;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.5);
  color: #555;
  font-size: 1.5em;
  line-height: 1em;
}
.bp-modal-container.visible {
  display: block;
}
.bp-modal-container .bp-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
}
.bp-modal-container.bp-modal-large {
  padding: 50px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  width: 800px;
  margin-left: -400px;
  font-size: 3em;
  line-height: 1em;
  text-align: center;
  font-family: 'Courier New';
}
.bp-modal-container.bp-modal-small {
  padding: 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 250px;
  margin-left: -125px;
  font-size: 1em;
  line-height: 1em;
}
/**
 * Voter room styles
 */
#voterRoomInfo {
  display: block;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: bold;
}
#voterRoomInfo #voterList .avatars {
  display: inline-block;
  vertical-align: middle;
}
#voterRoomInfo .voterImageSmall {
  float: left;
  height: 30px;
  width: 30px;
  margin: 0 0 0 5px;
}
#voterInfo {
  position: relative;
  margin: 10px auto;
  max-width: 500px;
}
#voterInfo .status {
  display: none;
  height: 20px;
  padding: 10px;
  margin: 10px 0;
  border-radius: 6px;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.5);
  color: #e3e3e3;
  font-size: 14px;
  font-weight: bold;
}
#voterInfo .status.roundEnd {
  display: block;
}
#voterInfo .status.newRound {
  background: #E8800C;
  color: white;
}
#voterInfo .voterName,
#voterInfo .voterImage {
  margin-left: 0;
}
#voterInfo #cardStyle {
  position: absolute;
  top: 40px;
  left: 170px;
}
#voterInfo #cardStyle h4 {
  height: 32px;
  text-align: center;
}
#voterInfo #cardStyle #cardPreview {
  position: absolute;
  width: 90px;
  height: 121.5px;
  left: 0;
  top: 5000px;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
  top: auto;
  left: auto;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#voterInfo #cardStyle #cardPreview.visible {
  top: 180px;
}
#voterInfo #cardStyle #cardPreview.showValue {
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#voterInfo #cardStyle #cardPreview.spin {
  -webkit-transition: 5s;
  transition: 5s;
  -moz-transform: rotateY(5940deg);
  -o-transform: rotateY(5940deg);
  -webkit-transform: rotateY(5940deg);
  transform: rotateY(5940deg);
}
#voterInfo #cardStyle #cardPreview .cardInner,
#voterInfo #cardStyle #cardPreview .cardBack {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  border: 4.5px solid #fff;
  -moz-border-radius: 2.25px;
  -webkit-border-radius: 2.25px;
  border-radius: 2.25px;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
#voterInfo #cardStyle #cardPreview .cardBack {
  background-repeat: repeat;
  background-position: 50% 50%;
  background-size: 100%;
}
#voterInfo #cardStyle #cardPreview .cardBack.denim {
  background-size: auto;
}
#voterInfo #cardStyle #cardPreview .cardBack.biggie {
  background-size: 100%;
}
#voterInfo #cardStyle #cardPreview .cardBack.graphpaper {
  background-size: auto;
}
#voterInfo #cardStyle #cardPreview .cardBack.paisley {
  background-size: 45%;
}
#voterInfo #cardStyle #cardPreview .cardBack.wood {
  background-size: 103.5px;
}
#voterInfo #cardStyle #cardPreview .cardBack.goat {
  background-repeat: no-repeat;
  background-position: 95% 100%;
  background-size: 67.5px;
}
#voterInfo #cardStyle #cardPreview .cardInner {
  background-color: #fff;
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#voterInfo #cardStyle #cardPreview .cardInner .cardValue,
#voterInfo #cardStyle #cardPreview .cardInner .cornerValue {
  color: #555;
}
#voterInfo #cardStyle #cardPreview .cardInner .cardValue .fa,
#voterInfo #cardStyle #cardPreview .cardInner .cornerValue .fa {
  color: #555;
}
#voterInfo #cardStyle #cardPreview .cardInner .cardValue .fa:hover,
#voterInfo #cardStyle #cardPreview .cardInner .cornerValue .fa:hover {
  color: #222222;
}
#voterInfo #cardStyle #cardPreview .cardInner .cardValue {
  text-align: center;
  position: relative;
  font-size: 2.7em;
  font-weight: normal;
  line-height: 112.5px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#voterInfo #cardStyle #cardPreview .cardInner .cardValue.min {
  color: #000fd2;
}
#voterInfo #cardStyle #cardPreview .cardInner .cardValue.max {
  color: #d21900;
}
#voterInfo #cardStyle #cardPreview .cardInner .cornerValue {
  position: absolute;
  font-size: 0.5625em;
  font-weight: normal;
  line-height: 1em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 50px;
  text-align: left;
}
#voterInfo #cardStyle #cardPreview .cardInner .cornerValue.topleft {
  top: 0;
  left: 0;
}
#voterInfo #cardStyle #cardPreview .cardInner .cornerValue.bottomright {
  bottom: 0;
  right: 0;
  -moz-transform: rotate(180deg);
  /* FF3.5+ */
  -o-transform: rotate(180deg);
  /* Opera 10.5 */
  -webkit-transform: rotate(180deg);
  /* Saf3.1+, Chrome */
  transform: rotate(180deg);
  /* IE6-IE8 */
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=-1, M12=-0.00000000000000012246, M21=0.00000000000000012246, M22=-1, SizingMethod='auto expand');
  zoom: 1;
}
table#estimateOptions {
  width: 100%;
  border-spacing: 10px;
  position: relative;
}
table#estimateOptions td {
  width: 33%;
  font: normal 2.5em/2.5em "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #555;
  border-radius: 3px;
}
table#estimateOptions td .fa {
  color: #555;
}
table#estimateOptions td .fa:hover {
  color: #222222;
}
table#estimateOptions.roundEnd td,
table#estimateOptions.roundEnd td:hover,
table#estimateOptions.roundEnd td.lastVote,
table#estimateOptions.roundEnd td.blank {
  cursor: not-allowed;
  background: #cccccc;
}
table#estimateOptions.newRound td {
  cursor: pointer;
  background: #fff;
}
table#estimateOptions.newRound td:hover {
  background: #d9d9d9;
}
table#estimateOptions.newRound td.lastVote {
  background: #cccccc;
}
table#estimateOptions.newRound td.blank {
  background: none !important;
}
#cardStylePop-modal-container label {
  display: block;
  width: 150px;
  color: #555;
}
#cardStylePop-modal-container label select,
#cardStylePop-modal-container label input {
  margin-top: 5px;
}
#cardStylePop-modal-container label + label {
  margin-top: 10px;
}
#cardStylePop-modal-container select#pattern {
  width: 150px;
  text-transform: capitalize;
}
#cardStylePop-modal-container input#color {
  width: 150px;
}
#cardStylePop-modal-container .close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.4em;
  cursor: pointer;
}
/**
 * Host room styles
 */
body {
  perspective: 1000;
}
#room {
  margin: 30px;
}
#toggleRound {
  padding: 0 10px;
  height: 1.875em;
  border: none;
  font: normal 1.2em/1.875em "Alegreya Sans SC", sans-serif;
  background: #E8800C;
  color: #555;
  cursor: pointer;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  transition: background-color 0.3s ease;
  float: left;
}
#toggleRound:hover {
  background: #ca7210;
}
.voting #toggleRound {
  padding: 0 10px;
  height: 1.875em;
  border: none;
  font: normal 1.2em/1.875em "Alegreya Sans SC", sans-serif;
  background: #2581FF;
  color: #555;
  cursor: pointer;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}
.voting #toggleRound:hover {
  background: #1273f9;
}
#settings {
  position: absolute;
  top: 30px;
  right: 30px;
}
#settings li {
  position: relative;
}
#settings li .fa {
  cursor: pointer;
}
#settings li .drop {
  display: none;
  position: absolute;
  top: 42px;
  right: -12px;
  z-index: 10;
  width: 350px;
  padding: 12px;
  background: white;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  color: #555;
}
#settings li .drop:before {
  content: '';
  position: absolute;
  top: -6px;
  right: 20px;
  display: block;
  height: 12px;
  width: 12px;
  -moz-transform: rotate(45deg);
  /* FF3.5+ */
  -o-transform: rotate(45deg);
  /* Opera 10.5 */
  -webkit-transform: rotate(45deg);
  /* Saf3.1+, Chrome */
  transform: rotate(45deg);
  /* IE6-IE8 */
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476, SizingMethod='auto expand');
  zoom: 1;
  background: white;
}
#settings li .drop.active {
  display: block;
}
#settings li .drop .dropItem + .dropItem {
  margin-top: 10px;
}
#settings li .drop .title {
  font-weight: bold;
  width: 130px;
  display: inline-block;
  vertical-align: top;
  line-height: 2em;
}
#settings li .drop .control {
  display: inline-block;
  vertical-align: top;
}
#settings li .drop .fa {
  padding-left: 6px;
  cursor: pointer;
  color: #555;
}
#settings li .drop .fa:hover {
  color: #222222;
}
#roomName {
  display: inline-block;
  margin-left: 8px;
}
#average,
#nearestCard,
#largeSpread {
  display: none;
  float: left;
  margin-left: 1.875em;
  font-size: 1.2em;
  line-height: 1.875em;
}
#average .val,
#nearestCard .val,
#largeSpread .val {
  display: inline-block;
  margin: -3px 0;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-weight: bold;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
#ticket {
  float: left;
  margin-left: 1.875em;
  font-size: 1.2em;
  line-height: 1.875em;
}
#ticket .key {
  font-weight: bold;
}
.voterImage {
  display: block;
  padding: 25px 25px 0;
  margin-left: 24px;
  border: solid rgba(255, 255, 255, 0.25);
  border-width: 1px 1px 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  background: rgba(0, 0, 0, 0.25);
}
.voterName {
  display: block;
  height: 40px;
  width: 150px;
  margin-left: 24px;
  border: solid rgba(255, 255, 255, 0.25);
  border-width: 0 1px 1px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  line-height: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.25);
}
ul#users {
  clear: both;
  width: 100%;
}
ul#users li {
  float: left;
  position: relative;
  width: 200px;
  height: 425px;
  margin: 20px;
}
ul#users li .card {
  position: absolute;
  width: 200px;
  height: 270px;
  left: 0;
  top: 5000px;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
ul#users li .card.visible {
  top: 180px;
}
ul#users li .card.showValue {
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
ul#users li .card.spin {
  -webkit-transition: 5s;
  transition: 5s;
  -moz-transform: rotateY(5940deg);
  -o-transform: rotateY(5940deg);
  -webkit-transform: rotateY(5940deg);
  transform: rotateY(5940deg);
}
ul#users li .card .cardInner,
ul#users li .card .cardBack {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  border: 10px solid #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
ul#users li .card .cardBack {
  background-repeat: repeat;
  background-position: 50% 50%;
  background-size: 100%;
}
ul#users li .card .cardBack.denim {
  background-size: auto;
}
ul#users li .card .cardBack.biggie {
  background-size: 100%;
}
ul#users li .card .cardBack.graphpaper {
  background-size: auto;
}
ul#users li .card .cardBack.paisley {
  background-size: 100%;
}
ul#users li .card .cardBack.wood {
  background-size: 230px;
}
ul#users li .card .cardBack.goat {
  background-repeat: no-repeat;
  background-position: 95% 100%;
  background-size: 150px;
}
ul#users li .card .cardInner {
  background-color: #fff;
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
ul#users li .card .cardInner .cardValue,
ul#users li .card .cardInner .cornerValue {
  color: #555;
}
ul#users li .card .cardInner .cardValue .fa,
ul#users li .card .cardInner .cornerValue .fa {
  color: #555;
}
ul#users li .card .cardInner .cardValue .fa:hover,
ul#users li .card .cardInner .cornerValue .fa:hover {
  color: #222222;
}
ul#users li .card .cardInner .cardValue {
  text-align: center;
  position: relative;
  font-size: 6em;
  font-weight: normal;
  line-height: 250px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
ul#users li .card .cardInner .cardValue.min {
  color: #000fd2;
}
ul#users li .card .cardInner .cardValue.max {
  color: #d21900;
}
ul#users li .card .cardInner .cornerValue {
  position: absolute;
  font-size: 1.25em;
  font-weight: normal;
  line-height: 1em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 50px;
  text-align: left;
}
ul#users li .card .cardInner .cornerValue.topleft {
  top: 0;
  left: 0;
}
ul#users li .card .cardInner .cornerValue.bottomright {
  bottom: 0;
  right: 0;
  -moz-transform: rotate(180deg);
  /* FF3.5+ */
  -o-transform: rotate(180deg);
  /* Opera 10.5 */
  -webkit-transform: rotate(180deg);
  /* Saf3.1+, Chrome */
  transform: rotate(180deg);
  /* IE6-IE8 */
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=-1, M12=-0.00000000000000012246, M21=0.00000000000000012246, M22=-1, SizingMethod='auto expand');
  zoom: 1;
}
ul#users li .kickVoter,
ul#users li .ಠ_ಠ {
  display: none;
  position: absolute;
  right: 3px;
  width: 20px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: white;
  border: solid rgba(255, 255, 255, 0.5);
  border-width: 1px 1px 1px 0;
  cursor: pointer;
}
ul#users li .ಠ_ಠ {
  top: 34px;
  -moz-border-radius-top-right: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  background: #ff9500;
}
ul#users li .ಠ_ಠ:hover {
  background: #f58f00;
}
ul#users li .kickVoter {
  top: 76px;
  -moz-border-radius-bottom-right: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #d32727;
}
ul#users li .kickVoter:hover {
  background: #ca2525;
}
ul#users li:hover .kickVoter,
ul#users li:hover .ಠ_ಠ {
  display: block;
}
ul#users li[data-observer="true"] {
  opacity: 0.6;
}
/**
 * Error page styles
 */
#error {
  padding-top: 20px;
  overflow: hidden;
}
#error .errorCard {
  position: absolute;
  width: 300px;
  height: 405px;
  left: 0;
  top: 5000px;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: static;
  margin: 0 auto;
}
#error .errorCard.visible {
  top: 180px;
}
#error .errorCard.showValue {
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#error .errorCard.spin {
  -webkit-transition: 5s;
  transition: 5s;
  -moz-transform: rotateY(5940deg);
  -o-transform: rotateY(5940deg);
  -webkit-transform: rotateY(5940deg);
  transform: rotateY(5940deg);
}
#error .errorCard .cardInner,
#error .errorCard .cardBack {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  border: 15px solid #fff;
  -moz-border-radius: 7.5px;
  -webkit-border-radius: 7.5px;
  border-radius: 7.5px;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
#error .errorCard .cardBack {
  background-repeat: repeat;
  background-position: 50% 50%;
  background-size: 100%;
}
#error .errorCard .cardBack.denim {
  background-size: auto;
}
#error .errorCard .cardBack.biggie {
  background-size: 100%;
}
#error .errorCard .cardBack.graphpaper {
  background-size: auto;
}
#error .errorCard .cardBack.paisley {
  background-size: 150%;
}
#error .errorCard .cardBack.wood {
  background-size: 345px;
}
#error .errorCard .cardBack.goat {
  background-repeat: no-repeat;
  background-position: 95% 100%;
  background-size: 225px;
}
#error .errorCard .cardInner {
  background-color: #fff;
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#error .errorCard .cardInner .cardValue,
#error .errorCard .cardInner .cornerValue {
  color: #555;
}
#error .errorCard .cardInner .cardValue .fa,
#error .errorCard .cardInner .cornerValue .fa {
  color: #555;
}
#error .errorCard .cardInner .cardValue .fa:hover,
#error .errorCard .cardInner .cornerValue .fa:hover {
  color: #222222;
}
#error .errorCard .cardInner .cardValue {
  text-align: center;
  position: relative;
  font-size: 9em;
  font-weight: normal;
  line-height: 375px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#error .errorCard .cardInner .cardValue.min {
  color: #000fd2;
}
#error .errorCard .cardInner .cardValue.max {
  color: #d21900;
}
#error .errorCard .cardInner .cornerValue {
  position: absolute;
  font-size: 1.875em;
  font-weight: normal;
  line-height: 1em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 50px;
  text-align: left;
}
#error .errorCard .cardInner .cornerValue.topleft {
  top: 0;
  left: 0;
}
#error .errorCard .cardInner .cornerValue.bottomright {
  bottom: 0;
  right: 0;
  -moz-transform: rotate(180deg);
  /* FF3.5+ */
  -o-transform: rotate(180deg);
  /* Opera 10.5 */
  -webkit-transform: rotate(180deg);
  /* Saf3.1+, Chrome */
  transform: rotate(180deg);
  /* IE6-IE8 */
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=-1, M12=-0.00000000000000012246, M21=0.00000000000000012246, M22=-1, SizingMethod='auto expand');
  zoom: 1;
}
#error p {
  margin: 20px 0;
  text-align: center;
}
@font-face {
  font-family: 'Alegreya Sans SC';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/alegreyasanssc/v24/mtGn4-RGJqfMvt7P8FUr0Q1j-Hf1DipV9QRB.ttf) format('truetype');
}
@font-face {
  font-family: 'Alegreya Sans SC';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/alegreyasanssc/v24/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1DuJH4iNhNQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Alegreya Sans SC';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/alegreyasanssc/v24/mtGh4-RGJqfMvt7P8FUr0Q1j-Hf1Bkll8g.ttf) format('truetype');
}
/**
 * Base document styles
 */
html {
  padding-bottom: 40px;
  background: #2581FF;
  transition: background-color 1.2s ease;
}
html.voting {
  background-color: #E8800C;
}
html body {
  font: 400 16px/1.8em "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #e3e3e3;
}
html body a {
  color: #fff;
  font-family: "Alegreya Sans SC", sans-serif;
  font-style: italic;
  text-decoration: none;
}
html body a:hover,
html body a:focus,
html body a:active {
  color: #d9d9d9;
}
html body .fa {
  color: #fff;
}
html body .fa:hover {
  color: #d9d9d9;
}
html body ::selection {
  background: #1273f9;
}
html body ::-moz-selection {
  background: #1273f9;
}
/**
 * Media Queries
 */
@media (max-width: 1100px) {
  #external {
    margin: 50px 50px 0;
  }
}
@media (max-width: 960px) {
  #external #supplementalContent {
    margin-left: 450px;
  }
  #external #supplementalContent ul {
    font-size: 80%;
  }
}
@media (max-width: 800px) {
  #external {
    margin: 0px;
  }
  #external #mainContent {
    position: static;
    width: 100%;
    margin-bottom: 40px;
  }
  #external #mainContent header {
    position: fixed;
    height: 60px;
    width: 100%;
    z-index: 100;
    background-color: #0c68e5;
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  }
  #external #mainContent header h1 {
    height: 40px;
    margin: 10px 0;
    background-position: center center;
  }
  #external #mainContent #actions {
    margin: 0 10px;
    padding-top: 80px;
  }
  #external #mainContent #actions .join,
  #external #mainContent #actions .create {
    width: 100%;
    margin-top: 20px;
  }
  #external #mainContent #actions .create input.halfwidth {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  #external #mainContent #actions .create .halfwidth + .halfwidth {
    margin-left: 0 !important;
  }
  #external #supplementalContent {
    margin-left: 0;
    padding: 10px;
  }
  #external #supplementalContent ul {
    display: none;
  }
  #error {
    padding-top: 80px;
  }
  #voterRoomInfo {
    padding: 5px 10px;
  }
  #voterRoomInfo .voterImageSmall {
    width: 20px;
    height: 20px;
    margin: 0 0 0 5px;
  }
  table#estimateOptions td {
    font-size: 2em;
    line-height: 1.5em;
  }
  body.one-column #external #mainContent {
    width: 100%;
  }
}
