/*Meta boxes*/

#cmai_custom_meta_box-prompt_1,
#cmai_custom_meta_box-question_list,
#cmai_custom_meta_box-prompt_2,
#cmai_custom_meta_box-prompt_3 {
	border: none;
	background: #eaeaea;
}

#cmai_custom_meta_box-prompt_1 .hndle,
#cmai_custom_meta_box-question_list .hndle,
#cmai_custom_meta_box-prompt_2 .hndle,
#cmai_custom_meta_box-prompt_3 .hndle {
	background: #f88d12;
    color:#fff;
}
#cmai_custom_meta_box-prompt_1 .handlediv,
#cmai_custom_meta_box-question_list .handlediv,
#cmai_custom_meta_box-prompt_2 .handlediv,
#cmai_custom_meta_box-prompt_3 .handlediv,
#cmai_custom_meta_box-prompt_1 .handlediv:hover,
#cmai_custom_meta_box-question_list .handlediv:hover,
#cmai_custom_meta_box-prompt_2 .handlediv:hover,
#cmai_custom_meta_box-prompt_3 .handlediv:hover {
    color:#fff;
}

#cmai_custom_meta_box-prompt_1 .hndle span,
#cmai_custom_meta_box-question_list .hndle span,
#cmai_custom_meta_box-prompt_2 .hndle span,
#cmai_custom_meta_box-prompt_3 .hndle span {
	color: #fff;
	text-shadow:0;
}

.cmai-topic {
	max-width: 70%;
}

.cmai-helptext {
	color: #646970;
}

.cmai-input {
	width: 100%;
}

/* Topic shortcode */

.cmai-step, .cmai-loading {
	display: none;
}

.cmai-step-footer {
	margin-top: 12px;
}

.cmai-answer {
	color: #646970;
	white-space: pre-wrap;
}

.cmai-result table th, .cmai-result table td {
    padding: 6px 12px;
}