/* Table view port */
@media (min-width: 768px) and (max-width: 991px) 
{
}


/* Mobile view port */
@media only screen and (max-width: 767px) 
{
	.healthNews .baricon 
	{
		height: 77px;
	}
	
	.healthNews .healthInfoGroup .boxLeft 
	{
		padding-right: 10px;
	}
	
	.healthNews .healthInfoGroup #healthInfoPanel .boxLeftTop 
	{
		margin-bottom: 15px;
	}
	
	.healthNews .healthInfoGroup #healthInfoPanel .boxRight 
	{
		margin-top: 15px;
	}
	
	.healthNews .healthInfoGroup #healthInfoPanel .boxmore a  
	{
		text-align: center;
	}
	
	.healthNews .healthInfoGroup .barspan 
	{
		margin: 0;
		font-size: 1.714em;
	}
	
	.healthLibraryContainer .healthNews .healthInfoGroup #healthInfoPanel .boxLeft 
	{
		border-right: 0;
	}
	
	.healthLibraryContainer .healthNews .box 
	{
		display: none;
	}

	.healthNews .healthInfoGroup .boxRight {
		padding-left: 10px;
	}

	.healthNews .healthInfoGroup select {
		padding-left: 6px;
	}
}