input[type=number].no-spinner::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

body2 {
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 13.5px;
    background-color: lightblue;
    color: #696969;
    padding: 35px;
    margin-left: 150px;
    margin-right: 80px;
}

body {
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 14px;
    background-color: lightblue;
    color: #696969;
    padding: 1px;
    background-size: 100%;
}

#main {
    padding: 2px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #ffffff;
    border: 0 0 2px 2px;
}

h1 {
    font-family: Georgia, serif;
    border-bottom: 3px solid #cc9900;

    font-size: 30px;
    color: Blue;
}

h2 {
    font-family: Georgia, serif;
    color: Blue;

    font-size: 24px;
}

h3 {
    font-family: Georgia, serif;
    color: Blue;
    font-size: 18px;
}

h4 {
    font-family: Georgia, serif;
    color: Blue;
    font-size: 18px;
}

table {
    width: 100%;
}

ul#menu {
    padding: 0;
    margin-bottom: 11px;
}

ul#menu li {
    display: inline;
    margin-right: 3px;
}

ul#menu li a {
    background-color: #ffffff;
    padding: 10px 20px;
    text-decoration: none;
    color: #696969;
    border: 2px 2px 0 0;
    font-size: 12px;
}

ul#menu li a:hover {
    color: white;
    background-color: black;
}

table,
th,
td {
    border: 1px solid grey;
    border-collapse: collapse;
    padding: 2px;
    font-size: 14px;
    empty-cells: show;
}

th {
    text-align: left;
}

table tr:nth-child(odd) {
    background-color: #f1f1f1;
}

table tr:nth-child(even) {
    background-color: #ffffff;
}

a.button {
    background-color: #4CAF50;
    /* Green */
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

    font-family: Arial;
    color: #ffffff;
    font-size: 16px;
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    border: 5px;
}

.button2 {
    background-color: #4CAF50;
    /* Green */
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    /* border: none; */
    color: white;
    padding: 5px 5px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 2px 2px;
    cursor: pointer;
}

.button:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}

.divider {
    width: 5px;
    height: auto;
    display: inline-block;
}

@media print {

    .no-print,
    .no-print * {
        display: none !important;
        height: 0;
    }
}


.tab {
    margin-left: 40px;
}


table,
th,
td {
    border: none;
    border-collapse: collapse;
    padding: 0px;
    font-size: 14px;
    margin-left: auto
}

pr {
    text-transform: uppercase;
}

h10 {
    font-family: Georgia, serif;
    border-bottom: 3px solid #cc9900;
    color: Blue;
    font-size: 50px;
}

h5 {
    font-family: Georgia, serif;

    color: Blue;
    font-size: 14.3px;
}

h11 {
    font-family: Georgia, serif;
    color: Red;
    font-size: 14.2px;
}

/* div {
    max-width: 1000px;


} */

table.ex1 {
    table-layout: auto;
}

h13 {
    text-decoration: underline;
}

tr:hover {
    background-color: #f5f5f5;
}