/*
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 : 16-09-2016, 07:44:31
    Author     : cars2089
*/

.gettype {
    font-weight: 600;
    color: #FF0;
}
h2 {
    margin-bottom: 2px;
}
.vars ul {
    margin-top: 2px;
    background-color: #3399ff;
    padding: 10px;
}
.vars li {
    background-color: #cce5ff;
    padding: 5px;
    margin-left: 20px;
    list-style-type: circle;
}
.vars li:nth-child(even) {
    background-color: #3399ff;
    margin-left: 50px;
    list-style-type: square;
}
.ultwo {
    color: #FFF;
    background-color: #33cc00;
}
.ultwo li {
    background-color: #2849e4;
}
.ultwo li:nth-child(even) {
    background-color: #33cc00;
}
th {
    font-size: 1.2em;
}
td {
    text-align: center;
}
th, td:nth-child(even) {
    background-color: #d7f716;
}
td, th:nth-child(even) {
    background-color: #d736d7;
}