.editor,.mce-content-body{
	color:black ;
	line-height:22px;
	text-decoration:none;
	text-align:justify;
	*{
		color:black ;
		line-height:22px;
		text-decoration:none;
		text-align:justify;
		&.bold{
			font-weight:bold;
		}&.italic{
			font-style: italic;
		}&.right{
			text-align:right;
		}&.left{
			text-align:left;
		}&.full{
			text-align:justify;
		}&.center{
			text-align:center;
		}&.underline{
			text-decoration:underline;
		}&.del{
			text-decoration:line-through;
		}
	}ul li{
		list-style:disc !important;
	}a{
		/*text-decoration:underline !important;*/
		&:hover{
			color:#70458C !important;
			text-decoration:underline !important;
		}
	}table{
		width:100% !important;
		border-collapse:collapse;
		table-layout:fixed !important;
		width:100%;
		td,th{
			border:1px solid white;
			padding:5px;
			img{
				//max-width:100% !important;
			}
		}th{
			background:#4472c4 !important;
			color:white !important;
		}tr,tr.b4c6e7{
			background:#b4c6e7;
		}tr.d9e2f3{
			background:#d9e2f3;
		}
	}img{
		max-width:100% !important;
	}.gm-style img{
		max-width:none !important;
	}
}


