/*
	.../plugins/ncvp-ajax-test/ncvp-ajax-test.css
	Prefix classes and ids with nat-
*/

div.nat-conts {
	margin-top: 10px;
}

div.nat-conts button {
	border-radius: 7px;
	padding: 0 5px;
	background-color: #ccc;
	color: #000;
	margin: 2px;
}

div.nat-txt {
	display: flex;
}

div.nat-txt textarea {
	padding: 0em .2em;
	width: 100%;
	margin: 0px 20px;
}

#nat-sent {
	background-color: #88f;
	border-radius: 5px;
}

#nat-rslt {
	background-color: #ff8;
	border-radius: 5px;
}

