h3 {
	color: darkgreen;
}


.live table {
width: auto;
border: 1px solid azure;
border-collapse: collapse;
border-spacing: 0;
}
.live th {
color: #fff;
padding: 5px;
border-bottom: 1px solid azure;
border-left: 1px solid azure;
background: seagreen;
font-weight: bold;
line-height: 120%;
text-align: center;
}
.live td {
padding: 5px;
border-bottom: 2px solid azure;
border-left: 1px solid azure;
}
.live tr:nth-child(2n+1) {
/* background: #F0FFFF; */
background: #efffef;
}