/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
*/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-size: 15px;
    line-height: 1.231;
    background: #ffffff url(/images/bg.png) repeat-x top;
}

body p {
    line-height: 1.73;
}

body, button, input, select, textarea {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #222;
}

::-moz-selection {
    background: #f6883e;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #f6883e;
    color: #fff;
    text-shadow: none;
}

a {
    color: #00e;
}

a:visited {
    color: #551a8b;
}

a:hover {
    color: #06e;
    cursor: pointer;
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

pre, code, kbd, samp {
    font-family: monospace, monospace;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before, q:after {
    content: "";
    content: none;
}

small {
    font-size: 85%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul, ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label {
    cursor: pointer;
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button, input {
    line-height: normal;
    *overflow: visible;
}

table button, table input {
    *overflow: auto;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

input:valid, textarea:valid {
}

input:invalid, textarea:invalid {
    background-color: #f0dddd;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */

#container {
    width: 960px;
    position: relative;
    margin: 0 auto;
    padding-bottom: 5em;
}

#main {
}

#main .logo {
    margin: 0 0 36px 0;
}

#main .minecraft.logo {
    width: 248px;
    height: 46px;
    margin: -40px 0 0 32px;
}

#main .realms.logo {
    width: 248px;
    height: 61px;
    margin: -40px 0 0 32px;
}

#main .scrolls.logo {
    width: 248px;
    height: 71px;
    margin: -40px 0 0 32px;
}

#mojang-bar {
    z-index: 200;
}
#info-bar {
    background-color: #cdedff;
    padding: 4px 12px;
    margin: 24px 0 24px 0;
    font-size:12px;
    position:relative;
}
#info-bar p {
    margin:0;
}
#info-bar .close {
    position: absolute;
    right: 12px;
    top: 7px;
}

h1 {
    margin-top: 0;
}

h1 span {
    font-size: 0.8em;
}

h2:first-child {
    margin-top: 0;
}

a.bigbutton:link, a.bigbutton:visited {
    background-color: #ff8029;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0.5em 3em 0.7em;
    text-align: center;
    height: auto;
    display: inline-block;
    margin: 0 auto;
    line-height: 1.1;
    font-size: 16px;
    color: #fff;
    text-shadow: #ef6a0f 0px -1px 0px;
}

a.bigbutton:hover {
    background-color: #e9660d;
}

.bigbutton span {
    color: #ffdfc9;
    font-size: 13px;
}

input[type=text], input[type=password] {
    border: #ddd solid 1px;
    padding: 5px 8px;
    background-color: #fff;
}

p.field_checkbox label, label.inline {
    display: inline;
}

a {
    text-decoration: none;
    color: #dd4f3b;
}

a.cancel, a.cancel:visited {
    color: #666;
}

.block {
    display: block;
}

a:visited {
    color: #dd4f3b;
}

a:hover {
    color: #f1873f;
}

label {
    cursor: default;
    font-weight: bold;
    display: block;
}

header {
    height: 36px;
    padding: 0;
    margin: 0;
}

.ui-accordion-header {
    outline: none;
}

section {
    width: 500px;
}

aside {
    width: 300px;
}

.fleft {
    float: left;
}

.hide {
    display: none;
}

.center {
    text-align: center;
}

