/**
 * Subscribers page
 */
.sbscrbr-users-list-page .subscribed td,
.sbscrbr-users-list-page .subscribed th {
	background: #eff8f3;
}
.sbscrbr-users-list-page .unsubscribed td,
.sbscrbr-users-list-page .unsubscribed th{
	background: #fefaf7;
}
.sbscrbr-users-list-page .subtitle {
	display: block;
	padding-left: 0;
}
.subscribed .check-column {
	border-left: 4px solid #179458;
}
.unsubscribed .check-column {
	border-left: 4px solid #d54e21;
}
.subscribed .check-column input,
.unsubscribed .check-column input {
	margin: 0 0 0 4px;
}
.sbscrbr-users-list-page .column-name img {
	float: left;
	margin-top: 1px;
	margin-right: 10px;
}
.sbscrbr-users-list-page .column-name strong {
	font-size: 13px;
	line-height: 1.5em;
}
.sbscrbr-users-list-page .column-name .sbscrbr-delete-user {
	color: red;
}
.sbscrbr-users-list-page .column-name .row-actions span {
	color: #777;
}
.sbscrbr-users-list-page .column-status {
	width: 115px;
}
.sbscrbr-users-list-page .subsubsub {
	clear: left;
}
/**
 * Settings page
 */
#sbscrbr_settings_form textarea {
	margin-left: 1px;
	height: 100px;
}
.sbscrbr-input-text {
	max-width: 450px;
	width: 100%;
	margin: 5px 0 0;
}
.sbscrbr-mail-input-text,
.sbscrbr-select {
	width: 200px;
}
.sbscrbr-email-field {
	margin-left: 25px;
	clear: left;
}
.sbscrbr-messages-settings {
	margin: 0 0 20px;
}
.sbscrbr-admin-email-settings {
	max-width: 300px;
	width: 100%;
	margin: 5px 0 0;
}
.sbscrbr-preloader {
	position: absolute;
	top: 82px;
	left: 9px;
	width: 16px;
	height: 16px;
	background: url( '../images/preloader.gif' );
	background-size: 100%;
}
.sbscrbr_floating_info {
	margin: 5px 0 0 25px;
	display: block;
}
@media only screen and ( min-width: 783px ) {
	.sbscrbr-message-text {
		margin: 0 24px;
	}
}
@media only screen and ( max-width: 782px ) {
	.sbscrbr-message-text {
		margin-top: 10px;
	}
	/**
	 * Subscribers tab
	 */
	.sbscrbr-users-list-page thead .check-column input[type=checkbox],
	.sbscrbr-users-list-page tfoot .check-column input[type=checkbox] {
		margin-left: 5px !important;
	}
	.sbscrbr-users-list-page tbody .check-column input[type=checkbox] {
		margin-left: 1px !important;
	}
	/**
	 * settings page
	 */
	#sbscrbr_settings_form input[type="radio"],
	#sbscrbr_settings_form input[type="checkbox"] {
		margin-top: 4px;
	}
	.sbscrbr-email-field {
		margin-left: 0;
	}
	.sbscrbr_floating_info {
		margin: 5px 0 0;
	}
}
