.settings_page_fisr-setting-admin {
	form h2 {
		margin: 0;
		background:#fff;
		border:1px solid #EDEDED;
		padding: 15px 12px;
	}
	table.form-table {
		border: #DFDFDF solid 1px;
		background: #fff;
		border-spacing: 0;
		border-radius: 0;
		margin-top: 0;
		table-layout: auto;
		tr {
			border-bottom:1px solid #EDEDED;
			&:nth-child(3n+2) {
				border-bottom: 5px solid #EDEDED;
			}
		}
		th, td {
			padding: 15px 12px;
		}
		th {
			background:#F9F9F9;
			border-right:2px solid #EDEDED;
			.description {
				font-style: italic;
				font-weight: normal;
			}
		}
		td {

		}
		.suffix {
			padding: 3px 8px;
			background:#F9F9F9;
			border:1px solid #ddd;
			margin-left: -2px;
			border-radius: 0 4px 4px 0;
		}
	}
	.fisr-form-pro {
		table.form-table tr:nth-child(3n+2) {
			border-bottom-width: 1px;
		}
		table.form-table tr:nth-child(5n+4) {
			border-bottom: 5px solid #EDEDED;
		}
	}
}
// featured image media modal
.fisr-featured-modal {
	li.fisr-disabled {
		box-shadow:none !important;
		.attachment-preview {
			border:3px solid #D54E21;
			cursor: default !important;
			background:#fff;
		}
		.thumbnail {
			opacity: 0.3 !important;
		}
		.check {
			display: none !important;
		}
	}
}
// custom warning type
.fisr-selection-warning {
	/* border:3px solid #D54E21;
	margin-top: 20px;
	padding:10px;
	background:lighten(#D54E21, 40%);
	color: #D54E21;
	font-weight: bold; */
}