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

.ngparaeditabletext-buttons button
{
	border-color: #416bb9;
	border-width: 1px;
	border-style: solid;
	padding: 5px 10px 5px 10px;
	background: url(../../../../../images/gradient/?s=ffffff&e=ccdeff&h=24) repeat-x #ccdeff;
	font: bold 13px Corbel,'Lucida Grande','Lucida Sans Unicode','Lucida Sans',Verdana,sans-serif;
	color: #253e6b;
	letter-spacing: 0px;
	border-radius: 0px;
	cursor: pointer;
}

.ngparaeditabletext-buttons button:focus
{
	border-color: #416bb9;
    background: url(../../../../../images/gradient/?s=ffffff&e=ccdeff&h=24) repeat-x #ccdeff;    	font-weight: bold;
    font-style: normal;
	text-transform: none;
	color: #253e6b;
    outline: none;
}

.ngparaeditabletext-buttons button:hover:enabled
{
	border-color: #416bb9;
	background: url(../../../../../images/gradient/?s=5085e6&e=416bb9&h=24) repeat-x #416bb9;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	color: #253e6b;
}

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