* {
	word-wrap: break-word;
	word-break: break-word;
	box-sizing: border-box;
}

img {
	max-width: 100%;
	border: 0
}

body {
	font-size: medium;
	font: 16px/1.7 Arial, Helvetica, Sans-Serif;
}

a {
	text-decoration: none;
	color: #000
}

textarea {
	width: 100%;
	padding: 5px;
	font: 16px/1.7 Arial, Helvetica, Sans-Serif;
}

input {
	padding: 5px;
	font: 16px/1.3 Arial, Helvetica, Sans-Serif;
}

button {
	padding: 5px;
	font: 16px/1.3 Arial, Helvetica, Sans-Serif;
}

select {
	padding: 5px;
	font: 16px/1.3 Arial, Helvetica, Sans-Serif;
}

em {
	font-style: normal;
	color: red
}

.view a {
	color: #260c7e;
}

.view table.sortEnabled tr.firstRow th,
.view table.sortEnabled tr.firstRow td {
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: center right;
	background-image: url(../lib/ueditor/themes/default/images/sortable.png);
}

.selectTdClass {
	background-color: #edf5fa !important
}

.view table.noBorderTable td,
.view table.noBorderTable th,
.view table.noBorderTable caption {
	border: 1px dashed #ddd !important
}

.view table {
	margin-bottom: 10px;
	border-collapse: collapse;
	display: table;
}

.view td,
.view th {
	padding: 5px 10px;
	border: 1px solid #DDD;
}

.view caption {
	border: 1px dashed #DDD;
	border-bottom: 0;
	padding: 3px;
	text-align: center;
}

.view th {
	border-top: 1px solid #BBB;
	background-color: #F7F7F7;
}

.view table tr.firstRow th {
	border-top-width: 2px;
}

.ue-table-interlace-color-single {
	background-color: #fcfcfc;
}

.ue-table-interlace-color-double {
	background-color: #f7faff;
}

.view td p {
	margin: 0;
	padding: 0;
}

.pagebreak {
	display: block;
	clear: both !important;
	cursor: default !important;
	width: 100% !important;
	margin: 0;
}

pre {
	margin: .5em 0;
	padding: .4em .6em;
	border-radius: 8px;
	background: #f8f8f8;
}
