.arthaText {
	font-family: 'Maven Pro', sans-serif;
	font-size: 16px;
	font-size-adjust: 0.58;
	color: rgba(220, 220, 220, 0.8);
}

.arthaPageTitle {
	text-align: center; margin: 20px auto;
	padding: 0px;
	width: 657px;
	display: block;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 28px;
	font-weight: normal;
	line-height: 1.4;
	background-color:rgba(0, 0, 0, 0.3);
	vertical-align: middle;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-khtml-border-radius: 20px;	
}

.arthaTableStandard {
	text-align: center; margin: 20px auto;
	padding: 10px;
	width : 657px;
	font-family: 'Maven Pro', sans-serif;
	border-spacing: 10px;
	display : block;	
}

.arthaTableStandard th,td {
	vertical-align : middle;
	text-align: center;
	font-weight : normal;
}

.arthaTheTab {
	text-align: center; margin: 0px auto;
	width: 850px;
	border-radius: 28px;
	overflow: hidden;
}

.arthaTab {
	width: 850px;
	overflow: hidden;
}

.arthaTabLabel {
	text-align: center; margin: 0px auto;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color:rgba(0, 0, 0, 0.3);
  	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	color: rgba(220, 220, 220, 0.8);
	cursor: pointer;
}

.arthaTabLabel:hover {
	background-color:rgba(0, 0, 0, 0.4);
}

.arthaTabContent {
	text-align: center; margin: 0px auto;
	max-height: 0px;
	padding: 0px;
	background-color:rgba(0, 0, 0, 0.1);
}

.arthaTabCheckbox {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.arthaTabCheckbox:checked ~ .arthaTabContent {
	max-height: 100000vh;
}

@media screen and (max-width: 950px) and (min-width: 768px) {
	
	.arthaTheTab {
		width: 768px;
		border-radius: 24px;
		font-size: 16px;
	}
	
	.arthaTab {
		width: 768px;
	}
	
	.arthaTabLabel {
		padding: 5px;
		font-size: 22px;
		cursor: pointer;
	}
}

@media screen and (max-width: 767px) {
	
	.arthaTheTab {
		width: 360px;
		border-radius: 24px;
		font-size: 14px;
	}
	
	.arthaTab {
		width: 360px;
	}
	
	.arthaTabLabel {
		padding: 5px;
		font-size: 20px;
		cursor: pointer;
	}
		
}

article {
	text-align: center; margin: 0px auto;
	padding: 0px;
	width : 650px;
	display : block;
	position: relative;
	overflow: hidden;
	font-family: 'Maven Pro', sans-serif;
	font-weight: normal;
	line-height: 1.6;
}

article a
{
	text-decoration: none;
}

article a:link,a:active,a:visited
{
	color: rgba(250, 250, 250, 0.85);
}

article a:hover
{
	color: color: rgba(255, 255, 255, 1);
}

article h1
{
	text-align: center; margin: 20px auto;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	color: rgba(251, 251, 148, 0.85);
	display : block;
}

article p
{
	margin: 20px 20px 20px 20px;
	text-align: justify;
	text-indent: 50px;	
	padding: 0px;
	width : 600px;
}

article strong
{
	font-weight: normal;
	color: rgba(251, 251, 148, 0.85);
}

article cite
{
	margin: 0px;
	padding: 0px;
	font-style: normal;
	color: rgba(232, 180, 248, 1);
}

article q
{
	color: rgba(169, 192, 206, 1);
}

article mark
{
	color: rgba(250, 200, 148, 0.85);
	background: transparent;
}

article time
{
	color: rgba(223, 251, 148, 0.85);
}

#dialectic {
	text-align: center; margin: 0px auto;
	padding: 0px;
	width : 650px;
	display : block;
	position: relative;
	overflow: hidden;
	font-family: 'Maven Pro', sans-serif;
	font-weight: normal;
	line-height: 1.6;	
}

#arthaDialecticNarrative
{
	text-align: center; margin: 20px auto;
	padding : 30px;
	background-color:rgba(0, 0, 0, 0.1);
	border : 1px solid;
	border-color: rgba(255, 255, 255, 0.3);
	width : 500px;
	display : block;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-khtml-border-radius: 20px;	
}

#arthaDialecticNarrative q
{
	color: rgba(232, 180, 248, 1);
}

#dialectic hr { 
	margin: 50px 0px;
	border: 0;
	width : 600px;
	height: 1px; 
	background: linear-gradient(to right, transparent, #b2b2b2, transparent);
}

#dialectic > q
{
	text-align: left; 
	margin: 20px 20px 20px 20px;
	padding: 0px;
	width : 600px;
	font-size: 18px;
	color: rgba(232, 180, 248, 1);
	display: block;
}

#dialectic p
{
	margin: 20px 20px 20px 20px;
	text-align: justify;
	text-indent: 50px;	
	padding: 0px;
	width : 600px;
}