/* Put your custom css here */

.team {
	border: 2px solid transparent;
	padding: 10px;
	cursor:pointer;
}

.selected {
	border: 2px solid green !important;
}

h4.panel-title a.accordion-toggle {
	font-weight: bold;
}

.form-group {
	margin-bottom: 20px;
}

label {
	margin-bottom:10px;
}

a.logout {
	color:white;
	font-size:0.8em;
	font-style: italic;
}

.not-selectable {
	opacity: 0.3;
	padding: 10px;
	border: 2px solid transparent;
}