a.button.huge,
button.huge {
    padding: 5px 50px;
    line-height: 30px;
    font-size: 22px;
    font-style: normal;
    background-color: #7fbf4d;
    background-image: none;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
    background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
    background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
    background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
    background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
    background-image: linear-gradient(top, #7fbf4d, #63a62f);
    border: 1px solid #63a62f;
    border-bottom: 1px solid #5b992b;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
    box-shadow: inset 0 1px 0 0 #96ca6d;
    color: #fff;
    text-align: center;
    text-shadow: 0 -1px 0 #4c9021;
}

a.button.huge:hover,
button.huge:hover {
    background-color: #76b347;
    background-image: none;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b347), color-stop(100%, #5e9e2e));
    background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -moz-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
    background-image: linear-gradient(top, #76b347, #5e9e2e);
    -webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
    box-shadow: inset 0 1px 0 0 #8dbf67;
}

a.button.huge:active,
button.huge:active {
    border: 1px solid #5b992b;
    border-bottom: 1px solid #538c27;
    -webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eee;
    box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eee;
}

a.button.huge.disabled,
button.huge.disabled {
    color: #bbb;
    border-color: #ccc;
    text-shadow: 1px 1px 0 #fff;
    background: #ececec url('../images/css3buttons_backgrounds.png') 0 0 repeat-x;
    -webkit-box-shadow: none;
    box-shadow: none;
}

form.standard span.cancel {
    margin-left: 6px;
    font-size: 0.9em;
}

form.standard span.error,
form.standard label.error,
form.standard div.error {
    color: #c00;
    font-weight: normal;
    margin-top: 6px;
}

form.standard input.hasError,
form.standard input.error {
    border: #c00 solid 1px;
}

#javascript-warning {
    text-align: center;
    padding: 6px;
    background-color: #fff0f0;
    color: #c00;
    font-weight: bold;
    margin-bottom: 20px;
}

.settings, .settingsForm, .settingsError, .settingsSuccess {
    color: #222222;
    width: 468px;
    padding: 10px 16px;
}

.settingsError {
    background-color: #fff0f0;
    color: #922;
}

.settingsSuccess {
    background-color: #f4fff0;
    color: #492;
}

.settingsContainer {
    border-bottom: #e4e4e4 1px solid;
}

.settingsContainer .label {
    width: 120px;
}

.settingsContainer h4 {
    margin-top: 6px;
}

.settingsContainer .button.primary {
    margin-left: 6px;
}

.settingsContainer .name,
.settingsContainer .birthdate {
    width: 200px;
    font-weight: bold;
    margin: 0 auto;
}

.settingsContainer .birthdate {
    width: 220px;
}

.settingsContainer .buttons {
    text-align: center;
}

a.settings:hover {
    background-color: #f8f8f8;
}

a.settings.disabled:hover {
    background-color: transparent;
    cursor: default;
}

.settings .label.twitch-logo {
    height: 20px;
    text-indent: -1000px;
    overflow: hidden;
    background: transparent url(/images/twitch.png) no-repeat;
}

.settings .value.twitch-username {
    padding-left: 24px;
    width: 276px;
    height: 20px;
    background: transparent url(/images/twitch_glitch.png) no-repeat;
}

.settings .value.loading {
    background: transparent url(/images/ajax-loader.gif) no-repeat center left;
    padding-left: 30px;
    width: 270px;
}

#deleteAccount .settingsContainer {
    border-bottom:0;
}

#billingDetails #billing-details-form {
    display:none;
    width:780px;
}

#billingDetails {
    margin:24px 0;
    padding:24px 0;
    border: 0 solid #e4e4e4;
    border-top-width: 1px;
    border-bottom-width: 1px;
}

#billingDetails .boxHeader {
    display:none;
}

#billingDetails .recurringPaymentInfoContainer {
    display:none;
}

#billingDetails .form-section {
    border:none;
}

#billingDetails p.buttons {
    text-align:center;
}

#billingDetails .button.primary {
    margin-left: 6px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .settings .label.twitch-logo {
        background-image: url(/images/twitch@2x.png);
        background-size: 58px 20px;
    }

    .settings .value.twitch-username {
        background-image: url(/images/twitch_glitch@2x.png);
        background-size: 20px 20px;
    }
}

.settings a.twitch-link {
    color: #6441A5;
}

.settings .label {
    width: 120px;
    float: left;
}

.settings .value {
    width: 300px;
    float: left;
}

.settings .value.wide {
    width: 420px;
}

.settings .link {
    width: 48px;
    text-align: right;
    color: #f6883e;
    float: left;
}

.settings .link.loading {
}

.settingsContainer.current {
    background-color: #f9f9f9;
}

.unsecured span {
    color: #c00;
    font-style: italic;
    display: block;
}

form .question {
    margin: 24px 0;
}

form .question fieldset {
    margin: 6px 0;
}

form .question label {
    font-size: 0.8em;
    font-weight: normal;
}

form .question select {
    width: 400px;
}

form .question input {
    width: 386px;
    padding: 3px 6px;
}

