.stm_schedule-item {
	padding-bottom: 10px;
}

.stm_schedule-item h4 {
	margin-bottom: 5px;
}

.stm_schedule-fields {
	position: relative;
	padding-right: 25px;
}

.stm_schedule-fields:after {
	content: "";
	display: table;
	clear: both;
}

.stm_schedule-field {
	width: 50%;
	float: left;
	margin: 0;
}

.stm_schedule-fields_remove {
	text-decoration: none;
	color: #a7781d;
	position: absolute;
	right: 0;
	top: 3px;
}

#poststuff .form-table.stm th h3{
	padding: 0;
	font-size: 16px;
}

.form-table.stm th{
	padding: 10px 0;
	vertical-align: middle;
}

.form-table.stm td{
	padding: 10px;
	vertical-align: middle;
}

.stm_metabox_image .stm_upload_image, .stm_metabox_image .stm_remove_image, .stm_metabox_image .custom_preview_image{
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.stm_metabox_image .stm_upload_image:active{
	vertical-align: middle;
}

.stm_metabox_image .custom_preview_image{
	width: 170px;
	height: 50px;
}

.stm_importer {
	margin: 20px 20px 0 0;
	background: #fff;
	padding: 30px;
}

.stm_message {
	padding: 40px;
	max-width: 450px;
	text-align: center;
	background: #fff;
	margin: 20px auto;
}
.stm_message_title {
	margin: 20px 0;
	line-height: 1.3;
}
.stm_message.success .stm_message_text {
	font-size: 16px;
}