/*
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 : Feb 24, 2021, 10:33:09 AM
    Author     : robinsong
*/

    html { background-color: aliceblue; }
    body { 
        background-color: aliceblue;
        margin: 10px auto;
        width: 1250px;
        color: darkblue;
    }
    h1{ color: darkmagenta; }
    label {
        font-weight: 700;
        text-align: right;
    }
    input[type="text"]:focus { background-color: antiquewhite; }
    .error {
        color: red;
        font-style: italic;
    }
    table { border: 2px solid darkblue; }
    th { border: 2px dashed darkblue; color: firebrick; }
    td { border: 1px dotted darkblue; color: black; }
    a {
        color: black;
    }
    .list-group-item.active {
        background-color: floralwhite;
    }
    .rowCount {
        float: right;
    }
    