/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10-Jun-2015, 12:02:32
    Author     : Elizabeth
*/

header {
    width: 100%;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    color: #a10099;
    height: 100px
}

table, th, td {
    border:1px solid #888;
}

th {
   position: sticky;
   top: 0;
   background: purple;
   color: white;      
}

td {
    padding-left: 10px;
    padding-right: 10px;
}

.V {
    background-color: #FF0000;
    color: white;
}

.H {
    background-color: #FB8F01;
    color: white;
}

.Tc {
    background-color: #FFFF00;
}

.S {
    background-color: #00FF00;
}

.T {
    background-color: #14D5E3;
    color: white;
}

.P {
    background-color: #AC26AA;
    color: white;
}

.Vs {
    background-color: #04139E;
    color: white;
}

.colcenter {
    text-align: center;
}

.colright {
    text-align: right;
}

.even {
    background-color: #e8e8e8;
}

.subheader {
    background-color: #ccffff;
}

.blank {
    background-color: #ccffff;
}
button {
    margin: 20px 10px 20px 10px;
    height: 30px;
    float: right;    
}