form .question select, form .question input {
    font-size: 0.8em;
}

form .question h5 {
    font-size: 15px;
    margin: 0;
    padding: 0;
}

#changeEmailForm fieldset,
#challengeForm fieldset {
    margin: 16px 0;
}

#changeEmailForm button,
#challengeForm button {
    margin-top: 10px;
}

#secure {
    width: 620px;
}

p.error,
.flash.error {
    background: transparent;
    color: #c22
}

.flash.success {
    background: transparent;
    color: #5c2
}

::-webkit-input-placeholder {
    color: #cdcdcd;
}

:-moz-placeholder {
    color: #cdcdcd;
}

.placeholder {
    color: #cdcdcd;
}

.payment-method {
    display: none;
}

.recurringMethodsInfo {
    display: none;
}

#redeemCodeForm {
    margin-top: 100px;
    text-align: center;
}

#redeemCodeForm label {
    display: none;
}

#redeemCodeForm #code {
    font-family: 'courier new', monospace;
    font-size: 24px;
    font-weight: bold;
    background-color: #f6f6f6;
    border-color: #bbb;
    text-align: center;
    width:446px;
}

.codeExamplesContainer {
    width: 370px;
    margin: 24px auto 28px auto;
}

.codeExamples {
    float: left;
    width: 180px;
}

.codeExample {
    font-family: 'courier new', monospace;
    font-size: 0.9em;
    font-weight: bold;
    margin: 0;
}

.ajaxcow {
    width: 195px;
    background: transparent url(/images/cow.gif) no-repeat;
    margin: 0 auto;
    text-align: center;
    padding-top: 210px;
}

.title-cobalt {
    background: transparent url(/images/cobalt_icon.png) no-repeat;
    padding-left: 40px;
}

.title-minecraft {
    background: transparent url(/images/minecraft_icon.png) no-repeat;
    padding-left: 40px;
}

.title-cobalt {
    background: transparent url(/images/cobalt_icon.png) no-repeat;
    padding-left: 40px;
}

.title-scrolls {
    background: transparent url(/images/scrolls_icon.png) no-repeat;
    padding-left: 40px;
}

.form-section {
    border: #e2e2e2 solid 1px;
    margin-bottom: 12px;
    padding: 0;
}

.form-section h3 {
    color: #7c7984;
    margin-top: 0;
    font-size: 10px;
    letter-spacing: 0.1em;
    padding: 4px 8px;
    text-transform: uppercase;
    font-weight: normal;
    background-color: #e4e4e4;
}

.form-section .question {
    margin: 12px 0;
}

.form-section .question label {
    font-weight: bold;
    font-size: 1em;
}

.form-section .question h5 {
    padding: 4px 18px;
}

.form-section .question fieldset {
    padding: 4px 18px;
    margin: 0;
}

.form-section p {
    padding: 4px 18px;
    margin: 12px 0;
}

.form-section .question a, .form-section .question a:visited {
    color: #666;
}

.form-section .learnMore {
    padding: 4px 18px;
}

.form-section .learnMore p {
    padding: 0;
}

.form-section p.first {
    margin-top: 0;
}

.form-section p.last {
    margin-bottom: 0;
}

.form-section .learnMore.personalInfo,
.form-section .learnMore.whyAcceptEmails {
    margin: -8px 0 12px 0;
}

.form-section span.error {
    display: block;
}

.form-section p.small {
    margin-top: 0;
    padding-top: 0;
}

.form-section .row p {
    margin: 0;
    padding: 0 18px;
}

.form-section p.checkAvailability {
    padding-left:0;
    font-size:12px;
    width:150px;
    height:54px;
    position:relative;
}
.form-section p.checkAvailability span {
    line-height:18px;
    position:absolute;
    bottom:6px;
    width:100%;
}
.form-section p.checkAvailability .loader {
    display:none;
}

.form-section p.checkAvailability .feedback {
    bottom:0px;
    font-weight:bold;
}
.form-section p.checkAvailability .available {
    color:#5c2;
}
.form-section p.checkAvailability .feedback.taken,
.form-section p.checkAvailability .feedback.error {
    color: #c00;
}
.form-section p.profileInstructions {
    margin-top:12px;
}

