.arthaVTabHeader {
	overflow: hidden;
	border: 1px solid #cccccc;
	border-radius: 4px;
	padding: 10px;
	font-weight: bold;
	margin-top: 5px;
	background: #eeeeee;
}

.arthaVTabHeader:hover {
	cursor: pointer;
	background: #e7e7e7;
}

.arthaVTabActive {
	border-radius: 4px 4px 0 0;
}

/*Content*/

.arthaVTabContent {
	overflow: hidden;
	padding: 10px;
	border: solid #cccccc;
	border-width: 0 1px 1px 1px;
	border-radius: 0 0 4px 4px;
	display: none;
}


#accordion-container {
	font-size: 13px;
	background: #ffffff;
	padding: 5px 10px 10px 10px;
	border: 1px solid #cccccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 5px 15px #cccccc;
	-webkit-box-shadow: 0 5px 15px #cccccc;
	box-shadow: 0 5px 15px #cccccc;
}

.accordion-header {
	font-family: 'Comfortaa', cursive;
	font-size: 18px;
	background: rgba(240, 104, 104, .2);
	margin: 5px 0 0 0;
	padding: 5px 20px;
	border: 1px solid #cccccc;
	cursor: pointer;
	color: #666666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.active-header {
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background: #cef98d;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.active-header:hover {
	background: #c6f089;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.inactive-header {
	background: #ffffff;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.inactive-header:hover {
	background: #f5f5f5;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.accordion-content {
	font-family: 'Comfortaa', cursive;
	font-size: 18px;
	color: #666666;
	display: none;
	padding: 20px;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-top: 0;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

.accordion-content p {
	
	margin-bottom: 20px;
	
}