/* Manage Payment Methods
*******************************************************************************/
.eGov_managePaymentMethodsContainer {
	overflow: hidden;
}

.eGov_managePaymentMethodsNavigation {
	margin-bottom: 1.5em;
	text-align: right;
}

.eGov_managePaymentMethodsContainer > .row {
	margin-bottom: 1.5em;
}

.eGov_managePaymentMethodsContainer > .row > div {
}

.eGov_managePaymentMethodsContainer > .row > div > .box {
	margin-bottom: .5em;
}

.eGov_managePaymentMethodsContainer > .row > div:last-of-type > .box {
	text-align: right;
}

.eGov_managePaymentMethodsContainer .eGov_buttonLink {
	display: inline-block;
	margin-bottom: .2em;
	min-width: 6.5em;
	text-align: left;
}

.eGov_accountIcon {
	float: left;
	margin-right: .5em;
}

.eGov_accountIcon > i {
	position: relative;
	top: .2em;
	font-size: 1.5em;
}

.eGov_accountProperties {
	overflow: hidden;
}

.eGov_accountProperties > span:first-of-type {
	font-size: 1.2em;
	font-weight: bolder;
}

.eGov_accountProperties span {
	display: block;
}

.eGov_accountBillingAddress > span:first-of-type {
	font-weight: bolder;
}

/* col-xs is applied by default - mobile first */

/* col-sm*/
@media only screen and (min-width: 48em) {
	.eGov_accountIcon {
		margin-right: 1em;
	}

	.eGov_accountIcon i {
		font-size: 3em;
		top: .1em;
	}
}

/* col-md */
@media only screen and (min-width: 64em) {
}

/* col-lg */
@media only screen and (min-width: 75em) {
}