table.tablesorter tbody tr.normal-row td {
background: #fff;
}
table.tablesorter tbody tr.alt-row td {
background: #ebf2fa;
}

h2
{
font-size: 24px;
text-shadow: -1px -1px #eee, 1px 1px #888, -3px 0 4px #000;
font-family:"Segoe print", Arial, Helvetica, sans-serif;
color:#ccc;
padding:16px;
font-weight:lighter;
-moz-box-shadow: 2px 2px 6px #888;  
-webkit-box-shadow: 2px 2px 6px #888;  
box-shadow:2px 2px 6px #888;  
text-align:center;
display:inline;
line-height:92px;
background-image:url(background-h2.png);
}

.myButton {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 7px 14px;
   -webkit-border-radius: 18px;
   -moz-border-radius: 18px;
   border-radius: 18px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 15px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   margin:10px;
   }
.myButton:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.myButton:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
