#home-tab-whatson-intro{
	margin-bottom: 0.75em;
}

#whatson ul{
	list-style:url(https://barbados.org/siteimage/imgs/ic_calendar_blue.gif);
	padding-left: 2em;
}

#whatson ul li{
	padding-bottom: 0.6em;	
}


#whatson ul li a{
	text-decoration:underline;	
}

#home-tab-whatson-feature img{
	width: 100%;	
	max-width: 75px;
	height:auto;
	max-height: 200px;
	padding: 3px;
	background: #F5F5F5;
	border: #D6D6D6 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	margin: auto;
}

#home-tab-whatson-feature {
	text-align: center;
}

#home-tab-whatson-feature a{
	text-decoration:underline;	
}

@media screen and (min-width: 481px){
	#home-tab-whatson-feature img{
		max-width: 150px;
	}
}	

@media screen and (min-width: 768px){	
	#home-tab-whatson-feature{
		float: left;
		width: 31.507624057331272734719983868096%; /* 200px / 634.767px */
	}

	#home-tab-whatson-list{
		float: left;
		width: 67.704685341235445446912016535201%; /* 429.767px / 634.767px */		
		margin-left: 0.78769060143328181836799959670241%; /* 5px / 634.767px */
	}
}