/*
Theme Name: diSPLACE
Description: Used to style the TinyMCE editor.
*/

html body.mceContentBody {
	max-width: 580px;
	margin: 10px 15px;
	font-family: "Segoe UI", sans-serif;
	font-size: 14px;
	line-height: 22px;
	vertical-align: baseline;
	color: #222222;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: "Franklin Gothic Medium", "Franklin Gothic", sans-serif;
	font-weight: normal;
	margin: 0 0 10px 0;
	color: #000000;
}
h1 {
	font-size: 44px;
	line-height: 46px;
	letter-spacing: -1px;
	margin-bottom: 15px;
}
h2 {
	font-size: 36px;
	line-height: 42px;
	letter-spacing: -1px;
	margin-bottom: 12px;
}
h3 {
	font-size: 30px;
	line-height: 34px;
	letter-spacing: -1px;
}
h4 {
	font-size: 24px;
	line-height: 28px;
}
h5 {
	font-size: 20px;
	line-height: 24px;
}
h6 {
	font-size: 16px;
	line-height: 20px;
}
p {
	margin-bottom: 23px;
}
a {
	color: #086199;
}
a:hover,
a:focus {
	color: #0b92e5;
}
a:active {
	color: #054166;
}
img {
	max-width: 100%;
	height: auto;
}
ul, ol {
	margin: 0 0 23px 30px;
	padding: 0;
}
table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	color: #777;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 23px;
	width: 100%;
}
tr th {
	padding: 10px;
	color: #555555;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}
td {
	padding: 10px;
	border-top: 1px dashed #bbbbbb !important;
	font-family: inherit;
	font-size: inherit;
	color: #777;
}