/*Stylesheet for the frontpage specific styles*/

#working-groups .working-group {
	float: left;
	width: 49%;
	text-align: center;
}

td {
	border-bottom: 1px dashed #eee;
}

.left {
	float: left;
}

.right {
	float: right;
}

td.date {
	width: 30%;
	color: #686868;
}

#working-groups {
	padding-top: 20px;
	border-top: 1px solid #ccc;
	margin-bottom:20px;
}

#working-groups span {
	color: #533100;
	font-weight: bold;
}

#important-dates {
	width: 100%;
	margin-bottom: 10px;
}

h2 { 
    width: 100% !important; 
}