﻿body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin:0;
    padding:0;
}

tr:nth-child(odd) {
    background-color: #dbdbdb;
}

.TableHeader{
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
}

.logo{
    width:1000px;
    margin: 0 auto;
}

.actionButton{
    width: 15px;
    cursor: pointer;
}

.nav-item{
    display: inline-block;
    padding: 10px;
    color: white;
    font-weight: bold;
    font-size: 16px;
}
    .nav-item a {
        color: white;
        text-decoration: none;
    }
    .nav-item:hover {
        background-color: #dbdbdb;
        color: #181944;
    }

        .nav-item:hover a {
            color: #181944;
            text-decoration: underline;
        }