.credit-cards {
  	white-space: nowrap;
    padding-top: 10px;
    width: 100%;
    max-width: 30em;
}

.credit-cards .scroll {
	min-width: 100%;
    text-align: center;
}

.credit-card {
    cursor: pointer;
    width: 35%;
    margin: 0 4%;
}
.credit-card .hw-content {
    border: 2px solid #ededed;
    border-radius: 5px;
    text-align: center;
}
.credit-card .hw-content > span {
    display: inline-block;
}
.credit-card p {
	font-size: 12px;
	color: #aaa;
    margin: 0;
}

.credit-card i {
	position: absolute;
	top: -5px;
	right: -5px;
	color: #2394c7;
	border: 2px solid #2394c7;
	background: #fff;
	border-radius: 30px;
	font-size: 14px;
	width: 22px;
	text-align: center;
	height: 22px;
	display: inline-block;

}

.add-funds-divider {
	width: 100%;
    margin: 1em 0;
}

.add-funds-wrapper {
	width: 100%;
}

.add-countdown-wrapper {
    width: 100%;
}

.add-countdown-wrapper .countdown {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    max-width: 60em;
    margin-top: 3em;
}

.add-funds-wrapper .funds {
 	margin: 0 auto;
  	width: 85%;
    text-align: justify;
    max-width: 30em;
}

.add-funds-wrapper .funds:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.fund-ammount > span {
    background: #5ac6cb;
    border: 1px solid #5ac6cb;
    color: #fff;
    border-radius: 50px;
}
.fund-ammount {
    cursor: pointer;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 2%;
}
.fund-ammount.hw-container {
    width: 30%;
}
.fund-ammount.another {
    width: 100%;
}
.fund-ammount.another > .hw-dummy-50 {
    margin-top: 15%;
}
.fund-ammount > span {
    font-size: 1.2em;
}

.fund-ammount.selected > span {
	background: #fff;
	color: #1aacc3;
}

.add-credit-card-page .form-group .input-label {
	width: 100%;
	max-width: 100%;
}

.add-credit-card-page .form-group select {
	width: 80%;
	height: 0;
    border: none;
    display: block;
    margin: 0 auto;
    margin-top: -36px;
    margin-bottom: 34px;
}
.add-credit-card-page input {
    font-weight: bold;
    font-size: 1.3em;
    line-height: 1.4em;
}
.add-credit-card-page .form-group .card-expire-input {
    width: 40%;
    display: inline-block;
    padding-left: 0;
    text-align: center;
}
.input-disabled {
    cursor: not-allowed;
    padding: 1px;
    padding-left: 1em;
    height: 34px;
    line-height: 30px;
    color: #3d3d3d;
    vertical-align: middle;
    border-radius: 0.5em;
    border: 0.1em solid #ededed;
    width: 47%;
}
.add-credit-card-page .item.item-input-inset .input.disabled {
    position: absolute;
    left: 0;
}
.add-credit-card-page .item.item-input-inset a {
    position: absolute;
    right: 0;
    width: 47%;
}
.add-credit-card-page .item.item-input-inset {
    border: none;
    padding: 0;
    margin: 10px 0;
    position: relative;
}
.add-credit-card-page .item-input-inset {
    padding: 0;
}
.add-credit-card-page .input-label {
    font-size: 12px;
}

.ccadd {
    margin-top: 2em;
    width: 100%;
    text-align: center;
}
.ccadd > span {
    font-size: 1.4em;
    font-weight: bold;
}
.credit-card h2 {
    font-size: 1.2em;
    margin-bottom: 0;
}
.ccadddescr {
    width: 100%;
    text-align: center;
}
.ccadddescr > span {
    color: #aaa;
    font-weight: bold;
}
.funds-box {
	margin-top: 2em;
	margin-bottom: 2em;
}

.funds-value {
	color: #c4c4c4;
	display: inline-block;
    width: 6.5em;
    height: 6.5em;
    line-height: 6.5em;
    border-radius: 6.5em;
    -webkit-border-radius: 6.5em;
	font-weight: bold;
	border: 2px solid #48b3e3;
	text-align: center;
	vertical-align: middle;
}
.funds-value > span {
    font-size: 1.5em;
}
.credit-card-page > .scroll {
    padding-bottom: 60px;
}
.credit-card-page.has-footer > .scroll {
    padding-bottom: 0;
}
.fund-ammount input.in-button {
    margin-top: -40px;
    margin-bottom: 40px;
}
@media (max-height: 580px) {
    .credit-card .hw-dummy-70 {
        margin-top: 60%;
    }
    .add-funds-divider {
        margin: 0.5em 0;
    }
    .fund-ammount .hw-dummy-50 {
        margin-top: 35%;
    }
    .fund-ammount.another > .hw-dummy-50 {
        margin-top: 11%;
    }
    .fund-ammount input.in-button {
        margin-top: -20px;
        margin-bottom: 20px;
    }
}
span.vertical-middle {
    width: 100%;
}
.address-add-box h2 {
    font-size: 1.1em;
}
.credit-card .hw-content.to-delete {
    background-color: #1aacc3;
    color: #ffffff;
}
.credit-card .hw-content.to-delete p, .credit-card .hw-content.to-delete h2 {
    color: #ffffff;
}