	p, h3 { 
				margin-bottom:15px;
			}

			.tabs li {
				list-style:none;
				display:inline;
			}

			.tabs a {
				padding:5px 10px;
				display:inline-block;
				background:#666;
				color:#fff;
				text-decoration:none;
			}
			.subtabs a {
				background:#0073aa;
			}

			.tabs a.active {
				background:#fff;
				color:#000;
				border: 1px solid #0073aa;
			}
			.some_rules
			{
				padding:10px;
				background:#FFF;
			}
.switch {
    display: inline-block;
    height: 26px;
    position: relative;
    width: 60px;
}
.switch input {
    display: none;
}
.slider {
    background-color: #cccccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.4s ease 0s;
}
.slider::before {
    background-color: #ffffff;
    bottom: 4px;
    content: "";
    height: 18px;
    left: 9px;
    position: absolute;
    transition: all 0.4s ease 0s;
    width: 18px;
}
input:checked + .slider {
    background-color: #2196f3;
}
input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}
input:checked + .slider::before {
    transform: translateX(26px);
}
.slider.round {
    border-radius: 34px;
}
.slider.round::before {
    border-radius: 50%;
}
.error { color:#F00;}
.wait { color:#090;}
/*table.wp_newsletter-form-table-noborder{width:70%} */
table.wp_newsletter-form-table-noborder .large-text {
    width: 100%;
}