.ngparaeditabletext-buttons {
    display: flex;
    justify-content: flex-end;
    margin-top: 12px;
    gap: 12px;
}

.ngparaeditabletext-buttons button
{
	border-color: #638e33;
	border-width: 0px;
	border-style: solid;
	padding: 10px 20px 10px 20px;
	background: #638e33;
	font: 15px 'Open Sans',Verdana,Helvetica,sans-serif;
	color: #ffffff;
	letter-spacing: 0px;
	text-transform: uppercase;
	border-radius: 0px;
	cursor: pointer;
}

.ngparaeditabletext-buttons button:focus
{
	border-color: #638e33;
    background: #638e33;    	font-weight: normal;
    font-style: normal;
	text-transform: uppercase;
	color: #ffffff;
    outline: none;
}

.ngparaeditabletext-buttons button:hover:enabled
{
	border-color: #8fc94e;
	background: #8fc94e;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: #ffffff;
}

.ngparaeditabletext-buttons button:disabled {
    opacity: 0.8;
    cursor: wait;
}