.ts_select {
	padding:20px;
	margin-top:5px;
}
.ts_select select {
	font-size:16px;
}
.subtitle_wrapper a {
	color:#f00;
	font-size:12px;
	text-decoration:none;
}
.subtitle_wrapper a:hover {
	text-decoration:underline;
}
.ts_content {
	border-bottom:2px dashed #000;
	padding:0 10px 10px 10px;
	margin-bottom:30px;
}
.ts_content .text {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;

}
.ts_content .text a {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#00f;
}

.ts_content img{
	max-width:700px;
	height:auto;
}

.ts_content h1{
	font-size:18px;
}
.ts_content .read_more {
	font-size:11px;
	color:#f66;
	margin-top:10px;
	text-decoration:none;
}
.ts_content a.read_more:hover {
	color:#f00;
	text-decoration:underline;
}
.ts_content a{
	color:#000;
}
.comments_wrapper {
	font-size:11px;
}
.comments_wrapper ul{
	margin:10px;
}

.comments_wrapper .indented{
	margin-left:10px;
}
.comments_wrapper .name{
	font-style:italic;
}
.comments_wrapper .description{
	font-size:12px;
}
.comments_wrapper input {
	border:1px solid #c3c3c3;
	width:100%;
}
.comments_wrapper textarea {
	width:100%;
	overflow:visible;
	height:120px;
	border:1px solid #c3c3c3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
button {
	font-size:14px;
}


