/* Copy this css into you're theme to style the SendPress sign up widget. */

/* container for the signup form */
.sendpress-signup-form{

	}
	/* labels in the sing up form */
	.sendpress-signup-form label{
		display:block;
		word-wrap: none;
		padding:0 5px 0 0;
                font-size: 16px;
	}
	/* input fields in sign up form */
	.sendpress-signup-form input[type=text]{
		width: 100%;font-size: 16px;
	}
	/* submit button */
	.sendpress-submit{
		margin-top: 20px;
	}
	/* element where error messages are displayed */
	.sendpress-signup-form #error{
		color:#8B0000;
		margin:10px 0px;
	}
	/* element where the thank you message shows upon successful submit */
	.sendpress-signup-form #thanks{
		margin:10px 0px;
	}

.sendpress-content .table-striped tbody tr:nth-child(odd) th {
background-color: #000000;
}

.subscriber-info { background-color: #000000;} 

.sendpress-content .alert-info {
background-color: #000000;
border-color: #ffffff;
color: #ffffff;
}