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

.ngparaeditabletext-buttons button
{
	border-color: #5f7336;
	border-width: 1px;
	border-style: solid;
	padding: 6px 12px 6px 12px;
	background: url(../../../../../images/gradient/?s=ffffff&e=a1c25b&h=24) repeat-x #a1c25b;
	font: italic 13px 'Trebuchet MS','Lucida Grande','Lucida Sans Unicode','Lucida Sans',Tahoma,sans-serif;
	color: #1e2411;
	letter-spacing: 0px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
	border-radius: 0px;
	cursor: pointer;
}

.ngparaeditabletext-buttons button:focus
{
	border-color: #5f7336;
    background: url(../../../../../images/gradient/?s=ffffff&e=a1c25b&h=24) repeat-x #a1c25b;    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);	font-weight: normal;
    font-style: italic;
	text-transform: none;
	color: #1e2411;
    outline: none;
}

.ngparaeditabletext-buttons button:hover:enabled
{
	border-color: #5f7336;
	background: url(../../../../../images/gradient/?s=a1c25b&e=5f7336&h=24) repeat-x #5f7336;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	color: #1e2411;
}

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