.block-thingstodo-container .block_title{
	color: #ec008c;
	font-size: 13px;
	font-weight: bold;

}

.thingstodo_cod_content {
	padding-top: 5px;
}

.thingstodo_cod_content ul {
	padding: 0 0 0 0;
}

.thingstodo_cod_content ul li {
	list-style: square inside;
	margin-bottom: 12px;
	color: #cccccc;
	font-size: 11px;
}

.thingstodo_cod_content ul li span {
	color: #ed145b;
}

.thingstodo_cod_content ul li.last {
	margin-bottom: 0px;
}

