
table.subscriptions-table {
    font-size: .875em;
}

table.subscriptions-table tr td {
    padding: 6px 6px 6px 1.41575em;
    background-color: #EEEEEE;
}

table.subscriptions-table tr td:first-child {
    font-weight: bold;
}

.pbsa-edit-panel .button-panel {
    padding-top: 5px;
}

a[disabled] {
    color: grey;
    pointer-events: none;
    cursor: default;
}

.pbsa-text-block {
    white-space: pre;
}

.address-edit-panel {
    padding-left: 18px;
    padding-bottom: 10px;
}

.address-edit-panel input {
    width: 100%;
}

.address-edit-panel label {
    padding-top: 10px;
    display: block;
}

.subscriptionCardDetails {
	margin-bottom: 40px;
	position: relative;
}

#pbsaPosCancelSubscription {
	display: block;
	margin: 10px auto 30px;
}

#pbsaPosSubCancelDialog {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	margin: 0;
	z-index: 2147483647;/* Max 32bit z-index so it goes over everything*/
	
	display: none;
}

#pbsaPosSubCancelDialog.show {
	display: block;
}

#pbsaPosSubCancelDialog > div {
	position: absolute;
	top: 50%;
	left: 50%;
	
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	
	background: #fff;
	padding: 20px;
	max-width: 90vw;
	width: 400px;
	max-height: 90vh;
	overflow: auto;
	text-align: center;
}

#pbsaPosSubCancelDialog form
{
	display: inline;
}

.pbsaPosSubscriptionWrap {
	margin-bottom: 30px;
	position: relative;
}

.editSubscriptionSet {
	position: absolute;
	bottom: -35px;
	right: 20px;
}

.pbsaPosSubscriptionWrap .pbsaSubscriptionSet,
.pbsaPosSubscriptionWrap.edit > * {
	display: none;
}

.pbsaPosSubscriptionWrap.edit .pbsaSubscriptionSet {
	display: block;
}

.pbsaposAlignRight {
	text-align: right;
}
