.subscription_table .row{
	width:100%;
	line-height:3em;
	background-color: #333;
	border:1px solid #ddd;
	border-bottom:none;

    pointer-events:none;
}
/*.subscription_table .row.last*/
.subscription_table .row:last-child{

	border-bottom:1px solid #ddd;
}
.subscription_table .row.wb_light_row{
	background-color:#eee;
	padding:0 10px;
	text-align:center;
}

.subscription_table .title_cell{
	min-width:30%;
	float:left;
	color:white;
	font-weight:bold;
	padding:0 8px;
	padding:0 5mm;

	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.subscription_table .content_cell{
	width:35%;
	background-color:#eee;
	color:#111;
	padding:15px 8px;
	padding:1em 5mm;
	float:right;
	line-height:1em;

	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.subscription_table .content_cell:last-child{
	width:70%;
}
.subscription_table .content_cell + .content_cell{
	width:35%;
}

.subscription_table .row:before,
.subscription_table .row:after {
    content: " ";
    display: table;
}
.subscription_table .row:after{
	clear:both;
}

.wb_signup_addr_row{
	float:right;
	width:100%;

	width:-webkit-calc( 100% - 180px );
	width:-moz-calc( 100% - 180px );
	width:-ms-calc( 100% - 180px );
	width:calc( 100% - 180px );
}
.wb_signup_addr_row label{
	width:100%;
	float:none;
	display:block;
	text-align:left;
	font-size:0.85em;
	margin-top:4px;
}

.members_dash_menu{
    pointer-events:none;
}

.wb-subbuttons-block a{
    pointer-events:none;
}
.button_disabled__link,
.button_disabled__link:hover{
    background:#888;
    cursor:default;
}

#member_error, #member_warning, #member_error,
.alert-callout, .alert-warning, .alert-danger{
	line-height: 19px;
	padding: 11px 15px;
	font-size: 14px;
	text-align: left;
	margin: 25px 20px 0 2px;
	background-color: #fff;
	border-left: 4px solid #46b450;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	margin-bottom:1em;
}

#member_warning, .eway_warnings, .alert-warning{
	border-left-color:#dab019;
}

#member_error, .eway_errors, .alert-danger{
	border-left-color:#EA4339;
}
