/* Button "Styles" */
.ck-content {

	.text-color-pink {
		color: #cb1967;
	}

	.text-color-yellow {
		color: #f6d000;
	}

	.text-color-lightgrey {
		color: #ededed;
	}

	.text-color-white {
		color: #fff;
	}

	.text-background-color-pink {
		background-color: #cb1967;
	}

	.text-background-color-yellow {
		background-color: #f6d000;
	}

	.text-background-color-lightgrey {
		background-color: #ededed;
	}
}

.ck.ck-style-panel .ck-style-grid .ck-style-grid__button {
	max-height: 60px;
	border-radius: 0;
}

.ck.ck-style-panel .ck-style-grid .ck-style-grid__button.ck-on {
	border-radius: 4px;
	border: 2px dotted #000;
	background: #FFF;
	box-shadow: 0 1px 10.4px -1px rgba(34, 35, 48, 0.20);
}