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

.ngparaeditabletext-buttons button
{
	border-color: #cccccc;
	border-width: 0px;
	border-style: solid;
	padding: 16px 32px 16px 32px;
	background: #6e6e6e;
	font: 17px Arial,'Helvetica',sans-serif;
	color: #ffffff;
	letter-spacing: 0px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
	border-radius: 0px;
	cursor: pointer;
}

.ngparaeditabletext-buttons button:focus
{
	border-color: #cccccc;
    background: #6e6e6e;    box-shadow: 1px 1px 5px rgba(0,0,0,0.1);	font-weight: normal;
    font-style: normal;
	text-transform: none;
	color: #ffffff;
    outline: none;
}

.ngparaeditabletext-buttons button:hover:enabled
{
	border-color: #b2b2b2;
	background: #545454;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	color: #ffffff;
}

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