#eb-wrapper h1 {
	font-size: 2.8em;
	font-weight: 200;
	margin-bottom: 26px;
	margin-left: -4px;
}
#eb-wrapper h1:before {
    font-family: "dashicons";
    content: "\f465";
    top: 8px;
    position: relative;
    margin-right: 10px;
    font-size: 1.2em;
}
#eb-wrapper div.error ul li {
	list-style: initial;
    margin-left: 20px;
    margin-bottom: 0;
}
#eb-wrapper div.updated {
    padding: 10px;
    margin-bottom: 5px;
}
#eb-form .form-table {
	margin-top: 0;
	width: 80%;
	background-color:#edebeb;
}
/*
#eb-form .form-table tr:first-child th {
	padding-top: 5px;
}
#eb-form .form-table tr:first-child td {
	padding-top: 5px;
}
*/

#eb-form .form-table th {
	width: auto;
	min-width: 100px;
}
#eb-form .form-table td {
	vertical-align: text-top;
	text-align:left;
}
#eb-form .form-table tr:last-child td {
	padding: 10px;
}
#eb-form input[type=text],
#eb-form input[type=email],
#eb-form textarea,
#eb-form .wp-editor-wrap {
	width: 100%;
	padding: 6px 10px
}
#eb-form .eb-radio-wrap {
	display: inline;
}
#eb-form .wp-editor-wrap {
	padding-left: 0;
}
#eb-form #eb-user-list {
	margin-top: 7px;
}
#eb-form .note {
	font-size: 12px;
	color: #888;
	padding: 5px 0 0 1px;
}

@media screen and (max-width: 1300px) {
    #eb-wrapper {
		width: 100%;
		margin-left: 0;
	}
}
@media screen and (max-width: 900px) {
	#eb-form .eb-radio-wrap {
		display: block;
	}
}
@media screen and (max-width: 850px) {
	#eb-wrapper .postbox {
		margin-right: 10px;
	}
}
@media screen and (max-width: 500px) {
    #eb-wrapper h1 {
		font-size: 2em;
		margin-left: 0;
	}
	#eb-wrapper h1:before {
	    top: 6px;
	}
}