
/** this is a class taken from materialize. 
	Please see that for more info on it. **/

.collapsible {
	/** overriding the box-shadows **/
	box-shadow : none;
}

/*work around for news problem in main cse pointed by suyash sir*/
.collapsible-header a{
	color:#666;

}

.collapsible-header:hover a{
	color: white;
	text-decoration:none;
}

.collapsible-header {
	/** background-color overriding **/
	background: rgba(250,250,250, 1);
	
	/** font color **/
	color: #666;
	
	padding-top:2px;
	padding-bottom:2px;
	word-spacing: 3px;
	letter-spacing: 0.75px;
}


.collapsible-header:hover {
	color: white;
	background: #4F5F77;
}


.collapsible-header h5 {
	/** font size  **/
	font-size: 18px;
	
	/** font family **/
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	
	letter-spacing: 1px;
	
	
}

.collapsible-header .title {
	color: #b30;
}

.collapsible-header:hover .title {
	color: #fcc;
}

// Change the color of links in the body
.collapsible-body a{
	color: darkorange;
}

.collapsible-body{
	padding-top:8px;
	padding-bottom:8px;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	/* display: block; */
	letter-spacing: 0.75px;
	word-spacing: 2px;
	background-color:#eee;
	color:#2b2b2b;
}