.form-section div.error,
.form-section span.error,
.form-section label.error {
    display: none;
}

#shipTo {
    display: none;
}

#address {
    width: auto;
    margin-top: 0;
}

#address p {
    margin: 0;
}

ul.payment-methods {
    list-style-type: none;
    padding: 0 18px;
    margin: 0;
}

ul.payment-methods li {
    margin-bottom: 1em;
    background: transparent no-repeat 20px 0;
    line-height: 36px;
}

ul.payment-methods li label {
    padding-left: 84px;
    display: inline;
    font-weight: normal;
    cursor: pointer;
}

#mb-iframe {
    display: none;
    height: 600px;
    border: none;
    outline: none;
    width: 100%;
    background: #fff url(/images/ajax-loader-large.gif) no-repeat center center;
}

.minecraft-box {
    border: 1px solid #ccc;
    border-right: none;
    border-left: none;
    background: transparent url(/images/minecraft_icon.png) no-repeat 26px 24px;
    padding: 10px 0 12px 90px;
    margin: 27px 0;
}

#gs-frame {
    width: 380px;
    margin: 0 auto;
}

#feedback-tab {
    position: fixed;
    bottom: 0;
    right: 40px;
    background-color: #dd4f3a;
    font-weight: normal;
    display: block;
    font-size: 13px;
    color: #ffe4e4;
    padding: 6px 20px 4px;
    letter-spacing: -0.05em;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#feedback-tab:hover {
    background-color: #c34331;
}

#terms-full {
    display: none;
    margin: 63px 0 45px;
}

#terms-menu {
    position: relative;
}

#terms-menu .tabs {
    position: absolute;
    bottom: -1px;
    list-style: none;
    padding: 0;
    margin: 0;
}

#terms-menu .tabs li {
    float: left;
    line-height: 19px;
    margin-right: 4px;
    padding: 4px 10px;
    border: #ddd solid 1px;
    border-bottom: none;
}

#terms-menu li.selected {
    background-color: #f4f4f4;
}

#terms-menu li.selected a {
    cursor: default;
    color: #000;
}

#terms-text {
    height: 400px;
    border: #ddd solid 1px;
    background-color: #f4f4f4;
    padding: 30px;
    overflow: scroll;
}

#terms-text.standalone {
    height: auto;
    overflow: auto;
}

#terms-text h2 {
    text-transform: uppercase;
}

#terms-text h3 {
    text-transform: uppercase;
}

#terms-text h4 {
    text-transform: uppercase;
}

#terms-text h5 {
    font-size: 1em;
    text-transform: uppercase;
    text-decoration: underline;
}

#terms-text li {
    line-height: 1.73;
}

#terms-text .document {
    display: none;
}

#terms-text #intro {
    display: block;
}

#prepaid .intro {
    font-size: 18px;
    margin-bottom: 0
}

#prepaid ul {
    margin: 0;
    padding: 1em 0;
    list-style-type: none;
}

#prepaid li {
    min-height: 45px;
    padding: 0.4em 4em 1em 4em;
    margin: 1em 0;
    color: #444;
    background: transparent none no-repeat;
}

#prepaid li.short {
    padding-top: 0.8em;
}

#prepaid ul.inner {
    padding: 0;
}

#prepaid ul.inner li {
    min-height: 0;
    margin: 0;
    padding: 0 3em 1em;
}

ul#terms {
    margin: 24px 0 0 0;
    padding: 0 6em 1em;
    list-style-type: none;
}

ul#terms li {
    padding: 1em 4em;
    margin: 1em 0;
    color: #444;
    background: transparent none no-repeat;
}

.game {
    margin: 0 0 36px 0;
    width: 510px;
    border-bottom: 1px solid #ccc;
}

.game .buy {
    float: right;
}

.game .coming-soon {
    font-style: italic;
    float: right;
}

.game img {
    max-width: 510px;
}

#migrate h1 {
    background: transparent url(/images/minecraft_icon.png) no-repeat 26px 0px;
    padding: 1px 0px 4px 90px;
}

#migrate p.field_checkbox label.error {
    display: block;
}

