/* STS-2101 session table styling.
   Each outer tbody row is one state/territory; its sessions render in a
   nested .blankTable, so striping the outer row stripes the whole state. */

#divMapSession table.v-table tbody > tr:nth-child(odd) > td {
	background-color: #f7f7f7;
}

#divMapSession table.v-table tbody > tr:nth-child(even) > td {
	background-color: #ffffff;
}

#divMapSession table.blankTable,
#divMapSession table.blankTable td {
	background: transparent;
}

#divMapSession table.v-table tbody > tr:hover > td,
#divMapSession table.v-table tbody > tr:hover .innerCell {
	background-color: #e53755 !important;
	color: #ffffff !important;
}

#divMapSession table.v-table tbody > tr:hover .ss-out-text {
	color: #ffffff !important;
}

#divMapSession .ss-out-text {
	color: #e53755;
}
