.table-related-content[data-range=xsmall] {
	width: 320px;
}

.table-related-content[data-range=small] {
	width: 640px;
}

.table-related-content[data-range=medium] {
	width: 640px;
}

.table-related-content[data-range=large] {
	width: 960px;
}

.table-related-content[data-range=xlarge] {
	width: 1280px;
}

.table-related-content {
	margin: 30px auto 40px;
	position: relative;
}

.table-related-content .bottom-recommended .link:hover,
.table-related-content .bottom-subject .link:hover,
.table-related-content .title .channel:hover {
	opacity: .8;
}

.table-related-content .share.disable {
	display: none;
}

.table-related-content .subject-card1 {
	display: none;
}

html[data-range=large] .table-related-content .subject-card1 {
	display: block;
}

html[data-range=xlarge] .table-related-content .subject-card1 {
	display: block;
}

.table-related-content .subject-card2 {
	display: none;
}

html[data-range=xlarge] .table-related-content .subject-card2 {
	display: block;
}

.table-related-content .cards {
	border-top: 0.1rem solid #f1f1f1;
}

.table-related-content > .title,
.table-related-content .title .channel {
	font-family: "Ubuntu", OpenSans, sans-serif;
	font-size: 2.2rem;
	color: #191917;
}

html[data-range=xsmall] .table-related-content > .title,
html[data-range=xsmall]
.table-related-content .title .channel {
	font-size: 1.6rem;
}

html[data-range=small] .table-related-content > .title,
html[data-range=small]
.table-related-content .title .channel {
	font-size: 1.6rem;
}

.table-related-content > .title {
	margin: 1rem 1rem 0.5rem 1rem;
}

html[data-range=xsmall] .table-related-content > .title {
	margin-top: 3.5rem;
}

html[data-range=small] .table-related-content > .title {
	margin-top: 3.5rem;
}

.table-related-content .title h2 {
	font-size: 100%;
	line-height: 100%;
}

.table-related-content .title .channel,
.table-related-content .bottom-recommended .channel,
.table-related-content .bottom-subject .channel {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.table-related-content .bottom-recommended .link,
.table-related-content .bottom-subject .link {
	font-size: 1.4rem;
	font-family: "Ubuntu", OpenSans, sans-serif;
	margin: 1rem;
	color: #191917;
	text-decoration: none;
}

.table-related-content .bottom-recommended,
.table-related-content .bottom-subject {
	clear: both;
	text-align: right;
	padding-top: 1.2rem;
}

.table-related-content .bottom-recommended .icone,
.table-related-content .bottom-subject .icone {
	margin-left: 0.5rem;
	font-size: 2.4rem;
	vertical-align: middle;
}

.table-related-content .linear {
	clear: both;
	margin-top: 3.5rem;
}

.table-related-content > .last {
	margin-right: 0;
}

.mod-modal-container {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #65655d;
	width: 100%;
	height: 100%;
	z-index: 999999;
}

.mod-modal-container iframe {
	margin: 20% auto 0;
	display: block;
	background: #fff;
}

/*# sourceMappingURL=theme-default.css.map */