.migration-box {
    border: 1px solid #ccc;
    border-right: none;
    border-left: none;
    padding: 10px 0 12px 0;
    margin: 27px 0;
}

#curtain {
    position: absolute;
    z-index: 10000;
    background: #fff url(/images/bg.png) repeat-x top;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#curtain p {
    font-size: 24px;
    width: 450px;
    margin: 160px auto;
    text-align: center;
}

#loader.standard,
#reenterEmail #loader,
#provideConsentContainer #loader,
#requestConsentForm #loader,
#billing-section .loader,
#register #loader,
#changeEmail #loader,
#secure #loader,
#giftCodes #loader,
#redeem #loader,
#migrate #loader,
#subscription #loader {
    background: #fff url(/images/ajax-loader.gif) no-repeat 0px 8px;
    font-size: 16px;
    padding: 0 0 0 28px;
}

#redeem .availability #loader {
    font-size: 12px;
    background: #fff url(/images/ajax-loader-small.gif) no-repeat 0px -1px;
    padding: 0 0 0 22px;
}

#redeemCodeForm #code.error {
    border-color: #c00;
}

.emailSuggestion a {
    font-style: italic;
}

.emailSuggestion .domain {
    font-weight: bold;
}

.emailSuggestion .responses {
    margin-left: 8px;
}

.emailSuggestion .responses a {
    font-style: normal;
}

table tr:hover {
    background-color: #ffffe9;
}

table {
    width: 100%;
}

table td {
    vertical-align: middle;
}

table th {
    text-align: left;
}

table .file-link {
    text-align: right;
}

table td, table th {
    padding: 8px 12px;
}

.top40 {
    margin-top: 40px;
}

.learnMore {
    font-size: 0.8em;
    max-width: 600px;
}

.learnMore .question {
    margin: 0;
}

.learnMore .explanation {
    display: none;
}

.learnMore .explanation .hide {
    float: right;
}

.learnMore.personalInfo {
    margin-top: 20px;
}

.learnMore.whyAcceptEmails {
    margin-top: -8px;
}

.learnMore .explanation h4 {
    margin-top: 0;
}

.attention {
    background: #fcf0e1;
    border: 1px solid #d87c6f;
    padding: 12px;
    margin: 0 0 24px 0;
}

.unredeemedGame {
    background: #e7fce1;
    border: 1px solid #77d86f;
    padding: 12px;
    margin: 0 0 24px 0;
}

.unredeemedGame h3,
.attention h3 {
    margin: 0 0 12px 0;
}

.unredeemedGame p,
.attention p {
    margin: 12px 0;
}

.underline {
    text-decoration: underline;
}

.small {
    font-size: 0.8em;
}

.note {
    font-style: italic;
}

h4.promote,
#renameProfile h3,
#demo h3,
#redeem h3 {
    padding-left: 40px;
    line-height: 32px;
}

h4.promote.scrolls,
#demo h3.scrolls,
#redeem h3.scrolls {
    background: transparent url(/images/scrolls_icon.png) no-repeat;
}

#redeem h3.trillek {
    background: transparent url(/images/0x10c_icon.png) no-repeat;
}

#redeem h3.mcpe {
    background: transparent url(/images/mcpe_icon.png) no-repeat;
}

#renameProfile h3.minecraft,
h4.promote.minecraft,
#redeem h3.minecraft {
    background: transparent url(/images/minecraft_icon.png) no-repeat;
}

#renameProfile .availability,
#demo .availability,
#redeem .availability {
    margin-left: 12px;
}

#renameProfile .availability .success,
#demo .availability .success,
#redeem .availability .success {
    color: #5c2;
    font-weight: normal;
}

#renameProfile .availability .error,
#demo .availability .error,
#redeem .availability .error {
    margin-top: 0;
    max-width: 600px;
}

#renameProfile label[for="newName"],
#demo label[for="profileName"],
#redeem label[for="profileName"] {
    clear: both;
}

#renameProfile .error.general {
    margin-top:0;
}

.prepaid {
    background: transparent url(/images/minecraft_incomm_s.png) no-repeat;
    padding: 0 0 0 95px;
    min-height: 106px;
}

