input[type="text"],
textarea {
	max-width: 400px;
	width: 100%;
}

.hb-textarea-caption {
	display: block;
	max-width: 600px;
}

input[type="text"].hb-small-field {
	width: 150px;
}

.hb-options-save-wrapper {
	margin-bottom: 30px;
}

.hb-table {
	background: #fff;
	border: 1px solid #E5E5E5;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.hb-table-head {
	border-bottom: 1px solid #E5E5E5;
}

.hb-table .dashicons {
	color: #555;
}

.hb-table-head-data,
.hb-table-data {
	box-sizing: border-box;
	float: left;
	font-size: 14px;
	padding: 10px;
}

.hb-table-data {
	font-size: 13px;
}

.hb-table-row {
	border-top: 1px solid #E5E5E5;
}

.hb-table-data input[type="text"]{
	width: 100%;
}

.hb-table-head-data.hb-table-head-data-action,
.hb-table-data.hb-table-data-action {
	text-align: right;
}

.dashicons-plus {
	margin-top: 2px;
}

.hb-ajaxing.hb-adding-child {
	display: inline-block;
}

.wp-list-table th.hb-table-action,
.wp-list-table td.hb-table-action {
	padding-right: 20px;
	text-align: right;
}

.wp-list-table td,
.wp-list-table th {
	border-top: 1px solid #e1e1e1;
}

.wp-list-table thead th {
	border-top: none;
}

.wp-list-table .hb-option-child td {
	border-top: 1px dotted #eee;
}

label {
	font-weight: bold;
	line-height: 1.8;
}

input + label {
	font-weight: normal;
	line-height: 1.5;
}

.wp-list-table td p.amount-type {
	margin: 7px 0 2px;
}

.wp-list-table .hb-underlined-link {
	text-decoration: underline;
}

.hb-ajaxing {
	display: none;
}

.hb-ajaxing.hb-deleting {
	display: inline;
}

.hb-ajaxing .spinner {
	float: none;
	margin: 0;
	display: inline-block;
	vertical-align: bottom;
	visibility: visible;
}

.hb-add-new.spinner {
	display: inline-block;
	float: none;
	visibility: hidden;
}

.hb-saved,
.hb-error {
	display: none;
}

.hb-error {
	color: #e04343;
}

.wp-list-table .dashicons {
	color: #555;
}

.hb-setting-deleted {
	background: #ffd3d4;
}

input.hb-input-error {
	border: 1px solid #e04343;
}

h2 .spinner {
	margin: -4px 6px 0;
}

input.button-primary {
	margin-bottom: 3px !important;
}

.hb-clearfix:before,
.hb-clearfix:after {
    content: " ";
    display: table;
}

.hb-clearfix:after {
    clear: both;
}