﻿

        #Table {
        font-family: Arial, Helvetica, sans-serif;
        border-collapse: collapse;
        width: 100%;
    }

        #Table td, #customers th {
            border: 1px solid #ddd;
            padding: 8px;
            color: black;
        }

        #Table tr:nth-child(even) {
            background-color: #f2f2f2;
        }

        #Table tr:hover {
            background-color: #ddd;
        }

        #Table th {
            padding-top: 12px;
            padding-bottom: 12px;
            text-align: left;
            background-color:#708090;
            color: white;
        }

    .loader {
        border-top: 16px solid blue;
        border-bottom: 16px solid blue;
    }

    .reqError {
        color: red;
    }

