.ke-content {
	margin-left: 8px;
	margin-right: 8px;
	font-size: 16px;
	line-height: 1.8em;
	/*font-family: "\5B8B\4F53","SimSun";*/
}

.ke-content pre {
	border: 1px dotted #949494;
	border-radius: 4px 4px 4px 0px;
	background-color: #f5f5f5;
	padding: 4px;
	border-left:10px solid #cccbcb;
	word-break: break-all;
	overflow: auto;
	font-size: 12px;
}

.ke-content video {
	display: inline;
}

.ke-content h1 {
	font-size: 20px;
	font-weight: bold;
	border-left: 8px solid #cb254e;
	padding-left: 8px;
	margin-left: 0px;
	margin-top: 32px;
	margin-bottom: 20px;
	
}

.ke-content h2 {
	font-size: 16px;
	font-weight: bold;
	margin-left: 0px;
	border-left: solid 8px #555555;
	padding-left: 8px;
	margin-top: 32px;
	margin-bottom: 20px;
}

.ke-content h3 {
	font-size: 14px;
	font-weight: bold;
	border-left: solid 8px #aaaaaa;
	padding-left: 8px;
	margin-left: 0px;
	margin-top: 32px;
	margin-bottom: 20px;
}

.ke-content h4 {
	font-size: 14px;
	font-weight: bold;
	margin-left: 0px;
	border-left: solid 4px #cccccc;
	padding-left: 8px;
	margin-top: 32px;
	margin-bottom:20px;
}

.ke-content ol li {
	list-style-type: decimal;
}

.ke-content ul li {
	list-style-type: disc;
}

.table-responsive {
	overflow: auto;
}

.ke-content img {
	max-width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.ke-content img[align="left"] {
	padding: 16px;
}

.ke-content .img-thumbnail {
	padding: 4px;
}

.ke-content a {
	color: #4f7cce;
	text-decoration-line: underline;
}

.ke-content a:HOVER {
	color: #D9534F;
	text-decoration: underline;
}

.ke-content table, .ke-content  tr, .ke-content  td {
	/**border: 2px solid #000000;**/
	padding: 4px;
}

.ke-content table td p {
	margin: 0px;
	line-height: normal;
}

.ke-content table td {
	border: solid 1px #ccc;
}

.ke-content table .noBorderTable td, table .noBorderTable th, table .noBorderTable caption
	{
	border: 1px dashed #ddd !important
}

.ke-content table .sortEnabled tr .firstRow th, table .sortEnabled tr .firstRow td
	{
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: center right;
	background-image: url('themes/ default/ images/ sortable.png');
}

.ke-content table.sortEnabled tr.firstRow th:hover, table.sortEnabled tr.firstRow td:hover
	{
	background-color: #EEE;
}

.ke-content table {
	margin-bottom: 10px;
	border-collapse: collapse;
	display: table;
	width: 100%;
	word-break: break-all;
	word-wrap: break-word;
}

.ke-content td, .ke-content th {
	background: white;
	padding: 5px 10px;
	border: 1px solid #DDD;
}

.ke-content caption {
	border: 1px dashed #DDD;
	border-bottom: 0;
	padding: 3px;
	text-align: center;
}

.ke-content th {
	border-top: 1px solid #BBB;
	background: #F7F7F7;
}

.ke-content table tr.firstRow th {
	border-top: 2px solid #BBB;
	background: #F7F7F7;
}

tr.ue-table-interlace-color-single td {
	background: #fcfcfc;
}

tr.ue-table-interlace-color-double td {
	background: #f7faff;
}

.ke-content td p {
	margin: 0;
	padding: 0;
}

.ke-content hr {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0;
	clear: both;
}

.ke-wcp-file {
	text-align: center;
	margin: 10px;
	padding: 10px;
	background-color: #eee;
	border: dashed 1px #ccc;
    user-select: none; 
}

.ke-wcp-graph {
	text-align: center;
	margin: 10px;
	padding: 10px;
	background-color: #fff;
	border: dashed 1px #ccc;
	color: #aaa;
	background-color: #f3f3f3;
}

.ke-wcp-graph span {
	color: #999;
	font-size: 12px;
}

.ke-content video {
	background-color: #000000;
}

.ke-wcp-file span {
	color: #999;
	font-size: 14px;
}

.ke-wcp-file a {
	color: #717fa2;
	font-size: 14px;
	text-decoration: none;
}

.ke-wcp-file a:HOVER {
	color: #d34b47;
	font-size: 14px;
	text-decoration: none;
}

.ke-content img {
	vertical-align: middle;
}

.ke-content p, .ke-content blockquote, .ke-content ul, .ke-content ol,
	.ke-content dl, .ke-content table, .ke-content pre {
	margin-top: 0;
	margin-bottom: 4px;
}

 blockquote {
	color: #666;
	padding: 20px;
	font-size:inherit;
	margin: 22px 0;
	border-left: 4px solid #cbcbcb;
	background-color: #f8f8f8;
	font-style: italic;
}
 blockquote p{
	font-size:inherit;
	line-height: 1.5em;
}

.view img {
	max-width: 100%;
}

.ke-content  .table>thead:first-child>tr:first-child>th {
	border-top: 1px;
	border: 1px solid #ddd;
}

.ke-content  code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
  white-space: normal;
}

.ke-content  .markdown-wcp-table {
	display: block;
}