body {
  background: #fff;
  font-family: "helvetica neue", arial, helvetica, sans-serif;
}
body.slim {
  background: #eee;
  margin-top: 5%;
}
body.slim header,
body.slim footer {
  display: none;
}
.mobile_only {
  display: none;
}
btn,
input.submit {
  cursor: pointer;
}
.disabled {
  opacity: 0.5;
}
.center {
  text-align: center;
}
.container {
  margin: auto;
  width: 1000px;
}
.container .span3 {
  width: 30%;
  float: left;
}
.container .span7 {
  width: 70%;
  float: left;
}
a {
  cursor: pointer;
}
.disabled {
  opacity: 0.5;
}
.alert {
  width: 1000px;
  padding: 10px 20px;
  background: #fff2ca;
  margin: 15px auto;
  color: #cf7400;
  border: 1px solid #ffd6aa;
  text-align: center;
  border-radius: 5px;
}
header {
  width: 1000px;
  margin: auto;
  padding: 15px 0;
}
header ul.nav {
  position: relative;
  margin-top: 5px;
  float: right;
}
header ul.nav li {
  float: right;
}
header ul.nav li a {
  display: block;
  padding: 10px 20px;
  padding-left: 0px;
  margin-left: 5px;
  font-size: 10.5pt;
  font-weight: bold;
  color: #777;
  text-decoration: none;
  text-align: center;
}
header ul.nav li a:hover {
  color: #111;
}
header ul.nav li.highlight {
  background: #d81378;
  border-radius: 5px;
  padding-left: 20px;
  margin-right: 20px;
}
header ul.nav li.highlight:hover {
  background: #ed3593;
}
header ul.nav li.highlight a {
  color: #fff;
}
#intro {
  text-align: center;
  background: url("/images/mini/bg.jpg") repeat left top;
}
#intro .container {
  padding: 40px 0;
}
#intro h1,
#intro h1 * {
  font-size: 40pt;
}
#intro h1 {
  padding-bottom: 70px;
  font-family: "Exo";
  text-shadow: 0 0 1px rgba(217,217,217,0.3);
  -webkit-text-stroke: 0.3px;
  font-weight: 700;
}
#intro h3 {
  padding-bottom: 20px;
  font-family: "Exo";
  text-shadow: 0 0 1px rgba(217,217,217,0.3);
  -webkit-text-stroke: 0.3px;
  font-size: 19pt;
}
#intro .sweetcaptcha {
  margin: auto;
  background: #fff;
  box-shadow: 0px 0px 20px #777;
  padding: 20px;
  border: 3px solid #333;
  border-radius: 10px;
}
#intro .error {
  color: #e00;
}
#intro .awesome {
  margin: 10px 0;
}
#intro .awesome a {
  font-size: 18pt;
  font-weight: bold;
  color: #00f;
  text-decoration: none;
}
#intro #get_started > div {
  margin: 0 auto 10px;
  font-family: "helvetica neue", arial, helvetica, sans-serif;
  font-size: 14pt;
  font-weight: 300;
}
#intro #get_started > div input[type="submit"] {
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 16pt;
  margin: 0 5px;
  color: #fff;
  border: 0;
  cursor: pointer;
  background: #d81378;
}
#intro #get_started > div input[type="submit"]:hover {
  background: #ed3593;
}
#solved {
  text-align: center;
  font-size: 25pt;
  font-family: "Exo";
  text-shadow: 0 0 1px rgba(217,217,217,0.3);
  -webkit-text-stroke: 0.3px;
  font-weight: 700;
  padding-top: 25px;
}
#solved span.counter {
  display: inline-block;
  margin: 0 15px;
}
#solved i {
  display: inline-block;
  margin: 0px 3px;
  width: 52px;
  height: 71px;
  background: url("/images/mini/counter.png") no-repeat left top;
  font-size: 36pt;
  color: #fff;
  line-height: 75px;
  text-align: center;
  font-style: normal;
}
#platforms {
  background: #2b2b2b url("/images/mini/platforms.png") no-repeat center center;
  margin-top: 30px;
  height: 100px;
  text-align: center;
  display: none;
}
#invalid {
  color: #e00;
  visibility: hidden;
  padding-top: 15px;
}
#invalid a {
  text-decoration: underline;
  color: #e00;
}
#join {
  font-size: 16pt;
  text-align: center;
  font-family: "Exo";
  text-shadow: 0 0 1px rgba(217,217,217,0.3);
  -webkit-text-stroke: 0.3px;
  font-weight: 700;
  padding: 10px 0 25px 0;
  background: #e5e5e5;
  margin-top: 50px;
}
#join a {
  color: #d81378;
  text-decoration: none;
}
#join a:hover {
  color: #ed3593;
}
#join p {
  padding: 15px 0 20px;
}
#join2 {
  font-size: 20pt;
  font-family: "Exo";
  font-weight: 700;
  background: #4d4d4d;
  text-align: center;
  color: #fff;
  padding: 20px 0;
}
#join2 em {
  font-weight: 400;
  font-style: normal;
}
#join2 a {
  display: inline-block;
  background: #d81378;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  font-size: 15pt;
  margin-left: 30px;
  font-size: 400;
}
#join2 a:hover {
  background: #eb1c86;
}
#illustrations {
  width: 1000px;
  margin: 40px auto;
  background: url("/images/mini/homepage_illustrations.png") no-repeat center 60px;
  overflow: hidden;
}
#illustrations h2 {
  font-size: 20pt;
  font-family: "Exo";
  font-weight: 700;
  text-align: center;
  text-shadow: 0 0 1px rgba(217,217,217,0.3);
  -webkit-text-stroke: 0.3px;
  padding-bottom: 50px;
}
#illustrations div {
  width: 480px;
  clear: both;
  line-height: 1.5;
  padding-bottom: 80px;
  font-family: "helvetica neue", arial, helvetica, sans-serif;
  font-weight: 300;
}
#illustrations div:nth-child(2) {
  padding-bottom: 70px;
}
#illustrations div:nth-child(4) {
  padding-bottom: 100px;
}
#illustrations div:nth-child(5) {
  padding-bottom: 20px;
}
#illustrations div.right {
  float: right;
}
#illustrations div.left {
  float: left;
}
#illustrations div h3 {
  font-size: 14pt;
  font-family: "Exo";
  font-weight: 700;
  padding-bottom: 15px;
}
#illustrations div p.supported {
  padding-top: 10px;
  font-size: 10pt;
  color: #aaa;
}
#illustrations .clear {
  height: 0;
}
#illustrations a#get_started {
  display: block;
  background: #d81378;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  font-size: 15pt;
  margin: auto;
  width: 180px;
  font-family: "Exo";
  font-size: 400;
}
#illustrations a#get_started:hover {
  background: #eb1c86;
}
.textual {
  padding-top: 35px;
  padding-bottom: 15px;
  text-align: center;
  font-size: 14pt;
  font-weight: 300;
  line-height: 150%;
}
.textual h1 {
  font-family: "Exo";
  text-shadow: 0 0 1px rgba(217,217,217,0.3);
  -webkit-text-stroke: 0.3px;
  font-size: 24pt;
  padding-bottom: 25px;
  font-weight: 700;
}
section.faq {
  min-height: 800px;
  font-size: 13pt;
  font-weight: 300;
  line-height: 1.4;
}
section.faq a {
  color: #d81378;
  text-decoration: none;
}
section.faq h1 {
  font-family: "Exo";
  text-shadow: 0 0 1px rgba(217,217,217,0.3);
  -webkit-text-stroke: 0.3px;
  font-size: 30pt;
  padding: 30px 0;
  font-weight: 700;
  color: #999;
}
section.faq .choose {
  text-align: center;
  padding-bottom: 30px;
}
section.faq .choose a {
  display: block;
  float: left;
  clear: both;
  padding: 10px 20px;
  background: #eee;
  border-radius: 5px;
  margin-bottom: 5px;
  text-decoration: none;
  color: #333;
}
section.faq .choose a.selected {
  background: #333;
  color: #fff;
}
section.faq ul[data-rel] {
  display: none;
}
section.faq ul[data-rel].selected {
  display: block;
}
section.faq li.q {
  font-weight: bold;
  padding-top: 15px;
}
section.faq ul.section {
  line-height: 150%;
  border-left: 10px solid #f2f2f2;
  padding-left: 10px;
  margin-bottom: 25px;
}
section.faq ul.section ol,
section.faq ul.section ol li {
  list-style-type: decimal;
  margin-left: 12px;
  padding-bottom: 10px;
}
section.faq ul.api {
  font-family: monospace;
  font-size: 10pt;
}
section.faq ul.api li {
  overflow: hidden;
}
section.faq ul.api span {
  display: inline-block;
  width: 140px;
  margin-right: 10px;
  color: #666;
  float: left;
}
section.faq ul.api span.explain {
  width: 500px;
}
section.faq ul.api span.expected {
  background: #fbe6e9;
}
section.faq i.explain {
  font-family: monospace;
  font-style: normal;
  color: #e98093;
}
span.exo {
  font-family: "Exo", helvetica, arial, sans-serif;
  font-weight: bold;
}
footer {
  background: #111;
  padding: 20px 0;
  color: #fff;
  font-size: 11pt;
  margin-top: 30px;
  clear: both;
}
footer #creature {
  float: left;
  margin-right: 10px;
}
footer .copy {
  color: #555;
  font-size: 9pt;
}
footer a {
  color: #ccc;
  font-size: 11pt;
  text-decoration: none;
}
footer ul {
  overflow: hidden;
}
footer ul li {
  line-height: 150%;
  width: 37%;
  float: left;
}
footer ul li.last {
  width: 26%;
}
footer ul li div {
  padding-bottom: 10px;
}
footer ul li div a {
  color: #ccc;
}
footer ul li div a img {
  margin-right: 10px;
  vertical-align: middle;
}
footer ul li p {
  margin-top: 50px;
  font-size: 9pt;
}
footer ul li h3 {
  padding-bottom: 20px;
}
footer ul li h3,
footer ul li h3 a {
  font-family: "Exo";
  text-shadow: 0 0 1px rgba(217,217,217,0.3);
  -webkit-text-stroke: 0.3px;
  font-weight: 300;
  font-size: 16pt;
}
footer a.terms {
  font-size: 8pt;
  text-decoration: underline;
}
div#signup {
  display: none;
  width: 600px;
  background: #fff;
  box-shadow: 0 0 10px #333;
  border-radius: 10px;
  padding: 20px;
}
div#signup .confirmation {
  color: #d81378;
  padding-bottom: 10px;
  font-size: 24pt;
}
div#signup p {
  text-align: left;
  padding-bottom: 10px;
}
div#signup ul,
div#signup li {
  margin-left: 10px;
}
div#signup ul {
  padding-bottom: 15px;
}
div#signup li {
  text-align: left;
  list-style-type: disc;
  padding: 5px 0;
}
div#signup li a {
  color: #d81378;
}
div#signup .invalid {
  color: #d81378;
}
div#signup table {
  text-align: left;
  padding: 10px;
}
div#signup table input {
  border: 1px solid #ccc;
  font-size: 12pt;
}
div#signup table td {
  padding: 5px;
}
div#signup table td i {
  color: #d81378;
}
div#signup input[type=submit] {
  font-family: "Exo", helvetica, arial, sans-serif;
}
div#signup #register_message {
  display: none;
}
div#signup #register_explanation {
  font-size: 10pt;
  color: #555;
  padding: 5px 0 15px 0;
}
div#signup #sweetcaptcha_register_form_error {
  color: #c00;
  background: #ffe5e5;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 10pt;
  display: none;
}
#terms {
  line-height: 150%;
  font-size: 10pt;
  color: #333;
}
#terms .container {
  width: 30%;
}
#terms h1 {
  font-size: 16pt;
  color: #333;
  padding: 20px 0;
}
#terms h4 {
  font-size: 11pt;
  margin-top: 15px;
  padding-bottom: 5px;
}
#accounts {
  font-size: 10pt;
  width: 700px;
  padding: 0px 30px 60px;
  margin: auto;
  border-radius: 10px;
}
#accounts .container {
  width: 400px;
}
#accounts h1 {
  font-size: 24pt;
  text-align: center;
  font-family: "exo";
  padding-bottom: 15px;
}
#accounts a {
  color: #d81378;
  text-decoration: none;
}
#accounts #error {
  color: #e98282;
  font-weight: bold;
  width: 250px;
  margin: auto;
}
#accounts .row {
  margin: auto;
  margin-top: 12px;
  width: 300px;
}
#accounts .row.remember {
  color: #666;
  overflow: hidden;
  margin-bottom: 10px;
}
#accounts .row.remember label {
  float: left;
  font-size: 9pt;
}
#accounts .row.remember label input {
  float: left;
  margin-right: 5px;
}
#accounts .row.remember a {
  float: right;
  display: block;
  margin-top: 3px;
}
#accounts p {
  margin-bottom: 5px;
}
#accounts input[type="text"],
#accounts input[type="password"] {
  border-radius: 5px;
  width: 95%;
}
#accounts #signup_confirmation {
  position: relative;
  width: 600px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  margin: 20px 0 20px -100px;
  font-size: 12pt;
  padding: 15px;
  position: relative;
}
#accounts.signup .row,
#accounts.signin .row {
  width: 400px;
}
#accounts.signup.signin .row,
#accounts.signin.signin .row {
  margin-left: 10px;
}
#accounts.signup input[type=submit],
#accounts.signin input[type=submit] {
  padding: 6px 50px;
  border-radius: 5px !important;
  font-size: 12pt;
  margin-bottom: 10px;
}
#accounts.signup.signup h1,
#accounts.signin.signup h1 {
  color: #d81378;
  font-size: 30pt;
  text-align: center;
}
#accounts.signup.signup h2,
#accounts.signin.signup h2 {
  text-align: center;
  font-size: 20pt;
  font-weight: normal;
  padding-bottom: 50px;
}
#accounts.signup.signup .confirmation,
#accounts.signin.signup .confirmation {
  color: #666;
}
input.input_submit {
  background: #d81378;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  border: 0;
}
#home {
  padding-top: 100px;
  text-align: center;
}
#home a {
  color: #aaa;
  text-decoration: none;
}
form.submittable div.notify {
  padding: 10px;
  background: #f7d0e5;
  text-align: center;
  color: #b1215c;
  visibility: hidden;
  margin-bottom: 20px;
}
form.submittable div.notify.error {
  background: #fdd;
  border: 0;
  color: #c00;
}