#prepaid {
    padding: 0 304px 0 0;
    min-height: 400px;
}

#prepaid.minecraft {
    background: transparent url(/images/minecraft_incomm_l.png) no-repeat right top;
}

#prepaid.realms {

}

#prepaid ul.selection li {
    width: 320px;
    text-align: center;
    font-style: italic;
    margin-bottom: 32px;
}

.emailSubscriptions input[type="checkbox"] {
    margin-right: 6px;
}

.emailSubscriptions p.field_checkbox {
    padding: 15px 0;
    border: 1px dotted #e4e4e4;
    border-width: 1px 0 1px 0;
    background-position: 28px 12px;
}

.emailSubscriptions label {
    padding-left: 48px;
}

.emailSubscriptions span.description {
    padding-left: 70px;
    font-style: italic;
}

#ssoFrame {
    height: 0px;
    width: 0px;
    font-size: 0px;
    line-height: 0px;
    margin: 0;
    padding: 0;
}

#register {
    float: left;
    padding-right: 24px;
}

#register p.field_checkbox span.error {
    display: block;
}

#animals {
    background: transparent url(/images/animals.png) no-repeat top center;
    min-width: 300px;
    min-height: 202px;
}

#caller {
    background: transparent url(/images/caller.png) no-repeat top center;
    min-width: 350px;
    min-height: 400px;
}

.verificationComplete,
.registeredEmail {
    text-align: center;
    margin: 24px auto;
    width: 600px;
}

.registeredEmail p {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
}

.registeredEmail p.email {
    font-family: 'courier new', monospace;
    font-size: 2em;
    font-weight: bold;
    border: #333 solid 1px;
    background: #cbf5b2;
}

.registeredEmail .flash p {
    font-size: 1em;
    font-weight: normal;
}

.verificationComplete img {
    margin-bottom: 12px;
}

.verificationComplete a.button {
    margin: 12px 0;
}

.verificationComplete p {
    margin: 0;
}

#register label[for="registration.acceptsTerms"].error {
    display: block;
}

.assistance {
    border-top: 1px #ccc solid;
    margin-top: 32px;
    padding-top: 32px;
}

.assistance h4 {
    margin: 0.5em 0;
}

.assistance p {
    margin: 0.5em 0 1em 0;
}

#correctEmailForm {
    display: none;
    margin-bottom: 32px;
}

.confirm .button.huge {
    margin-top: 1em;
}

.sysReqs {
    display: none;
}

#gift-section .game, #gift-section .gift {
    float: left;
    border: none;
    width: 370px;
    margin: 0 24px;
}

#gift-section .label {
    cursor: pointer;
    font-weight: bold;
}

#gift-section label {
    cursor: pointer;
}

#gift-section .label.disabled {
    color: #c00;
    cursor: default;
}

#gift-section .game .label {
    padding-left: 44px;
    background: transparent no-repeat;
}

#gift-section .game .label.option-minecraft {
    background-image: url(/images/minecraft_icon.png);
}

#gift-section .game .label.option-cobalt {
    background-image: url(/images/cobalt_icon.png);
}

#gift-section .game .label.option-scrolls {
    background-image: url(/images/scrolls_icon.png);
}

#gift-section .gift .label {
    padding-left: 38px;
    background: transparent url('/images/gift_icon.png') no-repeat;
}

#billing-section h4 {
    font-size:1.1em;
}

#billing-section p.label {
    padding-bottom: 0;
    margin-bottom: 0;
}

#billing-section .buttons .cancel {
    margin-right: 6px;
}

#billing-section p.load {
    margin: 0;
}

#billing-section .boxBody {
    padding:0 12px;
}

#billing-section .address {
    padding-bottom: 12px;
    margin: 0;
}


#address section .birthdate p,
#billing-section .name p,
#billing-section .address p {
    padding-left: 0;
    margin-bottom: 0;
    margin-right: 18px;
}

#checkout-form #loader {
    background: #fff url(/images/ajax-loader.gif) no-repeat 0px 12px;
    font-size: 24px;
    padding: 0 0 0 32px;
}

h1 span.price {
    font-size: 1em;
}

