#featured_languages_table_wrapper td, #languages_table_wrapper td {
	text-align: center;
}

#languages_table_wrapper ul {
	list-style-type: none;
	padding-left: 0px;
}

.cell-speakers {
	overflow-y: auto;
}

.main-text {
	display: inline-block;
	width: 83%;
}

p.styled-paragraph {
	font-size: 1.2em;
	padding-top: 10px;
	padding-left: 14px;
}

p.styled-paragraph.styledSlogan {
	padding-top: 6px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 13px;
}

.heart-image {
	width: 16%;
	display: inline-block;
	float: right;
}

.table-title {
	width: 100%;
	font-size: 1.2em;
	padding-bottom: 2px;
	border-bottom: solid 1px #F76301;
}

.translation-links {
	max-width:200px;
}

.titleSep {
	line-height: 1.3em;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}

.lang-table tr:nth-child(even) {
	background: #eee;
}

.lang-table tr:nth-child(odd) {
	background: #fff;
}

.show-on-mobile {
	display: none;
}

.lang-table tr td .show-on-mobile {
	color: #666;
	font-size: 0.9em;
	width: 30%;
}

.lang-table tr td .show-on-mobile::after {
  content: ":";
}

.filter-bar {
  text-align: center;
}

@media (max-width: 1024px) {
	.lang-table thead {
		display: none;
	}

	.show-on-mobile {
		display: block;
	}

	.lang-table tr td {
		display: block;
		padding-left: 8px;
		padding-right: 8px;
	}

	.lang-table tr td .show-on-mobile {
		display: inline;
	}
	
	.titleSep {
		font-size: 17px;
	}
	
	.headingSep {
		text-align: left;
	}
	
	p.styled-paragraph, .main-body .headingSep, .filter-bar, .show-on-mobile.mobile-sort-bar {
		padding-left: 7px;
		padding-right: 7px;
	}

	.filter-bar a {
		line-height: 1.7em;
	}
	
	.filter-bar span {
		width: 100%;
		display: inline-block;
		font-size: 17px;
	}
	
	.main-text {
		width: 100%;
		font-size: 13px;
	}
	
	.translation-links {
		max-width: none;
	}
	
	.heart-image {
		padding-right: 10px;
		width: 45%;
		float: left;
		position: relative;
		bottom: 6px;
	}
}
