﻿body {
    font: 1.2em normal Arial,sans-serif;
    color: #34495E;
}

h1 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -2px;
    font-size: 2.5em;
    margin: 20px 0;
}

.container {
    width: 100%;
    margin: auto;
}

table {
    border-collapse: collapse;
    width: 100%;
}

.blue {
    border: 1px solid #97CBFF;
}

    .blue thead {
        background: #97CBFF;
    }

thead {
    color: white;
}

th, td {
    text-align: center;
    padding: 8px; /*cellpadding*/
}

tbody tr:nth-child(even) {
    background: #ECF0F1;
}

tbody tr:hover {
    background: #ffe597;
    color: #34495E;
}




.scrollMore {
    margin-top: 1000px;
}

.up {
    cursor: pointer;
}
