﻿.k-editor .k-content {
    width: 96%; 
}

.k-editor-inline{
	color:#333333;
	font-size:14px;
	padding:10px;
	border:none;
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px; 
	border-radius: 7px;         
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box;	
	-moz-box-shadow:inset 0px 0px 10px rgba(0,0,0,0.5); 
	-webkit-box-shadow:inset 0px 0px 10px rgba(0,0,0,0.5); 
	box-shadow:inset 0px 0px 10px rgba(0,0,0,0.5); 	
}

div[data-role="editor"].k-editor {
    display: inline-block;
    margin: 0;
    padding: 7px;
    font-size: 12px;
}

div[data-role="editor"].k-editor p {
    display: block;
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}

div[data-role="editor"].k-editor p:first-child {
    -webkit-margin-before: 0;
}

div[data-role="editor"].k-editor p:last-child {
    -webkit-margin-after: 0;
}

div[data-role="editor"].k-editor strong, 
div[data-role="editor"].k-editor b {
    font-weight: bold;
}

div[data-role="editor"].k-editor i, 
div[data-role="editor"].k-editor cite, 
div[data-role="editor"].k-editor em, 
div[data-role="editor"].k-editor var, 
div[data-role="editor"].k-editor address, 
div[data-role="editor"].k-editor dfn {
    font-style: italic;
}

div[data-role="editor"].k-editor s, 
div[data-role="editor"].k-editor strike, 
div[data-role="editor"].k-editor del {
    text-decoration: line-through;
}

div[data-role="editor"].k-editor li {
    display: list-item;
    text-align: -webkit-match-parent;
}

div[data-role="editor"].k-editor ol, 
div[data-role="editor"].k-editor ul, 
div[data-role="editor"].k-editor ol ul, 
div[data-role="editor"].k-editor ul ol, 
div[data-role="editor"].k-editor ul ul, 
div[data-role="editor"].k-editor ol ol {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

div[data-role="editor"].k-editor ul ul, 
div[data-role="editor"].k-editor ol ul {
    list-style-type: circle;
}

div[data-role="editor"].k-editor ol, 
div[data-role="editor"].k-editor ul {
    display: block;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 30px;
}

div[data-role="editor"].k-editor ol {
    list-style: decimal;
    list-style-type: decimal;
}

div[data-role="editor"].k-editor ul {
    list-style: disc;
    list-style-type: disc;
}

div[data-role="editor"].k-editor a {
    color: rgb(3, 113, 147);
}

div[data-role="editor"].k-editor table {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}
div[data-role="editor"].k-editor table th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
    text-align: center;
}
div[data-role="editor"].k-editor table td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
    text-align: center;
}




