#register {
  margin: 0 auto;
  max-width: 600px;
  min-width: 320px;
  padding: 10px 10px 10px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#register h1 {
  text-align: center;
  font-size: 28px;
  line-height: 65px;
  text-transform: uppercase;
}
#register p {
  margin-bottom: 20px;
  color: #58595b;
}
#register a {
  text-decoration: none;
}
.register-errors {
  color: #cc0000;
}
.register-errors li {
  list-style: inside disc;
}
.register-details {
  text-align: center;
}
.register-age {
  text-align: center;
  margin: 10px;
  padding: 10px;
}
.register-age label.error {
  color: #cc0000;
}
.register-left,
.register-right {
  position: relative;
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.register-left {
  padding-right: 20px;
}
.register-right {
  padding-left: 20px;
  border-left: 1px solid #cccccc;
}
a.register-button {
  display: block;
  color: white;
  background-color: #999999;
  padding: 0 10px;
  line-height: 50px;
  height: 50px;
  text-decoration: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 5px;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
a.register-button .icon {
  display: block;
  float: left;
  font-size: 30px;
  line-height: 50px;
  width: 30px;
  text-align: center;
}
a.register-button:focus,
a.register-button:hover {
  opacity: .8;
  outline: none;
}
a.register-facebook {
  background-color: #5e77ab;
}
a.register-twitter {
  background-color: #00aced;
}
.register-or {
  position: absolute;
  top: 50%;
  left: -10px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  text-align: center;
  background-color: white;
  text-transform: uppercase;
  color: #aaaaaa;
}
.register-form label {
  display: block;
  margin-bottom: 10px;
}
.register-form label input {
  width: 100%;
  border: 1px solid #cccccc;
  padding: 8px 10px;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.register-form label input:focus {
  border-color: #47c8d6;
  outline: none;
}
.register-form label.error {
  color: #cc0000;
}
.register-form label.error input {
  border-color: #cc0000;
}
.register-form .submit {
  width: 100%;
  padding: 0 10px;
  line-height: 50px;
  color: white;
  margin-top: 20px;
  background-color: #47c8d6;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.register-form .submit:focus,
.register-form .submit:hover {
  background-color: #ed6741;
  outline: none;
}
.country img {
  width: 16px;
  height: 11px;
}
.country img.hidden {
  width: auto;
  height: auto;
  display: none;
}
.countrydropdown {
  display: none;
}
.country-name {
  color: #777777;
}
.country-change {
  float: right;
}
@media (max-width: 520px) {
  .register-left,
  .register-right {
    float: none;
    width: auto;
    padding: 0;
    border: none;
  }
  .register-right {
    border-top: 1px solid #cccccc;
    padding-top: 20px;
    margin-top: 20px;
  }
  .register-or {
    top: -10px;
    left: 50%;
    width: 50px;
    height: auto;
    line-height: inherit;
    margin-top: 0;
    margin-left: -25px;
  }
}
