table.wpsub_admintable {
	border: 2px #444 solid;
	border-collapse: collapse;
	max-width: 1100px;
	width: 100%;
	background-color: #ccc;
	margin-bottom: 8px;
}

table.wpsub_admintable thead tr th {
	border-top: 1px #444 solid;
	border-right: 1px #888 solid;
	height: 25px;
}

table.wpsub_admintable tbody tr td {
	border-top: 1px #444 solid;
	border-right: 1px #aaa solid;
	height: 25px;
	background-color: #fff;
}

table.wpsub_formtable, table.wpsub_formtable tr td input[type="text"] {
	width: 100%;
}

#wpsub-addnewe {
	float: left;
	width: 500px;
	margin-right: 30px;
	padding-top: 20px;
}

.wpsub-hide {
	display: none;
}

#wpsub-generator-tabs {
	float: left;
	max-width: 500px;
	width: 100%;
}

#wpsub-generator-tabs ul::after {
	content: '';
	display: block;
	clear: both;
}

#wpsub-generator-tabs .ui-tabs-nav li.ui-state-default a {
	font-weight: 400;
	background: transparent;
}

#wpsub-generator-tabs .ui-tabs-nav li.ui-state-active a {
	font-weight: 700;
	background: #f1f1f1;
	border: 1px solid #ccc;
	border-bottom: 0;
}

#wpsub-hints {
	border-left: 1px solid #888;
	padding: 1px 10px 10px 25px;
	background: #eef;
	margin-top: 16px;
}

#wpsub-hints ul li {
	list-style-type: circle;
	list-style-position: inside;
	padding-left: 1em;
}

#wpsub-preview .wpsub-boxgrid img {
	max-width: 100%;
}

#shortcode-wrapper {
	margin-top: 20px;
}

@media (max-width: 600px) {

	#wpsub-addnewe {
		width: 100%;
		margin-right: 0px;
	}

}
