.modal-header {
	border-bottom: 0px solid #e5e5e5;
}

.modal-vertical-centered {
  transform: translate(0, 50%) !important;
  -ms-transform: translate(0, 50%) !important; /* IE 9 */
  -webkit-transform: translate(0, 50%) !important; /* Safari and Chrome */
}

blockquote {
    border-left: 0px;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

blockquote p:last-child {
    margin-bottom: 17px;
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 15px;
}

label {
	margin-bottom: 0px;
	display: inline;
	font-weight: normal;
}

a:hover, a:focus {
	text-decoration: none;
	outline: none;
}

b, strong {
  font-weight: bold;
}

.editor_content ul li bold, .editor_content ol li bold {
	 font-weight: bold;
}

@media print {
  a[href]:after {
    content: none;
  }
}