
#content h1,
#content h2,
#content h3 {
    margin-top: 0;
}

#content {
    padding: 160px 16px 260px 16px;
}

#products-navi {
    float: left;
    width: 22%;
    margin-bottom: 2em;
}

#products-navi ul {
    list-style-type: none;
    margin-left: 0.5em;
}

#products-navi a {
    display: block;
    margin-left: 0.5em;
    margin-top: 0.3em;
}


#products-content {
    float: right;
    width: 75%;
    margin-left: 1em;
}

#products-content table {
    font-family: Arial, sans-serif;
    font-size: 14px;
    width: 100%;
}

#products-content table tr {
    border-bottom: 1px solid rgba(0, 26, 70, 0.25);
}

#products-content table tr:hover {
    background: rgba(255,255,255, 0.25);
}

#products-content table td {
    padding: 0.25em 0.4em;
}

@media screen and (max-width: 1023px) {

    #products-content,
    #products-navi
    {
        float: none;
        width: auto;
        margin-left: 0;
        margin-right: 0;
        margin-top: 2em;
    }

}
