body{
	font-family: "Roboto";
	font-size: 14px;
	color: #333;
}

.text_content p{
	margin-top: 20px;
	line-height: 1.5em;
}

.text_content a{
	text-decoration: none;
	color: blue;
}

.text_content a:hover{
	text-decoration: underline;
}

.text_content ul,
.text_content ol{
	margin-top: 15px;
	line-height: 1.5em;
	margin-left: 30px;
}

.text_content ul{
	list-style-type: disc;
}

.text_content ul ul{
	list-style-type: square;
	margin-top: 0px;
}

.text_content ol{
	list-style-type: decimal;
}

.text_content ol ol{
	list-style-type: lower-roman;
	margin-top: 0px;
}

.text_content li{
	margin-top: 5px;
}

h1{
	font-size: 32px;
	font-weight: normal;
	line-height: 1.2em;
	color: #475474;
}

.text_content h2{
	margin-top: 25px;
	line-height: 1.3em;
	font-size: 24px;
	font-weight: normal;
	color: #475474;
}

.text_content h3{
	margin-top: 20px;
	line-height: 1.3em;
	font-size: 18px;
	font-weight: 500;
	color: #475474;
}

.text_content h3{
	margin-top: 20px;
	line-height: 1.3em;
	font-size: 18px;
	font-weight: bold;
}

.text_content table,
.text_content img,
.text_content iframe{
	max-width: 100% !important;
}

.text_content img{
	height: auto !important;
}

.text_content table{
	width: 100% !important;
	margin-top: 25px;
	line-height: 1.4em;
}

.text_content table th,
.text_content table td{
	padding: 10px;
	border: 1px solid white;
}

.text_content table th{
	background-color: #475474;
	color: white;
	text-align: center;
	vertical-align: middle;
}

.text_content table td{
	background-color: #eee;
	text-align: left;
}

@media (max-width: 1000px) {
	.text_content table th,
	.text_content table td{
		width: auto;
	}
}