#content-main table td:nth-child(2){
	text-align: left;
	padding: 0 0 0 20px;
}
#content-main table td:nth-child(1){
	width: 300px;
}
#content-main table td span.title {
	font-size: 18px;
    font-weight: 500;
	letter-spacing: -1px;
}
#content-main .courses-title {
    margin-bottom: 20px;
}
#content-main table td span.title::before {
    content: '';
    display: inline-block;
    background: url(/images/open.content/tour/theme/tv.trip/table-head.png) no-repeat center 0px;
    background-size: contain;
    width: 20px;
    height: 25px;
    margin-right: 5px;
    vertical-align: text-bottom;
}
#content-main table tbody td ul {
	margin-left: 20px;
}
#content-main span.em {
	background: linear-gradient(to top, #fff3c2 50%, transparent 50%);
	font-weight: 500;
}
#content-main span.blank {
	display: block;
	margin-left: 25px;
}
#content-main span.logo {
    display: inline-block;
    background: url(/images/open.content/tour/theme/tv.trip/1n2d-logo.svg) no-repeat center;
    background-size: contain;
    width: 100px;
    height: 40px;
    vertical-align: middle;
	font-size: 0;
}
