body {
  color: #222;
  margin: 0;
  font-size: 13px;
  font-family: sans-serif; }

a {
  color: #DD4A4A; }
  a img {
    border: 0; }

h2 {
  margin: 15px 0; }

.loader {
  display: inline-block;
  background-image: url("/static/loader.gif");
  vertical-align: middle;
  width: 16px;
  height: 16px; }
  .loader.dark {
    background-image: url("/static/loader-dark.gif"); }
  .loader.huge {
    width: 66px;
    height: 66px;
    background-image: url("/static/loader-huge.gif"); }

.button {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  background: #FA5C5C;
  color: white;
  text-decoration: none;
  padding: 0 10px;
  font-size: 14px;
  text-shadow: 1px 1px 0px #d64343, -1px -1px 0px #d64343, 1px -1px 0px #d64343, -1px 1px 0px #d64343;
  border-radius: 1px;
  cursor: pointer;
  border: 0;
  text-align: center;
  line-height: 35px;
  height: 35px;
  border: 0; }
  .button:hover {
    background: #fa6666; }
  .button:active {
    background-color: #e44949;
    position: relative;
    top: 1px; }
  .button.fat {
    font-size: 18px;
    letter-spacing: 0.025em;
    line-height: 36px;
    height: 40px;
    border-bottom: 4px solid #C34848;
    padding: 0 20px; }
    .button.fat:hover {
      box-shadow: none; }
    .button.fat.disabled {
      border-bottom: 4px solid #858585; }
  .button.cancel {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: inline-block;
    background: #b79f9f;
    color: white;
    text-decoration: none;
    padding: 0 10px;
    font-size: 14px;
    text-shadow: 1px 1px 0px #7a9f9f, -1px -1px 0px #7a9f9f, 1px -1px 0px #7a9f9f, -1px 1px 0px #7a9f9f;
    border-radius: 1px;
    cursor: pointer;
    border: 0;
    text-align: center;
    line-height: 35px;
    height: 35px; }
    .button.cancel:hover {
      background: #bba5a5; }
    .button.cancel:active {
      background-color: #909d9d;
      position: relative;
      top: 1px; }
  .button:focus {
    outline-color: #361275; }
  .button.disabled {
    text-shadow: none;
    color: #CCC;
    box-shadow: none;
    background: #aea8a8;
    cursor: default; }
    .button.disabled:focus {
      outline: 0; }
    .button.disabled:active {
      position: static; }

.global_flash {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 50%;
  background-color: #72c2e2;
  background-image: linear-gradient(bottom, #5ebade 0%, #88CCE7 100%);
  background-image: -webkit-linear-gradient(bottom, #5ebade 0%, #88CCE7 100%);
  background-image: -moz-linear-gradient(bottom, #5ebade 0%, #88CCE7 100%);
  background-image: -o-linear-gradient(bottom, #5ebade 0%, #88CCE7 100%);
  background-image: -ms-linear-gradient(bottom, #5ebade 0%, #88CCE7 100%);
  color: white;
  text-shadow: 1px 1px 1px #248ab2;
  border-radius: 0 0 5px 5px;
  padding: 8px 16px;
  padding-top: 15px;
  cursor: normal;
  font-size: 18px;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.2), 0 1px 4px rgba(0, 0, 0, 0.6); }
  .global_flash.error {
    background-color: #c23737;
    background-image: linear-gradient(bottom, #b52c2c 0%, #D14343 100%);
    background-image: -webkit-linear-gradient(bottom, #b52c2c 0%, #D14343 100%);
    background-image: -moz-linear-gradient(bottom, #b52c2c 0%, #D14343 100%);
    background-image: -o-linear-gradient(bottom, #b52c2c 0%, #D14343 100%);
    background-image: -ms-linear-gradient(bottom, #b52c2c 0%, #D14343 100%);
    text-shadow: 1px 1px 1px #631818; }
  .global_flash.animated {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }

.ie a img {
  border: 0; }

.formatted {
  font-size: 16px; }
  .formatted p, .formatted ul {
    line-height: 1.5; }
  .formatted p {
    margin: 0 0 20px 0; }
  .formatted h1, .formatted h2, .formatted h3, .formatted h4 {
    font-size: 18px;
    margin: 0 0 10px 0; }
  .formatted ul, .formatted ol {
    margin: 0 0 20px 0;
    padding-left: 2em; }
  .formatted hr {
    border: 0;
    height: 1px;
    background: #dadada; }

.warning_box {
  background: #FFFED8;
  color: #636119;
  border-bottom: 1px solid #e5e296;
  border-top: 1px solid #e5e296;
  padding: 20px;
  margin-bottom: 20px; }
  .warning_box h2, .warning_box h3, .warning_box h4 {
    color: #3a390f; }
  .warning_box a {
    color: #FA5C5C; }
    .warning_box a:hover {
      color: #fb7575; }

.loader_bar {
  position: relative;
  height: 2px; }
  .loader_bar .loader_bar_slider {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #FA5C5C;
    -webkit-animation: loader-left 0.8s cubic-bezier(0.55, 0.45, 0.55, 0.45) infinite, loader-right 0.8s cubic-bezier(0.45, 0.55, 0.45, 0.55) infinite;
    -moz-animation: loader-left 0.8s cubic-bezier(0.55, 0.45, 0.55, 0.45) infinite, loader-right 0.8s cubic-bezier(0.45, 0.55, 0.45, 0.55) infinite;
    -ms-animation: loader-left 0.8s cubic-bezier(0.55, 0.45, 0.55, 0.45) infinite, loader-right 0.8s cubic-bezier(0.45, 0.55, 0.45, 0.55) infinite;
    animation: loader-left 0.8s cubic-bezier(0.55, 0.45, 0.55, 0.45) infinite, loader-right 0.8s cubic-bezier(0.45, 0.55, 0.45, 0.55) infinite;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    -ms-animation-direction: alternate;
    animation-direction: alternate; }

@-webkit-keyframes popin {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }

  75% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes popin {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }

  75% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

@-ms-keyframes popin {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }

  75% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

@keyframes popin {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }

  75% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes loader-left {
  from {
    left: 0; }

  to {
    left: 90%; } }

@-moz-keyframes loader-left {
  from {
    left: 0; }

  to {
    left: 90%; } }

@-ms-keyframes loader-left {
  from {
    left: 0; }

  to {
    left: 90%; } }

@keyframes loader-left {
  from {
    left: 0; }

  to {
    left: 90%; } }

@-webkit-keyframes loader-right {
  from {
    right: 90%; }

  to {
    right: 0; } }

@-moz-keyframes loader-right {
  from {
    right: 90%; }

  to {
    right: 0; } }

@-ms-keyframes loader-right {
  from {
    right: 90%; }

  to {
    right: 0; } }

@keyframes loader-right {
  from {
    right: 90%; }

  to {
    right: 0; } }

.perf_panel {
  opacity: 0.5;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: white;
  white-space: nowrap;
  padding: 5px 10px;
  border: 1px solid #dadada;
  font-size: 16px;
  line-height: 1.5; }
  .ie .perf_panel {
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
  .perf_panel:hover {
    opacity: 1;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); }
    .ie .perf_panel:hover {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .perf_panel .stat_row {
    display: inline-block; }

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    -moz-transform: translate3d(0, 0, 0) rotate(0deg);
    -ms-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg); }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -ms-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -20px, 0) rotate(10deg);
    -moz-transform: translate3d(0, -20px, 0) rotate(10deg);
    -ms-transform: translate3d(0, -20px, 0) rotate(10deg);
    transform: translate3d(0, -20px, 0) rotate(10deg); }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -ms-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0) rotate(-10deg);
    -moz-transform: translate3d(0, -10px, 0) rotate(-10deg);
    -ms-transform: translate3d(0, -10px, 0) rotate(-10deg);
    transform: translate3d(0, -10px, 0) rotate(-10deg); }

  90% {
    -webkit-transform: translate3d(0, -3px, 0) rotate(0deg);
    -moz-transform: translate3d(0, -3px, 0) rotate(0deg);
    -ms-transform: translate3d(0, -3px, 0) rotate(0deg);
    transform: translate3d(0, -3px, 0) rotate(0deg); } }

@-moz-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    -moz-transform: translate3d(0, 0, 0) rotate(0deg);
    -ms-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg); }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -ms-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -20px, 0) rotate(10deg);
    -moz-transform: translate3d(0, -20px, 0) rotate(10deg);
    -ms-transform: translate3d(0, -20px, 0) rotate(10deg);
    transform: translate3d(0, -20px, 0) rotate(10deg); }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -ms-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0) rotate(-10deg);
    -moz-transform: translate3d(0, -10px, 0) rotate(-10deg);
    -ms-transform: translate3d(0, -10px, 0) rotate(-10deg);
    transform: translate3d(0, -10px, 0) rotate(-10deg); }

  90% {
    -webkit-transform: translate3d(0, -3px, 0) rotate(0deg);
    -moz-transform: translate3d(0, -3px, 0) rotate(0deg);
    -ms-transform: translate3d(0, -3px, 0) rotate(0deg);
    transform: translate3d(0, -3px, 0) rotate(0deg); } }

@-ms-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    -moz-transform: translate3d(0, 0, 0) rotate(0deg);
    -ms-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg); }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -ms-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -20px, 0) rotate(10deg);
    -moz-transform: translate3d(0, -20px, 0) rotate(10deg);
    -ms-transform: translate3d(0, -20px, 0) rotate(10deg);
    transform: translate3d(0, -20px, 0) rotate(10deg); }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -ms-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0) rotate(-10deg);
    -moz-transform: translate3d(0, -10px, 0) rotate(-10deg);
    -ms-transform: translate3d(0, -10px, 0) rotate(-10deg);
    transform: translate3d(0, -10px, 0) rotate(-10deg); }

  90% {
    -webkit-transform: translate3d(0, -3px, 0) rotate(0deg);
    -moz-transform: translate3d(0, -3px, 0) rotate(0deg);
    -ms-transform: translate3d(0, -3px, 0) rotate(0deg);
    transform: translate3d(0, -3px, 0) rotate(0deg); } }

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    -moz-transform: translate3d(0, 0, 0) rotate(0deg);
    -ms-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg); }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -ms-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -20px, 0) rotate(10deg);
    -moz-transform: translate3d(0, -20px, 0) rotate(10deg);
    -ms-transform: translate3d(0, -20px, 0) rotate(10deg);
    transform: translate3d(0, -20px, 0) rotate(10deg); }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -ms-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0) rotate(-10deg);
    -moz-transform: translate3d(0, -10px, 0) rotate(-10deg);
    -ms-transform: translate3d(0, -10px, 0) rotate(-10deg);
    transform: translate3d(0, -10px, 0) rotate(-10deg); }

  90% {
    -webkit-transform: translate3d(0, -3px, 0) rotate(0deg);
    -moz-transform: translate3d(0, -3px, 0) rotate(0deg);
    -ms-transform: translate3d(0, -3px, 0) rotate(0deg);
    transform: translate3d(0, -3px, 0) rotate(0deg); } }

