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

.ngparaeditabletext-buttons button
{
	border-color: #fa4300;
	border-width: 1px;
	border-style: solid;
	padding: 10px 20px 10px 20px;
	background: #fa4300;
	font: 15px Corbel,'Lucida Grande','Lucida Sans Unicode','Lucida Sans',Verdana,sans-serif;
	color: #ffffff;
	letter-spacing: 0px;
	text-transform: uppercase;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	border-radius: 0px;
	cursor: pointer;
}

.ngparaeditabletext-buttons button:focus
{
    outline: none;
}

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

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