#world-section .existing-worlds {
    padding: 4px 18px;
    margin: 12px 0;
}

#world-section .existing-worlds .disabled {
    color:#ccc;
}

#world-section .existing-worlds p {
    padding: 0;
    margin: 0;
}

#world-section .existing-worlds label {
    font-weight: normal;
    display: block;
    margin: 12px 0;
}

#world-section .existing-worlds input {
    margin-right: 6px;
}

#subscription-section .subscriptions {
    padding: 4px 18px;
    margin: 12px 0;
}

#subscription-section .subscriptions .label {
    font-weight: bold;
    margin: 12px 24px 12px 0;
}

#subscription-section .subscriptions .plans label {
    font-weight: normal;
    display: block;
    margin: 12px 0;
}

#subscription-section .subscriptions .plans input {
    margin-right: 6px;
}

#subscription-section .subscriptions p {
    padding: 4px 18px 4px 0;
}

#subscription-section .monthly, #subscription-section .oneTime {
    float: left;
    border: none;
    width: 370px;
}

#subscription-section .subscriptions .plans .discount {
    margin-left: 8px;
    color: #f58923;
    font-weight: bold;
}

#subscription-section .subscriptions .plans .subscriptionWarning {
    font-weight: bold;
}

.creditCardContainer {
    width:466px;
    padding-bottom:12px;
}

#realms {
    clear: both;
}

#realms h1 {
    margin-top: 20px;
}

#mask {
    position: absolute;
    background: #333;
    z-index: 9000;
    display: none;
}

#modal {
    position: fixed;
    background: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    z-index: 9999;
    display: none;
}

#modal h3 {
    margin: 0;
}

#modal.confirm {
    width: 400px;
}

#modal.confirm .buttons {
    margin: 20px 0 0 0;
}

#modal.confirm .buttons a {
    margin: 0 12px;
}

.password-meter {
    width: 396px;
    margin: 16px 0;
    position: relative;
    padding: 0 18px;
}

.password-meter-explain {
    display: none;
}

.password-meter-message {
    text-align: right;
    font-weight: bold;
    color: #676767;
}

p.password-meter-explain,
p.password-meter-message-container {
    padding: 0;
    margin: 0;
    font-size: 0.8em;
}

p.password-meter-explain {
    margin-top: 0.5em;
}

.password-meter-bg, .password-meter-bar {
    height: 4px;
}

.password-meter-bg {
    top: 8px;
    background: #e0e0e0;
}

.password-meter-message-very-weak {
    color: #aa0033;
}

.password-meter-message-weak {
    color: #f5ac00;
}

.password-meter-message-good {
    color: #6699cc;
}

.password-meter-message-strong {
    color: #008000;
}

.password-meter-bg .password-meter-very-weak {
    background: #aa0033;
    width: 15%;
}

.password-meter-bg .password-meter-weak {
    background: #f5ac00;
    width: 25%;
}

.password-meter-bg .password-meter-good {
    background: #6699cc;
    width: 75%;
}

.password-meter-bg .password-meter-strong {
    background: #008000;
    width: 100%;
}

.settingsForm .password-meter {
    width: 218px;
    padding: 0;
}

#activeSubscriptions td.warn {
    color: #c00;
}

#receipt p.print {
    float: right;
    margin: 0 120px 0 0;
}

#receipt ul {
    list-style: none;
    padding: 0;
}

#receipt .realmsInstructions {
    margin: 48px 0;
}

#upgrade .container {
    width:400px;
    text-align:center;
}

#chooseWorldForm .disabled {
    color:#ccc;
}

#chooseWorldForm p {
    padding: 0;
    margin: 0;
}

#chooseWorldForm label {
    font-weight: normal;
    display: block;
    margin: 12px 0;
}

#chooseWorldForm input {
    margin-right: 6px;
}

a.os {
    overflow: hidden;
    text-indent: -1000px;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(/images/os_icons.png);
}

a.os.win {
    background-position: 0 0;
}

a.os.osx {
    background-position: -12px 0;
}

a.os.linux {
    background-position: -24px 0;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    a.os {
        background-image: url(/images/os_icons_h.png);
        background-size: auto 24px;
    }
}

