.subheading-dropdown
{
	margin-bottom: 20px;
	width: 160px;
	display: inline-block;
}

.table-striped>tbody>tr:nth-of-type(odd) 
{
    background-color: #f2f8ff;
}

#activityContainer .table>tbody>tr>td {
    padding: 20px;
}

select, option
{
	font-size: 16px;
	font-weight: 700;
}

.table-striped>tbody>tr:nth-of-type(odd) select
{
	background-color: #f2f8ff;
}
