/*
.post-type-slack_integration .column-events ul {
	margin: 0;
	list-style-type: disc;
}

.post-type-slack_integration .column-events li {
	margin-left: 1em;
}

.post-type-slack_integration .inactive .column-title strong,
.post-type-slack_integration .inactive .column-title strong a {
	font-weight: 100;
}
*/
.sd-title {
	font-size: 1.4em; 
	margin:1.6em 0 1em; 
	padding:0 0 6px 0; 
	border-bottom:1px solid #ddd; 
	font-weight: bold;
}

.sd-title-text {
	vertical-align: middle;
}

.sd-title-status {
	display: inline-block; 
	margin-left: 1em; 
	padding: 3px 6px; 
	color: white; 
	font-size: 12px;
	font-weight: bold; 
}

.positive {
	background-color: limeGreen; 
}

.negative {
	background-color: gray; 
}

.settings-error {
	margin: 0 20px 2px 3px;
}

.form-table input[type="text"] {
	width: 70%;
	height: 2em;
}

.acf-fields > .acf-field.acf-message-no-border {
	font-style: italic;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

#action-options div {
	font-weight: 600;
	display: inline-block;
}

.action-options-message {
	font-style: italic; 
	font-weight: normal; 
	color: red;
}

#notify {
	position: relative;
	width: 100%;
	padding: 15px 0;
	display: none;
}

#notify.notify-complete {
	padding: 5px 0;
}

.notify-spinner {
	position: absolute;
	display: none;
}

.notify-close {
	position: absolute;
	display: none;
}

.notify-close a {
	display: block;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 10px;
	margin-left: 3px;
	font-size: 1.5em;
}

.notify-text {
	position: relative;
	top: 0;
	left: 2.2em;
	font-size: .95em;
	padding-right: 1.5em;
}

.notify-process {
	border-top: 1px solid #eee;
}

.notify-complete {
	border: 1px solid #ddd;
	background-color: #eee;
	border-radius: 5px;
	margin-bottom: 10px;
}


