.bg-blue{
	background-color:#007ac2;
}

h1#team-title{font-weight: bold;}

td.details-control {
    background: url('plus-icon-16.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('minus-icon-16.png') no-repeat center center;
}

.child-table{
	width:55%;
}

.child-table tr:odd td{background: #fff!important;}


tr.shown + tr td{
	background: rgba(0,0,0,0.02);
}

.child-table tr:hover td{
	background:rgba(255,221,0,0.2);
}