test frame
table.paleBlueRows {
font-family: Georgia, serif;
border: 1px solid #FFFFFF;
background-color: #F9F6FF;
width: 350px;
text-align: center;
border-collapse: collapse;
}
table.paleBlueRows td, table.paleBlueRows th {
padding: 1px 2px;
}
table.paleBlueRows tbody td {
font-size: 13px;
}
table.paleBlueRows tr:nth-child(even) {
background: #D0E4F5;
}
table.paleBlueRows thead {
background: #0B6FA4;
background: -moz-linear-gradient(top, #4893bb 0%, #237dad 66%, #0B6FA4 100%);
background: -webkit-linear-gradient(top, #4893bb 0%, #237dad 66%, #0B6FA4 100%);
background: linear-gradient(to bottom, #4893bb 0%, #237dad 66%, #0B6FA4 100%);
border-bottom: 6px solid #FFFFFF;
}
table.paleBlueRows thead th {
font-size: 17px;
font-weight: bold;
color: #FFFFFF;
text-align: center;
border-left: 2px solid #FFFFFF;
}
table.paleBlueRows thead th:first-child {
border-left: none;
}
table.paleBlueRows tfoot td {
font-size: 14px;
}