.editor * { margin:0px; padding:0px; color:#6a6a6a; font-size: 14px; }

.editor, .editor p, .editor div, .editor a, .editor li, .editor td, .editor th {  word-wrap: break-word; white-space: normal; font-size: 14px; }

.editor, .editor p, .editor li { line-height: 30px; }

.editor img { border:none; }

.editor a, .editor a:link, .editor a:active, .editor a:visited { color: #e63175; text-decoration: underline; }

.editor a:hover { color:#6a6a6a; }

.editor ul, .editor ol { margin-left:25px; }

.editor table.table-border, .editor table.table-border td, .editor table.table-border th { 
	border-collapse: collapse; 
	border: 1px solid #000000;
}

.editor td, .editor th { padding:3px; }

hr { border:none; height:1px; background-color:#CCCCCC; color:#CCCCCC; }

.editor table.table-center{margin:0 auto;}

.editor .underline, .editor .underline * { text-decoration:underline; }

.editor .title {
	color: #bf5b98;
}

.editor .highlight {
	color: #e63175; 
	text-decoration: underline;
}

.editor .table-responsive-wrapper {}

.editor .table-responsive-wrapper .table-responsive {}

.editor a.download-form {
	display: inline-block;
	background: #FD0097 url(../img/icon_download.png) no-repeat left 20px center/40px;
	color: #fff;
	padding-left: 70px;
    padding-right: 25px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
}