/*
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 : 03-Feb-2015, 15:57:24
    Author     : Richie
*/

table {
               
                 border-collapse: collapse;
                width: 85%;
                border-spacing: .5rem;
                
               
               }
        th{
            font-size:150%;
            font-family: arial;
            height:15%;
            text-align: center;
            background-color: #66ccff;
            color:whitesmoke;
           }
        td{
            padding:1px;
            font-size:100%;
            font-family: arial;
            font-weight: bolder;
               
           }

        table, td, th 
            {
                border: 2px solid brown;
                text-align: center;
                align:center;
                
            }
         
        input.text:focus {
        background-color:#ffcc99 ; 
        color: #330000;
        
        input[type=checkbox]:focus + label, input[type=radio]:focus + label {
        background-color: #FF6; 
        color: #000; 
        }
    }