.attendance { text-align: left;}

.attendance table {
	border-spacing: 0px;
	width: 600px;
	font-color: black;
	border-collapse: collapse;
  background-color: #white;
  margin: 0px 0px 50px 0px;
}

.attendance th {
		border-bottom: 1px solid black;  
		padding: 1px;
}

.attendance td {
		border-bottom: 1px solid black;  
		padding: 1px 1px 1px 1px;
}

.attendance img {
  border: 1px solid grey;
}

.attendance tbody tr:hover td, 
.attendance tbody tr:hover th, 
.attendance tbody tr:hover td a, 
.attendance tbody tr:hover th a {
	color: black;
	background-color: #fcc4c4;
}

/*


table caption {
	background-color: red;
	padding: 8px;
}


thead th {
	background-color: white;
	color: red;
}
tfoot th, tfoot td {
	background-color: white;
	color: red;
}

tbody td, tbody th {
	
}



tbody th a {

}


tbody tr:hover td, tbody tr:hover th, tbody tr:hover td a, tbody tr:hover th a {
	color: red;
	background-color: white;
}

tbody tr:hover td a:visited, tbody tr:hover th a:visited {
	color: red;
}

*/