div.bsnazzy{
	width: 400px;
	margin: 0 auto;
	margin-bottom: 20px;
}
div.upcoming_cntnr{
	border-left: 1px solid #FA9900;
	border-right: 1px solid #FA9900;
	padding: 10px;
	background-color: #FFEAB1;
}

div.upcoming_title{
	font-family: Arial, sans-serif;
	font-weight: bold;
}

div.upcoming_txt{
	margin-left: 40px;
	padding-top: 4px;
	padding-bottom: 10px;
}

div.details_btn {
	font-weight: bold;
} 

div.details_btn a{
	margin-left: 20px;
	font-weight: bold;
	text-decoration: none;
	color: red;
}

div.details_btn a:hover{
	background-color: color: blue;
}