@charset "utf-8";
/* CSS to be used with certain Whats Next features  */
<style type="text/css">
#askwillycolumn {
	margin:0 0 0 0;
}

*html #askwillycolumn {
	position:relative;
	margin-left:0px;
}

*+html #askwillycolumn {
	margin-left:0px;
}

/* Version for column*/

#whatsnextcolumn {
margin:12px 0px 24px 24px;
}

*html #whatsnextcolumn {
	position: relative;
	margin-right:0px;
}

*+html #whatsnextcolumn {
	margin-left:0px;
}
</style>
