/*OSH Answers styles START*/

@media screen
{ 

	.col-md-4-ccohs1
	{
		min-height: 1px;
		padding-left: 5px;
		padding-right: 5px;
		margin-left:12px;
		position: relative;
	}

	.list-items li
	{
		padding-bottom:10px;
	}

	.list-items li a,.list-items li a:visited
	{
		text-decoration:none;
	}

	.list-items li a:hover
	{
		text-decoration:underline;
	}     
	
	/*alert collapsible bar starts*/
	details.alert-ccohs .alert-link
	{
		color: #000;
	}

	details.alert-ccohs
	{
		background: none repeat scroll 0 0 #e3e3e3;
		border-color: #278400;
	}

	details.alert-ccohs:before
	{
		color: #000;
		content: url(https://images.ccohs.ca/disclaimerICON.png)!important;
	}
	
	/*alert collapsible bar ends*/  
	
	/* CHange tab colours */
	.wb-navtabs [role="tablist"] li a
	{
		background: #C3D1A1;
	}
	
	.wb-navtabs [role="tablist"] li a:hover
	{
		background: #6B6B6B;
		color: #FFFFFF;
	}
	

} 

/*three gradiant boxes width in tablets */   
@media (min-width: 992px)
	{

	.col-md-4-ccohs1
	{
		width:32%;
	}			   
}

