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

.ngparaeditabletext-buttons button
{
	border-color: #ffd2d2;
	border-width: 0px;
	border-style: solid;
	padding: 2px 10px 2px 10px;
	background: #ce1c1c;
	font: 15px 'PT Sans',Tahoma,Helvetica,sans-serif;
	color: #ffffff;
	letter-spacing: 0px;
	text-transform: uppercase;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
	border-radius: 7px;
	cursor: pointer;
}

.ngparaeditabletext-buttons button:focus
{
	border-color: #ffd2d2;
    background: #ce1c1c;    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);	font-weight: normal;
    font-style: normal;
	text-transform: uppercase;
	color: #ffffff;
    outline: none;
}

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

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