@import url('https://fonts.googleapis.com/css?family=Open+Sans');
* {
	padding: 0px;
	margin: 0px;
}
input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
#page {
    width: 100%;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
}
html {
    font-family: "Open Sans" ,"Helvetica Neue", Verdana, Geneva, sans-serif;
    width: 100vw;
}

body {
    width: 100%;
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
}
.mainLogin {
    width: calc(100% - 2px);
    max-width: 528px;
    min-height: 548px;
    margin-top: 100px;
    #margin-bottom: 21px;
    margin-left: auto;
    margin-right: auto;
    float: left;
    background-color: #f7f7f7;
    border: solid 1px #95989a;
}
@media only screen and (max-width: 760px) {
    .mainLogin {
        margin-top: 0px;
    }
}
.privacyPolicies {
    float: left;
    margin-top: 26px;
    width: 130px;
}
.forgotPasswd {
    float: left;
    text-align: center;
    margin-top: 26px;
    margin-bottom: 10px;
    width: 100%;
    height: 20px;
}
.forgotPasswd a, .utilUrls a {
	font-size: 0.8em;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 10px;
    overflow-y: auto;
    letter-spacing: 0.2px;
    text-align: right;
    text-decoration: none;
}
.mainTitle {
	width: 355px;
    margin-left: 16px;
    margin-right: 98px;
    margin-top: 15px;
    /*margin-bottom: 10px;*/
    /*float: left;*/
    background-color: #ffffff;
}
.issueNameDiv {
    margin-top: 10px;
}
.issueName {
	font-size: 20px;
	color: #000000;
	text-align: center;
	vertical-align: top;
	padding-top: 5px;
    line-height: 1.1;
    letter-spacing: 0.2px;
}
.issueDescription {
	font-size: 12px;
	color: #000000;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 10px;
    overflow-y: auto;
    line-height: 1.13;
    letter-spacing: 0.2px;
    text-align: left;
}
.mainSubscriptions {
	max-width: 386px;
    width: calc(100% - 140px);
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 20px;
    float: left;
    background-color: #ffffff;
    border: solid 2px black;
    border-top: none;
}
.divLine {
    max-width: 390px;
    width: 100%;
    height: 1px;
    /*float: left;*/
    background-color: #95989a;
}
.extraPadding {
    margin-bottom: 20px;
}
.subscrOpt {
    max-width: 338px;
    width: 100%;
    /*height: 36px;*/
    /*padding-left: 26px;*/
    /*padding-right: 26px;*/
    display: flex;
    align-items: center;
    margin: 1em auto;
}
.selectable {
    cursor: pointer;
}
.subscrOptL {
    /*height: 69px;*/
}
.subscrDesc {
    max-width: 263px;
    width: calc(100% - 80px);
    /*height: 36px;*/
    /*float: left;*/
    font-size: 16px;
    line-height: 1em;
    /*line-height: 36px;*/
    letter-spacing: 0.2px;
    text-align: left;
    color: #000000;
    /*white-space: nowrap;
    overflow: hidden;*/
    vertical-align: middle;
    flex-grow: 1;
}
.subscrPrice {
    width: 80px;
    /*height: 36px;*/
    float: right;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 0.2px;
    text-align: right;
    color: #000000;
    margin-top: auto;
    margin-bottom: auto;
    /*top: 50%;*/
    /*transform: translateY(50%);*/
    flex-shrink: 0;
}
 .subscrOptL .subscrDesc {
    /*white-space: nowrap;
    overflow: hidden;*/
}
.subscrOptL .subscrPrice, .subscrOptL .subscrDesc {
    /*height: 69px;*/
    /*line-height: 69px;*/
}
span.valignHelper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.logo {
    width: 265px;
    height: 65px;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    -ms-behavior: url(backgroundsize.min.htc);
}
.logo img {
    max-width: 265px;
    max-height: 65px;
    vertical-align: middle;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.thumb {
    width: 120px;
    height: 138px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    -ms-behavior: url(backgroundsize.min.htc);
}
.thumb img {
    max-width: 120px;
    max-height: 138px;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}
.controlsHolder {
    margin-top: 18px;
    margin-bottom: 21px;
    width: 355px;
    margin-left: auto;
    margin-right: auto;
}
.controlsHolder input, .controlsHolder select {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.controlsHolder .infoTxt {
    margin-top: 6px;
    margin-left: 16px;
    /*float: left;*/
    font-size: 12px;
    line-height: 1.13;
    letter-spacing: 0.2px;
    text-align: left;
    color: #000000;
    width: 304px;
}
.smallTxt {
	font-size: 10px;
    margin-bottom: 5px;
    width: 350px;
}
.disclaimerTxt {
    margin-bottom: 10px;
}
#disclaimer {
    line-height: 1.2em;
    font-size: 0.8em;
}
.privacyPolicies {
    margin-bottom: 10px;
    width: 100%;
}
.controlsHolder .text {
    width: 323px;
    height: 28px;
    border-radius: 5px;
    background-color: #ffffff;
    border: solid 1px rgba(0, 0, 0, 0.5);
    font-size: 16px;
    letter-spacing: 0.2px;
    text-align: left;
    color: #000000;
    padding-left: 19px;
    padding-right: 19px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.controlsHolder label {
    width: 325px;
    font-size: 10px;
    text-align: left;
    color: #000000;
    float: left;
    padding-left: 30px;
}
.controlsHolder label.error {
    color: #ff0000;
    line-height: 5px;
}
.text::-webkit-input-placeholder {
    color: rgb(128,128,128);
}
.text::-moz-placeholder {
    color: rgb(128,128,128);
}
.text:-ms-input-placeholder {
    color: rgb(128,128,128);
}
.text:-moz-placeholder {
    color: rgb(128,128,128);
}
.text::placeholder {
    color: rgb(128,128,128);
}
.controlsHolder .text:nth-child(n+2) {
    margin-top: 23px;
}
.controlsHolder .button {
    background-color: #386cff;
    border: none;
    color: white;
    margin-top: 24px;
    width: 355px;
    height: 58px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-size: 20px;
    letter-spacing: 0.7px;
}

.subscriptionButton {
    background-color: #386cff;
    border: none;
    color: #fffefe;
    width: 80px;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 0.2px;
    line-height: 40px;
}

.controlsHolder label span {
    color: #ff0000;
}
.controlsHolder .checkbox {
    margin: 5px;
    width: 12px;
    height: 12px;
    display: inline;
    border: solid 1px #000;
    -webkit-appearance: checkbox;
    appearance: checkbox;
}

.controlsHolder .chk {
    vertical-align: middle;
}

.controlsHolder label.chk span {
    color: #000;
    display: inline;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    line-height: 30px;
}

.privacyPolicies label {
        padding-left: 0px;
}
