div[id*='cssable-countdown-widget']
{
	/* I forgot why I wanted this... */
}

.ccw_toggle-option
{
	margin-bottom: 1em;
	border: 1px solid #DDDDDD;
}

	.ccw_toggle-option h4
	{
	}
	
		.ccw_toggle-option h4 a
		{
			padding: 0 10px 0 10px;
			font-size: 20px;
			text-decoration: none;
		}
	
	.ccw_toggled
	{
		display: none;
		padding: 0 1em 0 1em;
		border-top: 1px solid #DDDDDD;
	}
	
		.ccw_toggled select
		{
			margin-bottom: 1em;
		}
	
	.ccw_tooltip
	{
		font-size: smaller;
		font-style: italic;
	}
	
		.ccw_tooltip tt
		{
			font-style: normal;
		}
	
	.ccw_expiry-text .curr_date-time
	{
		text-align: center;
		border: 1px solid #DDDDDD
	}
	
.ccw_toggle-option ul.periods li
{
	margin: 0;
	padding: 0;
}

	ul.periods label
	{
		display: inline-block;
		width: 5em;
		font-weight: bold;
	}
	
	ul.periods select
	{
		margin: 0;
		padding: 0;
	}