.settings.credit_card {
    border-bottom: #e4e4e4 1px solid;
    margin-bottom: 1em;
}

.settings.credit_card.last {
    border-bottom: none;
    margin-bottom: 0;
}

.settings.credit_card .value {
    background: transparent url(/images/card.png) no-repeat left;
    background-size: 25px 18px;
    background-position: 0 0;
    padding-left: 40px;
    width: 380px;
}

.settings.credit_card.visa .value {
    background-image: url(/images/card_visa.png)
}

.settings.credit_card.mastercard .value {
    background-image: url(/images/card_mc.png)
}

.settings.credit_card.americanexpress .value {
    background-image: url(/images/card_amex.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .settings.credit_card .value {
        background-image: url(/images/card_h.png)
    }

    .settings.credit_card.visa .value {
        background-image: url(/images/card_visa_h.png)
    }

    .settings.credit_card.mastercard .value {
        background-image: url(/images/card_mc_h.png)
    }

    .settings.credit_card.americanexpress .value {
        background-image: url(/images/card_amex_h.png)
    }
}

.credit_card_expiration {
    font-size: 11px;
    margin: 1.5em 0;
}

.expired {
    color: #c00;
}

.expires {
    color: #f5ac00;
}

.sendGiftForm button {
    margin: 0 12px 0 4px;
}

table.codes tr.formRow {
    display: none;
    background-color: #efefef;
}

table.codes tr.formRow td {
    padding: 15px;
}

table.codes tr.formRow:hover {
    background-color: #efefef;
}

table.codes tr.formRow p {
    margin-top: 0px;
}

/* ==|== non-semantic helper classes ======================================== */
.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}

.ir br {
    display: none;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {

}

@media only screen and (min-width: 768px) {

}

/* ==|== print styles ======================================================= */

@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    #mojang-bar-container {
        display: none;
    }

    #receipt .realmsInstructions, #receipt .return, #receipt .print {
        display: none;
    }
}

#recurring a{
    margin-left: 5px;
}

.storeCardContainer label{
    display: inline;
}
.storeCardContainer, .recurringPaymentInfoContainer{
    padding:4px 18px;
}

.settings.credit_card{
    border-bottom: none;
}

#billingDetails .storeCardContainer{
    display: none;
}

#billingDetails #country{
    width: 200px;
}

.site-footer {
    border-top:1px solid #e3e3e3;
    padding-top:10px;
    margin-top:100px;
    color:#ccc;
    text-align:center;
    font-size:10px;
    letter-spacing:0.1em;
}

.site-footer a {
    color:#999;
}

.site-footer ul {
    padding:0;
    margin:0;
    list-style:none;
}
.site-footer li {
    padding:0 12px;
    display:inline;
    border-right:1px solid #ccc;
}
.site-footer li.last {
    border-right:none;
}
.site-footer li.cuttingEdge {
    border-right:none;
    color: #d00;
    font-weight:bold;
}

.big-select{
    font-size: 30px;
    height:40px;
}

.date-of-birth{
    width: 360px;
    margin: 0 auto;
}

.date-of-birth label{
    font-size: 30px;
    margin-bottom: 20px;
}

.date-of-birth div{
    margin-top: 20px;
}


.terms-summary {
    padding: 6em;
}

.terms-summary h1 {
    text-align: center;
}

.terms-summary ul {
    list-style: none;
    padding-left: 0;
}

.terms-summary li {
    background: transparent url(/images/bullet.png) no-repeat;
    padding: 1em 4em;
}

.input-text {
    border: #ddd solid 1px;
    padding: 5px 8px;
    background-color: #fff;
    height: 20px;
    width: 166px;
}

.form-section div.field_text {
    padding: 4px 18px;
    margin: 12px 0;
}

.braintree-hosted-field-loading {
    background-color: #F7F7F7;
}

.braintree-hosted-fields-invalid {
    border: 1px solid #dd0000;
    margin-top: 6px;
}

.forgot {
    margin-top: -14px;
}
.forgot-help {
    display: none;
}

#legacyPasswordResetRequestForm {
    display: none;
}

#legacyPasswordResetForm .password-meter {
    padding-left: 0;
}