@-webkit-keyframes drop_down {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    .ie 0% {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
    .ie 50% {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

  60% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    .ie 60% {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    .ie 100% {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }

@-moz-keyframes drop_down {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    .ie 0% {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
    .ie 50% {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

  60% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    .ie 60% {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    .ie 100% {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }

@-ms-keyframes drop_down {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    .ie 0% {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
    .ie 50% {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

  60% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    .ie 60% {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    .ie 100% {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }

@keyframes drop_down {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    .ie 0% {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
    .ie 50% {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

  60% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    .ie 60% {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    .ie 100% {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }

.animate_bounce {
  -webkit-animation: bounce 0.5s ease;
  -moz-animation: bounce 0.5s ease;
  -ms-animation: bounce 0.5s ease;
  animation: bounce 0.5s ease; }

.animate_drop_down {
  -webkit-animation: drop_down 0.5s ease;
  -moz-animation: drop_down 0.5s ease;
  -ms-animation: drop_down 0.5s ease;
  animation: drop_down 0.5s ease; }

#lightbox_shroud {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: black;
  opacity: 0.6;
  -webkit-transition: opacity 0.15s ease-out;
  z-index: 1000; }
  .ie #lightbox_shroud {
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }
  #lightbox_shroud.invisible {
    opacity: 0; }
    .ie #lightbox_shroud.invisible {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

#lightbox_container {
  z-index: 1001;
  *zoom: 1; }
  #lightbox_container:before, #lightbox_container:after {
    content: " ";
    display: table; }
  #lightbox_container:after {
    clear: both; }

.lightbox {
  margin-bottom: 60px;
  z-index: 1001;
  background: white;
  box-shadow: 0 0 0 2px #dadada, 0 0 0 4px white;
  position: absolute;
  left: 50%;
  top: 80px;
  border-radius: 2px; }
  .lightbox .content .spinner_container {
    text-align: center;
    margin: 15px auto 15px auto; }
  .lightbox .close_button {
    float: right;
    margin-top: 22px;
    margin-right: 20px;
    color: silver;
    cursor: pointer;
    font-size: 24px; }
    .lightbox .close_button:hover {
      color: #8d8d8d; }
  .lightbox.animated {
    -webkit-animation: popin 0.2s ease-in-out;
    -moz-animation: popin 0.2s ease-in-out;
    -ms-animation: popin 0.2s ease-in-out;
    animation: popin 0.2s ease-in-out; }
  .lightbox h2 {
    border-bottom: 1px solid #dadada;
    margin: 0 0 20px 0;
    padding: 25px 40px;
    color: #333; }
    .lightbox h2 .game_title {
      color: #222; }
  .lightbox p {
    line-height: 1.5;
    font-size: 16px;
    margin: 20px 40px; }
  .lightbox .button_row {
    margin-top: 10px; }
    .lightbox .button_row a {
      color: #666; }

.loading_lightbox .loader_outer {
  margin: 20px;
  font-size: 16px;
  color: #666; }
.loading_lightbox .loader_label {
  padding: 0 20px 5px 20px; }

.form .redactor-box {
  margin: 8px 0;
  box-shadow: 0 0 0 1px white, 0px 0px 4px black;
  border: 1px solid #bbb; }
.form .redactor-toolbar {
  z-index: 98 !important; }
  .form .redactor-toolbar li a {
    color: #666; }
    .form .redactor-toolbar li a:hover {
      background: #FA5C5C; }
    .form .redactor-toolbar li a:active, .form .redactor-toolbar li a.redactor-act {
      background: #ddd;
      color: #666; }
.form .input_row {
  margin-bottom: 20px; }
  .form .input_row ul.radio_list, .form .input_row ul.check_list {
    margin: 0;
    padding: 0; }
    .form .input_row ul.radio_list li, .form .input_row ul.check_list li {
      list-style: none;
      margin: 8px 10px;
      padding: 0;
      color: #444; }
    .form .input_row ul.radio_list input, .form .input_row ul.check_list input {
      vertical-align: middle;
      margin: 0 5px 0 0; }
.form .label {
  color: #444;
  font-weight: bold; }
.form .label .sub, .form label .sub {
  font-weight: normal;
  color: #666; }
  .form .label .sub a, .form label .sub a {
    color: #444; }
.form input[type="text"], .form input[type="password"], .form input[type="email"], .form textarea {
  border: 1px solid #aaa;
  width: 524px;
  padding: 8px;
  border-radius: 2px;
  margin: 6px 0;
  color: #333;
  box-shadow: 0 0 0 1px #FFF, 0px 0px 1px 2px #BEBEBE; }
  .form input[type="text"]:focus, .form input[type="password"]:focus, .form input[type="email"]:focus, .form textarea:focus {
    outline: none;
    border: 1px solid #909090; }
  .form input[type="text"].simple_border, .form input[type="password"].simple_border, .form input[type="email"].simple_border, .form textarea.simple_border {
    border: 1px solid #aaa;
    padding: 4px;
    color: #333;
    width: auto;
    box-shadow: none; }
  .form input[type="text"].big_input, .form input[type="password"].big_input, .form input[type="email"].big_input, .form textarea.big_input {
    font-size: 24px; }
  .form input[type="text"].medium_input, .form input[type="password"].medium_input, .form input[type="email"].medium_input, .form textarea.medium_input {
    font-size: 16px; }
  .form input[type="text"].inline_input, .form input[type="password"].inline_input, .form input[type="email"].inline_input, .form textarea.inline_input {
    width: auto; }
.form input[type="checkbox"] {
  vertical-align: middle; }
.form select {
  margin: 6px 0; }
.form .buttons {
  margin-top: 20px;
  color: #999; }
  .form .buttons .button {
    margin-right: 10px; }
  .form .buttons a {
    color: #666; }
  .form .buttons .right_buttons {
    line-height: 35px;
    float: right; }

.form_errors {
  color: #D14343; }

.cover_image_uploader {
  border: 1px dashed #999;
  width: 315px;
  height: 250px;
  line-height: 250px;
  text-align: center;
  color: #aaa;
  background-size: cover;
  background-position: 50% 50%; }
  .cover_image_uploader.has_image {
    border: 1px solid white;
    box-shadow: 1px 1px 8px gray; }
    .cover_image_uploader.has_image .inner {
      -webkit-transition: opacity 0.2s ease;
      -moz-transition: opacity 0.2s ease;
      -ms-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease;
      opacity: 0;
      color: #222;
      background: rgba(255, 255, 255, 0.8);
      border-radius: 1px;
      box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3); }
      .ie .cover_image_uploader.has_image .inner {
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    .cover_image_uploader.has_image .edit_tools {
      display: inline; }
    .cover_image_uploader.has_image:hover .inner {
      opacity: 1; }
      .ie .cover_image_uploader.has_image:hover .inner {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .cover_image_uploader.loading .inner {
    opacity: 1; }
    .ie .cover_image_uploader.loading .inner {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .cover_image_uploader.loading.has_image .inner {
    opacity: 1; }
    .ie .cover_image_uploader.loading.has_image .inner {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .cover_image_uploader.loading .loader {
    display: inline-block; }
  .cover_image_uploader .inner {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    padding: 10px; }
  .cover_image_uploader .edit_tools {
    display: none; }
  .cover_image_uploader .loader {
    display: none; }
  .cover_image_uploader a {
    color: #666; }

.form.buy_form.has_error .error_message {
  display: block; }
.form.buy_form.show_email_capture .choose_payment {
  display: none; }
.form.buy_form.show_email_capture .email_capture {
  display: block; }
.form.buy_form.loading .loader {
  display: block;
  margin: 20px auto; }
.form.buy_form.loading .submit_buttons {
  display: none; }
.form.buy_form .gifter {
  font-size: 16px;
  margin: 25px 0 10px 0;
  border: 1px solid #DADADA;
  padding: 10px 20px;
  border-radius: 3px;
  display: block; }
  .form.buy_form .gifter:hover {
    background-color: #f8f8f8; }
  .form.buy_form .gifter .label_text, .form.buy_form .gifter .gift_checkbox {
    display: inline-block;
    vertical-align: middle; }
  .form.buy_form .gifter .gift_checkbox {
    margin: 0 13px 0 0; }
.form.buy_form .download_links a {
  color: #666; }
.form.buy_form button {
  margin: 0; }
.form.buy_form p {
  margin: 10px 0; }
.form.buy_form .icon {
  font-size: 16px; }
.form.buy_form .icon-heart {
  color: #EC4E61;
  vertical-align: middle;
  margin-right: 2px; }
.form.buy_form .add_buttons {
  margin: 15px 0; }
.form.buy_form .add_btn {
  margin-right: 10px;
  font-size: 16px;
  background-color: #24C091;
  border: 0;
  color: white;
  border-radius: 4px;
  padding: 4px 8px;
  text-shadow: 1px 1px 1px #1c956f;
  box-shadow: 0 3px #1c956f;
  border-bottom: 1px solid #27d19b;
  cursor: pointer;
  line-height: 20px; }
  .form.buy_form .add_btn:active {
    box-shadow: 0 1px #1c956f;
    position: relative;
    top: 2px; }
  .form.buy_form .add_btn .icon {
    vertical-align: middle;
    margin-right: 6px;
    font-size: 11px; }
  .form.buy_form .add_btn.disabled {
    background-color: #A8A8A8;
    text-shadow: 1px 1px 1px #8e8e8e;
    box-shadow: 0 3px #8e8e8e;
    border-bottom: 1px solid #b2b2b2;
    color: #c2c2c2;
    cursor: default; }
.form.buy_form .checkout_btn {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  background: #FA5C5C;
  color: white;
  text-decoration: none;
  padding: 0 10px;
  font-size: 14px;
  text-shadow: 1px 1px 0px #d64343, -1px -1px 0px #d64343, 1px -1px 0px #d64343, -1px 1px 0px #d64343;
  border-radius: 1px;
  cursor: pointer;
  border: 0;
  text-align: center;
  line-height: 35px;
  height: 35px;
  font-size: 14px;
  margin-right: 10px; }
  .form.buy_form .checkout_btn:hover {
    background: #fa6666; }
  .form.buy_form .checkout_btn:active {
    background-color: #e44949;
    position: relative;
    top: 1px; }
.form.buy_form .money_input {
  margin: 0;
  width: 330px;
  font-size: 24px; }
.form.buy_form .error_message {
  padding: 10px;
  display: none;
  background: #EFEEBF;
  color: #636119;
  border-bottom: 1px solid #e5e296;
  color: #DB4B3E;
  text-shadow: 1px 1px 0px #f9f9e8; }
  .form.buy_form .error_message .icon {
    float: left; }
  .form.buy_form .error_message .error_text {
    margin-left: 24px; }
.form.buy_form .loader {
  display: none; }
.form.buy_form .file_list {
  margin: 20px 0;
  border-bottom: 1px dashed #dadada;
  border-top: 1px dashed #dadada; }
  .form.buy_form .file_list .icon-download {
    margin-right: 2px;
    color: #444; }
  .form.buy_form .file_list p {
    text-align: center;
    font-style: italic;
    color: #444;
    font-size: 14px; }
  .form.buy_form .file_list .file_row {
    margin: 10px 0; }
    .form.buy_form .file_list .file_row.inactive {
      color: #999;
      cursor: pointer; }
      .form.buy_form .file_list .file_row.inactive .icon-download {
        color: #bbb; }
      .form.buy_form .file_list .file_row.inactive:hover {
        color: #666; }
.form.buy_form .sale_banner {
  background: #FFF0B6;
  margin-bottom: 20px;
  border: 1px solid #f9df89;
  padding: 10px;
  line-height: 1.2; }
  .form.buy_form .sale_banner strong {
    color: #47453C; }
  .form.buy_form .sale_banner .end_date {
    font-style: italic; }
.form.buy_form .original_price {
  text-decoration: line-through;
  color: #666; }
.form.buy_form .file_row .original_price {
  color: #c2c2c2; }
.form.buy_form .submit_buttons {
  margin-top: 20px; }
  .form.buy_form .submit_buttons .buttons_label {
    display: none;
    color: #999;
    font-size: 13px;
    margin-bottom: 10px; }
    .form.buy_form .submit_buttons .buttons_label.show {
      display: block; }
  .form.buy_form .submit_buttons.narrow_buttons .verb_label {
    display: none; }
  .form.buy_form .submit_buttons.narrow_buttons .buttons_label {
    display: block; }
.form.buy_form .email_capture {
  display: none; }
  .form.buy_form .email_capture .email_input {
    vertical-align: top;
    padding: 0 8px;
    height: 33px;
    margin: 0;
    margin-right: 10px;
    width: 180px;
    color: #222; }
  .form.buy_form .email_capture .button {
    vertical-align: top; }
  .form.buy_form .email_capture .back_btn {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    font-size: 18px;
    font-weight: bold;
    color: #bbb;
    cursor: pointer;
    display: inline-block;
    line-height: 35px;
    vertical-align: middle;
    margin-left: 5px; }
    .form.buy_form .email_capture .back_btn:hover {
      color: #999; }

.form.bundle_buy_form h3 {
  margin: 20px 0 15px 0; }
.form.bundle_buy_form .receive_row {
  border: 1px solid #dadada;
  background: #f9f9f9;
  border-radius: 3px;
  padding: 20px 25px;
  margin-bottom: 20px; }
  .form.bundle_buy_form .receive_row h3 {
    margin-top: 0; }
.form.bundle_buy_form .game_list {
  font-size: 16px; }
.form.bundle_buy_form .regular_price {
  color: #666;
  font-size: 14px; }
  .form.bundle_buy_form .regular_price:before {
    content: " — "; }
.form.bundle_buy_form .game_row {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.6; }
.form.bundle_buy_form .total_row {
  color: #444;
  border-top: 1px solid #dadada;
  margin-top: 20px;
  padding-top: 8px; }
  .form.bundle_buy_form .total_row del, .form.bundle_buy_form .total_row .savings {
    color: #999; }
  .form.bundle_buy_form .total_row strong {
    color: #222; }
.form.bundle_buy_form .platforms {
  color: #666;
  margin-left: 10px; }

.buy_lightbox {
  width: 600px; }
  .buy_lightbox.loading .close_button {
    display: none; }
  .buy_lightbox .form {
    margin: 20px 40px 40px 40px; }
    .buy_lightbox .form .input_row {
      margin: 20px 0;
      text-align: center; }
    .buy_lightbox .form .money_input {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      display: inline-block;
      width: 520px; }

.star_picker {
  display: inline-block;
  font-size: 18px;
  padding: 4px 4px 4px 0;
  color: #DD4A4A; }
  .star_picker.interactive {
    color: #999;
    border: 1px solid #dadada;
    padding-left: 4px; }
    .star_picker.interactive .star {
      padding: 0 2px; }
    .star_picker.interactive:hover .icon-star {
      color: #555; }
    .star_picker.interactive.has_rating .icon-star {
      color: #DD4A4A; }
  .star_picker .star {
    -webkit-transition: color 0.1s ease;
    -moz-transition: color 0.1s ease;
    -ms-transition: color 0.1s ease;
    transition: color 0.1s ease;
    padding: 0 4px 0 0;
    cursor: pointer; }

body {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAA7klEQVRYR83Xuw4CIRCFYSkoeP9HpKWhoiARwyaYdeUyZ7huZeHu/wVRRmGtDS/G5b0PzjkRb1VKBSnl9Rq9BAdwj6cgFwEDcvEeBASoxbkIMoAS5yBIACSOIpoAThxBVAE9cSqiCBgRpyCygJHxFuIPMCNeQ/wAZsZLiC9gRTyHuAAr40+EMMa806mGnmS9748HmNBas47j3ni6fz9g+0ewfROmiWjlN+E+PZ3zQ5R25cyVyM2N5x1GM1aiNjGfO5CMWAnKf4XmTBghnI1JicdnkwAoghqHAFQEEocBLQQaZwFKCE6cDXgiuPH4nA8Tm2H8sDE2bAAAAABJRU5ErkJggg==);
  font-family: Lato, sans-serif; }
  body.lightbox_open .redactor-toolbar {
    z-index: 0 !important; }
  body.dragging {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default; }

button, input {
  font-family: Lato, sans-serif; }

h1, h2, h3, h4 {
  color: #444; }

h2 {
  font-size: 20px; }

h3 {
  font-size: 16px; }

hr {
  border: 0;
  height: 1px;
  background: #dadada; }

.inner_column {
  width: 960px;
  margin: 0 auto; }
  .inner_column.centered {
    text-align: center; }

.main .inner_column {
  *zoom: 1;
  margin: 20px auto 0 auto;
  border-radius: 3px;
  background: white;
  border: 2px solid #d0d0d0; }
  .main .inner_column:before, .main .inner_column:after {
    content: " ";
    display: table; }
  .main .inner_column:after {
    clear: both; }
  .main .inner_column.wide_column {
    width: auto;
    margin: 20px 20px 0 20px; }

.footer {
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 14px;
  text-shadow: 1px 1px 0 white, -1px 1px 0 white, -1px -1px 0 white, 1px -1px 0 white; }
  .footer.wide .inner_column {
    width: auto;
    padding: 5px 40px; }
  .footer .footer_right {
    float: right; }
  .footer a {
    color: #999;
    text-decoration: none;
    border-bottom: 1px solid #999; }
  .footer .inner_column {
    width: 940px;
    padding: 4px 0;
    color: #999; }

.user_panel .header_button, .header.wide .browse_button {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  background: #FA5C5C;
  color: white;
  text-decoration: none;
  padding: 0 10px;
  font-size: 16px;
  text-shadow: 1px 1px 0px #d64343, -1px -1px 0px #d64343, 1px -1px 0px #d64343, -1px 1px 0px #d64343;
  border-radius: 1px;
  cursor: pointer;
  border: 0;
  text-align: center;
  line-height: 30px;
  height: 30px;
  font-size: inherit;
  padding: 0 10px;
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.05em;
  margin-left: 10px; }
  .user_panel .header_button:hover, .header.wide .browse_button:hover {
    background: #fa6666; }
  .user_panel .header_button:active, .header.wide .browse_button:active {
    background-color: #e44949;
    position: relative;
    top: 1px; }
  .user_panel .header_button:active, .header.wide .browse_button:active {
    box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2); }
  .user_panel .header_button:hover, .header.wide .browse_button:hover {
    text-decoration: none; }

.header {
  position: relative;
  font-size: 16px; }
  .header .inner_column {
    position: relative; }
  .header.default {
    color: white;
    background: #7A6B6E;
    height: 50px;
    min-width: 960px;
    box-shadow: 0 1px 0 white; }
    .header.default .header_logo {
      display: block;
      text-decoration: none;
      color: white;
      margin-top: 10px;
      background: url("/static/images/itchio-white-30.png");
      width: 88px;
      height: 30px; }
    .header.default .user_panel {
      top: 9px; }
    .header.default .browse_button {
      display: inline-block;
      height: 30px;
      line-height: 30px;
      vertical-align: top;
      margin-left: 15px;
      margin-top: 8px;
      font-size: 16px;
      padding: 0 8px;
      text-decoration: none;
      border-radius: 4px;
      letter-spacing: 0.025em;
      color: white;
      border: 2px solid rgba(255, 255, 255, 0.6);
      -webkit-transition: background 0.1s ease;
      -moz-transition: background 0.1s ease;
      -ms-transition: background 0.1s ease;
      transition: background 0.1s ease; }
      .header.default .browse_button:hover {
        background: rgba(255, 255, 255, 0.8);
        color: #7A6B6E; }
      .header.default .browse_button:active {
        background: rgba(255, 255, 255, 0.4); }
  .header.wide {
    background: #efefef;
    padding: 10px 40px;
    padding-bottom: 0;
    border-bottom: 1px solid #dadada;
    color: #222;
    height: 40px; }
    @media (max-width: 1140px) {
      .header.wide .user_panel .profile_link {
        display: none; } }
    .header.wide h1 {
      margin-right: 20px; }
    .header.wide .browse_button, .header.wide .game_search {
      vertical-align: top;
      margin-top: 1px; }
    .header.wide .game_search {
      display: inline-block; }
    .header.wide .inner_column {
      width: auto;
      min-width: 900px; }
    .header.wide .header_logo {
      background: url("/static/images/itchio-black-30.png");
      width: 107px;
      height: 30px;
      margin: 0;
      vertical-align: top; }
    .header.wide .header_button, .header.wide .browse_button {
      box-shadow: none; }
    .header.wide .user_panel {
      color: #999; }
      .header.wide .user_panel a {
        color: #444; }
        .header.wide .user_panel a.header_button {
          color: white; }
      .header.wide .user_panel .drop_menu_wrap.open .menu_tick {
        background-color: rgba(0, 0, 0, 0.1); }
      .header.wide .user_panel .drop_menu_wrap .menu_tick {
        background-image: url("/static/images/down-tick-2-dark.png"); }
        .header.wide .user_panel .drop_menu_wrap .menu_tick:hover {
          background-color: rgba(0, 0, 0, 0.1); }
  .header .header_logo {
    display: block;
    text-decoration: none; }
  .header h1 {
    display: inline-block;
    vertical-align: top;
    margin: 0; }
  .header .game_search {
    display: none; }
    .header .game_search .search_input {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      border: 1px solid #aaa;
      padding: 4px 10px;
      font-size: 14px;
      color: #333;
      width: 230px;
      height: 30px;
      margin: 0;
      margin-left: 20px;
      font-size: 16px; }
      .header .game_search .search_input:focus {
        outline: none;
        border: 1px solid #777777; }
        .header .game_search .search_input:focus + .submit_btn {
          background: #777777; }
      .header .game_search .search_input:valid + .submit_btn {
        opacity: 1; }
        .ie .header .game_search .search_input:valid + .submit_btn {
          filter: alpha(opacity=100);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    .header .game_search .submit_btn {
      opacity: 0;
      -webkit-transition: opacity 0.1s ease;
      -moz-transition: opacity 0.1s ease;
      -ms-transition: opacity 0.1s ease;
      transition: opacity 0.1s ease;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      vertical-align: top;
      margin: 0;
      background: #aaa;
      height: 30px;
      line-height: 30px;
      border: 0;
      color: white;
      padding: 0px 10px;
      cursor: pointer;
      font-size: 16px;
      letter-spacing: 0.05em; }
      .ie .header .game_search .submit_btn {
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.user_panel {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px; }
  .user_panel a {
    color: white;
    text-decoration: none; }
    .user_panel a:hover {
      text-decoration: underline; }
  .user_panel .drop_menu_wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle; }
    .user_panel .drop_menu_wrap.open .menu_tick {
      background-color: rgba(255, 255, 255, 0.1); }
    .user_panel .drop_menu_wrap.open .drop_menu {
      display: block; }
    .user_panel .drop_menu_wrap .menu_tick {
      -webkit-transition: background-color 0.2s ease;
      -moz-transition: background-color 0.2s ease;
      -ms-transition: background-color 0.2s ease;
      transition: background-color 0.2s ease;
      cursor: pointer;
      margin-left: 10px;
      margin-right: 5px;
      background: url("/static/images/down-tick-2.png") 50% 50% no-repeat;
      width: 23px;
      height: 21px;
      border-radius: 4px; }
      .user_panel .drop_menu_wrap .menu_tick:hover {
        background-color: rgba(255, 255, 255, 0.1); }
    .user_panel .drop_menu_wrap .drop_menu {
      display: none;
      line-height: normal;
      position: absolute;
      text-align: left;
      top: 100%;
      right: 0;
      margin-top: 8px;
      background: white;
      border-radius: 3px;
      border: 2px solid #d0d0d0;
      color: #333;
      min-width: 140px;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      white-space: nowrap;
      z-index: 100; }
    .user_panel .drop_menu_wrap .link_row {
      display: block;
      padding: 0 20px;
      line-height: 33px;
      height: 33px;
      color: inherit;
      text-decoration: none;
      letter-spacing: 0.05em;
      position: relative; }
      .user_panel .drop_menu_wrap .link_row.has_bubble {
        padding-right: 40px; }
      .user_panel .drop_menu_wrap .link_row .link_bubble {
        position: absolute;
        top: 0;
        right: 5px;
        font-size: 10px;
        text-transform: uppercase;
        background: #DD4A4A;
        color: white;
        border-radius: 4px;
        padding: 2px 4px;
        font-weight: bold;
        line-height: 15px;
        text-shadow: none; }
      .user_panel .drop_menu_wrap .link_row:hover {
        background-color: #FA5C5C;
        text-shadow: 1px 1px 2px #B70606;
        box-shadow: inset 0 0 0 2px white;
        color: white; }
        .user_panel .drop_menu_wrap .link_row:hover .link_bubble {
          text-shadow: none; }
      .user_panel .drop_menu_wrap .link_row:active {
        background: #E44949; }

.columns {
  font-size: 0; }
  .columns .column {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    width: 430px;
    margin-right: 20px; }
    .columns .column:last-child, .columns .column.last {
      margin-right: 0; }
  .columns .simple_col {
    display: inline-block;
    vertical-align: top;
    font-size: 13px; }
  .columns .left_col {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    width: 542px;
    margin-right: 20px; }
    .columns .left_col:last-child, .columns .left_col.last {
      margin-right: 0; }
  .columns .right_col {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    width: 317px;
    margin-right: 20px; }
    .columns .right_col:last-child, .columns .right_col.last {
      margin-right: 0; }

.top_links a, .bottom_links a {
  color: #666; }

.bottom_links {
  margin: 20px 0; }

.top_links {
  margin-bottom: 20px; }

.base_widget {
  padding: 25px 40px; }
  .base_widget .padded {
    padding: 30px 40px; }
    .base_widget .padded .warning_box {
      margin-left: -40px;
      margin-right: -40px;
      padding-left: 40px;
      padding-right: 40px; }
  .base_widget h2, .base_widget h3, .base_widget h4, .base_widget h5 {
    margin-top: 0; }
  .base_widget h2 {
    margin-bottom: 20px; }

.stat_header {
  border-bottom: 1px solid #DADADA;
  height: 80px; }
  .stat_header h2, .stat_header .top_links {
    display: inline-block;
    vertical-align: middle;
    margin: 0; }
  .stat_header .top_links {
    margin-left: 10px; }
    .stat_header .top_links a {
      color: #888;
      text-decoration: none; }
      .stat_header .top_links a:hover {
        text-decoration: underline; }
  .stat_header .stats_container {
    float: right; }
  .stat_header .text_container {
    padding: 28px 0 0 40px; }
  .stat_header a .stat_box .stat_value, .stat_header a .stat_box .stat_label {
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    transition: color 0.2s ease; }
  .stat_header a .stat_box:hover .stat_value, .stat_header a .stat_box:hover .stat_label {
    color: #DD4A4A; }
  .stat_header .stat_box {
    display: inline-block;
    border-left: 1px solid #dadada;
    height: 60px;
    padding: 10px 20px;
    text-align: right; }
    .stat_header .stat_box .stat_value {
      font-size: 34px;
      color: #444; }
    .stat_header .stat_box .stat_label {
      color: #888;
      font-size: 12px; }

.header_nav {
  border-bottom: 1px solid #DADADA;
  padding: 0 40px; }
  .header_nav .nav_label, .header_nav .nav_btn {
    display: inline-block;
    font-size: 16px;
    padding: 10px;
    border-right: 1px solid #dadada; }
  .header_nav .nav_label {
    color: #444;
    padding-left: 0; }
  .header_nav .nav_btn {
    cursor: pointer;
    color: #666;
    text-decoration: none;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    text-decoration: underline; }
    .header_nav .nav_btn:first-child {
      border-left: 1px solid #dadada; }
    .header_nav .nav_btn.active {
      cursor: default;
      background: #f0f0f0;
      text-decoration: none;
      color: #222;
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
      position: relative; }
      .header_nav .nav_btn.active:after {
        content: " ";
        font-size: 0;
        position: absolute;
        background: #DD4A4A;
        bottom: -5px;
        left: 0;
        right: 0;
        height: 3px; }
      .header_nav .nav_btn.active:hover, .header_nav .nav_btn.active:active {
        background: #f0f0f0; }
    .header_nav .nav_btn:hover {
      background: #f0f0f0;
      color: #222; }
    .header_nav .nav_btn:active {
      background: #e6e6e6; }

.empty_text {
  font-style: italic;
  color: #666; }

.social_buttons .social_button {
  display: inline-block;
  min-width: 120px;
  vertical-align: top; }

.feedback_widget {
  position: fixed;
  top: 60px;
  left: 0;
  background: #f82b2b;
  color: white;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  cursor: pointer;
  letter-spacing: 0.05em;
  text-shadow: 1px 1px 2px #b70606;
  opacity: 0.8;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: background 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, opacity 0.2s ease-in-out; }
  .ie .feedback_widget {
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
  @media (max-width: 1100px) {
    .feedback_widget {
      display: none; } }
  .feedback_widget:hover {
    background: #f94343;
    opacity: 1; }
    .ie .feedback_widget:hover {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .feedback_widget:active {
    top: 61px; }

.feedback_lightbox {
  width: 500px; }
  .feedback_lightbox.is_complete .before_submit {
    display: none; }
  .feedback_lightbox.is_complete .after_submit {
    display: block; }
  .feedback_lightbox p a {
    color: #666; }
  .feedback_lightbox form.loading .loader {
    display: inline-block; }
  .feedback_lightbox .after_submit, .feedback_lightbox .loader {
    display: none; }
  .feedback_lightbox .buttons {
    margin: 20px 40px 30px 40px; }
    .feedback_lightbox .buttons a {
      color: #666; }
  .feedback_lightbox .form .feedback_input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 100px; }
  .feedback_lightbox .form .input_row {
    margin: 20px 40px; }

.tab_columns {
  white-space: nowrap; }
  .tab_columns .tab_column {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    width: 130px;
    margin-right: 20px;
    white-space: normal;
    margin-right: 0;
    text-align: right; }
    .tab_columns .tab_column:last-child, .tab_columns .tab_column.last {
      margin-right: 0; }
    .tab_columns .tab_column .tab_btn {
      margin: 10px 0;
      font-size: 16px;
      padding: 4px 10px;
      border-radius: 5px 0 0 5px;
      border-top: 1px solid white;
      border-bottom: 1px solid white;
      display: block;
      cursor: pointer;
      color: #666;
      text-decoration: underline; }
      .tab_columns .tab_column .tab_btn:hover {
        color: #222; }
      .tab_columns .tab_column .tab_btn.selected {
        text-decoration: none;
        cursor: default;
        color: #222;
        border: 1px solid #d4d4d4;
        border-right: 1px solid white;
        position: relative;
        left: 1px; }
  .tab_columns .content_column {
    white-space: normal;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    width: 730px;
    margin-right: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 40px;
    border-left: 1px solid #DADADA; }
    .tab_columns .content_column:last-child, .tab_columns .content_column.last {
      margin-right: 0; }

.tooltip_drop .tooltip {
  position: absolute;
  color: white;
  background: #FA5C5C;
  padding: 5px 8px;
  border-radius: 4px;
  box-shadow: 0 0 0 2px white;
  font-size: 14px;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }
  .ie .tooltip_drop .tooltip {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .tooltip_drop .tooltip:after {
    content: "";
    position: absolute;
    background-image: url("images/tooltip-tick.png");
    width: 11px;
    height: 5px;
    bottom: -5px;
    left: 50%;
    margin-left: -5px; }
  .tooltip_drop .tooltip.visible {
    opacity: 1; }
    .ie .tooltip_drop .tooltip.visible {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.header_tabs {
  padding-top: 22px;
  font-size: 18px;
  white-space: nowrap; }
  .header_tabs .header_tab {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: inline-block;
    border-bottom: 4px solid white;
    text-decoration: none;
    color: #777;
    padding: 5px 10px;
    margin-right: 15px; }
    .header_tabs .header_tab.active, .header_tabs .header_tab:hover {
      color: #222;
      border-bottom: 4px solid #FA5C5C; }

.popup_details {
  position: absolute;
  z-index: 2;
  margin: 6px;
  width: 230px;
  background: #222;
  font-size: 14px;
  color: #eee;
  box-shadow: 0 0 0 2px #c1c1c1, 0 0 8px 2px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  transition: background 0.2s ease; }
  .dark_page .popup_details {
    box-shadow: 0 0 0 2px #c1c1c1, 0 0 15px rgba(0, 0, 0, 0.8); }
  .popup_details:hover {
    background: #272727; }
  .popup_details:after {
    content: "";
    position: absolute;
    background-image: url("images/popup-tick-right.png");
    width: 12px;
    height: 20px;
    top: 50%;
    left: 100%;
    margin-top: -10px; }
  .popup_details.on_right:after {
    left: auto;
    right: 100%;
    background-image: url("images/popup-tick-left.png"); }
  .popup_details .game_title {
    font-size: 18px;
    padding: 5px 10px;
    background: rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid #3c3c3c; }
  .popup_details .game_text {
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
    max-height: 72px;
    margin: 8px 10px 12px 10px;
    color: rgba(238, 238, 238, 0.8); }
  .popup_details .game_release_status {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(238, 238, 238, 0.5);
    text-align: center;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    border-top: 1px solid #3c3c3c;
    letter-spacing: 0.5px;
    text-shadow: -1px -1px 0 #242424, 1px 1px 0 #242424, -1px 1px #242424, 1px -1px #242424; }
  .popup_details .popup_empty_text {
    margin: 5px 10px 10px 10px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.6); }
  .popup_details a {
    color: white;
    text-decoration: none; }
  .popup_details .popup_screenshots {
    margin: 10px; }
  .popup_details .popup_screenshot {
    -webkit-transition: all 0.4s cubic-bezier(0.29, 0.6, 0.44, 0.96);
    -moz-transition: all 0.4s cubic-bezier(0.29, 0.6, 0.44, 0.96);
    -ms-transition: all 0.4s cubic-bezier(0.29, 0.6, 0.44, 0.96);
    transition: all 0.4s cubic-bezier(0.29, 0.6, 0.44, 0.96);
    opacity: 0.3;
    position: relative;
    top: 10px;
    width: 210px;
    height: 105px;
    display: inline-block;
    vertical-align: top;
    background-size: cover;
    background-position: 50% 50%;
    background-color: rgba(0, 0, 0, 0.1);
    margin-bottom: 5px;
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }
    .ie .popup_details .popup_screenshot {
      filter: alpha(opacity=30);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; }
    .popup_details .popup_screenshot.visible {
      opacity: 1;
      top: 0; }
      .ie .popup_details .popup_screenshot.visible {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    .popup_details .popup_screenshot:last-child {
      margin-bottom: 0; }

.pager {
  margin: 10px 0;
  color: #666; }
  .pager .button {
    margin-right: 10px; }
  .pager .pager_label a {
    color: inherit; }

.nice_table {
  border: 1px solid gray;
  margin-bottom: 20px; }
  .nice_table.field_table tr:nth-child(2n) {
    background: #eee; }
  .nice_table.field_table td:first-child {
    text-align: right; }
  .nice_table thead td {
    background: #eee;
    font-weight: bold;
    color: #444; }
  .nice_table .empty_row {
    color: #666;
    font-style: italic; }
  .nice_table td {
    padding: 4px; }
  .nice_table .sub {
    color: #666;
    font-style: italic; }
  .nice_table a {
    color: #666; }

.remote_table.first_page .prev_page_btn {
  cursor: default;
  text-decoration: none;
  color: #ccc; }
.remote_table.last_page .next_page_btn {
  cursor: default;
  text-decoration: none;
  color: #ccc; }
.remote_table.loading .nice_table {
  opacity: 0.5; }
  .ie .remote_table.loading .nice_table {
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
.remote_table .pager {
  margin: 0 0 10px 0; }

.edit_game_form {
  padding: 0; }
  .edit_game_form.has_classification .when_game_only {
    display: none; }
  .edit_game_form.loading .form_loader {
    display: inline-block; }
  .edit_game_form.payments_disabled .payment_warning {
    display: none; }
  .edit_game_form.payments_disabled .upload_price_picker, .edit_game_form.payments_disabled .upload_demo_picker, .edit_game_form.payments_disabled .upload_preorder_picker {
    display: none; }
  .edit_game_form.payments_disabled .suggested_price_row, .edit_game_form.payments_disabled .suggest_toggle_row {
    display: none; }
  .edit_game_form.has_min_price .uploader .upload_preorder_picker {
    display: block; }
  .edit_game_form.can_purchase .price_input_row .min_price, .edit_game_form.can_purchase .suggest_toggle_row {
    display: block; }
  .edit_game_form.can_purchase .price_input_row .min_price_help {
    display: none; }
  .edit_game_form.can_purchase .price_input_row .label .sub {
    display: inline; }
  .edit_game_form.can_purchase.show_suggested_price .suggested_price_row {
    display: block; }
  .edit_game_form.can_donate .donation_input_row {
    display: block; }
  .edit_game_form .anchor {
    height: 0;
    position: relative;
    top: -80px; }
  .edit_game_form .header_nav {
    background: white;
    position: relative;
    z-index: 99; }
    .edit_game_form .header_nav.is_stuck {
      box-shadow: 0 12px 6px -6px white; }
      .edit_game_form .header_nav.is_stuck .header_tabs_right {
        opacity: 1; }
        .ie .edit_game_form .header_nav.is_stuck .header_tabs_right {
          filter: alpha(opacity=100);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    .edit_game_form .header_nav .header_tabs_right {
      opacity: 0;
      -webkit-transition: opacity 0.2s ease;
      -moz-transition: opacity 0.2s ease;
      -ms-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease;
      position: absolute;
      top: 4px;
      right: 40px; }
      .ie .edit_game_form .header_nav .header_tabs_right {
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
      .edit_game_form .header_nav .header_tabs_right .button {
        margin-left: 15px;
        height: 30px;
        line-height: 30px;
        padding: 0 15px; }
      .edit_game_form .header_nav .header_tabs_right a {
        color: #888; }
  .edit_game_form .hint {
    font-style: italic;
    color: #666;
    margin-top: 15px; }
    .edit_game_form .hint:before {
      content: "tip";
      background: #b3b3b3;
      color: white;
      font-style: normal;
      font-size: 12px;
      padding: 2px 4px;
      border-radius: 2px;
      text-transform: uppercase;
      display: inline-block;
      vertical-align: top;
      margin-right: 8px; }
  .edit_game_form .input_row {
    margin-bottom: 25px; }
  .edit_game_form .donation_input_row, .edit_game_form .suggest_toggle_row, .edit_game_form .suggested_price_row {
    display: none; }
  .edit_game_form .price_group {
    margin-bottom: 20px; }
    .edit_game_form .price_group .input_row {
      margin-bottom: 5px; }
    .edit_game_form .price_group .suggest_toggle_row {
      margin: 10px 0; }
  .edit_game_form .price_input_row .min_price, .edit_game_form .price_input_row .label .sub {
    display: none; }
  .edit_game_form .suggested_price_row {
    display: none; }
    .edit_game_form .suggested_price_row .suggested_price_error {
      color: #D14343;
      display: none; }
    .edit_game_form .suggested_price_row.has_error input {
      border-color: #e59595;
      color: #D14343; }
    .edit_game_form .suggested_price_row.has_error .sub {
      display: none; }
    .edit_game_form .suggested_price_row.has_error .suggested_price_error {
      display: inline; }
  .edit_game_form .when_not_default {
    display: none; }
  .edit_game_form .when_unity {
    display: none; }
  .edit_game_form.type_unity .when_default {
    display: none; }
  .edit_game_form.type_unity .when_unity, .edit_game_form.type_unity .when_not_default {
    display: block; }
  .edit_game_form.type_unity .spanunity {
    display: inline; }
  .edit_game_form .when_flash {
    display: none; }
  .edit_game_form.type_flash .when_default {
    display: none; }
  .edit_game_form.type_flash .when_flash, .edit_game_form.type_flash .when_not_default {
    display: block; }
  .edit_game_form.type_flash .spanflash {
    display: inline; }
  .edit_game_form .when_java {
    display: none; }
  .edit_game_form.type_java .when_default {
    display: none; }
  .edit_game_form.type_java .when_java, .edit_game_form.type_java .when_not_default {
    display: block; }
  .edit_game_form.type_java .spanjava {
    display: inline; }
  .edit_game_form .when_html {
    display: none; }
  .edit_game_form.type_html .when_default {
    display: none; }
  .edit_game_form.type_html .when_html, .edit_game_form.type_html .when_not_default {
    display: block; }
  .edit_game_form.type_html .spanhtml {
    display: inline; }
  .edit_game_form p.sub {
    color: #666;
    margin: 5px 0; }
  .edit_game_form .form_loader {
    display: none;
    margin: 0 10px; }
  .edit_game_form textarea {
    height: 250px; }
  .edit_game_form .upload_editor {
    margin: 20px 0; }
    .edit_game_form .upload_editor.is_uploading .uploading_message {
      display: block; }
    .edit_game_form .upload_editor .upload_direction {
      font-weight: bold; }
    .edit_game_form .upload_editor .file_list {
      margin: 10px 0; }
    .edit_game_form .upload_editor .uploading_message {
      margin: 10px 0;
      color: #666;
      display: none; }
      .edit_game_form .upload_editor .uploading_message .loader {
        margin-right: 4px; }
    .edit_game_form .upload_editor .button_divider {
      color: #666;
      margin: 0 10px;
      display: inline-block; }
    .edit_game_form .upload_editor .on_multi_upload {
      display: none; }
    .edit_game_form .upload_editor .has_multi_upload .on_multi_upload {
      display: inline; }
  .edit_game_form .uploader {
    border: 1px solid #dadada;
    border-radius: 3px;
    margin: 10px 0 20px 0;
    background: white;
    position: relative;
    left: 0;
    top: 0;
    -webkit-transition: top 0.4s ease-in-out, left 0.4s ease-in-out;
    -moz-transition: top 0.4s ease-in-out, left 0.4s ease-in-out;
    -ms-transition: top 0.4s ease-in-out, left 0.4s ease-in-out;
    transition: top 0.4s ease-in-out, left 0.4s ease-in-out; }
    .edit_game_form .uploader:first-child .move_up_wrap {
      display: none; }
    .edit_game_form .uploader:last-child .move_down_wrap {
      display: none; }
    .edit_game_form .uploader.screenshot_uploader .filename {
      margin: 15px; }
    .edit_game_form .uploader.has_custom_name .upload_fname {
      display: block; }
    .edit_game_form .uploader.uploaded .progress, .edit_game_form .uploader.uploaded .progress_message {
      display: none; }
    .edit_game_form .uploader.uploaded .upload_tools {
      display: block; }
    .edit_game_form .uploader.success .success_message {
      display: inline; }
    .edit_game_form .uploader.has_error .error_message {
      display: block; }
    .edit_game_form .uploader.has_error .progress, .edit_game_form .uploader.has_error .progress_message, .edit_game_form .uploader.has_error .upload_price_picker, .edit_game_form .uploader.has_error .upload_demo_picker, .edit_game_form .uploader.has_error .meta_data, .edit_game_form .uploader.has_error .platform_list, .edit_game_form .uploader.has_error .upload_preorder_picker {
      display: none; }
    .edit_game_form .uploader.has_price_error .price_error {
      display: inline; }
    .edit_game_form .uploader.can_embed .upload_embed_picker {
      display: block; }
    .edit_game_form .uploader:hover .upload_tools {
      opacity: 1; }
    .edit_game_form .uploader .upload_preorder_picker {
      display: none; }
    .edit_game_form .uploader .inline_edit_input {
      border: 1px solid #AAA;
      width: 300px;
      font-size: 16px;
      box-shadow: none;
      margin: 0 0 5px 0;
      border-radius: 0; }
    .edit_game_form .uploader .upload_title, .edit_game_form .uploader .meta_data, .edit_game_form .uploader .platform_list {
      margin-left: 15px;
      margin-right: 15px; }
    .edit_game_form .uploader .upload_title {
      margin-top: 10px; }
    .edit_game_form .uploader .platform_list {
      margin-bottom: 15px; }
    .edit_game_form .uploader .price_error {
      color: #D14343;
      display: none; }
    .edit_game_form .uploader .platform_list .platform_picker {
      margin-right: 10px;
      cursor: pointer;
      font-size: 15px;
      color: #444;
      border: 1px solid #dadada;
      padding: 4px;
      border-radius: 4px; }
      .edit_game_form .uploader .platform_list .platform_picker.chosen, .edit_game_form .uploader .platform_list .platform_picker:hover.chosen {
        background: #D2FFB5;
        border-color: #C1D5B4;
        color: #3E423C; }
      .edit_game_form .uploader .platform_list .platform_picker:hover {
        background: #efefef;
        border-color: #cdcdcd; }
    .edit_game_form .uploader .platform_list .checkbox {
      margin: 0;
      margin-right: 4px;
      vertical-align: top;
      margin-top: 5px; }
    .edit_game_form .uploader.min_price_enabled .upload_price_picker .min_price_input_row {
      display: block; }
    .edit_game_form .uploader.min_price_enabled .upload_demo_picker {
      display: none; }
    .edit_game_form .uploader.is_demo .upload_price_picker, .edit_game_form .uploader.is_demo .upload_preorder_picker {
      display: none; }
    .edit_game_form .uploader.is_embed .upload_demo_picker, .edit_game_form .uploader.is_embed .upload_price_picker, .edit_game_form .uploader.is_embed .upload_preorder_picker, .edit_game_form .uploader.is_embed .platform_list, .edit_game_form .uploader.is_embed .display_name_wrap {
      display: none; }
    .edit_game_form .uploader .upload_price_picker, .edit_game_form .uploader .upload_demo_picker, .edit_game_form .uploader .upload_embed_picker, .edit_game_form .uploader .upload_preorder_picker {
      border-top: 1px solid #dadada;
      padding: 10px 15px;
      color: #666; }
      .edit_game_form .uploader .upload_price_picker label, .edit_game_form .uploader .upload_demo_picker label, .edit_game_form .uploader .upload_embed_picker label, .edit_game_form .uploader .upload_preorder_picker label {
        -moz-user-select: none;
        -webkit-user-select: none;
        user-select: none; }
      .edit_game_form .uploader .upload_price_picker .checkbox, .edit_game_form .uploader .upload_demo_picker .checkbox, .edit_game_form .uploader .upload_embed_picker .checkbox, .edit_game_form .uploader .upload_preorder_picker .checkbox {
        margin: 0;
        margin-right: 5px; }
    .edit_game_form .uploader .upload_embed_picker {
      display: none; }
    .edit_game_form .uploader .upload_price_picker .min_price_input_row {
      margin: 10px 0 0 0;
      display: none; }
    .edit_game_form .uploader .upload_price_picker .file_min_price {
      display: inline-block;
      width: 60px;
      padding: 4px 6px;
      margin-right: 10px; }
      .edit_game_form .uploader .upload_price_picker .file_min_price.has_error {
        border: 1px solid #e59595;
        color: #D14343; }
    .edit_game_form .uploader .upload_content {
      line-height: 1.5; }
    .edit_game_form .uploader .upload_display_name {
      font-size: 16px; }
    .edit_game_form .uploader .upload_fname {
      color: #666;
      display: none; }
    .edit_game_form .uploader .meta_data {
      margin: 5px 15px 10px 15px; }
      .edit_game_form .uploader .meta_data a {
        color: #666; }
    .edit_game_form .uploader .upload_tools {
      display: none;
      float: right;
      margin: 15px 15px 0 0;
      opacity: 0.5;
      -webkit-transition: opacity 0.15s ease-in-out;
      -moz-transition: opacity 0.15s ease-in-out;
      -ms-transition: opacity 0.15s ease-in-out;
      transition: opacity 0.15s ease-in-out; }
      .edit_game_form .uploader .upload_tools .on_hover {
        display: none; }
    .edit_game_form .uploader .success_message, .edit_game_form .uploader .error_message, .edit_game_form .uploader .progress_message {
      display: none;
      color: #666; }
    .edit_game_form .uploader .error_message {
      color: #D14343;
      margin: 15px;
      font-size: 16px;
      line-height: 1.5; }
    .edit_game_form .uploader .progress_message {
      display: inline; }
    .edit_game_form .uploader .file_size {
      color: #999; }
    .edit_game_form .uploader .progress {
      border: 1px solid #889FAD;
      background: #E5F9FF;
      height: 20px;
      position: relative;
      margin: 15px; }
      .edit_game_form .uploader .progress .progress_inner {
        -webkit-animation: scroll_background 1s linear;
        -moz-animation: scroll_background 1s linear;
        -ms-animation: scroll_background 1s linear;
        animation: scroll_background 1s linear;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -ms-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-transition: right 0.1s ease-in-out;
        -moz-transition: right 0.1s ease-in-out;
        -ms-transition: right 0.1s ease-in-out;
        transition: right 0.1s ease-in-out;
        background: #01A2D5;
        background-image: url("/static/images/progress_stripe.png");
        background-position: 0 0;
        position: absolute;
        margin: 1px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 100%; }
  .edit_game_form .screenshot_editor {
    margin-top: 20px; }
    .edit_game_form .screenshot_editor .screenshot_list {
      margin: 10px 0;
      overflow: hidden;
      height: 0; }
      .edit_game_form .screenshot_editor .screenshot_list a {
        color: #666; }
      .edit_game_form .screenshot_editor .screenshot_list.has_image {
        height: auto;
        border: 1px solid #dadada;
        background: #eee; }
    .edit_game_form .screenshot_editor .screenshot {
      position: relative;
      width: 250px;
      margin: 20px auto;
      box-shadow: 1px 1px 4px gray;
      left: 0;
      top: 0;
      -webkit-transition: top 0.4s ease-in-out, left 0.4s ease-in-out;
      -moz-transition: top 0.4s ease-in-out, left 0.4s ease-in-out;
      -ms-transition: top 0.4s ease-in-out, left 0.4s ease-in-out;
      transition: top 0.4s ease-in-out, left 0.4s ease-in-out; }
      .edit_game_form .screenshot_editor .screenshot:first-child .move_up_tool {
        display: none; }
      .edit_game_form .screenshot_editor .screenshot:last-child .move_down_tool {
        display: none; }
      .edit_game_form .screenshot_editor .screenshot:hover .screen_tools {
        opacity: 1; }
        .ie .edit_game_form .screenshot_editor .screenshot:hover .screen_tools {
          filter: alpha(opacity=100);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
      .edit_game_form .screenshot_editor .screenshot .screen_tools {
        -webkit-transition: opacity 0.2s ease;
        -moz-transition: opacity 0.2s ease;
        -ms-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease;
        opacity: 0;
        position: absolute;
        right: 10px;
        top: 10px;
        padding: 5px 10px;
        color: #222;
        background: rgba(255, 255, 255, 0.8);
        border-radius: 1px;
        box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
        line-height: 1.5; }
        .ie .edit_game_form .screenshot_editor .screenshot .screen_tools {
          filter: alpha(opacity=0);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
      .edit_game_form .screenshot_editor .screenshot img {
        display: block;
        width: 250px; }
  .edit_game_form .domain_wrapper {
    position: relative; }
    .edit_game_form .domain_wrapper .domain {
      -moz-user-select: none;
      -webkit-user-select: none;
      user-select: none;
      font-size: 16px;
      color: #999;
      position: absolute;
      top: 0;
      left: 0;
      padding: 8px 0 0 8px;
      margin: 6px 0 0 6px; }
  .edit_game_form .game_dimensions .mult {
    font-size: 18px;
    color: #999;
    margin: 0 10px; }
  .edit_game_form .game_dimensions .dimension_label {
    margin-right: 8px;
    color: #666; }
  .edit_game_form .game_dimensions input.inline_input {
    width: 30px;
    text-align: right;
    margin-right: 4px; }
  .edit_game_form .money_input {
    width: 350px; }
  .edit_game_form .suggest_toggle_row {
    color: #444; }
    .edit_game_form .suggest_toggle_row input {
      vertical-align: middle;
      margin: 0 5px 0 0; }
  .edit_game_form .disabled_payments_input_row {
    margin: 8px 0 0 10px;
    display: inline-block;
    color: #444; }
    .edit_game_form .disabled_payments_input_row input {
      vertical-align: middle;
      margin: 0 5px 0 0; }
  .edit_game_form .warning_box {
    padding-bottom: 0; }
    .edit_game_form .warning_box p {
      margin: 0 0 20px 0;
      font-size: 16px;
      line-height: 1.5;
      width: 600px; }
  .edit_game_form .tags_input_row .tag_input {
    font-family: Lato, sans-serif;
    font-size: 14px;
    width: 542px;
    border-color: #aaa; }
  .edit_game_form .tags_input_row .text-core .text-wrap .text-tags .text-tag .text-button {
    font-size: 14px;
    height: 19px;
    font-family: Lato, sans-serif;
    background: #e9e9e9;
    border-color: #aaa; }
    .edit_game_form .tags_input_row .text-core .text-wrap .text-tags .text-tag .text-button .text-remove {
      top: 4px; }

@-webkit-keyframes scroll_background {
  from {
    background-position: 0 0; }

  to {
    background-position: -30px 0; } }

@-moz-keyframes scroll_background {
  from {
    background-position: 0 0; }

  to {
    background-position: -30px 0; } }

@-ms-keyframes scroll_background {
  from {
    background-position: 0 0; }

  to {
    background-position: -30px 0; } }

@keyframes scroll_background {
  from {
    background-position: 0 0; }

  to {
    background-position: -30px 0; } }

.user_settings p, .user_settings ul, .user_settings li {
  line-height: 1.5;
  font-size: 16px; }
.user_settings .bare_input {
  font-size: 16px;
  padding: 8px 0; }
.user_settings h2 a {
  color: #666;
  font-weight: normal; }
.user_settings .content_column {
  min-height: 300px; }
.user_settings button {
  margin-left: 0; }
.user_settings .form {
  margin-bottom: 40px; }
  .user_settings .form .label div.sub {
    margin: 5px 0; }
.user_settings .redactor-box {
  width: 540px; }
.user_settings .nice_table {
  font-size: 16px; }
.user_settings .verify_warning_box.is_complete .before_submit {
  display: none; }
.user_settings .verify_warning_box.is_complete .after_submit {
  display: block; }
.user_settings .verify_warning_box.loading .loader {
  display: inline-block; }
.user_settings .verify_warning_box .after_submit {
  display: none; }
.user_settings .verify_warning_box .loader {
  display: none;
  margin-left: 10px; }
.user_settings .email_address_table .verify_email_sent {
  display: none; }
.user_settings .email_address_table .sent_verify .resend_verify_email_btn {
  display: none; }
.user_settings .email_address_table .sent_verify .verify_email_sent {
  display: inline; }
.user_settings .notifications_form label, .user_settings .privacy_form label {
  font-size: 16px; }
.user_settings .notifications_form em, .user_settings .privacy_form em {
  font-size: 16px; }
.user_settings .profile_image_row .label {
  margin-bottom: 10px; }
.user_settings .profile_image_row .link_row {
  margin-top: 5px; }
  .user_settings .profile_image_row .link_row a {
    color: #666; }
.user_settings .profile_image_row .profile_image_column, .user_settings .profile_image_row .remove_image_btn {
  display: none; }
.user_settings.has_avatar .profile_image_row .profile_image_column, .user_settings.has_avatar .profile_image_row .upload_buttons_column {
  display: inline-block;
  vertical-align: top; }
.user_settings.has_avatar .profile_image_row .profile_image_column {
  width: 100px;
  height: 100px; }
  .user_settings.has_avatar .profile_image_row .profile_image_column img {
    display: block; }
.user_settings.has_avatar .profile_image_row .upload_buttons_column {
  margin-left: 10px; }
.user_settings.has_avatar .profile_image_row .remove_image_btn {
  display: inline; }
.user_settings .user_configurator {
  margin-bottom: 20px; }
  .user_settings .user_configurator .input_row {
    margin: 8px 0; }

.game_download, .bundle_download {
  padding: 0;
  padding-bottom: 20px; }
  .game_download h2, .bundle_download h2 {
    margin: 40px; }
    .game_download h2 .object_title:before, .bundle_download h2 .object_title:before {
      content: "“";
      font-weight: normal;
      color: #999; }
    .game_download h2 .object_title:after, .bundle_download h2 .object_title:after {
      content: "”";
      font-weight: normal;
      color: #999; }
  .game_download h3, .bundle_download h3 {
    margin: 20px 40px; }
  .game_download .email_capture, .bundle_download .email_capture {
    background: #FFFED8;
    color: #636119;
    border-bottom: 1px solid #e5e296;
    border-top: 1px solid #e5e296;
    padding: 20px 40px; }
    .game_download .email_capture p, .bundle_download .email_capture p {
      margin: 20px 0; }
    .game_download .email_capture .form .label, .bundle_download .email_capture .form .label {
      color: #636119;
      margin-bottom: 5px; }
    .game_download .email_capture .form input, .bundle_download .email_capture .form input {
      background: rgba(255, 255, 255, 0.8);
      width: 300px; }
    .game_download .email_capture .form .submit_link, .bundle_download .email_capture .form .submit_link {
      margin-left: 10px; }
    .game_download .email_capture .form .input_row, .bundle_download .email_capture .form .input_row {
      margin-bottom: 0; }
  .game_download .purchase_time, .game_download .purchase_email, .bundle_download .purchase_time, .bundle_download .purchase_email {
    color: #444;
    font-style: italic; }
  .game_download .purchase_price, .bundle_download .purchase_price {
    font-weight: bold; }
  .game_download .email_claim form.loading .loader, .bundle_download .email_claim form.loading .loader {
    display: inline-block; }
  .game_download .email_claim .loader, .bundle_download .email_claim .loader {
    display: none;
    margin-left: 10px; }
  .game_download p, .bundle_download p {
    margin: 20px 40px;
    line-height: 1.5;
    font-size: 16px; }
  .game_download .social_buttons, .bundle_download .social_buttons {
    margin: 20px 40px; }
  .game_download .bottom_links, .bundle_download .bottom_links {
    font-size: 16px;
    margin: 20px 40px; }

.game_download .empty_message {
  font-size: 16px;
  margin: 0 0 15px 0; }
.game_download .uploads {
  margin: 20px 0;
  padding: 20px 40px;
  padding-bottom: 5px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  position: relative; }
  .game_download .uploads .trouble_link {
    position: absolute;
    bottom: 4px;
    right: 40px;
    font-size: 12px;
    color: #999; }
    .game_download .uploads .trouble_link a {
      color: #999; }
.game_download .upload {
  margin-bottom: 15px; }
  .game_download .upload .preorder_spacer {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    background: #dadada;
    height: 35px;
    line-height: 35px;
    width: 90px;
    color: #666; }
  .game_download .upload .button, .game_download .upload .preorder_spacer {
    margin-right: 10px;
    width: 90px; }
  .game_download .upload .file_size {
    color: #666; }
  .game_download .upload .download_platforms {
    font-size: 15px;
    margin-left: 5px; }
    .game_download .upload .download_platforms .icon {
      vertical-align: top;
      margin-left: 5px;
      color: #666; }
  .game_download .upload:hover {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 0 4px 4px 0; }
.game_download .game_grid {
  margin-left: 37px;
  margin-right: 17px; }
.game_download .game_grid_outer h2 {
  margin: 40px 40px 20px 40px; }
.game_download .download_instructions, .game_download .external_keys {
  margin-bottom: 40px; }
  .game_download .download_instructions .formatted, .game_download .external_keys .formatted {
    margin-left: 40px;
    margin-right: 40px; }
    .game_download .download_instructions .formatted h1, .game_download .download_instructions .formatted h2, .game_download .download_instructions .formatted h3, .game_download .download_instructions .formatted h4, .game_download .download_instructions .formatted h5, .game_download .external_keys .formatted h1, .game_download .external_keys .formatted h2, .game_download .external_keys .formatted h3, .game_download .external_keys .formatted h4, .game_download .external_keys .formatted h5 {
      margin: 0 0 20px 0; }
    .game_download .download_instructions .formatted p, .game_download .external_keys .formatted p {
      margin-left: 0;
      margin-right: 0; }
.game_download .key_claim.loading .loader {
  display: inline-block; }
.game_download .key_claim.has_key .key_row {
  display: block; }
.game_download .key_claim.has_key .claim_action_row, .game_download .key_claim.has_key .before_claim {
  display: none; }
.game_download .key_claim.has_error .claim_action_row, .game_download .key_claim.has_error .before_claim {
  display: none; }
.game_download .key_claim.has_error .claim_error {
  display: block; }
.game_download .key_claim .loader {
  margin-left: 10px;
  display: none; }
.game_download .key_claim .key_row, .game_download .key_claim .claim_error {
  display: none; }
.game_download .key_claim .claim_error {
  font-style: italic;
  color: #666; }
.game_download .key_claim .key_container {
  border: 1px solid #aaa;
  margin: 0;
  padding: 4px;
  font-size: 16px;
  color: #666;
  width: 300px; }

.alt_download_lightbox {
  width: 500px; }

.download_key_claimed {
  padding: 0; }
  .download_key_claimed p {
    line-height: 1.5;
    font-size: 16px;
    margin: 20px 40px; }

.bundle_download .game_outer {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada; }
.bundle_download .game_row {
  *zoom: 1;
  margin: 0 40px 40px 40px;
  font-size: 16px; }
  .bundle_download .game_row .game_thumb {
    background-color: white;
    background-position: 50% 50%;
    background-size: cover;
    display: block;
    position: relative;
    width: 315px;
    height: 250px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.13), inset 0 0 0 1px white; }
    .bundle_download .game_row .game_thumb .no_cover_text {
      color: #dadada;
      font-size: 120px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -60px;
      margin-top: -65px; }
  .bundle_download .game_row:before, .bundle_download .game_row:after {
    content: " ";
    display: table; }
  .bundle_download .game_row:after {
    clear: both; }
  .bundle_download .game_row .game_thumb {
    float: left; }
  .bundle_download .game_row .game_title {
    margin: 0;
    margin-top: 5px; }
    .bundle_download .game_row .game_title a {
      text-decoration: none; }
  .bundle_download .game_row .meta_row {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    color: #444; }
  .bundle_download .game_row .game_short_text {
    color: #666; }
  .bundle_download .game_row .button_row {
    margin-top: 15px; }
  .bundle_download .game_row .file_count {
    margin-top: 6px; }
  .bundle_download .game_row .game_row_data {
    margin-left: 335px; }

.game_summary {
  padding: 0; }
  .game_summary .padded p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 20px 0; }
  .game_summary .empty_message {
    color: #444;
    margin: 20px 0; }
  .game_summary .referrers table {
    width: 100%; }
    .game_summary .referrers table td {
      white-space: nowrap;
      overflow: hidden; }
  .game_summary .uploads, .game_summary .purchases_outer {
    margin-top: 40px; }
  .game_summary .graph_container {
    margin-left: -20px; }
  .game_summary .stat_header .text_container h2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 320px; }

.purchase_list_table.show_emails .email_cell {
  max-width: none; }
.purchase_list_table .email_cell {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px; }

.game_keys, .game_external_keys, .view_game_external_keys {
  padding: 0; }
  .game_keys p, .game_external_keys p, .view_game_external_keys p {
    font-size: 16px;
    line-height: 1.5;
    width: 600px;
    margin: 0 0 20px 0; }

.game_keys .key_row.revoked {
  background: #eee;
  color: #C9C9C9; }
  .game_keys .key_row.revoked a {
    color: #C9C9C9; }
  .game_keys .key_row.revoked .revoke_key_btn {
    visibility: hidden; }
.game_keys .key_row.new {
  background: #FFFBCA; }
.game_keys .key_row .key_preview {
  color: #666; }
.game_keys .buttons {
  margin-top: 20px;
  margin-bottom: 40px; }
.game_keys .key_drop.loading {
  opacity: 0.5; }
  .ie .game_keys .key_drop.loading {
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

.key_lightbox {
  max-width: 600px; }
  .key_lightbox.claimed .unclaimed_message, .key_lightbox.claimed .claim_options {
    display: none; }
  .key_lightbox.claimed .claimed_message {
    display: block; }
  .key_lightbox.can_be_claimed .on_can_be_claimed {
    display: block !important; }
  .key_lightbox .claimed_message {
    display: none; }
  .key_lightbox .form {
    margin: 0 40px 20px 40px;
    text-align: left; }
    .key_lightbox .form .text_input {
      width: 450px; }
  .key_lightbox .label_form, .key_lightbox .claim_options {
    border-top: 1px solid #dadada;
    margin: 20px 0 20px 0; }
  .key_lightbox .label_form.saved .icon {
    opacity: 1; }
    .ie .key_lightbox .label_form.saved .icon {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .key_lightbox .label_form label {
    display: block;
    margin: 20px 40px; }
  .key_lightbox .label_form .icon {
    opacity: 0;
    -webkit-transition: opactiy 0.1s ease-in-out;
    -moz-transition: opactiy 0.1s ease-in-out;
    -ms-transition: opactiy 0.1s ease-in-out;
    transition: opactiy 0.1s ease-in-out;
    margin-left: 10px;
    color: #666; }
    .ie .key_lightbox .label_form .icon {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .key_lightbox .claim_options .claim_toggle {
    border: 1px solid #dadada;
    border-radius: 3px;
    display: block;
    margin: 20px 40px;
    border-radius: 4px;
    cursor: pointer; }
    .key_lightbox .claim_options .claim_toggle.on_can_be_claimed {
      display: none; }
    .key_lightbox .claim_options .claim_toggle:hover {
      background-color: #f8f8f8; }
    .key_lightbox .claim_options .claim_toggle input {
      float: left;
      margin-top: 15px;
      margin-left: 15px; }
    .key_lightbox .claim_options .claim_toggle p {
      margin: 10px 20px;
      margin-left: 40px;
      font-size: 14px; }
      .key_lightbox .claim_options .claim_toggle p strong {
        color: #444; }
  .key_lightbox .button_row {
    margin: 30px 40px; }
    .key_lightbox .button_row .button {
      color: white; }


.grid_results {
  padding: 0; }
  .grid_results .grid_loader {
    background: #f5f5f5;
    color: #666;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #d0d0d0;
    font-size: 16px; }
    .grid_results .grid_loader .on_loading {
      display: none; }
    .grid_results .grid_loader .loader {
      vertical-align: middle;
      margin-right: 10px; }
  .grid_results.loading .grid_loader .on_loading {
    display: block; }
  .grid_results.loading .grid_loader .next_page {
    display: none; }
  .grid_results .social_buttons {
    float: right;
    margin-top: 10px; }
  .grid_results .warning_box {
    font-size: 16px;
    margin: 40px 0;
    padding: 25px 40px; }
    .grid_results .warning_box *:last-child {
      margin-bottom: 0; }
    .grid_results .warning_box h3 {
      font-size: 18px; }
    .grid_results .warning_box p {
      max-width: 600px;
      line-height: 1.5; }
  .grid_results .grid_outer {
    background: white;
    border-top: 1px solid #dadada;
    border-bottom: 2px solid #d0d0d0; }
    .grid_results .grid_outer .game_grid {
      padding: 30px 20px 0 40px; }
    .grid_results .grid_outer .empty_message {
      font-size: 18px;
      margin: 30px 40px;
      color: #666; }
      .grid_results .grid_outer .empty_message a {
        color: #444;
        margin-left: 20px; }
  .grid_results .grid_header {
    overflow: hidden;
    background: white;
    padding-bottom: 20px; }
    .grid_results .grid_header.has_filters {
      padding-bottom: 0px; }
    .grid_results .grid_header .game_count, .grid_results .grid_header .current_page {
      font-weight: normal;
      color: #666;
      margin-left: 10px; }
    .grid_results .grid_header h2 {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 26px;
      margin: 20px 40px 0 40px; }
      .grid_results .grid_header h2 a {
        color: #444; }
    .grid_results .grid_header .header_right {
      color: #666;
      float: right;
      font-weight: normal; }
    .grid_results .grid_header .sub_header, .grid_results .grid_header .search_description {
      margin: 4px 40px 0 40px;
      color: #999;
      line-height: 1.5;
      font-size: 16px; }
      .grid_results .grid_header .sub_header a, .grid_results .grid_header .search_description a {
        color: #666; }
    .grid_results .grid_header .search_description {
      color: #666; }
      .grid_results .grid_header .search_description a {
        color: #DD4A4A; }
    .grid_results .grid_header .filters_label {
      font-size: 14px;
      margin: 30px 40px 5px 40px;
      color: #999; }
      .grid_results .grid_header .filters_label a {
        color: #666; }
      .grid_results .grid_header .filters_label .misc_links {
        float: right; }
        .grid_results .grid_header .filters_label .misc_links .link_wrapper::after {
          content: " · "; }
        .grid_results .grid_header .filters_label .misc_links .link_wrapper:last-child::after {
          content: ""; }
    .grid_results .grid_header .filters_row {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      border-top: 1px solid #dadada;
      font-size: 0;
      background: #f7f7f7; }
      @media (max-width: 1090px) {
        .grid_results .grid_header .filters_row {
          text-align: center; } }
      .grid_results .grid_header .filters_row .filter_group {
        display: inline-block; }
      .grid_results .grid_header .filters_row .filter_btn, .grid_results .grid_header .filters_row .filter_label {
        display: inline-block;
        font-size: 16px;
        padding: 10px;
        border-right: 1px solid #dadada; }
      .grid_results .grid_header .filters_row .filter_label {
        font-weight: bold;
        margin-left: 40px;
        padding: 10px 10px 10px 0; }
        @media (max-width: 1090px) {
          .grid_results .grid_header .filters_row .filter_label {
            margin-left: 10px; } }
      .grid_results .grid_header .filters_row .filter_btn {
        cursor: pointer;
        color: #666;
        text-decoration: none; }
        .grid_results .grid_header .filters_row .filter_btn .icon {
          margin-right: 8px; }
          @media (max-width: 1315px) {
            .grid_results .grid_header .filters_row .filter_btn .icon {
              display: none; } }
        .grid_results .grid_header .filters_row .filter_btn.active {
          background: #E6FFBA;
          color: #4a6319;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5); }
          .grid_results .grid_header .filters_row .filter_btn.active:hover {
            background: #E6FFBA; }
        .grid_results .grid_header .filters_row .filter_btn:hover {
          background: #f0f0f0; }
      .grid_results .grid_header .filters_row .filter_dropdown {
        display: inline-block;
        padding-left: 10px; }

.browse .related_tags, .browse .user_results, .search .related_tags, .search .user_results, .my_recommendations .related_tags, .my_recommendations .user_results {
  background: #f7f7f7;
  padding: 15px 40px 10px 40px;
  border-top: 1px solid #dadada;
  white-space: nowrap;
  color: #666;
  font-size: 16px;
  line-height: 1.5; }
  @media (max-width: 1010px) {
    .browse .related_tags, .browse .user_results, .search .related_tags, .search .user_results, .my_recommendations .related_tags, .my_recommendations .user_results {
      padding-left: 10px;
      padding-right: 10px; } }
  .browse .related_tags .related_label, .browse .related_tags .users_label, .browse .user_results .related_label, .browse .user_results .users_label, .search .related_tags .related_label, .search .related_tags .users_label, .search .user_results .related_label, .search .user_results .users_label, .my_recommendations .related_tags .related_label, .my_recommendations .related_tags .users_label, .my_recommendations .user_results .related_label, .my_recommendations .user_results .users_label {
    margin-right: 5px; }
  .browse .related_tags .outline_button, .browse .user_results .outline_button, .search .related_tags .outline_button, .search .user_results .outline_button, .my_recommendations .related_tags .outline_button, .my_recommendations .user_results .outline_button {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: inline-block;
    border-radius: 4px;
    text-decoration: none;
    padding: 3px 10px;
    font-size: 14px;
    letter-spacing: 0.025em;
    white-space: nowrap;
    border: 2px solid #cccccc;
    color: #444;
    background: white;
    margin-right: 10px;
    margin-bottom: 5px; }
    .browse .related_tags .outline_button:hover, .browse .user_results .outline_button:hover, .search .related_tags .outline_button:hover, .search .user_results .outline_button:hover, .my_recommendations .related_tags .outline_button:hover, .my_recommendations .user_results .outline_button:hover {
      background: white;
      color: #333;
      color: white;
      background: #FA5C5C;
      border-color: #FA5C5C; }
    .browse .related_tags .outline_button:active, .browse .user_results .outline_button:active, .search .related_tags .outline_button:active, .search .user_results .outline_button:active, .my_recommendations .related_tags .outline_button:active, .my_recommendations .user_results .outline_button:active {
      background: #e44949;
      border-color: #e44949; }

.browse_game_grid .game_cell.has_cover {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px; }
  .browse_game_grid .game_cell.has_cover .game_thumb {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -ms-transition: -ms-transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 1; }
  .browse_game_grid .game_cell.has_cover.image_loading .game_thumb {
    -webkit-transform-origin: 50% 50% 0;
    -moz-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotatex(-20deg) scale3d(0.95, 0.95, 1);
    -moz-transform: rotatex(-20deg) scale3d(0.95, 0.95, 1);
    -ms-transform: rotatex(-20deg) scale3d(0.95, 0.95, 1);
    transform: rotatex(-20deg) scale3d(0.95, 0.95, 1);
    opacity: 0.5; }

.ps-container .ps-scrollbar-x-rail, .ps-container .ps-scrollbar-y-rail {
  position: absolute;
  /* please don't change 'position' */
  border-radius: 4px;
  opacity: 0;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear; }
  .ie .ps-container .ps-scrollbar-x-rail, .ie .ps-container .ps-scrollbar-y-rail {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.ps-container .ps-scrollbar-x-rail {
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px; }

.ps-container .ps-scrollbar-y-rail {
  right: 3px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 7px; }

.ps-container:hover .ps-scrollbar-x-rail, .ps-container.hover .ps-scrollbar-x-rail, .ps-container:hover .ps-scrollbar-y-rail, .ps-container.hover .ps-scrollbar-y-rail {
  background: black;
  opacity: 0.3; }
  .ie .ps-container:hover .ps-scrollbar-x-rail, .ie .ps-container.hover .ps-scrollbar-x-rail, .ie .ps-container:hover .ps-scrollbar-y-rail, .ie .ps-container.hover .ps-scrollbar-y-rail {
    filter: alpha(opacity=30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; }


.ps-container .ps-scrollbar-x, .ps-container .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 4px;
  -o-transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear; }

.ps-container .ps-scrollbar-y {
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  width: 7px; }

.ps-container .ps-scrollbar-x {
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px; }

.ps-container.ie6 .ps-scrollbar-x {
  font-size: 0;
  /* fixed scrollbar height in xp sp3 ie6 */ }

.ps-container.ie6 .ps-scrollbar-y {
  font-size: 0;
  /* fixed scrollbar height in xp sp3 ie6 */ }

.ps-container.ie .ps-scrollbar-x, .ps-container.ie .ps-scrollbar-y {
  visibility: hidden; }

.ps-container.ie:hover .ps-scrollbar-x, .ps-container.ie:hover .ps-scrollbar-y, .ps-container.ie.hover .ps-scrollbar-x, .ps-container.ie.hover .ps-scrollbar-y {
  visibility: visible; }

.index {
  background: #333; }
  .index .new_box {
    white-space: nowrap;
    position: relative;
    border: 1px solid #444;
    border-radius: 3px;
    background: #2b2b2b;
    padding: 8px 12px;
    vertical-align: top;
    display: inline-block;
    color: white;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    margin-left: 20px;
    margin-top: 7px; }
    @media (max-width: 1050px) {
      .index .new_box {
        display: none; } }
    @media (max-width: 1350px) {
      .index .new_box.secondary_new_box {
        display: none; } }
    .index .new_box .new_col {
      white-space: normal;
      display: inline-block;
      vertical-align: middle;
      margin-right: 20px; }
      .index .new_box .new_col:last-child {
        margin-right: 0; }
    .index .new_box .button {
      display: block; }
    .index .new_box p {
      width: 155px;
      line-height: 1.2; }
    .index .new_box p:first-child {
      margin-top: 0; }
    .index .new_box p:last-child {
      margin-bottom: 0; }
  .index .feature_game_row {
    text-align: center;
    margin-bottom: 30px;
    margin-left: 20px; }
    @media (max-width: 650px) {
      .index .feature_game_row {
        display: none; } }
  .index .feature_game_outer {
    display: block; }
    .index .feature_game_outer:nth-child(2) {
      display: none; }
    @media (min-width: 1400px) {
      .index .feature_game_outer {
        display: inline-block;
        width: 50%;
        margin: 0; }
        .index .feature_game_outer:nth-child(2) {
          display: inline-block; } }
  .index .feature_game {
    text-align: left;
    position: relative;
    margin-right: 20px;
    height: 260px;
    border-radius: 2px;
    box-shadow: 0 0 0 2px #222;
    background: #222;
    background-position: 50% 50%;
    background-size: cover; }
    .index .feature_game:hover .game_screenshots {
      opacity: 1;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
      .ie .index .feature_game:hover .game_screenshots {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    .index .feature_game:hover .game_price {
      background: rgba(123, 160, 144, 0.6); }
    .index .feature_game.preorder_only .game_price {
      padding-top: 23px; }
    .index .feature_game .inset_highlight {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      border-radius: 2px;
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25); }
    .index .feature_game .game_data {
      position: absolute;
      top: 0px;
      right: 0px;
      left: 0px;
      background: rgba(0, 0, 0, 0.7);
      color: white;
      height: 90px;
      border-radius: 2px 2px 0 0; }
      .index .feature_game .game_data h1 {
        margin: 16px 0 0 20px;
        color: white;
        font-weight: normal;
        font-size: 26px; }
        @media (min-width: 1400px) and (max-width: 1600px) {
          .index .feature_game .game_data h1 {
            font-size: 22px;
            margin-top: 19px; } }
      .index .feature_game .game_data h2 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 4px 0 0 20px;
        color: white;
        font-size: 16px;
        font-weight: normal;
        color: #aaa;
        margin-right: 150px; }
        @media (min-width: 1400px) and (max-width: 1600px) {
          .index .feature_game .game_data h2 {
            font-size: 14px; } }
    .index .feature_game .data_right {
      position: absolute;
      top: 0;
      right: 0; }
    .index .feature_game .game_price {
      -webkit-transition: background 0.3s ease;
      -moz-transition: background 0.3s ease;
      -ms-transition: background 0.3s ease;
      transition: background 0.3s ease;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      border-radius: 0 2px 0 0;
      width: 140px;
      text-align: center;
      padding-top: 31px;
      display: inline-block;
      color: #70F1C9;
      background: rgba(104, 145, 127, 0.6);
      height: 90px;
      font-size: 20px;
      cursor: pointer; }
      .index .feature_game .game_price .price_banner {
        font-size: 14px;
        color: rgba(112, 241, 201, 0.5); }
    .index .feature_game .game_screenshots {
      -webkit-transition: all 0.6s ease, opacity 0.3s ease;
      -moz-transition: all 0.6s ease, opacity 0.3s ease;
      -ms-transition: all 0.6s ease, opacity 0.3s ease;
      transition: all 0.6s ease, opacity 0.3s ease;
      -webkit-transform: translate(-10px, 0);
      -moz-transform: translate(-10px, 0);
      -ms-transform: translate(-10px, 0);
      transform: translate(-10px, 0);
      opacity: 0;
      position: absolute;
      text-align: right;
      left: 20px;
      bottom: 15px; }
      .ie .index .feature_game .game_screenshots {
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
      .index .feature_game .game_screenshots img {
        cursor: pointer;
        display: inline-block;
        height: 100px;
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8), 0 0 10px 2px rgba(0, 0, 0, 0.4);
        position: relative;
        border-radius: 1px;
        margin-right: 20px; }
    .index .feature_game .game_tags {
      display: inline-block;
      vertical-align: top;
      margin-right: 10px;
      text-align: right;
      margin-top: 3px; }
      @media (min-width: 1400px) and (max-width: 1500px) {
        .index .feature_game .game_tags {
          display: none; } }
    .index .feature_game .secondary_tags {
      display: none; }
    .index .feature_game .tag {
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      transition: all 0.2s ease;
      display: inline-block;
      color: rgba(255, 255, 255, 0.8);
      border: 1px solid rgba(255, 255, 255, 0.8);
      border-radius: 4px;
      padding: 4px 10px;
      margin-top: 10px;
      cursor: pointer;
      font-weight: bold;
      font-size: 14px;
      margin-left: 10px; }
      .index .feature_game .tag:hover {
        background: white;
        border-color: white;
        color: #333; }
  .index .footer {
    margin-left: 260px;
    border-top: 1px solid #444;
    margin-bottom: 0;
    height: 40px;
    line-height: 40px;
    text-shadow: none; }
    @media (max-width: 850px) {
      .index .footer {
        margin-left: 0; }
        .index .footer .footer_right {
          float: none; } }
    .index .footer .inner_column {
      font-size: 14px;
      width: auto;
      padding: 0 20px; }
      @media (max-width: 1100px) {
        .index .footer .inner_column {
          font-size: 12px; } }
  .index .buttons_header {
    border-bottom: 1px solid #444;
    margin-bottom: 20px;
    position: relative;
    *zoom: 1; }
    .index .buttons_header:before, .index .buttons_header:after {
      content: " ";
      display: table; }
    .index .buttons_header:after {
      clear: both; }
    .index .buttons_header .left_content {
      float: left; }
      @media (max-width: 650px) {
        .index .buttons_header .left_content {
          float: none; } }
    .index .buttons_header h2 {
      color: white;
      margin: 23px 0 0 20px;
      display: inline-block;
      vertical-align: top; }
      @media (max-width: 650px) {
        .index .buttons_header h2 {
          display: block;
          margin: 15px 20px; } }
  .index .anon_intro {
    color: #d6d6d6;
    font-size: 16px;
    margin: 20px; }
    .index .anon_intro .outline_button {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      transition: all 0.2s ease;
      display: inline-block;
      border-radius: 4px;
      text-decoration: none;
      padding: 3px 10px;
      font-size: 14px;
      letter-spacing: 0.025em;
      white-space: nowrap;
      border: 2px solid #cccccc;
      color: white;
      margin-right: 3px; }
      .index .anon_intro .outline_button:hover {
        background: white;
        color: #333;
        color: white;
        background: #FA5C5C;
        border-color: #FA5C5C; }
      .index .anon_intro .outline_button:active {
        background: #e44949;
        border-color: #e44949; }
    .index .anon_intro .action_buttons {
      display: block;
      margin-top: 15px; }
      @media (min-width: 1200px) {
        .index .anon_intro .action_buttons {
          display: inline-block;
          margin: 0;
          margin-left: 10px; } }
    .index .anon_intro a {
      color: white; }
  .index .see_all_games {
    color: white;
    text-align: center;
    font-size: 16px;
    color: #d6d6d6;
    margin-bottom: 20px; }
    .index .see_all_games a {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      transition: all 0.2s ease;
      display: inline-block;
      border-radius: 4px;
      text-decoration: none;
      padding: 3px 10px;
      font-size: 14px;
      letter-spacing: 0.025em;
      white-space: nowrap;
      border: 2px solid #cccccc;
      color: white;
      margin-left: 10px; }
      .index .see_all_games a:hover {
        background: white;
        color: #333;
        color: white;
        background: #FA5C5C;
        border-color: #FA5C5C; }
      .index .see_all_games a:active {
        background: #e44949;
        border-color: #e44949; }
      .index .see_all_games a .icon {
        margin-left: 5px;
        position: relative;
        top: 1px; }
      @media (max-width: 650px) {
        .index .see_all_games a {
          margin: 20px;
          display: block; } }

.index_games {
  margin-left: 260px; }
  @media (max-width: 850px) {
    .index_games {
      margin-left: 0; } }
  .index_games .featured_game_grid {
    margin-top: 0;
    padding-top: 0; }
  .index_games .itchio_cell .cell_body {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 20px;
    left: 20px;
    margin: auto 0;
    height: 185px; }
  .index_games .itchio_cell p {
    max-width: 400px;
    font-size: 22px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7);
    margin: 20px 0;
    margin-left: 4px; }
    .index_games .itchio_cell p .sub {
      font-size: 18px; }
  .index_games .itchio_cell .button {
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    margin-right: 4px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 4px solid #C34848; }
  .index_games .itchio_cell .primary_button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center; }
  .index_games .itchio_cell a {
    color: white; }
  .index_games .user_panel {
    margin: 20px 13px 20px 20px;
    position: static;
    text-align: right;
    color: #aaa;
    line-height: normal; }
    @media (max-width: 650px) {
      .index_games .user_panel {
        text-align: left; }
        .index_games .user_panel .header_button {
          margin-left: 0;
          margin-right: 10px; }
        .index_games .user_panel .menu_tick {
          margin-left: 0; }
        .index_games .user_panel .profile_link {
          display: none; } }
  .index_games .social_buttons {
    position: absolute;
    top: 20px;
    left: 20px; }
    .index_games .social_buttons .social_button {
      display: block; }
  .index_games .game_cell .game_thumb {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
    .ie .index_games .game_cell .game_thumb {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .index_games .game_cell.has_cover.image_loading .game_thumb {
    opacity: 0; }
    .ie .index_games .game_cell.has_cover.image_loading .game_thumb {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .index_games .game_cell.video_loaded .game_thumb {
    opacity: 0; }
  .index_games .game_cell.video_loaded:hover .game_thumb {
    opacity: 0.9; }

.featured_game_grid {
  color: #ddd;
  padding: 20px 0 0 20px;
  margin-bottom: 20px; }
  .featured_game_grid h2 {
    color: #eee;
    padding-right: 20px;
    margin: 0;
    margin-bottom: 25px;
    font-weight: normal; }
  .featured_game_grid video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: black; }
  .featured_game_grid .video_shadow {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3); }
  .featured_game_grid .game_cell {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 25px; }
    .featured_game_grid .game_cell:hover .label {
      bottom: 0px; }
    .featured_game_grid .game_cell:hover .fading_data {
      opacity: 1; }
    body.disable_hover .featured_game_grid .game_cell:hover .label {
      bottom: -30px; }
    body.disable_hover .featured_game_grid .game_cell:hover .fading_data {
      opacity: 0; }
    .featured_game_grid .game_cell.image_loading .game_thumb {
      opacity: 0; }
    .featured_game_grid .game_cell .fading_data {
      opacity: 0;
      -webkit-transition: opacity 0.2s ease-in-out;
      -moz-transition: opacity 0.2s ease-in-out;
      -ms-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out; }
      .ie .featured_game_grid .game_cell .fading_data {
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    .featured_game_grid .game_cell .bordered {
      background: rgba(0, 0, 0, 0.5);
      width: 192px;
      height: 152px;
      position: relative;
      border-radius: 2px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
      box-shadow: 0 0 0 2px #222; }
    .featured_game_grid .game_cell .sale_flag {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      position: absolute;
      top: -9px;
      right: 0;
      background: url("/static/images/ribbon-sale.png");
      width: 54px;
      height: 61px;
      color: #867132;
      text-shadow: 0 1px 0 #FFF18E; }
      .featured_game_grid .game_cell .sale_flag .mini_label {
        font-size: 12px;
        color: #A78F4A;
        text-transform: uppercase;
        line-height: 1.1; }
      .featured_game_grid .game_cell .sale_flag .text {
        text-align: center;
        position: absolute;
        top: 10px;
        left: 10px;
        right: 9px;
        font-weight: bold; }
    .featured_game_grid .game_cell .meta_tag {
      float: right;
      position: relative;
      z-index: 1;
      border-radius: 3px;
      padding: 2px 5px;
      text-transform: uppercase;
      margin-left: 10px;
      font-size: 13px;
      letter-spacing: 0.05em;
      box-shadow: 0 0 0 5px #333; }
      .featured_game_grid .game_cell .meta_tag.price_tag {
        background: #279c79;
        color: white; }
      .featured_game_grid .game_cell .meta_tag.free_tag {
        background: #232323; }
      .featured_game_grid .game_cell .meta_tag.web_tag {
        background: #999999;
        color: #222; }
    .featured_game_grid .game_cell .game_thumb {
      -webkit-transition: opacity 0.2s ease-in-out;
      -moz-transition: opacity 0.2s ease-in-out;
      -ms-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out;
      vertical-align: top;
      display: block;
      position: absolute;
      border-radius: 2px;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
      background-position: 50% 50%;
      background-size: cover; }
    .featured_game_grid .game_cell .label {
      color: white;
      font-size: 14px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      color: #aaa;
      margin-top: 6px;
      margin-bottom: 10px; }
      .featured_game_grid .game_cell .label a {
        text-decoration: none;
        color: #aaa; }
        .featured_game_grid .game_cell .label a:hover {
          text-decoration: underline; }
    .featured_game_grid .game_cell .meta_data {
      -moz-user-select: none;
      -webkit-user-select: none;
      user-select: none;
      position: absolute;
      bottom: 5px;
      left: 5px;
      padding: 2px 6px;
      height: 18px;
      line-height: 18px;
      font-size: 16px;
      color: white;
      border-radius: 2px;
      background: rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
      text-shadow: 0 0 4px black;
      cursor: default;
      white-space: nowrap;
      font-size: 14px;
      word-spacing: 5px; }

.index_sidebar {
  background: #232323;
  z-index: 1;
  position: fixed;
  overflow: hidden;
  width: 258px;
  top: 0;
  bottom: 0;
  box-shadow: inset -5px 0 5px -5px rgba(0, 0, 0, 0.1);
  border-right: 2px solid #4D4D4D; }
  @media (max-width: 850px) {
    .index_sidebar {
      display: block;
      position: static;
      width: auto;
      border-right: 0; }
      .index_sidebar .sidebar_browse, .index_sidebar .sidebar_blog_posts, .index_sidebar .sidebar_search {
        display: none; }
      .index_sidebar .title {
        margin-bottom: 0; } }
  .index_sidebar .fb_wrap {
    text-align: center;
    height: 20px !important;
    overflow: hidden; }
  .index_sidebar h1 {
    border-bottom: 2px solid #4D4D4D;
    margin: 0 0 10px 0;
    padding: 5px 0 0 0;
    text-align: center;
    background: url(images/home2/stock_dark.jpg) 50% 65% no-repeat;
    background-size: cover; }
  .index_sidebar h2 {
    text-align: center;
    font-weight: normal;
    color: lightgrey;
    margin: 10px 0 0 0; }
  .index_sidebar h3 {
    margin: 10px 20px;
    font-weight: bold;
    color: #a7a7a7; }
  .index_sidebar .blog_posts .post_link {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-size: 16px;
    line-height: 1.5;
    padding: 5px 20px;
    -webkit-transition: background 0.1s ease;
    -moz-transition: background 0.1s ease;
    -ms-transition: background 0.1s ease;
    transition: background 0.1s ease;
    color: #7b7b7b;
    text-decoration: none;
    border-bottom: 1px solid #303030; }
    .index_sidebar .blog_posts .post_link:first-child {
      border-top: 1px solid #303030; }
    .index_sidebar .blog_posts .post_link:hover {
      background: #2b2b2b; }
    .index_sidebar .blog_posts .post_link:active {
      background: #1b1b1b; }
  .index_sidebar .browse_filters {
    text-align: center;
    margin: 10px 10px 20px 10px; }
    .index_sidebar .browse_filters a {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      transition: all 0.2s ease;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      transition: all 0.2s ease;
      display: inline-block;
      border-radius: 4px;
      text-decoration: none;
      padding: 3px 10px;
      font-size: 14px;
      letter-spacing: 0.025em;
      white-space: nowrap;
      border: 2px solid #cccccc;
      color: white;
      margin: 5px 4px; }
      .index_sidebar .browse_filters a:hover {
        background: white;
        color: #333;
        color: white;
        background: #FA5C5C;
        border-color: #FA5C5C; }
      .index_sidebar .browse_filters a:active {
        background: #e44949;
        border-color: #e44949; }
  .index_sidebar .game_search {
    border-top: 2px solid #4D4D4D;
    border-bottom: 2px solid #4D4D4D;
    padding: 10px 20px; }
    .index_sidebar .game_search input[type=text] {
      -webkit-transition: box-shadow 0.1s ease;
      -moz-transition: box-shadow 0.1s ease;
      -ms-transition: box-shadow 0.1s ease;
      transition: box-shadow 0.1s ease;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      width: 100%;
      border: 0;
      font-size: 16px;
      padding: 8px 15px;
      background: #eee;
      border-radius: 4px;
      box-shadow: 0 0 0 0 #DD4A4A; }
      .index_sidebar .game_search input[type=text]:focus {
        outline: none;
        box-shadow: 0 0 0 3px #DD4A4A; }

.home_carousel {
  padding-left: 0px;
  position: relative;
  border-bottom: 1px solid #4d4d4d;
  padding-bottom: 20px; }
  .home_carousel.ready .scrollbar_outer, .home_carousel.ready .paddle_next, .home_carousel.ready .paddle_prev {
    opacity: 1; }
    .ie .home_carousel.ready .scrollbar_outer, .ie .home_carousel.ready .paddle_next, .ie .home_carousel.ready .paddle_prev {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .home_carousel.ready .scrolling_inner {
    overflow: auto; }
  .home_carousel.on_right .paddle_next {
    opacity: 0;
    width: 0; }
    .ie .home_carousel.on_right .paddle_next {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .home_carousel.on_left .paddle_prev {
    opacity: 0;
    width: 0; }
    .ie .home_carousel.on_left .paddle_prev {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .home_carousel.no_scrollbar {
    padding-bottom: 0; }
    .home_carousel.no_scrollbar .paddle_next, .home_carousel.no_scrollbar .paddle_prev {
      display: none; }
    .home_carousel.no_scrollbar .scrollbar_outer {
      display: none; }
  .home_carousel .outline_button {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: inline-block;
    border-radius: 4px;
    text-decoration: none;
    padding: 3px 10px;
    font-size: 14px;
    letter-spacing: 0.025em;
    white-space: nowrap;
    border: 2px solid #cccccc;
    color: white;
    opacity: 0.6;
    margin-left: 10px; }
    .home_carousel .outline_button:hover {
      background: white;
      color: #333;
      color: white;
      background: #FA5C5C;
      border-color: #FA5C5C; }
    .home_carousel .outline_button:active {
      background: #e44949;
      border-color: #e44949; }
    .ie .home_carousel .outline_button {
      filter: alpha(opacity=60);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }
    .home_carousel .outline_button:hover {
      opacity: 1; }
      .ie .home_carousel .outline_button:hover {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .home_carousel h2 {
    margin-left: 20px;
    margin-bottom: 0;
    height: 40px; }
  .home_carousel .paddle_next, .home_carousel .paddle_prev {
    -webkit-transition: opacity 0.4s ease, width 0.2s ease;
    -moz-transition: opacity 0.4s ease, width 0.2s ease;
    -ms-transition: opacity 0.4s ease, width 0.2s ease;
    transition: opacity 0.4s ease, width 0.2s ease;
    opacity: 0;
    position: absolute;
    z-index: 2;
    top: 46px;
    width: 50px;
    height: 200px;
    cursor: pointer;
    overflow: hidden;
    background: #333; }
    .ie .home_carousel .paddle_next, .ie .home_carousel .paddle_prev {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    .home_carousel .paddle_next .paddle_center_area, .home_carousel .paddle_prev .paddle_center_area {
      position: absolute;
      top: 0;
      bottom: 25px;
      left: 0;
      right: 0;
      opacity: 0.6; }
      .ie .home_carousel .paddle_next .paddle_center_area, .ie .home_carousel .paddle_prev .paddle_center_area {
        filter: alpha(opacity=60);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }
      .home_carousel .paddle_next .paddle_center_area:hover, .home_carousel .paddle_prev .paddle_center_area:hover {
        opacity: 1; }
        .ie .home_carousel .paddle_next .paddle_center_area:hover, .ie .home_carousel .paddle_prev .paddle_center_area:hover {
          filter: alpha(opacity=100);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
      .home_carousel .paddle_next .paddle_center_area:after, .home_carousel .paddle_prev .paddle_center_area:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 20px;
        height: 37px;
        margin-left: -10px;
        margin-top: -18px; }
  .home_carousel .paddle_next {
    right: 0;
    background: linear-gradient(to right, rgba(51, 51, 51, 0) 0%, #333333 50%, #333333 100%); }
    .home_carousel .paddle_next .paddle_center_area:after {
      background-image: url("/static/images/carousel-arrow-right-white.png"); }
  .home_carousel .paddle_prev {
    left: 0;
    background: linear-gradient(to right, #333333 0%, #333333 50%, rgba(51, 51, 51, 0) 100%); }
    .home_carousel .paddle_prev .paddle_center_area:after {
      background-image: url("/static/images/carousel-arrow-left-white.png"); }
  .home_carousel .scrollbar_outer {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    position: absolute;
    bottom: 20px;
    right: 20px;
    left: 20px;
    height: 8px;
    background: rgba(0, 0, 0, 0.2); }
    .ie .home_carousel .scrollbar_outer {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    .home_carousel .scrollbar_outer:hover .scrollbar_inner, .home_carousel .scrollbar_outer .scrollbar_inner.dragging {
      background: #FA5C5C; }
    .home_carousel .scrollbar_outer .scrollbar_inner {
      -webkit-transition: background 0.2s ease;
      -moz-transition: background 0.2s ease;
      -ms-transition: background 0.2s ease;
      transition: background 0.2s ease;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 50%;
      background: rgba(250, 92, 92, 0.5); }
  .home_carousel .scrolling_outer {
    overflow: hidden; }
  .home_carousel .scrolling_inner {
    padding-top: 10px;
    white-space: nowrap;
    padding-left: 20px;
    padding-bottom: 50px;
    overflow: hidden; }
  .home_carousel .game_cell {
    white-space: normal; }

.my_games {
  padding: 0; }
  .my_games .blank_content {
    text-align: center; }
    .my_games .blank_content h3 {
      font-weight: normal;
      font-size: 22px;
      color: #666; }
    .my_games .blank_content .sub_links {
      margin-top: 15px;
      font-size: 14px; }
      .my_games .blank_content .sub_links a {
        color: #999; }
  .my_games .social_nag {
    margin: 20px 0; }
    .my_games .social_nag .icon-heart {
      color: #999; }
  .my_games .game_list .cover_image {
    float: left;
    margin-top: 1px;
    margin-left: 1px;
    height: 83px;
    width: 105px;
    border-right: 1px solid white;
    position: relative;
    background: #f5f5f5;
    box-shadow: inset -10px 0 10px -10px rgba(0, 0, 0, 0.25);
    background-size: cover;
    background-position: 50% 50%; }
    .my_games .game_list .cover_image .no_image {
      color: #979797;
      text-shadow: 1px 1px 0 white;
      position: absolute;
      text-align: center;
      font-style: italic;
      margin-top: -8px;
      top: 50%;
      left: 0;
      right: 0; }
  .my_games .game_list .game_row {
    height: 85px;
    margin-bottom: 10px;
    border: 1px solid #dadada;
    border-radius: 2px;
    overflow: hidden; }
  .my_games .game_list .game_title, .my_games .game_list .game_links {
    margin-left: 106px; }
  .my_games .game_list .game_title {
    font-size: 24px;
    padding: 10px;
    white-space: nowrap; }
    .my_games .game_list .game_title a {
      display: block;
      color: #444;
      text-decoration: none; }
      .my_games .game_list .game_title a:hover {
        text-decoration: underline; }
  .my_games .game_list .game_links {
    background: #eee;
    padding: 10px; }
  .my_games .game_list .publish_status {
    float: right; }
  .my_games .columns .left_col {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    width: 430px;
    margin-right: 20px; }
    .my_games .columns .left_col:last-child, .my_games .columns .left_col.last {
      margin-right: 0; }
  .my_games .columns .right_col {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    width: 430px;
    margin-right: 20px; }
    .my_games .columns .right_col:last-child, .my_games .columns .right_col.last {
      margin-right: 0; }
  .my_games .notification {
    border: 1px solid #dadada;
    display: block;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.5; }
    .my_games .notification:before {
      content: "Note:";
      font-weight: bold;
      margin-right: 5px;
      color: #333; }
    .my_games .notification .sub_link {
      color: #666; }
  .my_games .column_cell {
    margin-bottom: 20px; }
  .my_games .sale_list, .my_games .jam_list {
    font-size: 14px; }
    .my_games .sale_list li, .my_games .jam_list li {
      line-height: 1.6; }
    .my_games .sale_list .inactive a, .my_games .jam_list .inactive a {
      color: #666; }
  .my_games .header_notification {
    padding: 8px 40px;
    border-radius: 2px 2px 0 0;
    background: #f1f1f1;
    border-bottom: 1px solid #dadada;
    color: #444;
    font-size: 16px; }
  .my_games .graph_container {
    margin-left: -20px; }

.tag_bubble {
  background: #C2BDA7;
  box-shadow: 0 0 0 1px #ada689;
  color: white;
  text-shadow: 1px 1px 1px #988f6b;
  font-size: 13px;
  border-radius: 8px;
  padding: 1px 8px; }
  .tag_bubble a {
    text-decoration: none;
    color: white; }
  .tag_bubble.green {
    background: #A4D69B;
    box-shadow: 0 0 0 1px #84c777;
    text-shadow: 1px 1px 1px #64b853; }
  .tag_bubble.red {
    background: #FFB6B3;
    box-shadow: 0 0 0 1px #f28e8d;
    text-shadow: 1px 1px 1px #ff534d; }

.terms {
  width: 500px; }

.faq .text pre, .api_base .text pre, .terms .text pre {
  background: #222;
  color: white;
  padding: 10px;
  border-radius: 2px; }
.faq .text p, .api_base .text p, .terms .text p {
  font-size: 16px;
  line-height: 1.5;
  margin: 24px 0; }
.faq .text ul, .faq .text li, .api_base .text ul, .api_base .text li, .terms .text ul, .terms .text li {
  font-size: 16px; }
.faq .text h2, .api_base .text h2, .terms .text h2 {
  margin-top: 40px; }
.faq .text blockquote, .api_base .text blockquote, .terms .text blockquote {
  margin: 0;
  background: #efefef;
  border: 1px solid #dadada;
  border-radius: 6px; }
  .faq .text blockquote p, .api_base .text blockquote p, .terms .text blockquote p {
    margin: 10px; }

.api_base {
  padding: 0; }
  .api_base .text {
    padding: 0 40px 40px 40px; }
    .api_base .text p, .api_base .text ul {
      width: 500px; }
    .api_base .text .prettyprint {
      background: #222; }
    .api_base .text h3 {
      margin-top: 60px; }
      .api_base .text h3 code {
        display: block;
        margin: 25px 0 20px 0;
        background: #eee;
        box-shadow: 0 0 0 10px #EEE; }

.faq .text {
  width: 500px; }
.faq .navigation {
  width: 280px;
  float: right; }
  .faq .navigation a {
    display: block;
    line-height: 20px;
    margin-bottom: 10px; }
    .faq .navigation a:hover {
      background: #eee;
      box-shadow: 0 0 0 4px #eee;
      -webkit-transition: background 0.1s ease-in-out;
      -moz-transition: background 0.1s ease-in-out;
      transition: background 0.1s ease-in-out; }
.faq h2 {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .faq h2.highlight {
    background: #CEFC9C;
    box-shadow: 0 0 0 10px #CEFC9C; }

.graph_container {
  height: 180px;
  margin-bottom: 20px; }
  .graph_container .graph_popup {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    position: absolute;
    padding: 10px;
    border-radius: 10px;
    top: 0;
    left: 0; }
    .graph_container .graph_popup .popup_date {
      font-weight: bold; }
  .graph_container .axis path, .graph_container .axis line {
    fill: none;
    stroke: #888;
    shape-rendering: crispEdges; }
  .graph_container .axis text {
    fill: #333; }
  .graph_container .x_guides, .graph_container .y_guides {
    stroke: #ddd;
    fill: none;
    shape-rendering: crispEdges; }
  .graph_container .graph path {
    fill: rgba(255, 128, 128, 0.5);
    stroke: rgba(255, 128, 128, 0.8); }
  .graph_container .popup_trigger:hover circle {
    fill: white;
    stroke-width: 3; }
  .graph_container .popup_trigger circle {
    fill: white;
    stroke: #ff6c6c; }
  .graph_container .popup_trigger .hitbox {
    fill: black;
    opacity: 0; }
  .graph_container .label circle {
    fill: white;
    stroke: #ff6c6c; }
  .graph_container .label text {
    color: #444; }

/* css for timepicker */
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px; }

.ui-timepicker-div dl {
  text-align: left; }

.ui-timepicker-div dl dt {
  height: 25px;
  margin-bottom: -25px; }

.ui-timepicker-div dl dd {
  margin: 0 10px 10px 65px; }

.ui-timepicker-div td {
  font-size: 90%; }

.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0; }

.ui-timepicker-rtl {
  direction: rtl; }

.ui-timepicker-rtl dl {
  text-align: right; }

.ui-timepicker-rtl dl dd {
  margin: 0 65px 10px 10px; }

/* end css for timepicker */
.no_games_for_sale p {
  font-size: 16px;
  line-height: 1.5; }

.edit_sale_form {
  padding: 0; }
  .edit_sale_form.has_errors .form_errors {
    display: block; }
  .edit_sale_form.loading .loader {
    display: inline-block; }
  .edit_sale_form.loading .buttons a {
    display: none; }
  .edit_sale_form.is_bundle .bundle_min_price_row {
    display: block; }
  .edit_sale_form.disable_bundle .bundle_disabled_message {
    display: block; }
  .edit_sale_form.disable_bundle .bundle_enabled_fields {
    display: none; }
  .edit_sale_form .input_row {
    margin-bottom: 25px; }
  .edit_sale_form .bundle_disabled_message {
    display: none;
    color: #666; }
  .edit_sale_form .bundle_min_price_row {
    display: none;
    margin-top: 10px; }
    .edit_sale_form .bundle_min_price_row .suggested_bundle_price {
      font-weight: bold; }
  .edit_sale_form .bundle_toggle {
    display: inline-block;
    margin-top: 10px; }
  .edit_sale_form p.directions {
    margin: 0 0 30px 0;
    font-size: 16px;
    line-height: 1.5;
    max-width: 666px; }
  .edit_sale_form .form_errors {
    display: none;
    margin-bottom: 30px;
    color: #D14343; }
  .edit_sale_form .loader {
    display: none; }
  .edit_sale_form .duration_row .date_picker {
    display: inline-block;
    width: 150px;
    margin-right: 20px; }
  .edit_sale_form .duration_row .duration_label {
    margin-right: 8px;
    color: #666; }
  .edit_sale_form .rate_slider_outer {
    display: inline-block;
    vertical-align: middle;
    width: 300px;
    margin: 10px 20px 10px 0; }
  .edit_sale_form .rate_value {
    font-size: 24px; }
  .edit_sale_form .game_list {
    margin: 20px 0;
    width: 550px; }
    .edit_sale_form .game_list .game_row {
      display: block;
      padding: 2px 0; }
      .edit_sale_form .game_list .game_row input {
        margin-right: 6px; }
      .edit_sale_form .game_list .game_row .game_title {
        margin-right: 10px; }
      .edit_sale_form .game_list .game_row .game_price {
        color: #666; }
      .edit_sale_form .game_list .game_row:hover {
        background: #F3F3F3;
        border-radius: 3px; }
  .edit_sale_form .redactor-box {
    width: 540px; }

.purchase_status.failed .failed_message.hidden {
  display: block; }
.purchase_status.failed .loading_message {
  display: none; }
.purchase_status .failed_message.hidden {
  display: none; }

.donation_complete .icon-heart {
  color: #EC4E61;
  vertical-align: top;
  margin-left: 4px;
  font-size: 16px; }
.donation_complete p {
  font-size: 16px;
  line-height: 1.5; }

.game_grid .game_cell {
  display: inline-block;
  position: relative;
  vertical-align: top;
  text-align: left;
  margin: 0 20px 40px 0; }
  .game_grid .game_cell .game_thumb {
    background-color: white;
    background-position: 50% 50%;
    background-size: cover;
    display: block;
    position: relative;
    width: 315px;
    height: 250px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.13), inset 0 0 0 1px white; }
    .game_grid .game_cell .game_thumb .no_cover_text {
      color: #dadada;
      font-size: 120px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -60px;
      margin-top: -65px; }
  .game_grid .game_cell .game_cell_tools {
    position: absolute;
    top: 5px;
    right: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease, top 0.2s ease;
    -moz-transition: opacity 0.2s ease, top 0.2s ease;
    -ms-transition: opacity 0.2s ease, top 0.2s ease;
    transition: opacity 0.2s ease, top 0.2s ease; }
    .ie .game_grid .game_cell .game_cell_tools {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    .game_grid .game_cell .game_cell_tools .action_btn {
      -moz-user-select: none;
      -webkit-user-select: none;
      user-select: none;
      display: inline-block;
      background: black;
      background: rgba(30, 30, 30, 0.5);
      color: #eee;
      font-size: 12px;
      border: 1px solid rgba(10, 10, 10, 0.5);
      border-radius: 2px;
      padding: 2px 4px;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
      cursor: pointer;
      box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
      margin-bottom: 10px;
      text-decoration: none;
      border: 4px solid #DD4A4A;
      background: rgba(30, 30, 30, 0.8);
      font-size: 14px;
      box-shadow: none;
      border-radius: 3px; }
      .game_grid .game_cell .game_cell_tools .action_btn .icon {
        margin-right: 5px; }
      .game_grid .game_cell .game_cell_tools .action_btn:hover {
        background: rgba(38, 38, 38, 0.5); }
      .game_grid .game_cell .game_cell_tools .action_btn:hover {
        border-color: #e15f5f;
        background: rgba(40, 40, 40, 0.8); }
  .game_grid .game_cell:hover .game_cell_tools {
    top: 10px;
    opacity: 1; }
    .ie .game_grid .game_cell:hover .game_cell_tools {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .game_grid .game_cell.image_loading .game_cell_tools {
    opacity: 0; }
    .ie .game_grid .game_cell.image_loading .game_cell_tools {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .game_grid .game_cell .thumb_link {
    text-decoration: none; }
  .game_grid .game_cell .game_title {
    font-size: 18px;
    margin-top: 10px;
    line-height: 24px;
    margin-bottom: 3px; }
    .game_grid .game_cell .game_title a.title {
      font-weight: bold;
      text-decoration: none;
      margin-right: 6px; }
  .game_grid .game_cell .game_author {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    margin-bottom: 6px; }
    .game_grid .game_cell .game_author a {
      color: #666;
      text-decoration: none; }
      .game_grid .game_cell .game_author a:hover {
        text-decoration: underline; }
  .game_grid .game_cell .game_genre, .game_grid .game_cell .game_platform, .game_grid .game_cell .game_text, .game_grid .game_cell .game_sale {
    font-size: 14px;
    margin-bottom: 2px;
    color: #999; }
  .game_grid .game_cell .game_sale {
    font-weight: bold;
    color: #333; }
  .game_grid .game_cell .game_text {
    color: #444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .game_grid .game_cell .price_flag {
    display: inline-block;
    vertical-align: top;
    height: 18px;
    line-height: 18px;
    background: #24C091;
    color: white;
    text-shadow: 1px 1px 1px #1c956f;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 13px; }
    .game_grid .game_cell .price_flag .icon {
      vertical-align: top;
      margin-left: 5px; }
    .game_grid .game_cell .price_flag:hover {
      background: #26c995; }
    .game_grid .game_cell .price_flag:active {
      background: #22b788; }
  .game_grid .game_cell .sale_flag {
    display: inline-block;
    vertical-align: top;
    background: #FFC200;
    height: 22px;
    border-radius: 3px; }
    .game_grid .game_cell .sale_flag:hover {
      background: #ffc929; }
      .game_grid .game_cell .sale_flag:hover .price_flag {
        background: #26c995; }
    .game_grid .game_cell .sale_flag .price_flag {
      border-radius: 3px 0 0 3px;
      border-right: 1px solid #67e3bc; }
    .game_grid .game_cell .sale_flag .sale_amount {
      display: inline-block;
      vertical-align: top;
      height: 18px;
      line-height: 18px;
      padding: 2px 6px;
      font-size: 13px;
      color: white;
      text-shadow: 1px 1px 1px #b38600;
      border-left: 2px solid #E2AC00; }
      .game_grid .game_cell .sale_flag .sale_amount:first-child {
        border-left: 0; }

.game_list {
  white-space: nowrap; }
  .game_list .game_cell {
    width: 200px;
    white-space: normal;
    margin-bottom: 20px; }
    .game_list .game_cell .game_thumb {
      width: 200px;
      height: 158px; }
    .game_list .game_cell .price_flag, .game_list .game_cell .game_text, .game_list .game_cell .game_genre, .game_list .game_cell .game_platform, .game_list .game_cell .game_sale {
      display: none; }

.add_game_to_jam_lightbox {
  width: 450px;
  padding-bottom: 10px; }
  .add_game_to_jam_lightbox.has_fields {
    width: 600px; }
  .add_game_to_jam_lightbox h3 {
    margin: 30px 40px 20px 40px;
    color: #333; }
  .add_game_to_jam_lightbox p {
    margin: 20px 40px;
    font-size: 16px;
    line-height: 1.5; }
  .add_game_to_jam_lightbox.submitted .on_init {
    display: none; }
  .add_game_to_jam_lightbox.submitted .on_success {
    display: block; }
  .add_game_to_jam_lightbox .loader {
    display: none; }
  .add_game_to_jam_lightbox .on_success {
    display: none; }
  .add_game_to_jam_lightbox .form {
    margin: 20px 40px; }
    .add_game_to_jam_lightbox .form h3 {
      margin: 0 0 20px 0; }
    .add_game_to_jam_lightbox .form input.button {
      margin: 0; }
  .add_game_to_jam_lightbox .or_split {
    margin: 0 5px;
    color: #666;
    font-style: italic; }
  .add_game_to_jam_lightbox .field_row p {
    margin: 10px 0; }
  .add_game_to_jam_lightbox .field_row input[type="text"], .add_game_to_jam_lightbox .field_row textarea {
    width: 400px; }

.add_game_to_jam_form .badges_input .badge_picker {
  border: 1px solid #dadada;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 15px 10px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  cursor: pointer;
  white-space: nowrap; }
  .add_game_to_jam_form .badges_input .badge_picker:hover {
    background-color: #f7f7f7; }
.add_game_to_jam_form .badges_input .badge_toggle, .add_game_to_jam_form .badges_input .badge_image, .add_game_to_jam_form .badges_input .badge_summary {
  display: inline-block;
  vertical-align: middle;
  white-space: normal; }
.add_game_to_jam_form .badges_input .badge_image {
  margin: 0 25px 0 20px; }
.add_game_to_jam_form .badges_input .badge_summary {
  max-width: 300px;
  font-size: 14px;
  line-height: 1.5;
  vertical-align: top; }
  .add_game_to_jam_form .badges_input .badge_summary p {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 16px; }

.jam_rate_summary ul {
  font-size: 16px;
  line-height: 1.5; }

.view_jam_classic {
  padding: 0; }
  .view_jam_classic.before_start .countdown_row {
    display: block; }
  .view_jam_classic.before_start .ends_in, .view_jam_classic.before_start .ended {
    display: none; }
  .view_jam_classic.during_jam .countdown_row {
    display: block; }
  .view_jam_classic.during_jam .ended, .view_jam_classic.during_jam .starts_in {
    display: none; }
  .view_jam_classic.after_end .countdown_row {
    display: block; }
  .view_jam_classic.after_end .ends_in, .view_jam_classic.after_end .starts_in, .view_jam_classic.after_end .countdown {
    display: none; }
  .view_jam_classic .countdown_row {
    display: none; }
  .view_jam_classic .twitter_widget {
    float: right;
    margin-top: 30px;
    margin-right: 40px;
    width: 300px; }
  .view_jam_classic .jam_content {
    padding: 0 40px 20px 40px; }
    .view_jam_classic .jam_content.upper {
      margin-right: 350px; }
    .view_jam_classic .jam_content ul li, .view_jam_classic .jam_content ol li {
      margin: 8px 0; }
  .view_jam_classic .game_grid {
    padding-left: 40px;
    padding-right: 20px; }
  .view_jam_classic .sub {
    color: #666; }
  .view_jam_classic .countdown_row {
    margin-top: 10px;
    color: #aaa; }
  .view_jam_classic .countdown {
    display: inline-block; }
    .view_jam_classic .countdown .countdown_section {
      vertical-align: middle;
      display: inline-block;
      margin: 5px 12px;
      margin-right: 0;
      font-size: 12px;
      color: #666;
      font-style: italic;
      border-left: 2px solid #e6e6e6;
      padding-left: 10px; }
    .view_jam_classic .countdown .countdown_amount {
      color: #fff;
      font-size: 18px;
      font-weight: bold;
      font-style: normal; }

.saltw_jam.saltw_winter_jam .page_header {
  background-image: url(//i.imgur.com/TNnHzms.png);
  background-size: cover;
  height: auto; }
  .saltw_jam.saltw_winter_jam .page_header h2 {
    color: white; }
  .saltw_jam.saltw_winter_jam .page_header .block {
    background: rgba(0, 0, 0, 0.7); }
    .saltw_jam.saltw_winter_jam .page_header .block p {
      color: #ddd; }
  .saltw_jam.saltw_winter_jam .page_header .countdown_row {
    color: white; }
  .saltw_jam.saltw_winter_jam .page_header .countdown .countdown_section {
    color: #ddd; }
.saltw_jam.saltw_winter_jam .theme_banner {
  text-align: center; }
.saltw_jam .video_header video {
  width: 960px;
  height: 540px;
  display: block; }
.saltw_jam .page_header {
  position: relative;
  overflow: hidden;
  height: 540px;
  background: black url("//commondatastorage.googleapis.com/itchio/misc/swjam.png"); }
  .saltw_jam .page_header .block {
    display: inline-block;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 20px;
    margin: 0;
    margin-bottom: 10px;
    text-shadow: 0 0 2px black; }
    .saltw_jam .page_header .block.top_block {
      margin-top: 50px; }
    .saltw_jam .page_header .block.bottom_block {
      margin-bottom: 50px; }
  .saltw_jam .page_header h1, .saltw_jam .page_header h2, .saltw_jam .page_header p {
    color: white;
    font-weight: normal;
    margin: 0; }
  .saltw_jam .page_header p {
    width: 400px;
    color: #ccc; }
  .saltw_jam .page_header h1 {
    font-size: 48px; }
    .saltw_jam .page_header h1 a {
      color: white;
      text-decoration: none;
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      -ms-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out; }
      .saltw_jam .page_header h1 a:hover {
        background: rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2); }
  .saltw_jam .page_header h2, .saltw_jam .page_header p {
    font-size: 16px; }
  .saltw_jam .page_header h2 {
    color: #888; }
  .saltw_jam .page_header em {
    color: #01BE5C; }
  .saltw_jam .page_header p a {
    color: #01BE5C; }
  .saltw_jam .page_header .button_row {
    margin-top: 20px; }
  .saltw_jam .page_header .social_buttons {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle; }
  .saltw_jam .page_header .header_overlay {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0; }
.saltw_jam .please_join_us {
  border: 1px solid #E2E2E2;
  margin: 20px 40px;
  background: #F3F3F3; }
  .saltw_jam .please_join_us p {
    margin: 20px; }
  .saltw_jam .please_join_us .join_row {
    text-align: center; }
  .saltw_jam .please_join_us .quote {
    font-size: 16px; }
    .saltw_jam .please_join_us .quote:before {
      content: "“";
      font-weight: normal;
      color: #999; }
    .saltw_jam .please_join_us .quote:after {
      content: "”";
      font-weight: normal;
      color: #999; }
.saltw_jam .youtube_video {
  width: 800px;
  margin: 20px auto; }

.edit_jam {
  padding: 0; }
  .edit_jam.has_errors .form_errors {
    display: block; }
  .edit_jam.fields_disabled .field_picker .button {
    display: none; }
  .edit_jam.fields_disabled .fields_blocked {
    display: block; }
  .edit_jam.criteria_disabled .criteria_picker .button {
    display: none; }
  .edit_jam.criteria_disabled .criteria_blocked {
    display: block; }
  .edit_jam.type_non_ranked .date_row_voting_end_date {
    display: none; }
  .edit_jam.type_non_ranked .criteria_picker_row {
    display: none; }
  .edit_jam .top_columns {
    font-size: 0; }
    .edit_jam .top_columns .column_left_inputs, .edit_jam .top_columns .column_right_inputs {
      display: inline-block;
      vertical-align: top;
      font-size: 13px; }
  .edit_jam form.loading .loader {
    display: inline-block; }
  .edit_jam form.loading .view_jam_link {
    display: none; }
  .edit_jam .loader {
    margin-right: 10px;
    display: none; }
  .edit_jam .CodeMirror {
    border: 1px solid #aaa;
    border-radius: 2px;
    margin: 6px 0;
    box-shadow: 0 0 0 1px #FFF, 0px 0px 1px 2px #BEBEBE; }
  .edit_jam .field_picker, .edit_jam .criteria_picker {
    color: #999; }
    .edit_jam .field_picker a, .edit_jam .criteria_picker a {
      color: #666; }
  .edit_jam .criteria_picker input[type=text] {
    width: 300px;
    margin-right: 10px; }
  .edit_jam .field_row, .edit_jam .criteria_row {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transition: top 0.4s ease-in-out, left 0.4s ease-in-out;
    -moz-transition: top 0.4s ease-in-out, left 0.4s ease-in-out;
    -ms-transition: top 0.4s ease-in-out, left 0.4s ease-in-out;
    transition: top 0.4s ease-in-out, left 0.4s ease-in-out;
    border: 1px solid #dadada;
    border-radius: 3px;
    margin: 10px 0 20px 0;
    padding: 10px;
    width: 542px; }
  .edit_jam .field_row.has_data .data_row {
    display: block; }
  .edit_jam .field_row .data_row {
    display: none; }
  .edit_jam .criteria_blocked, .edit_jam .fields_blocked {
    display: none;
    color: #444; }
  .edit_jam .domain_wrapper {
    position: relative; }
    .edit_jam .domain_wrapper .domain {
      -moz-user-select: none;
      -webkit-user-select: none;
      user-select: none;
      font-size: 16px;
      color: #999;
      position: absolute;
      top: 0;
      left: 0;
      padding: 8px 0 0 8px;
      margin: 6px 0 0 6px; }
  .edit_jam input[type=checkbox] {
    margin-left: 0; }
  .edit_jam .padded {
    padding-left: 0;
    padding-right: 0; }
    .edit_jam .padded .warning_box {
      margin: 0 0 20px 0; }
      .edit_jam .padded .warning_box p {
        font-size: 16px;
        line-height: 1.5;
        max-width: 600px; }
      .edit_jam .padded .warning_box :last-child {
        margin-bottom: 0; }
  .edit_jam .input_row {
    margin-left: 40px;
    margin-right: 40px; }
  .edit_jam .buttons {
    border-top: 1px solid #dadada;
    padding: 20px 40px 0 40px;
    margin-top: 30px; }
  .edit_jam .form_errors {
    display: none;
    margin: 0 40px 30px 40px;
    font-size: 16px; }
    .edit_jam .form_errors li {
      line-height: 1.5; }
  .edit_jam .about_jams {
    margin: 0 40px 30px 40px;
    font-size: 16px; }
    .edit_jam .about_jams p {
      max-width: 600px;
      font-size: 16px;
      line-height: 1.5;
      margin: 0 0 20px 0; }

.view_sale {
  padding: 0; }
  .view_sale .sale_header {
    margin-bottom: 20px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 20px;
    position: relative;
    overflow: hidden; }
    .view_sale .sale_header h1 {
      margin: 30px 200px 10px 40px;
      font-size: 26px; }
    .view_sale .sale_header .sale_decor {
      position: absolute;
      right: 40px;
      top: 15px;
      font-size: 125px;
      color: #E2E2E2; }
    .view_sale .sale_header .sale_author, .view_sale .sale_header .sale_meta {
      line-height: 1.5;
      font-size: 16px;
      margin: 0 40px; }
    .view_sale .sale_header .social_buttons {
      height: 23px;
      margin: 20px 40px 0 40px; }
  .view_sale p {
    margin: 0 40px 20px 40px;
    line-height: 1.5; }
  .view_sale .formatted hr {
    margin: 20px 40px; }
  .view_sale .formatted ol, .view_sale .formatted ul {
    margin: 20px 40px; }
  .view_sale .admin_panel {
    padding: 8px 40px;
    border-radius: 2px 2px 0 0;
    background: #f1f1f1;
    color: #444;
    font-size: 16px; }
    .view_sale .admin_panel strong {
      color: #666; }
    .view_sale .admin_panel a {
      color: #444;
      margin-left: 5px; }
  .view_sale .sale_author {
    color: #666; }
    .view_sale .sale_author a {
      color: #666; }
      .view_sale .sale_author a:hover {
        color: #444; }
  .view_sale .sale_meta {
    color: #666; }
    .view_sale .sale_meta strong {
      color: #222; }
  .view_sale .game_grid {
    margin: 30px 20px 30px 40px; }
  .view_sale .game_grid.single_item {
    text-align: center; }
  .view_sale .bundle_seller {
    text-align: center;
    margin-bottom: 20px; }
    .view_sale .bundle_seller .bundle_info {
      border: 1px solid #dadada;
      width: 300px;
      display: inline-block;
      font-size: 16px;
      line-height: 1.5;
      padding: 10px;
      border-radius: 2px; }
    .view_sale .bundle_seller .button {
      vertical-align: top;
      margin: 0; }
    .view_sale .bundle_seller .savings_label {
      font-size: 14px;
      color: #666;
      padding-top: 6px; }
      .view_sale .bundle_seller .savings_label .savings {
        margin-left: 2px;
        font-weight: bold;
        color: #444; }
  .view_sale .goal_banner {
    padding: 0 40px;
    margin: 20px 0; }
    .view_sale .goal_banner .center_column {
      margin: 0;
      min-height: 0; }
    .view_sale .goal_banner .primary_stat .stat_value {
      font-size: 30px; }

.photo_header {
  background: url("//commondatastorage.googleapis.com/itchio/static/images/stock.jpg");
  background-size: cover;
  background-position: 50% 60%;
  border-bottom: 1px solid #FFF;
  box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.25);
  padding: 40px 0; }
  .photo_header .inner_column {
    position: relative; }
  .photo_header .user_panel {
    top: -13px; }
  .photo_header h1 {
    margin: 0;
    font-size: 32px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
    height: 38px;
    position: absolute;
    top: -28px;
    left: -12px; }
    .photo_header h1 a {
      display: block;
      text-decoration: none;
      color: #eee;
      width: 200px;
      height: 79px;
      background-image: url("//commondatastorage.googleapis.com/itchio/static/images/itchio-200.png"); }
  .photo_header .messaging {
    border-radius: 2px;
    color: white;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    margin-right: 450px;
    padding-top: 60px; }
    .photo_header .messaging h2 {
      color: white;
      font-size: 34px;
      font-weight: normal;
      margin: 0;
      margin-bottom: 20px; }
    .photo_header .messaging p {
      font-size: 16px;
      margin: 0;
      margin-top: 15px;
      line-height: 1.5; }
  .photo_header .button {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    margin-right: 10px; }
  .photo_header a {
    color: white; }
  .photo_header #screencast {
    position: absolute;
    right: 0;
    top: 75px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 10px rgba(0, 0, 0, 0.5);
    border: 4px solid rgba(0, 0, 0, 0);
    border-radius: 2px; }

.developers {
  position: relative;
  padding: 35px;
  margin: 4px;
  border: 1px dashed #E0E0E0;
  border-radius: 2px; }
  .developers .fancy {
    font-family: serif;
    color: #444;
    font-style: italic;
    font-size: 14px;
    margin-top: 3px; }
  .developers .divider {
    width: 400px;
    margin: 25px auto;
    border-top: 1px dashed #ccc; }
  .developers .guide {
    position: relative;
    *zoom: 1;
    margin-bottom: 40px; }
    .developers .guide:before, .developers .guide:after {
      content: " ";
      display: table; }
    .developers .guide:after {
      clear: both; }
    .developers .guide.right_guide .image {
      float: right; }
    .developers .guide.right_guide .text {
      margin-left: 0;
      margin-right: 500px; }
    .developers .guide .new_ribbon {
      position: absolute;
      top: -14px;
      left: 360px;
      width: 89px;
      height: 101px;
      background-image: url("/static/images/new_ribbon.png"); }
    .developers .guide .image {
      float: left;
      background-color: #d0d0d0;
      background-image: linear-gradient(bottom, #c4c4c4 0%, #ddd 100%);
      background-image: -webkit-linear-gradient(bottom, #c4c4c4 0%, #ddd 100%);
      background-image: -moz-linear-gradient(bottom, #c4c4c4 0%, #ddd 100%);
      background-image: -o-linear-gradient(bottom, #c4c4c4 0%, #ddd 100%);
      background-image: -ms-linear-gradient(bottom, #c4c4c4 0%, #ddd 100%);
      width: 450px;
      height: 250px;
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5), inset 0 0 40px rgba(0, 0, 0, 0.2), 0 0 0 3px white, 0 0 0 4px #ccc;
      border: 1px solid #777;
      border-radius: 2px; }
    .developers .guide .text {
      margin-left: 500px;
      margin-top: 50px;
      text-align: left; }
      .developers .guide .text h3 {
        color: #444;
        font-size: 28px;
        margin: 0;
        font-weight: normal; }
        .developers .guide .text h3 .icon {
          margin-right: 8px;
          color: #9E9E9E; }
      .developers .guide .text p {
        color: #666;
        font-size: 16px;
        line-height: 1.5;
        margin: 15px 0; }
  .developers .register_form {
    margin-top: 20px; }
    .developers .register_form h2 {
      font-size: 28px;
      font-weight: normal;
      text-align: center; }
    .developers .register_form .form_columns {
      font-size: 0; }
      .developers .register_form .form_columns .col {
        display: inline-block;
        vertical-align: top;
        font-size: 13px;
        width: 430px;
        margin-right: 20px; }
        .developers .register_form .form_columns .col:last-child, .developers .register_form .form_columns .col.last {
          margin-right: 0; }
    .developers .register_form .text_input {
      width: 400px; }

.developers_game_jams .jam_examples {
  text-align: center;
  margin: 40px 0; }
  .developers_game_jams .jam_examples.multi img {
    width: 200px; }
  .developers_game_jams .jam_examples img {
    width: 400px;
    padding: 10px;
    border: 1px solid #DADADA; }

.index_sticky_bar {
  position: fixed;
  top: -60px;
  left: 0;
  right: 0;
  padding: 10px;
  z-index: 1;
  background: white;
  border-bottom: 1px solid #aaa;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  -webkit-transition: top 0.2s ease;
  -moz-transition: top 0.2s ease;
  -ms-transition: top 0.2s ease;
  transition: top 0.2s ease; }
  .index_sticky_bar.is_wide {
    padding: 10px 20px; }
    .index_sticky_bar.is_wide .sticky_bar_inner {
      width: auto; }
  .show_sticky_bar .index_sticky_bar {
    top: 0; }
  .index_sticky_bar .sticky_bar_inner {
    width: 960px;
    position: relative;
    margin: 0 auto;
    font-size: 16px; }
  .index_sticky_bar .login_link {
    color: #666; }
    .index_sticky_bar .login_link:hover {
      color: #777; }
  .index_sticky_bar .sticky_logo {
    margin-right: 20px;
    vertical-align: top;
    margin-top: 2px; }
  .index_sticky_bar .decor {
    margin: 0 6px 0 12px;
    color: #999;
    font-style: italic; }
  .index_sticky_bar .button {
    font-size: 16px;
    letter-spacing: 0.025em;
    padding: 0 15px; }
  .index_sticky_bar .social_buttons {
    position: absolute;
    top: 8px;
    right: 0px; }
    .index_sticky_bar .social_buttons .fb-like {
      margin-right: 30px; }

.developers_inside {
  padding: 0; }
  .developers_inside.logged_in .on_logged_out {
    display: none; }
  .developers_inside.logged_out .on_logged_in {
    display: none; }
  .developers_inside .image_header {
    border-radius: 2px 2px 0 0;
    background: #333;
    background-image: url("//commondatastorage.googleapis.com/itchio/static/images/stock_blue.jpg");
    background-position: 50% 50%;
    height: 200px;
    position: relative; }
    .developers_inside .image_header h1 {
      font-weight: bold;
      color: white;
      font-size: 38px;
      text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6), 0 0 20px black;
      width: 550px;
      margin: 0;
      position: absolute;
      bottom: 20px;
      left: 40px; }
    .developers_inside .image_header img {
      position: absolute;
      right: 15px;
      bottom: 3px; }
    .developers_inside .image_header .new_ribbon {
      position: absolute;
      top: -14px;
      left: 862px;
      width: 89px;
      height: 101px;
      background-image: url("/static/images/new_ribbon.png"); }
  .developers_inside .tab_columns {
    margin: 40px; }
  .developers_inside .text_content h2 {
    font-size: 28px;
    font-weight: normal;
    margin-top: 45px;
    margin-bottom: 20px; }
    .developers_inside .text_content h2.top_header {
      margin-top: 0; }
  .developers_inside .text_content h3 {
    font-size: 18px;
    line-height: 1.5; }
  .developers_inside .text_content p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 24px 0; }
  .developers_inside .text_content ul {
    margin: 2em 0; }
    .developers_inside .text_content ul li {
      font-size: 16px;
      line-height: 1.8; }
  .developers_inside .text_content iframe {
    margin: 20px 0;
    display: block; }
  .developers_inside .text_content .social_nag {
    margin-top: 80px;
    border-top: 1px solid #dadada;
    padding-top: 20px; }
  .developers_inside .image_holder {
    background: white;
    border: 1px solid #dadada; }
  .developers_inside .aside_image {
    float: right;
    margin: 0 0 40px 40px; }
    .developers_inside .aside_image img {
      background: white;
      border: 1px solid #dadada; }
    .developers_inside .aside_image .image_holder {
      background-size: cover; }
    .developers_inside .aside_image.aside_left {
      float: left;
      margin: 0 40px 40px 0; }
  .developers_inside .promo_image {
    display: inline-block;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 4px; }
  .developers_inside .promo_images {
    margin: 45px 0;
    text-align: center;
    white-space: nowrap; }
    .developers_inside .promo_images .promo_image {
      vertical-align: top;
      margin-right: 10px; }
      .developers_inside .promo_images .promo_image:last-child {
        margin-right: 0; }
    .developers_inside .promo_images .image_holder {
      width: 220px;
      height: 130px; }
  .developers_inside .button_row {
    text-align: center;
    border-bottom: 1px dashed #dadada;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px; }
    .developers_inside .button_row.bottom {
      border-bottom: 0;
      padding-bottom: 0; }
  .developers_inside .sub {
    margin-top: 10px;
    color: #666;
    font-style: italic; }
  .developers_inside .index_sticky_bar .social_buttons {
    top: 0px; }
  .developers_inside .index_sticky_bar .page_title {
    font-weight: bold;
    font-size: 18px; }

.support {
  padding: 0; }
  .support .support_widget {
    margin-bottom: 20px; }
  .support p {
    font-size: 16px;
    line-height: 1.5;
    max-width: 600px; }
  .support .site_donator h3 {
    margin: 20px 0 10px 0; }
  .support .support_widget {
    display: inline-block;
    border: 1px solid #dadada;
    padding: 5px 10px; }

.embed_game {
  padding: 0; }
  .embed_game .embed_container {
    margin: 20px 0; }
  .embed_game .embed_options {
    margin: 10px 0; }
    .embed_game .embed_options .options_label {
      margin-right: 10px; }
    .embed_game .embed_options label {
      margin-right: 10px; }
    .embed_game .embed_options strong {
      color: #444; }
    .embed_game .embed_options input[type="checkbox"] {
      vertical-align: middle; }
  .embed_game .embed_code {
    margin: 10px 0;
    width: 552px;
    height: 60px;
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .embed_game .embed_directions {
    width: 552px;
    font-size: 13px;
    color: #666; }
    .embed_game .embed_directions strong {
      color: #444; }
  .embed_game .padded h2 {
    margin-top: 40px; }
  .embed_game .padded p {
    margin-top: 0;
    font-size: 16px;
    width: 600px;
    line-height: 1.5; }
  .embed_game .warning_box {
    padding-bottom: 0; }

.export_purchases .range_form_outer {
  margin: 40px 0; }
  .export_purchases .range_form_outer.has_purchases .found_purchases {
    display: table; }
  .export_purchases .range_form_outer.no_results .found_purchases p {
    display: none; }
  .export_purchases .range_form_outer.is_plural .plural {
    display: inline-block; }
  .export_purchases .range_form_outer.is_plural .singular {
    display: none; }
  .export_purchases .range_form_outer .plural {
    display: none; }
  .export_purchases .range_form_outer .found_purchases {
    display: none;
    margin: 20px 0; }
.export_purchases .horiz_inputs {
  margin-bottom: 20px; }
  .export_purchases .horiz_inputs .input_row {
    vertical-align: top;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0; }
    .export_purchases .horiz_inputs .input_row:last-child {
      margin-right: 0; }
  .export_purchases .horiz_inputs input.date_picker {
    width: 200px; }
.export_purchases form .loader {
  display: none; }
.export_purchases form.loading .loader {
  display: inline-block; }

.game_mail {
  padding: 0; }
  .game_mail h3 {
    margin-top: 30px; }
  .game_mail p {
    width: 600px;
    font-size: 16px;
    margin: 0 0 20px 0;
    line-height: 1.5; }

.edit_mail {
  padding: 0; }
  .edit_mail p {
    line-height: 1.5;
    font-size: 16px;
    margin: 0 0 20px 0; }
  .edit_mail .email_preview.show_download_link div.with_download_link {
    display: block; }
  .edit_mail .email_preview .with_download_link {
    display: none; }
  .edit_mail .email_preview .preview_outer {
    font-size: 16px;
    line-height: 1.5;
    border: 1px solid #dadada;
    margin: 20px 0;
    border-radius: 3px; }
  .edit_mail .email_preview .preview_subject {
    border-bottom: 1px solid #dadada;
    padding: 10px;
    font-weight: bold;
    color: #555; }
  .edit_mail .email_preview .preview_body {
    min-height: 10px;
    padding: 0 10px; }
    .edit_mail .email_preview .preview_body .body_drop {
      padding-bottom: 10px; }
  .edit_mail .email_preview p {
    margin: 10px 0; }
    .edit_mail .email_preview p.sub {
      font-size: 0.8em;
      color: #666; }
      .edit_mail .email_preview p.sub a {
        color: #444; }
  .edit_mail .email_preview h1, .edit_mail .email_preview h2, .edit_mail .email_preview h3, .edit_mail .email_preview h4 {
    font-size: 16px;
    margin: 10px 0; }
  .edit_mail .email_preview h1, .edit_mail .email_preview h2 {
    font-size: 18px; }
  .edit_mail .email_preview hr {
    border: 0;
    height: 1px;
    background: #dadada; }
  .edit_mail .right_buttons {
    float: right; }
  .edit_mail .button_row button {
    margin: 0; }

.unsubscribe_email p {
  font-size: 16px;
  line-height: 1.5; }
.unsubscribe_email button {
  margin: 0; }

.user_register, .user_login {
  padding: 0; }
  .user_register .form_errors, .user_login .form_errors {
    margin-bottom: 40px;
    font-size: 16px; }

.user_register .user_configurator {
  border: 1px solid #dadada;
  padding: 10px;
  border-radius: 2px;
  margin-bottom: 20px; }
  .user_register .user_configurator strong {
    display: block;
    margin-bottom: 10px; }
  .user_register .user_configurator p {
    margin: 0;
    color: #666;
    line-height: 1.5; }
.user_register .form_column {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-right: 1px solid #dadada;
  padding: 40px;
  margin: 0;
  width: 50%; }
  .user_register .form_column .text_input {
    width: 380px; }
.user_register .about_column {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-left: 1px solid #dadada;
  position: relative;
  left: -1px;
  padding: 40px;
  width: 50%; }
  .user_register .about_column h2 {
    font-weight: normal;
    font-size: 18px;
    margin: 0 0 20px 0; }
  .user_register .about_column p {
    font-size: 14px;
    margin: 0 0 20px 0;
    line-height: 1.5; }

.itch_changelog .changelog_content p, .itch_changelog .changelog_content li {
  font-size: 16px;
  line-height: 1.5; }
.itch_changelog .changelog_content h1 {
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 20px; }
.itch_changelog .changelog_content h2 {
  font-weight: normal;
  font-size: 16px; }
.itch_changelog .changelog_content hr {
  margin: 20px 0;
  border: 0;
  height: 1px;
  background: #dadada; }
.itch_changelog .changelog_content img {
  display: block;
  margin: 20px auto;
  border: 1px solid #dadada;
  padding: 0 0 10px 10px; }

.lightbox.upload_lightbox.not_closable .close_button {
  display: none; }
.lightbox.upload_lightbox h2 {
  border-bottom: 1px solid #dadada;
  margin: 0;
  margin-bottom: 20px;
  padding: 40px;
  padding-bottom: 20px;
  padding-top: 0;
  margin-top: 30px; }
.lightbox.upload_lightbox iframe {
  border: 0;
  margin: 20px 40px;
  width: 400px;
  height: 100px; }

body.upload_layout {
  background: white; }

.manual_upload.show_size_error .size_error {
  display: block; }
.manual_upload.show_type_error .type_error {
  display: block; }
.manual_upload.uploading .manual_upload_progress {
  display: block; }
.manual_upload.uploading .manual_upload_form {
  display: none; }
.manual_upload button {
  margin-top: 10px; }
.manual_upload .manual_upload_progress {
  display: none;
  text-align: center;
  width: 350px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5;
  color: #444; }
  .manual_upload .manual_upload_progress .loading_block {
    border: 1px solid #dadada;
    border-radius: 2px;
    padding: 10px 0; }
.manual_upload .form_errors {
  margin-bottom: 10px;
  display: none; }

.game_admins p, .jam_admins p, .game_accept_admin p {
  font-size: 16px;
  line-height: 1.5;
  width: 600px;
  margin: 0 0 20px 0; }

.game_admins, .jam_admins {
  padding: 0; }
  .game_admins .contributor_picker.disabled, .jam_admins .contributor_picker.disabled {
    color: #999; }
  .game_admins .contributor_picker input, .jam_admins .contributor_picker input {
    vertical-align: middle; }

.admin_accept_lightbox {
  max-width: 500px; }
  .admin_accept_lightbox .form {
    margin: 0 40px 20px 40px;
    text-align: left; }
    .admin_accept_lightbox .form .text_input {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      width: 100%; }
  .admin_accept_lightbox .button_row {
    margin: 20px 40px 30px 40px; }

.jam_results {
  padding: 0; }
  .jam_results .ranking_footer, .jam_results .ranking_header {
    margin: 30px 40px; }
  .jam_results .ranking_header, .jam_results .ranking_footer {
    text-align: right; }
  .jam_results .jam_summary {
    border-bottom: 1px solid #dadada; }
    .jam_results .jam_summary p {
      margin: 20px 40px;
      font-size: 16px;
      line-height: 1.5; }
  .jam_results .game_rank {
    padding: 30px 40px;
    border-bottom: 1px solid #dadada;
    *zoom: 1; }
    .jam_results .game_rank:before, .jam_results .game_rank:after {
      content: " ";
      display: table; }
    .jam_results .game_rank:after {
      clear: both; }
    .jam_results .game_rank.first_place .game_cover img {
      width: 315px; }
    .jam_results .game_rank.second_place .game_cover img {
      width: 300px; }
    .jam_results .game_rank.third_place .game_cover img {
      width: 275px; }
    .jam_results .game_rank a {
      color: #444; }
    .jam_results .game_rank h2, .jam_results .game_rank h3, .jam_results .game_rank h4 {
      margin: 0px;
      margin-bottom: 10px; }
    .jam_results .game_rank h2 a {
      text-decoration: none;
      color: #DD4A4A; }
    .jam_results .game_rank h3, .jam_results .game_rank h4 {
      font-weight: normal;
      color: #666; }
      .jam_results .game_rank h3 a, .jam_results .game_rank h4 a {
        color: #444; }
    .jam_results .game_rank .thumb_wrapper {
      display: inline-block;
      position: relative; }
    .jam_results .game_rank .game_thumb_glow {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.13), inset 0 0 0 1px white; }
    .jam_results .game_rank .game_cover {
      display: block;
      float: left;
      width: 315px;
      text-align: right; }
      .jam_results .game_rank .game_cover img {
        display: block;
        width: 250px; }
    .jam_results .game_rank .game_data {
      margin-left: 340px; }
    .jam_results .game_rank .nice_table {
      width: 100%; }
      .jam_results .game_rank .nice_table td {
        width: 20%; }
      .jam_results .game_rank .nice_table .crit_name_col {
        width: 40%; }
  .jam_results .header_nav {
    margin-bottom: 10px; }

.late_submit_url_lightbox .button_row, .late_submit_url_lightbox .form {
  margin: 20px 40px; }
.late_submit_url_lightbox .form .submit_url_input {
  width: 400px; }

.jam_submissions {
  padding: 0; }
  .jam_submissions .pager {
    margin: 0;
    padding: 30px 40px 20px 40px;
    border-bottom: 1px solid #dadada; }
  .jam_submissions .empty_message {
    font-size: 16px;
    margin: 40px; }
  .jam_submissions .jam_game_list h3 {
    margin: 30px 40px 10px 40px; }
  .jam_submissions .jam_game {
    border-bottom: 1px solid #dadada;
    padding: 20px 40px;
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
    position: relative; }
    .jam_submissions .jam_game .game_image {
      box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.13), inset 0 0 0 1px white;
      float: left;
      width: 105px;
      height: 83px;
      text-align: center; }
      .jam_submissions .jam_game .game_image a {
        text-decoration: none; }
      .jam_submissions .jam_game .game_image img {
        display: block;
        width: 105px;
        height: 83px; }
      .jam_submissions .jam_game .game_image .no_cover {
        color: #ddd;
        font-size: 50px;
        margin-top: 13px; }
    .jam_submissions .jam_game .jam_game_content {
      margin-left: 125px; }
    .jam_submissions .jam_game .game_title {
      font-size: 20px;
      line-height: 1.1;
      margin-bottom: 5px; }
      .jam_submissions .jam_game .game_title a {
        text-decoration: none; }
    .jam_submissions .jam_game .submission_misc {
      color: #888; }
      .jam_submissions .jam_game .submission_misc a {
        color: #666; }
    .jam_submissions .jam_game .submit_date {
      color: #666; }
  .jam_submissions .late_submit_form_outer {
    padding: 30px 40px 20px 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dadada; }
    .jam_submissions .late_submit_form_outer p {
      font-size: 16px;
      line-height: 1.5;
      max-width: 600px; }
    .jam_submissions .late_submit_form_outer .game_url_input {
      width: 300px;
      margin-right: 15px; }

.view_jam_feed {
  background: white;
  border-bottom: 2px solid #d0d0d0; }
  .view_jam_feed .column_outer {
    text-align: center;
    white-space: nowrap; }

.view_jam_screenshots .grid_loader {
  background: #f5f5f5;
  color: #666;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #d0d0d0;
  font-size: 16px; }
  .view_jam_screenshots .grid_loader .on_loading {
    display: none; }
  .view_jam_screenshots .grid_loader .loader {
    vertical-align: middle;
    margin-right: 10px; }
.view_jam_screenshots.loading .grid_loader .on_loading {
  display: block; }
.view_jam_screenshots.loading .grid_loader .next_page {
  display: none; }
.view_jam_screenshots .grid_content {
  background: white;
  border-bottom: 2px solid #d0d0d0; }
.view_jam_screenshots .screenshot_grid {
  padding-left: 20px; }
.view_jam_screenshots .game_screenshot_cell {
  display: inline-block;
  width: 315px;
  height: 250px;
  margin-right: 20px;
  margin-bottom: 20px;
  background: #dadada;
  position: relative; }
  .view_jam_screenshots .game_screenshot_cell.image_loading .game_screenshot {
    opacity: 0; }
    .ie .view_jam_screenshots .game_screenshot_cell.image_loading .game_screenshot {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .view_jam_screenshots .game_screenshot_cell .game_screenshot {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%; }
    .ie .view_jam_screenshots .game_screenshot_cell .game_screenshot {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .view_jam_screenshots .game_screenshot_cell .game_data {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .ie .view_jam_screenshots .game_screenshot_cell .game_data {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    .view_jam_screenshots .game_screenshot_cell .game_data:hover {
      opacity: 1; }
      .ie .view_jam_screenshots .game_screenshot_cell .game_data:hover {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    body.disable_hover .view_jam_screenshots .game_screenshot_cell .game_data:hover {
      opacity: 0; }
      .ie body.disable_hover .view_jam_screenshots .game_screenshot_cell .game_data:hover {
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    .view_jam_screenshots .game_screenshot_cell .game_data .text_content {
      position: absolute;
      bottom: 10px;
      right: 10px;
      font-size: 18px;
      max-width: 60%;
      text-align: right;
      color: white;
      text-decoration: none; }
    .view_jam_screenshots .game_screenshot_cell .game_data .game_title {
      font-size: 24px;
      line-height: 26px;
      max-height: 156px;
      overflow: hidden; }
    .view_jam_screenshots .game_screenshot_cell .game_data .game_author {
      color: rgba(255, 255, 255, 0.8); }
    .view_jam_screenshots .game_screenshot_cell .game_data .platform_data {
      color: white;
      margin: 10px; }
      .view_jam_screenshots .game_screenshot_cell .game_data .platform_data .icon {
        margin-right: 5px; }

.game_gift, .game_gift_success {
  padding: 0; }
  .game_gift p, .game_gift_success p {
    margin: 20px 40px;
    line-height: 1.5;
    font-size: 16px; }

.game_gift_success {
  padding-bottom: 20px; }

.game_gift .game_title:before {
  content: "“";
  font-weight: normal;
  color: #999; }
.game_gift .game_title:after {
  content: "”";
  font-weight: normal;
  color: #999; }
.game_gift form {
  margin: 20px 40px; }
  .game_gift form.has_errors .errors {
    display: inline-block; }
  .game_gift form.loading .loader {
    display: inline-block; }
  .game_gift form .loader {
    margin-left: 10px;
    display: none; }
  .game_gift form .errors {
    display: none;
    color: #D14343;
    margin-left: 10px; }
.game_gift .footer_links {
  border-top: 1px solid #dadada;
  color: #555; }
  .game_gift .footer_links a {
    color: #666; }

.antiscroll-wrap {
  position: relative;
  overflow: hidden; }

.antiscroll-scrollbar {
  background: gray;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 0 1px #fff;
  -moz-box-shadow: 0 0 1px #fff;
  box-shadow: 0 0 1px #fff;
  position: absolute;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: linear 300ms opacity;
  -moz-transition: linear 300ms opacity;
  -o-transition: linear 300ms opacity; }

.antiscroll-scrollbar-shown {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); }

.antiscroll-scrollbar-horizontal {
  height: 7px;
  margin-left: 2px;
  bottom: 2px;
  left: 0; }

.antiscroll-scrollbar-vertical {
  width: 7px;
  margin-top: 2px;
  right: 2px;
  top: 0; }

.antiscroll-inner {
  overflow: scroll; }

/** A bug in Chrome 25 on Lion requires each selector to have their own
    blocks. E.g. the following:

    .antiscroll-inner::-webkit-scrollbar, .antiscroll-inner::scrollbar {...}

    causes the width and height rules to be ignored by the browser resulting
    in both native and antiscroll scrollbars appearing at the same time.
 */
.antiscroll-inner::-webkit-scrollbar {
  width: 0;
  height: 0; }

.antiscroll-inner::scrollbar {
  width: 0;
  height: 0; }

.my_collections {
  padding: 0;
  background: white; }
  .my_collections .stat_header {
    border-bottom: 0; }
  .my_collections .warning_box {
    padding-left: 40px;
    padding-right: 40px; }
  .my_collections .empty_message {
    border-top: 1px solid #dadada; }
    .my_collections .empty_message p {
      margin: 20px 40px;
      font-size: 16px;
      line-height: 1.5; }
    .my_collections .empty_message em {
      color: #666; }
  .my_collections .game_collection {
    border-top: 1px solid #dadada; }
    .my_collections .game_collection.no_games .no_games_message {
      display: block; }
    .my_collections .game_collection .live_edit_input {
      width: 300px;
      border: 1px solid #aaa;
      margin: 0;
      padding: 4px;
      font-size: 18px;
      color: #333; }
      .my_collections .game_collection .live_edit_input:focus {
        outline: none; }
    .my_collections .game_collection h2 {
      padding: 20px 40px 15px 40px;
      background: #f0f0f0;
      font-weight: normal;
      font-size: 22px; }
      .my_collections .game_collection h2 .collection_title {
        color: inherit;
        text-decoration: none;
        display: inline-block;
        vertical-align: bottom; }
      .my_collections .game_collection h2 .collection_title_wrap {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 450px;
        display: inline-block; }
      .my_collections .game_collection h2 a.collection_title:hover, .my_collections .game_collection h2 a.collection_title:active {
        text-decoration: underline; }
        .my_collections .game_collection h2 a.collection_title:hover .outline_button, .my_collections .game_collection h2 a.collection_title:active .outline_button {
          background-color: #444;
          border-color: #666;
          color: white; }
      .my_collections .game_collection h2 a.collection_title:active .outline_button {
        background-color: #333; }
      .my_collections .game_collection h2 .sub {
        display: inline-block;
        vertical-align: top;
        font-size: 12px;
        color: #999;
        margin-left: 10px;
        margin-top: 5px; }
        .my_collections .game_collection h2 .sub a {
          color: #666; }
      .my_collections .game_collection h2 .outline_button {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        transition: all 0.2s ease;
        display: inline-block;
        border-radius: 4px;
        text-decoration: none;
        padding: 3px 10px;
        font-size: 14px;
        letter-spacing: 0.025em;
        white-space: nowrap;
        border: 2px solid #cccccc;
        color: white;
        background: white;
        color: #444;
        margin-left: 10px;
        vertical-align: top; }
    .my_collections .game_collection .toggle_input {
      margin-left: 10px;
      color: #666; }
      .my_collections .game_collection .toggle_input.disabled {
        color: #aaa; }
      .my_collections .game_collection .toggle_input input {
        vertical-align: middle; }
    .my_collections .game_collection .no_games_message {
      display: none;
      margin: 0 40px 20px 40px;
      font-size: 16px;
      color: #666; }
  .my_collections .game_list {
    padding: 5px 40px 0 40px; }
    .my_collections .game_list.single_game .top_tools {
      display: none; }
    .my_collections .game_list .load_more_cell {
      display: inline-block;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      width: 200px;
      height: 158px;
      border: 1px solid #dadada;
      background: #eee;
      position: relative; }
      .my_collections .game_list .load_more_cell .loader {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
    .my_collections .game_list .game_cell {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      position: relative;
      left: 0;
      top: 0;
      margin-bottom: 40px; }
      .my_collections .game_list .game_cell.invisible {
        opacity: 0; }
        .ie .my_collections .game_list .game_cell.invisible {
          filter: alpha(opacity=0);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
      .my_collections .game_list .game_cell:first-child .move_left_btn {
        display: none; }
      .my_collections .game_list .game_cell:last-child .move_right_btn {
        display: none; }
      .my_collections .game_list .game_cell .game_thumb {
        position: relative;
        overflow: hidden; }
      .my_collections .game_list .game_cell .hover_tools {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        background: rgba(0, 0, 0, 0.8);
        height: 24px;
        line-height: 24px;
        white-space: nowrap;
        position: absolute;
        left: 1px;
        right: 1px;
        font-size: 12px; }
        .my_collections .game_list .game_cell .hover_tools.top_tools {
          top: -24px; }
          .my_collections .game_list .game_cell .hover_tools.top_tools .half_button {
            border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
        .my_collections .game_list .game_cell .hover_tools.bottom_tools {
          bottom: -24px; }
          .my_collections .game_list .game_cell .hover_tools.bottom_tools .half_button {
            border-top: 1px solid rgba(255, 255, 255, 0.3); }
        .my_collections .game_list .game_cell .hover_tools a {
          color: #ddd;
          text-decoration: none; }
        .my_collections .game_list .game_cell .hover_tools .half_button {
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          display: inline-block;
          width: 50%;
          text-align: center; }
          .my_collections .game_list .game_cell .hover_tools .half_button:hover {
            background: rgba(255, 255, 255, 0.1); }
          .my_collections .game_list .game_cell .hover_tools .half_button:first-child {
            border-right: 1px solid rgba(255, 255, 255, 0.3); }
        .my_collections .game_list .game_cell .hover_tools .remove_btn {
          color: #ff9999; }
          .my_collections .game_list .game_cell .hover_tools .remove_btn:hover {
            background: rgba(255, 100, 100, 0.2); }
      .my_collections .game_list .game_cell:hover .hover_tools.top_tools {
        top: 1px; }
      .my_collections .game_list .game_cell:hover .hover_tools.bottom_tools {
        bottom: 1px; }

.view_collection {
  position: relative; }
  .view_collection .collection_description {
    margin: 0 40px;
    max-width: 700px; }
    .view_collection .collection_description h1, .view_collection .collection_description h2, .view_collection .collection_description h3, .view_collection .collection_description h4, .view_collection .collection_description p, .view_collection .collection_description ul, .view_collection .collection_description ol {
      margin: 20px 0 0 0; }
    .view_collection .collection_description p {
      font-size: 16px;
      line-height: 1.5; }
    .view_collection .collection_description ul, .view_collection .collection_description ol {
      font-size: 16px;
      line-height: 1.2; }
  .view_collection .edit_tools {
    margin: 20px 40px 0 40px;
    font-size: 16px;
    line-height: 1.5; }
  .view_collection .admin_tools {
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    opacity: 0.5;
    background: white;
    border: 1px solid #dadada;
    padding: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 400px; }
    .view_collection .admin_tools:hover {
      opacity: 1; }
    .view_collection .admin_tools hr {
      border: 0;
      height: 1px;
      background: #dadada; }
  .view_collection .privacy_notification {
    background-color: #FA5C5C;
    color: white;
    text-align: center;
    line-height: 1.5;
    font-size: 16px;
    padding: 5px 0;
    border-top: 15px solid white; }
  .view_collection .game_cell.has_blurb .blurb_drop {
    display: block; }
  .view_collection .game_cell.has_blurb .without_blurb {
    display: none; }
  .view_collection .game_cell.has_blurb span.with_blurb {
    display: inline; }
  .view_collection .game_cell .blurb_drop {
    display: none;
    border-top: 1px solid #dadada;
    margin-top: 15px; }
  .view_collection .game_cell .edit_text {
    margin-top: 10px; }
    .view_collection .game_cell .edit_text a {
      color: #999; }
    .view_collection .game_cell .edit_text .with_blurb {
      display: none; }

.edit_collection_lightbox {
  width: 622px; }
  .edit_collection_lightbox.is_private .on_profile_toggle {
    opacity: 0.5; }
  .edit_collection_lightbox form {
    margin: 30px 40px; }
    .edit_collection_lightbox form.loading .loader {
      display: inline-block; }
    .edit_collection_lightbox form .loader {
      display: none; }
    .edit_collection_lightbox form .redactor-box {
      width: 540px; }
    .edit_collection_lightbox form .checkboxs_row {
      font-size: 16px;
      line-height: 2; }
      .edit_collection_lightbox form .checkboxs_row input {
        margin-left: 0; }

.collection_game_lightbox {
  width: 550px; }
  .collection_game_lightbox form.loading .loader {
    display: inline-block; }
  .collection_game_lightbox .loader {
    display: none; }
  .collection_game_lightbox .form {
    margin-top: 30px; }
    .collection_game_lightbox .form .input_row {
      margin: 20px 40px; }
  .collection_game_lightbox .buttons {
    padding: 20px 40px 30px 40px;
    margin-top: 0; }
    .collection_game_lightbox .buttons a {
      color: #666; }

.my_rated_games .game_grid .star_picker {
  margin-bottom: 4px; }

.view_jams {
  padding: 0;
  background: white;
  padding-bottom: 40px;
  overflow: hidden;
  border-bottom: 2px solid #d0d0d0; }
  .view_jams .jams_header {
    white-space: nowrap; }
    .view_jams .jams_header .column {
      white-space: normal;
      display: inline-block;
      vertical-align: top; }
  .view_jams .hosted_jams, .view_jams .participated_jams {
    border-bottom: 1px solid #dadada;
    padding-bottom: 20px; }
  .view_jams .jams_tools {
    text-align: center;
    margin-top: 65px; }
  .view_jams p {
    line-height: 1.5;
    font-size: 16px;
    margin: 24px 40px;
    max-width: 600px; }
  .view_jams h2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 26px;
    margin: 20px 40px 0 40px; }
    .view_jams h2 .header_right {
      color: #666;
      float: right;
      font-weight: normal; }
    .view_jams h2 a {
      color: #444; }
  .view_jams .jam_grid {
    margin: 20px 20px 0 40px; }
  .view_jams .jam {
    border: 1px solid #dadada;
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px;
    width: 300px;
    margin-right: 20px;
    font-size: 14px;
    vertical-align: top; }
    .view_jams .jam h3 {
      margin: 0;
      margin-bottom: 5px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .view_jams .jam h3 a {
        text-decoration: none; }
    .view_jams .jam .meta_row {
      margin-top: 2px; }
      .view_jams .jam .meta_row a {
        color: #666; }
  .view_jams .jam_calendar {
    font-size: 16px; }
    .view_jams .jam_calendar .scrollbar_outer {
      -moz-user-select: none;
      -webkit-user-select: none;
      user-select: none;
      position: relative;
      height: 10px;
      margin-top: 6px; }
      .view_jams .jam_calendar .scrollbar_outer .scrollbar {
        position: absolute;
        background: #B8B8B8;
        top: 0;
        bottom: 0;
        border-radius: 24px;
        opacity: 0;
        -webkit-transition: opacity 0.6s ease;
        -moz-transition: opacity 0.6s ease;
        -ms-transition: opacity 0.6s ease;
        transition: opacity 0.6s ease; }
        .view_jams .jam_calendar .scrollbar_outer .scrollbar:hover, .view_jams .jam_calendar .scrollbar_outer .scrollbar.dragging {
          background: #c0c0c0; }
        .view_jams .jam_calendar .scrollbar_outer .scrollbar.visible {
          opacity: 1; }
    .view_jams .jam_calendar .calendar {
      overflow: hidden;
      cursor: move;
      border-bottom: 1px solid #dadada; }
      .view_jams .jam_calendar .calendar .calendar_scrolling {
        height: 250px;
        position: relative;
        background: white; }
      .view_jams .jam_calendar .calendar .calendar_row {
        position: relative;
        height: 40px;
        margin: 3px 0; }
      .view_jams .jam_calendar .calendar .jam_cell {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        position: absolute;
        top: 0;
        bottom: 0;
        background: #A8A8A8;
        color: white;
        line-height: 40px;
        padding: 0 20px; }
        .view_jams .jam_calendar .calendar .jam_cell.after_end {
          opacity: 0.75; }
        .view_jams .jam_calendar .calendar .jam_cell.small_text {
          font-size: 14px; }
        .view_jams .jam_calendar .calendar .jam_cell a {
          color: inherit;
          text-decoration: none; }
          .view_jams .jam_calendar .calendar .jam_cell a:hover {
            text-decoration: underline; }
      .view_jams .jam_calendar .calendar .calendar_rows, .view_jams .jam_calendar .calendar .day_markers {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
      .view_jams .jam_calendar .calendar .elapsed_time {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 50%;
        background: #F5F5F5;
        border-right: 5px solid #E9E9E9;
        box-shadow: 0 0 0 1px #DEDEDE; }
      .view_jams .jam_calendar .calendar .day_markers {
        z-index: 1;
        -moz-user-select: none;
        -webkit-user-select: none;
        user-select: none; }
        .view_jams .jam_calendar .calendar .day_markers .day_marker {
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          border-left: 1px solid #dadada;
          position: absolute;
          top: 40px;
          bottom: 0; }
          .view_jams .jam_calendar .calendar .day_markers .day_marker:first-child {
            border-left: 0; }
          .view_jams .jam_calendar .calendar .day_markers .day_marker .day_ordinal, .view_jams .jam_calendar .calendar .day_markers .day_marker .day_name {
            position: absolute;
            left: 0;
            right: 0;
            height: 40px;
            line-height: 40px;
            padding-left: 20px; }
          .view_jams .jam_calendar .calendar .day_markers .day_marker .day_ordinal {
            top: 0;
            border-bottom: 1px solid #dadada;
            color: #666;
            font-weight: bold; }
          .view_jams .jam_calendar .calendar .day_markers .day_marker .day_name {
            bottom: 0;
            border-top: 1px solid #dadada;
            font-size: 13px;
            text-transform: uppercase;
            color: #777; }
      .view_jams .jam_calendar .calendar .calendar_rows {
        z-index: 2;
        top: 82px;
        bottom: 30px; }
      .view_jams .jam_calendar .calendar .month_markers {
        -moz-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        height: 20px;
        background: black;
        position: relative;
        z-index: 5; }
        .view_jams .jam_calendar .calendar .month_markers .month_marker {
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          background: #EFEFEF;
          border-left: 1px solid #dadada;
          border-bottom: 1px solid #dadada;
          border-top: 1px solid #dadada;
          color: #444;
          position: absolute;
          top: 0;
          bottom: 0;
          height: 40px;
          line-height: 40px;
          padding: 0 20px; }
          .view_jams .jam_calendar .calendar .month_markers .month_marker:first-child {
            border-left: 0; }

.jam_add_game {
  padding: 0;
  font-size: 16px; }
  .jam_add_game p {
    line-height: 1.5; }

.jam_rate_game {
  padding: 0;
  background: white;
  border-bottom: 2px solid #d0d0d0; }
  .jam_rate_game.no_cover .data_column {
    display: none; }
  .jam_rate_game.no_cover .main_column {
    width: auto;
    display: block; }
    .jam_rate_game.no_cover .main_column .rate_cell {
      padding: 20px 40px; }
  .jam_rate_game .column_outer {
    text-align: left;
    border: 2px solid #dadada;
    margin: 5px auto 40px auto;
    width: 960px;
    border-radius: 2px;
    white-space: normal; }
  .jam_rate_game .mini_title {
    text-align: center;
    color: #999;
    font-style: italic; }
  .jam_rate_game .empty_message {
    font-size: 16px;
    color: #666; }
  .jam_rate_game .game_cover {
    margin: 20px 0 0 20px;
    width: 315px;
    height: 250px;
    background-size: cover;
    background-position: 50% 50%;
    display: block; }
  .jam_rate_game .screenshot {
    display: inline-block;
    margin: 20px 0 0 20px; }
  .jam_rate_game .game_downloads .upload {
    margin-bottom: 15px; }
    .jam_rate_game .game_downloads .upload .button {
      margin-right: 10px; }
    .jam_rate_game .game_downloads .upload .file_size {
      color: #666; }
    .jam_rate_game .game_downloads .upload .download_platforms {
      font-size: 15px;
      margin-left: 5px; }
      .jam_rate_game .game_downloads .upload .download_platforms .icon {
        vertical-align: top;
        margin-left: 5px;
        color: #666; }
    .jam_rate_game .game_downloads .upload:hover {
      background: rgba(0, 0, 0, 0.05);
      border-radius: 0 4px 4px 0; }
  .jam_rate_game .jam_comment_list p, .jam_rate_game .jam_comment_list li, .jam_rate_game .criteria_rater p, .jam_rate_game .criteria_rater li, .jam_rate_game .visit_game p, .jam_rate_game .visit_game li, .jam_rate_game .field_responses p, .jam_rate_game .field_responses li {
    font-size: 16px;
    line-height: 1.5;
    color: #555;
    word-wrap: break-word; }
  .jam_rate_game .jam_comment_list p, .jam_rate_game .criteria_rater p, .jam_rate_game .visit_game p, .jam_rate_game .field_responses p {
    margin: 20px 0; }
  .jam_rate_game .field_responses p {
    margin-top: 0; }
    .jam_rate_game .field_responses p:last-child {
      margin-bottom: 0; }
  .jam_rate_game .field_responses .cc_flag img {
    vertical-align: middle; }
  .jam_rate_game .field_responses .cc_flag .country {
    font-size: 16px;
    color: #666;
    margin-left: 10px;
    vertical-align: middle; }
  .jam_rate_game .field_responses .badges .badge {
    border: 1px solid #dadada;
    border-radius: 6px;
    margin-bottom: 20px;
    padding: 15px 10px; }
    .jam_rate_game .field_responses .badges .badge img {
      display: block;
      margin: 10px auto 20px auto;
      max-width: 540px; }
  .jam_rate_game .jam_comment_list .jam_comment {
    border: 1px solid #dadada;
    margin-bottom: 20px;
    border-radius: 2px; }
    .jam_rate_game .jam_comment_list .jam_comment .comment_head {
      background: #f7f7f7;
      border-bottom: 1px solid #dadada;
      font-size: 16px;
      padding: 10px; }
      .jam_rate_game .jam_comment_list .jam_comment .comment_head a {
        color: #666; }
      .jam_rate_game .jam_comment_list .jam_comment .comment_head .comment_date {
        color: #999; }
      .jam_rate_game .jam_comment_list .jam_comment .comment_head .comment_tools {
        float: right; }
    .jam_rate_game .jam_comment_list .jam_comment .comment_body p {
      margin: 10px; }
  .jam_rate_game .rate_cell {
    border-bottom: 1px solid #dadada;
    padding: 20px; }
    .jam_rate_game .rate_cell p:last-child {
      margin-bottom: 0; }
    .jam_rate_game .rate_cell:last-child {
      border-bottom: 0; }
  .jam_rate_game .criteria_rater .criteria_wrap {
    display: inline-block;
    text-align: right; }
  .jam_rate_game .criteria_rater .crit_label {
    font-weight: bold;
    color: #666; }
  .jam_rate_game .criteria_rater .buttons_row {
    margin-top: 20px; }
  .jam_rate_game .jam_columns {
    overflow: hidden; }
  .jam_rate_game .data_column, .jam_rate_game .main_column {
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    display: inline-block;
    vertical-align: top;
    position: relative;
    left: 1px; }
    .jam_rate_game .data_column:first-child, .jam_rate_game .main_column:first-child {
      border-left: 0; }
    .jam_rate_game .data_column:last-child, .jam_rate_game .main_column:last-child {
      border-right: 0;
      left: 0; }
  .jam_rate_game .data_column {
    width: 355px;
    padding-bottom: 20px; }
    .jam_rate_game .data_column .game_screenshots img {
      width: 147px; }
  .jam_rate_game .main_column {
    width: 603px; }
  .jam_rate_game .jam_game_header {
    border-bottom: 1px solid #dadada;
    padding-bottom: 20px; }
    .jam_rate_game .jam_game_header .num_ratings {
      float: right;
      color: #666;
      font-size: 14px;
      padding: 10px 40px 0 0; }
    .jam_rate_game .jam_game_header h2 {
      font-size: 16px;
      color: #666;
      padding: 10px 40px;
      font-weight: normal;
      border-bottom: 1px solid #dadada; }
      .jam_rate_game .jam_game_header h2 a {
        color: #666;
        font-size: 14px;
        margin-left: 10px; }
    .jam_rate_game .jam_game_header h1 {
      margin: 20px 40px 0 40px;
      font-size: 24px; }
      .jam_rate_game .jam_game_header h1 .sub {
        color: #666;
        font-size: 14px;
        margin-left: 10px;
        font-weight: normal; }
    .jam_rate_game .jam_game_header .short_text, .jam_rate_game .jam_game_header .game_author {
      margin: 3px 40px 0 40px;
      font-size: 14px;
      color: #666; }
      .jam_rate_game .jam_game_header .short_text a, .jam_rate_game .jam_game_header .game_author a {
        color: #666; }
    .jam_rate_game .jam_game_header .game_author {
      margin-top: 5px;
      color: #999; }
    .jam_rate_game .jam_game_header .submission_tools {
      margin: 20px 40px 0 40px; }
      .jam_rate_game .jam_game_header .submission_tools .button {
        margin-right: 10px; }
  .jam_rate_game .star_picker {
    margin: 5px; }

.jam_page_base {
  padding: 0;
  font-size: 16px; }
  .jam_page_base .jam_title_header {
    margin: 0;
    border-bottom: 1px solid #dadada;
    text-align: center;
    padding: 10px 0; }
    .jam_page_base .jam_title_header a {
      color: inherit;
      text-decoration: none; }
      .jam_page_base .jam_title_header a:hover {
        text-decoration: underline; }
  .jam_page_base .stat_header {
    overflow: hidden;
    margin-bottom: 20px; }
    .jam_page_base .stat_header .stat_header_inside {
      width: 1200px;
      margin: 0 auto; }
      @media (max-width: 1200px) {
        .jam_page_base .stat_header .stat_header_inside {
          width: auto;
          margin: 0;
          margin-left: 40px; }
          .jam_page_base .stat_header .stat_header_inside .stats_container a:last-child .stat_box {
            border-right: 0; } }
    .jam_page_base .stat_header .stat_box {
      border-right: 1px solid #dadada;
      border-left: 0; }
  .jam_page_base .feed_column {
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
    white-space: normal; }
  .jam_page_base .empty_content {
    text-align: center;
    font-weight: normal;
    font-size: 22px;
    color: #666;
    margin: 20px auto 30px auto;
    max-width: 600px; }

.jam_unrated {
  background: white;
  border-bottom: 2px solid #d0d0d0; }
  .jam_unrated .column_outer {
    width: 960px;
    margin: 0 auto; }
  .jam_unrated table {
    width: 100%; }

.press_application {
  padding: 0; }
  .press_application .press_header p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 0;
    max-width: 600px; }
  .press_application textarea {
    min-height: 150px; }
  .press_application .form {
    margin-top: 40px; }
    .press_application .form div.sub {
      max-width: 600px; }

.press_user_list p {
  max-width: 600px;
  font-size: 16px;
  line-height: 1.5; }
  .press_user_list p a {
    display: inline-block; }
.press_user_list table {
  width: 100%; }

.purchases_base .header_tabs {
  padding-left: 40px; }
.purchases_base .grid_outer {
  position: relative; }
  .purchases_base .grid_outer .border_mask {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 35px;
    background: white; }
.purchases_base .game_grid .game_cell {
  margin-right: 0;
  padding-right: 20px;
  margin-bottom: 60px; }
  .purchases_base .game_grid .game_cell:last-child .date_header {
    margin-right: -5px; }
  .purchases_base .game_grid .game_cell .price_flag, .purchases_base .game_grid .game_cell .game_text, .purchases_base .game_grid .game_cell .game_genre, .purchases_base .game_grid .game_cell .game_platform, .purchases_base .game_grid .game_cell .game_sale {
    display: none; }
  .purchases_base .game_grid .game_cell .game_thumb, .purchases_base .game_grid .game_cell .game_title, .purchases_base .game_grid .game_cell .game_author {
    margin-right: 20px; }
  .purchases_base .game_grid .game_cell .date_header {
    border-bottom: 4px solid #dadada;
    margin-bottom: 20px;
    margin-right: -20px;
    margin-left: -5px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    padding: 5px;
    font-weight: bold;
    color: #444; }

.browse_bundles {
  padding: 0;
  font-size: 14px; }
  .browse_bundles .social_buttons {
    float: none;
    margin: 20px 0 0 40px; }
  .browse_bundles .grid_header {
    border-bottom: 1px solid #dadada; }
    .browse_bundles .grid_header p {
      font-size: 16px;
      line-height: 1.5;
      margin: 20px 40px;
      max-width: 600px; }
  .browse_bundles .bundle_list {
    background: #f9f9f9;
    overflow: hidden;
    padding: 40px 20px 0 40px;
    text-align: center;
    border-bottom: 1px solid #dadada; }
  .browse_bundles .bundle_footer {
    background: white;
    border-bottom: 2px solid #d0d0d0;
    overflow: hidden;
    text-align: center; }
    .browse_bundles .bundle_footer p {
      font-size: 16px;
      line-height: 1.5;
      margin: 20px 40px;
      color: #666; }
    .browse_bundles .bundle_footer .button {
      margin-left: 10px; }
  .browse_bundles .bundle_row {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: left;
    display: inline-block;
    width: 800px;
    height: 160px;
    border-radius: 3px;
    margin: 0 20px 40px 0;
    border: 2px solid #dadada;
    position: relative;
    background: white; }
  .browse_bundles .bundle_games {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    white-space: nowrap;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 420px;
    overflow: hidden;
    padding: 16px 0 0 15px;
    border-left: 2px solid #dadada; }
    .browse_bundles .bundle_games .game_thumb {
      background-color: white;
      background-position: 50% 50%;
      background-size: cover;
      display: block;
      position: relative;
      width: 315px;
      height: 250px;
      box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.13), inset 0 0 0 1px white; }
      .browse_bundles .bundle_games .game_thumb .no_cover_text {
        color: #dadada;
        font-size: 120px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -60px;
        margin-top: -65px; }
    .browse_bundles .bundle_games .game_thumb {
      display: inline-block;
      margin-right: 10px;
      width: 157px;
      height: 125px; }
    .browse_bundles .bundle_games .bundle_gradient {
      position: absolute;
      background: url("images/bundle_gradient.png");
      width: 121px;
      top: 0;
      bottom: 0;
      right: 0;
      z-index: 1; }
    .browse_bundles .bundle_games .bundle_overlay_link {
      border-radius: 0 2px 2px 0;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1;
      background: rgba(0, 0, 0, 0);
      text-decoration: none;
      -webkit-transition: background 0.2s ease;
      -moz-transition: background 0.2s ease;
      -ms-transition: background 0.2s ease;
      transition: background 0.2s ease;
      display: flex;
      align-items: center;
      justify-content: center; }
      .browse_bundles .bundle_games .bundle_overlay_link .outline_button {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        transition: all 0.2s ease;
        display: inline-block;
        border-radius: 4px;
        text-decoration: none;
        padding: 3px 10px;
        font-size: 14px;
        letter-spacing: 0.025em;
        white-space: nowrap;
        border: 2px solid #cccccc;
        color: white;
        opacity: 0;
        -webkit-transition: opacity 0.2s ease;
        -moz-transition: opacity 0.2s ease;
        -ms-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease;
        text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
        font-size: 16px; }
        .ie .browse_bundles .bundle_games .bundle_overlay_link .outline_button {
          filter: alpha(opacity=0);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
      .browse_bundles .bundle_games .bundle_overlay_link:hover {
        background: rgba(0, 0, 0, 0.6); }
        .browse_bundles .bundle_games .bundle_overlay_link:hover .outline_button {
          opacity: 1; }
          .ie .browse_bundles .bundle_games .bundle_overlay_link:hover .outline_button {
            filter: alpha(opacity=100);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
      .browse_bundles .bundle_games .bundle_overlay_link:active {
        background: rgba(0, 0, 0, 0.7); }
  .browse_bundles .bundle_data {
    margin-right: 420px;
    padding: 15px 20px 0 20px; }
  .browse_bundles .bundle_title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 2px 0; }
    .browse_bundles .bundle_title a {
      text-decoration: none; }
  .browse_bundles .bundle_author, .browse_bundles .game_count {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 1.5; }
  .browse_bundles .bundle_author a {
    color: #666;
    text-decoration: none; }
    .browse_bundles .bundle_author a:hover {
      text-decoration: underline; }
  .browse_bundles .game_count {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.5; }
    .browse_bundles .game_count .total_price, .browse_bundles .game_count .savings {
      color: #666; }
  .browse_bundles .data_row {
    line-height: 1.7; }
  .browse_bundles .game_platforms {
    color: #666; }
  .browse_bundles .game_platforms .icon {
    margin-right: 3px; }
  .browse_bundles .sale_end {
    font-weight: bold; }

.game_recommendations .grid_header p, .my_recommendations .grid_header p {
  font-size: 16px;
  line-height: 1.5;
  margin-left: 40px; }
  .game_recommendations .grid_header p:last-child, .my_recommendations .grid_header p:last-child {
    margin-bottom: 0; }
.game_recommendations .related_tags, .my_recommendations .related_tags {
  color: #666;
  overflow: hidden; }
  .game_recommendations .related_tags:last-child, .my_recommendations .related_tags:last-child {
    margin-bottom: 0; }
  .game_recommendations .related_tags .outline_button, .my_recommendations .related_tags .outline_button {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: inline-block;
    border-radius: 4px;
    text-decoration: none;
    padding: 3px 10px;
    font-size: 14px;
    letter-spacing: 0.025em;
    white-space: nowrap;
    border: 2px solid #cccccc;
    color: #444;
    margin-left: 10px; }
    .game_recommendations .related_tags .outline_button:hover, .my_recommendations .related_tags .outline_button:hover {
      background: white;
      color: #333;
      color: white;
      background: #FA5C5C;
      border-color: #FA5C5C; }
    .game_recommendations .related_tags .outline_button:active, .my_recommendations .related_tags .outline_button:active {
      background: #e44949;
      border-color: #e44949; }

.browse_tags .tag_list {
  margin: 20px auto;
  max-width: 800px;
  text-align: center; }
  .browse_tags .tag_list .outline_button {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: inline-block;
    border-radius: 4px;
    text-decoration: none;
    padding: 3px 10px;
    font-size: 14px;
    letter-spacing: 0.025em;
    white-space: nowrap;
    border: 2px solid #cccccc;
    color: #444;
    font-size: 18px;
    padding: 5px 15px;
    margin: 0 8px 10px 8px; }
    .browse_tags .tag_list .outline_button:hover {
      background: white;
      color: #333;
      color: white;
      background: #FA5C5C;
      border-color: #FA5C5C; }
    .browse_tags .tag_list .outline_button:active {
      background: #e44949;
      border-color: #e44949; }

.browse_tag {
  padding: 0; }
  .browse_tag .grid_header p {
    font-size: 16px;
    line-height: 1.5;
    margin-left: 40px; }
    .browse_tag .grid_header p:last-child {
      margin-bottom: 0; }
  .browse_tag .grid_header .header_right {
    font-size: 18px;
    margin-right: 40px;
    margin-top: 27px; }
    .browse_tag .grid_header .header_right a {
      color: #444; }
  .browse_tag .related_tags {
    color: #666; }
    .browse_tag .related_tags .related_label {
      margin-right: 5px; }
    .browse_tag .related_tags .outline_button {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      transition: all 0.2s ease;
      display: inline-block;
      border-radius: 4px;
      text-decoration: none;
      padding: 3px 10px;
      font-size: 14px;
      letter-spacing: 0.025em;
      white-space: nowrap;
      border: 2px solid #cccccc;
      color: #444;
      margin-right: 10px;
      margin-bottom: 5px; }
      .browse_tag .related_tags .outline_button:hover {
        background: white;
        color: #333;
        color: white;
        background: #FA5C5C;
        border-color: #FA5C5C; }
      .browse_tag .related_tags .outline_button:active {
        background: #e44949;
        border-color: #e44949; }

.suggest_tag_description_lightbox {
  width: 620px; }
  .suggest_tag_description_lightbox h2 .single_line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .suggest_tag_description_lightbox.has_submitted .after_submit {
    display: block; }
  .suggest_tag_description_lightbox.has_submitted .before_submit {
    display: none; }
  .suggest_tag_description_lightbox .after_submit {
    display: none; }
  .suggest_tag_description_lightbox .form {
    margin: 20px 40px; }
    .suggest_tag_description_lightbox .form.has_errors .form_errors {
      display: block; }
    .suggest_tag_description_lightbox .form .form_errors {
      display: none; }
    .suggest_tag_description_lightbox .form p {
      margin-left: 0;
      margin-right: 0; }

.view_blog_post {
  background: white;
  padding: 0;
  overflow: hidden; }
  .view_blog_post h1 {
    font-size: 38px;
    font-weight: normal; }
  .view_blog_post .post_column {
    width: 800px;
    margin: 0 auto; }
    .view_blog_post .post_column h1 {
      margin-top: 60px;
      margin-bottom: 10px; }
    .view_blog_post .post_column .post_meta {
      margin-bottom: 33px;
      font-size: 16px;
      color: #999; }
      .view_blog_post .post_column .post_meta a {
        color: #666; }
    .view_blog_post .post_column h2 {
      font-size: 24px;
      font-weight: bold;
      margin: 66px 0 33px 0; }
    .view_blog_post .post_column p {
      font-size: 20px;
      margin: 0 0 33px 0;
      line-height: 33px; }
    .view_blog_post .post_column img {
      width: 1000px;
      position: relative;
      left: -100px;
      display: block;
      margin: 66px 0; }
  .view_blog_post .social_buttons {
    height: 20px;
    margin-bottom: 20px; }
  .view_blog_post .game_grid {
    margin-left: 40px;
    margin-right: 20px; }
  .view_blog_post .game_grid_outer {
    border-top: 1px solid #dadada;
    border-bottom: 2px solid #d0d0d0; }
    .view_blog_post .game_grid_outer h2 {
      width: 800px;
      margin: 20px auto 40px auto;
      font-size: 28px;
      font-weight: normal; }

.feed_page {
  background: white;
  padding: 0;
  overflow: hidden;
  border-bottom: 2px solid #d0d0d0;
  font-size: 16px; }
  .feed_page.single_column .stat_header .stat_header_inside {
    width: auto;
    text-align: center; }
  .feed_page .empty_content, .feed_page .alt_content_notify {
    text-align: center;
    font-weight: normal;
    font-size: 22px;
    color: #666;
    margin: 20px auto 30px auto;
    max-width: 600px; }
    .feed_page .empty_content .sub, .feed_page .alt_content_notify .sub {
      font-size: 16px;
      margin: 10px auto 0 auto; }
  .feed_page .alt_content_notify {
    border-bottom: 1px solid #dadada;
    padding-bottom: 30px; }
  .feed_page .column_outer {
    text-align: center;
    white-space: nowrap; }
  .feed_page .feed_column, .feed_page .right_column, .feed_page .left_column {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    white-space: normal; }
  .feed_page .feed_column {
    width: 900px; }
    @media (max-width: 1200px) {
      .feed_page .feed_column {
        width: 720px; } }
  .feed_page .right_column {
    width: 280px;
    margin-left: 20px; }
    @media (max-width: 1200px) {
      .feed_page .right_column {
        width: 250px; } }
    .feed_page .right_column p {
      font-size: 16px;
      line-height: 1.5;
      margin: 0 0 10px 0; }
    .feed_page .right_column h3 {
      margin: 0 0 10px 0; }
    .feed_page .right_column .outline_button {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      transition: all 0.2s ease;
      display: inline-block;
      border-radius: 4px;
      text-decoration: none;
      padding: 3px 10px;
      font-size: 14px;
      letter-spacing: 0.025em;
      white-space: nowrap;
      border: 2px solid #cccccc;
      color: #444; }
      .feed_page .right_column .outline_button:hover {
        background: white;
        color: #333;
        color: white;
        background: #FA5C5C;
        border-color: #FA5C5C; }
      .feed_page .right_column .outline_button:active {
        background: #e44949;
        border-color: #e44949; }
    .feed_page .right_column .mega_notification {
      -webkit-transition: background 0.2s ease;
      -moz-transition: background 0.2s ease;
      -ms-transition: background 0.2s ease;
      transition: background 0.2s ease;
      display: block;
      background: #FA5C5C;
      color: white;
      padding: 15px;
      margin-bottom: 20px;
      border-radius: 6px;
      text-decoration: none; }
      .feed_page .right_column .mega_notification:hover {
        background: #fa6b6b; }
      .feed_page .right_column .mega_notification .mega_notification_head {
        font-weight: bold;
        margin-bottom: 5px; }
  .feed_page .left_column {
    width: 250px;
    margin-top: 20px;
    margin-right: 20px; }
  .feed_page .manage_games_btn {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: inline-block;
    border-radius: 4px;
    text-decoration: none;
    padding: 3px 10px;
    font-size: 14px;
    letter-spacing: 0.025em;
    white-space: nowrap;
    border: 2px solid #cccccc;
    color: #444;
    display: inline-block;
    vertical-align: top;
    margin-top: 28px;
    margin-right: 5px; }
    .feed_page .manage_games_btn:hover {
      background: white;
      color: #333;
      color: white;
      background: #FA5C5C;
      border-color: #FA5C5C; }
    .feed_page .manage_games_btn:active {
      background: #e44949;
      border-color: #e44949; }
  .feed_page .stat_header {
    overflow: hidden;
    margin-bottom: 20px; }
    .feed_page .stat_header .stat_header_inside {
      width: 1200px;
      margin: 0 auto; }
      @media (max-width: 1200px) {
        .feed_page .stat_header .stat_header_inside {
          width: auto;
          margin: 0;
          margin-left: 40px; }
          .feed_page .stat_header .stat_header_inside .stats_container a:last-child .stat_box {
            border-right: 0; } }
    .feed_page .stat_header .stat_box {
      border-right: 1px solid #dadada;
      border-left: 0; }
  .feed_page .users_to_follow .dismiss_btn, .feed_page .games_to_rate .dismiss_btn {
    font-size: 12px;
    color: #999;
    margin-left: 8px; }
  .feed_page .games_to_rate {
    margin-top: 15px; }
    .feed_page .games_to_rate .game_to_rate {
      margin-bottom: 25px;
      *zoom: 1; }
      .feed_page .games_to_rate .game_to_rate:before, .feed_page .games_to_rate .game_to_rate:after {
        content: " ";
        display: table; }
      .feed_page .games_to_rate .game_to_rate:after {
        clear: both; }
      .feed_page .games_to_rate .game_to_rate.rated .dismiss_btn {
        display: none; }
      .feed_page .games_to_rate .game_to_rate.rated .rate_game_btn .after_rate {
        display: inline; }
      .feed_page .games_to_rate .game_to_rate.rated .rate_game_btn .before_rate {
        display: none; }
    .feed_page .games_to_rate img {
      float: left;
      display: block;
      margin-top: 4px;
      box-shadow: 0 0 0 1px white, 0 0 2px 2px rgba(0, 0, 0, 0.13);
      width: 80px; }
    .feed_page .games_to_rate .to_rate_content {
      margin-left: 95px; }
    .feed_page .games_to_rate .game_title {
      font-size: 18px; }
      .feed_page .games_to_rate .game_title a {
        text-decoration: none; }
    .feed_page .games_to_rate .game_author {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 14px;
      margin-top: 2px; }
      .feed_page .games_to_rate .game_author a {
        color: #666; }
    .feed_page .games_to_rate .rate_row {
      margin-top: 12px; }
    .feed_page .games_to_rate .rate_game_btn {
      cursor: pointer; }
      .feed_page .games_to_rate .rate_game_btn .after_rate {
        display: none; }
  .feed_page .users_to_follow_outer {
    margin-top: 40px; }
  .feed_page .users_to_follow .user_to_follow {
    margin-bottom: 20px; }
  .feed_page .users_to_follow .follow_row {
    margin-top: 8px; }
  .feed_page .users_to_follow .follow_user_btn {
    cursor: pointer; }
    .feed_page .users_to_follow .follow_user_btn.animate_bounce, .feed_page .users_to_follow .follow_user_btn.animate_drop_down {
      pointer-events: none; }
    .feed_page .users_to_follow .follow_user_btn.is_following:hover .unfollow_label {
      display: inline; }
    .feed_page .users_to_follow .follow_user_btn.is_following:hover .on_unfollow {
      display: none; }
    .feed_page .users_to_follow .follow_user_btn.is_following .on_unfollow {
      display: inline; }
    .feed_page .users_to_follow .follow_user_btn.is_following .on_follow {
      display: none; }
    .feed_page .users_to_follow .follow_user_btn .on_unfollow, .feed_page .users_to_follow .follow_user_btn .unfollow_label {
      display: none; }
    .feed_page .users_to_follow .follow_user_btn .icon {
      margin-right: 5px;
      position: relative;
      top: 1px; }
  .feed_page .users_to_follow .user_name {
    font-size: 18px; }
    .feed_page .users_to_follow .user_name a {
      text-decoration: none; }
  .feed_page .users_to_follow .user_games {
    margin-top: 2px;
    font-size: 14px;
    color: #999; }
    .feed_page .users_to_follow .user_games a {
      color: #666; }
  .feed_page .games_column .game_cell {
    width: 280px; }
    .feed_page .games_column .game_cell .game_thumb {
      width: 280px;
      height: 222px; }

.view_event {
  background: white;
  padding: 0;
  overflow: hidden;
  border-bottom: 2px solid #d0d0d0; }
  .view_event .event_row {
    font-size: 16px;
    width: 900px;
    margin: 40px auto; }

.has_events.loading .event_loader .on_loading {
  display: block; }
.has_events.loading .event_loader .next_page {
  display: none; }
.has_events .event_loader {
  border-top: 2px solid #dadada;
  text-align: center;
  color: #666;
  padding: 10px;
  font-size: 16px; }
  .has_events .event_loader .loader {
    margin-right: 10px; }
.has_events .event_row {
  margin-bottom: 40px;
  background: white;
  position: relative;
  border: 2px solid #dadada;
  border-radius: 3px; }
  .has_events .event_row.has_like .event_header .like_count {
    opacity: 1;
    margin-right: 6px;
    width: auto; }
    .ie .has_events .event_row.has_like .event_header .like_count {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .has_events .event_row .event_header {
    margin-bottom: 25px;
    border-bottom: 1px solid #dadada;
    background: #EFEFEF; }
    .has_events .event_row .event_header .event_tools {
      float: right;
      color: #666;
      font-size: 18px;
      margin-right: 15px; }
    .has_events .event_row .event_header .follow_user_btn {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      transition: all 0.2s ease;
      display: inline-block;
      border-radius: 4px;
      text-decoration: none;
      padding: 3px 10px;
      font-size: 14px;
      letter-spacing: 0.025em;
      white-space: nowrap;
      border: 2px solid #cccccc;
      color: #444;
      cursor: pointer;
      vertical-align: top;
      margin-top: 6px;
      margin-right: 15px; }
      .has_events .event_row .event_header .follow_user_btn:hover {
        background: white;
        color: #333;
        color: white;
        background: #FA5C5C;
        border-color: #FA5C5C; }
      .has_events .event_row .event_header .follow_user_btn:active {
        background: #e44949;
        border-color: #e44949; }
      .has_events .event_row .event_header .follow_user_btn.animate_bounce, .has_events .event_row .event_header .follow_user_btn.animate_drop_down {
        pointer-events: none; }
      .has_events .event_row .event_header .follow_user_btn.is_following:hover .unfollow_label {
        display: inline; }
      .has_events .event_row .event_header .follow_user_btn.is_following:hover .on_unfollow {
        display: none; }
      .has_events .event_row .event_header .follow_user_btn.is_following .on_unfollow {
        display: inline; }
      .has_events .event_row .event_header .follow_user_btn.is_following .on_follow {
        display: none; }
      .has_events .event_row .event_header .follow_user_btn .on_unfollow, .has_events .event_row .event_header .follow_user_btn .unfollow_label {
        display: none; }
      .has_events .event_row .event_header .follow_user_btn .icon {
        margin-right: 8px;
        position: relative;
        top: 1px; }
    .has_events .event_row .event_header .event_user_action {
      padding: 10px 25px; }
      .has_events .event_row .event_header .event_user_action strong {
        color: #444; }
    .has_events .event_row .event_header .like_count {
      display: inline-block;
      vertical-align: top;
      margin-top: 10px;
      font-size: 14px;
      font-weight: bold;
      opacity: 0;
      -webkit-transition: opacity 0.2s ease, margin 0.2s ease;
      -moz-transition: opacity 0.2s ease, margin 0.2s ease;
      -ms-transition: opacity 0.2s ease, margin 0.2s ease;
      transition: opacity 0.2s ease, margin 0.2s ease;
      width: 0; }
      .ie .has_events .event_row .event_header .like_count {
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    .has_events .event_row .event_header .action_btn {
      -webkit-transition: all 0.1s ease;
      -moz-transition: all 0.1s ease;
      -ms-transition: all 0.1s ease;
      transition: all 0.1s ease;
      display: inline-block;
      vertical-align: top;
      margin-top: 10px; }
      .has_events .event_row .event_header .action_btn:not(.disabled) {
        cursor: pointer; }
        .has_events .event_row .event_header .action_btn:not(.disabled):hover {
          color: #808080; }
        .has_events .event_row .event_header .action_btn:not(.disabled):active {
          color: #4d4d4d; }
    .has_events .event_row .event_header .delete_btn, .has_events .event_row .event_header .edit_btn {
      margin-right: 10px; }
    .has_events .event_row .event_header .like_btn {
      position: relative;
      z-index: 2; }
      .has_events .event_row .event_header .like_btn.liked {
        color: #FA5C5C; }
        .has_events .event_row .event_header .like_btn.liked:hover {
          color: #fc8d8d; }
        .has_events .event_row .event_header .like_btn.liked:active {
          color: #f82b2b; }
  .has_events .event_row .star_picker {
    margin-top: 11px; }
  .has_events .event_row .object_title_row {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .has_events .event_row .object_title {
    font-size: 24px;
    text-decoration: none; }
  .has_events .event_row .object_summary {
    line-height: 1.5;
    margin: 10px 0; }
  .has_events .event_row .object_short_summary {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    font-size: 14px;
    color: #666;
    margin-top: -2px; }
  .has_events .event_row .game_content {
    font-size: 16px;
    line-height: 1.4;
    margin: 15px 0 20px 0; }
  .has_events .event_row .event_source_user {
    margin-right: 5px; }
  .has_events .event_row .event_time {
    color: #666;
    font-style: italic;
    text-decoration: none; }
    .has_events .event_row .event_time:hover {
      text-decoration: underline; }
  .has_events .event_row .event_content {
    *zoom: 1;
    margin: 0 25px 30px 25px; }
    .has_events .event_row .event_content:before, .has_events .event_row .event_content:after {
      content: " ";
      display: table; }
    .has_events .event_row .event_content:after {
      clear: both; }
    .has_events .event_row .event_content.has_side_content .event_main_content {
      margin-left: 345px; }
      @media (max-width: 1200px) {
        .has_events .event_row .event_content.has_side_content .event_main_content {
          margin-left: 280px; } }
  .has_events .event_row .event_side_content {
    float: left;
    position: relative; }
    .has_events .event_row .event_side_content .game_cell_tools {
      position: absolute;
      top: 5px;
      right: 10px;
      opacity: 0;
      -webkit-transition: opacity 0.2s ease, top 0.2s ease;
      -moz-transition: opacity 0.2s ease, top 0.2s ease;
      -ms-transition: opacity 0.2s ease, top 0.2s ease;
      transition: opacity 0.2s ease, top 0.2s ease; }
      .ie .has_events .event_row .event_side_content .game_cell_tools {
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
      .has_events .event_row .event_side_content .game_cell_tools .action_btn {
        -moz-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        display: inline-block;
        background: black;
        background: rgba(30, 30, 30, 0.5);
        color: #eee;
        font-size: 12px;
        border: 1px solid rgba(10, 10, 10, 0.5);
        border-radius: 2px;
        padding: 2px 4px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
        cursor: pointer;
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
        margin-bottom: 10px;
        text-decoration: none;
        border: 4px solid #DD4A4A;
        background: rgba(30, 30, 30, 0.8);
        font-size: 14px;
        box-shadow: none;
        border-radius: 3px; }
        .has_events .event_row .event_side_content .game_cell_tools .action_btn .icon {
          margin-right: 5px; }
        .has_events .event_row .event_side_content .game_cell_tools .action_btn:hover {
          background: rgba(38, 38, 38, 0.5); }
        .has_events .event_row .event_side_content .game_cell_tools .action_btn:hover {
          border-color: #e15f5f;
          background: rgba(40, 40, 40, 0.8); }
    .has_events .event_row .event_side_content:hover .game_cell_tools {
      top: 10px;
      opacity: 1; }
      .ie .has_events .event_row .event_side_content:hover .game_cell_tools {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    .has_events .event_row .event_side_content img {
      width: 315px;
      height: 250px;
      box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.13), inset 0 0 0 1px white;
      border: 1px solid white; }
      @media (max-width: 1200px) {
        .has_events .event_row .event_side_content img {
          width: 250px;
          height: 198px; } }
  .has_events .event_row .image_list {
    margin-bottom: 10px;
    overflow: hidden; }
    .has_events .event_row .image_list img {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      width: 50%;
      float: left;
      display: block;
      border: 0;
      padding: 0;
      padding-right: 10px;
      margin-bottom: 10px; }
  .has_events .event_row .uploads_summary, .has_events .event_row .images_summary {
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #444;
    margin-bottom: 5px; }
  .has_events .event_row .upload_list {
    border: 1px solid #dadada;
    padding: 5px 20px; }
    .has_events .event_row .upload_list .upload_row {
      margin: 10px 0; }
    .has_events .event_row .upload_list strong {
      font-weight: normal; }
    .has_events .event_row .upload_list .file_size {
      color: #999; }
    .has_events .event_row .upload_list .icon {
      color: #666;
      margin-right: 5px; }
  .has_events .event_row .button_row {
    margin-top: 15px; }
    .has_events .event_row .button_row .outline_button {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      transition: all 0.2s ease;
      display: inline-block;
      border-radius: 4px;
      text-decoration: none;
      padding: 3px 10px;
      font-size: 14px;
      letter-spacing: 0.025em;
      white-space: nowrap;
      border: 2px solid #cccccc;
      color: #444;
      padding-left: 20px;
      padding-right: 20px; }
      .has_events .event_row .button_row .outline_button:hover {
        background: white;
        color: #333;
        color: white;
        background: #FA5C5C;
        border-color: #FA5C5C; }
      .has_events .event_row .button_row .outline_button:active {
        background: #e44949;
        border-color: #e44949; }
      .has_events .event_row .button_row .outline_button .icon {
        font-size: 10px;
        margin-left: 8px; }
  .has_events .event_row .game_grid {
    margin-top: 17px; }
    .has_events .event_row .game_grid .game_cell {
      width: 196px;
      margin-bottom: 10px; }
      .has_events .event_row .game_grid .game_cell:last-child {
        margin-right: 0; }
      .has_events .event_row .game_grid .game_cell .game_thumb {
        width: 100%;
        height: 155px; }

.edit_event_lightbox {
  width: 600px; }
  .edit_event_lightbox .input_row {
    margin: 20px 40px; }
  .edit_event_lightbox .buttons {
    margin: 15px 40px; }
    .edit_event_lightbox .buttons .right_buttons {
      float: right;
      line-height: 35px; }
      .edit_event_lightbox .buttons .right_buttons a {
        color: #666; }
  .edit_event_lightbox .loader {
    display: none; }
  .edit_event_lightbox form.loading .loader {
    display: inline-block; }

.followers_base {
  padding: 0; }
  .followers_base .empty_content {
    text-align: center;
    font-weight: normal;
    font-size: 22px;
    color: #666;
    margin: 20px 0; }
  .followers_base .follow {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 8px; }
    .followers_base .follow:nth-child(2n) {
      background: #f3f3f3; }
    .followers_base .follow .name_col {
      margin-left: 50px;
      margin-right: 200px; }
    .followers_base .follow .button_col {
      float: right; }
      .followers_base .follow .button_col button {
        display: block; }
    .followers_base .follow img, .followers_base .follow .image_placeholder {
      float: left;
      width: 35px;
      height: 35px; }
    .followers_base .follow .image_placeholder {
      background: #e7e7e7; }
    .followers_base .follow .follow_user_btn.animate_bounce, .followers_base .follow .follow_user_btn.animate_drop_down {
      pointer-events: none; }
    .followers_base .follow .follow_user_btn.is_following:hover .unfollow_label {
      display: inline; }
    .followers_base .follow .follow_user_btn.is_following:hover .on_unfollow {
      display: none; }
    .followers_base .follow .follow_user_btn.is_following .on_unfollow {
      display: inline; }
    .followers_base .follow .follow_user_btn.is_following .on_follow {
      display: none; }
    .followers_base .follow .follow_user_btn .on_unfollow, .followers_base .follow .follow_user_btn .unfollow_label {
      display: none; }
    .followers_base .follow .follow_user_btn .icon {
      margin-right: 5px; }

.game_promo_images {
  padding: 0; }
  .game_promo_images .image_uploader_row.has_image .link_row, .game_promo_images .image_uploader_row.has_image .image_preview_row {
    display: block; }
  .game_promo_images .image_uploader_row .link_row, .game_promo_images .image_uploader_row .image_preview_row {
    display: none; }

.goal_banner .cover_image {
  float: left; }
.goal_banner .center_column {
  margin-left: 210px;
  min-height: 150px;
  overflow: hidden;
  position: relative; }
.goal_banner h3 {
  border-bottom: 2px solid #dadada;
  padding-bottom: 10px;
  margin: 5px 0 10px 0;
  line-height: 15px; }
.goal_banner .mini_logo {
  position: absolute;
  top: 0;
  right: 0; }
.goal_banner .progress_bar {
  height: 10px;
  background: #e9e9e9;
  border-radius: 8px;
  overflow: hidden; }
  .goal_banner .progress_bar .progress_inner {
    height: 100%;
    background: #FA5C5C;
    border-radius: 0 8px 8px 0px; }
.goal_banner .stat_bar {
  margin-bottom: 10px;
  overflow: hidden; }
.goal_banner .stat_box {
  display: inline-block;
  text-align: left; }
  .goal_banner .stat_box.right_box {
    float: right;
    text-align: right; }
  .goal_banner .stat_box .stat_value {
    font-size: 22px; }
  .goal_banner .stat_box .stat_label {
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 2px; }
.goal_banner .stat_summary {
  margin-top: 10px; }
.goal_banner .stat_inline {
  display: inline-block;
  margin-right: 10px;
  border-right: 1px solid #dadada;
  padding-right: 10px; }
  .goal_banner .stat_inline:last-child {
    border-right: 0;
    padding-right: 0; }
  .goal_banner .stat_inline .stat_value {
    font-size: 16px; }
  .goal_banner .stat_inline .stat_label {
    font-size: 14px;
    color: #666; }
.goal_banner .action_area {
  margin-top: 8px;
  float: right; }

.sale_analytics {
  padding: 0; }
  .sale_analytics.after_end .progress_bar .progress_inner {
    background: gray; }
  .sale_analytics .progress_outer {
    margin-bottom: 20px; }
    .sale_analytics .progress_outer h2 {
      margin-bottom: 15px; }
  .sale_analytics .date_range {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px; }
    .sale_analytics .date_range .date_range_right {
      float: right; }
  .sale_analytics .progress_bar {
    height: 10px;
    background: #e9e9e9;
    border-radius: 8px;
    overflow: hidden; }
    .sale_analytics .progress_bar .progress_inner {
      height: 100%;
      background: #FA5C5C;
      border-radius: 0 8px 8px 0px; }
  .sale_analytics .ends_row {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 5px; }

.collection_lightbox {
  width: 600px; }
  .collection_lightbox h2 .header_single_line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .collection_lightbox h2 .object_title:before {
    content: "“";
    font-weight: normal;
    color: #999; }
  .collection_lightbox h2 .object_title:after {
    content: "”";
    font-weight: normal;
    color: #999; }
  .collection_lightbox.is_complete .before_submit {
    display: none; }
  .collection_lightbox.is_complete .after_submit {
    display: block; }
  .collection_lightbox form.loading .loader {
    display: inline-block; }
  .collection_lightbox .after_submit, .collection_lightbox .loader {
    display: none; }
  .collection_lightbox .collection_option {
    border-bottom: 1px solid #dadada;
    padding: 15px 0; }
    .collection_lightbox .collection_option:first-child {
      border-top: 1px solid #dadada; }
    .collection_lightbox .collection_option .radio {
      float: left;
      margin: 0;
      padding: 0;
      margin-left: 40px;
      margin-top: 3px; }
    .collection_lightbox .collection_option .option_content {
      margin-left: 70px; }
  .collection_lightbox .new_collection_option .privacy_input {
    margin-left: 0; }
  .collection_lightbox .new_collection_option .privacy_toggle {
    margin-top: 5px;
    display: block; }
  .collection_lightbox .form {
    margin-top: 40px; }
    .collection_lightbox .form .collection_name_input {
      width: 300px; }
    .collection_lightbox .form .collection_name_input, .collection_lightbox .form .collection_input {
      margin-top: 15px; }
    .collection_lightbox .form .input_row {
      margin: 20px 40px; }
  .collection_lightbox .buttons {
    padding: 20px 40px;
    margin-top: 0; }
  .collection_lightbox .already_in {
    margin: 20px 40px;
    font-size: 16px;
    line-height: 1.5; }
  .collection_lightbox .follow_area {
    text-align: center; }
  .collection_lightbox .follow_user_btn.animate_bounce, .collection_lightbox .follow_user_btn.animate_drop_down {
    pointer-events: none; }
  .collection_lightbox .follow_user_btn.is_following:hover .unfollow_label {
    display: inline; }
  .collection_lightbox .follow_user_btn.is_following:hover .on_unfollow {
    display: none; }
  .collection_lightbox .follow_user_btn.is_following .on_unfollow {
    display: inline; }
  .collection_lightbox .follow_user_btn.is_following .on_follow {
    display: none; }
  .collection_lightbox .follow_user_btn .on_unfollow, .collection_lightbox .follow_user_btn .unfollow_label {
    display: none; }
  .collection_lightbox .follow_user_btn .icon {
    margin-right: 5px; }

.rate_game_lightbox {
  width: 500px; }
  .rate_game_lightbox.rating_success.rating_removed .on_add {
    display: none; }
  .rate_game_lightbox.rating_success.rating_removed .on_remove {
    display: block; }
  .rate_game_lightbox.rating_success .on_remove {
    display: none; }
  .rate_game_lightbox.rating_success .after_rating {
    display: block; }
  .rate_game_lightbox.rating_success .before_rating {
    display: none; }
  .rate_game_lightbox.has_rating .remove_rating {
    display: block; }
  .rate_game_lightbox.has_rating .new_rating {
    display: none; }
  .rate_game_lightbox.show_follow_button .suggested_follow {
    display: block; }
  .rate_game_lightbox .suggested_follow {
    display: none; }
  .rate_game_lightbox .remove_rating {
    display: none; }
    .rate_game_lightbox .remove_rating a {
      color: #666; }
  .rate_game_lightbox .after_rating {
    display: none; }
  .rate_game_lightbox .star_picker_outer {
    text-align: center; }
  .rate_game_lightbox form .input_row {
    margin: 30px 40px 20px 40px; }
  .rate_game_lightbox form .buttons {
    margin: 20px 40px 30px 40px; }
  .rate_game_lightbox .star_picker {
    border-width: 2px; }
    .rate_game_lightbox .star_picker .star {
      font-size: 26px; }
  .rate_game_lightbox .follow_area {
    text-align: center; }
  .rate_game_lightbox .follow_user_btn.animate_bounce, .rate_game_lightbox .follow_user_btn.animate_drop_down {
    pointer-events: none; }
  .rate_game_lightbox .follow_user_btn.is_following:hover .unfollow_label {
    display: inline; }
  .rate_game_lightbox .follow_user_btn.is_following:hover .on_unfollow {
    display: none; }
  .rate_game_lightbox .follow_user_btn.is_following .on_unfollow {
    display: inline; }
  .rate_game_lightbox .follow_user_btn.is_following .on_follow {
    display: none; }
  .rate_game_lightbox .follow_user_btn .on_unfollow, .rate_game_lightbox .follow_user_btn .unfollow_label {
    display: none; }
  .rate_game_lightbox .follow_user_btn .icon {
    margin-right: 5px; }

.login_lightbox.login_open .login_form {
  display: block; }
.login_lightbox.login_open .register_form {
  display: none; }
.login_lightbox.register_open .login_form {
  display: none; }
.login_lightbox.register_open .register_form {
  display: block; }
.login_lightbox .register_form {
  display: none; }
