
.gallery-header {
    font-family: Arial, Helvetica, Georgia, Sans-serif;
    font-size: 18px;
    padding: 0px;
    text-transform: none;
    line-height: normal;
}

.gallery-main > div > p {
    margin: 15px 0px;
}

ul.left-nav {
    list-style-type: none !important;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #f1f1f1;
}

li.left-nav a {
    display: block;
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
}

li.left-nav a.active {
    background-color: #2068a8;
    color: white;
}

li.left-nav a:hover:not(.active) {
    background-color: #555;
    color: white;
}

/* Overwrites style.css */
#content ul,
#content .left ul,
#content .right ul {
    list-style: disc;
    margin: 0px;
    list-style-position: inside;
    padding-left: 0em;
    text-indent: 0em;
}

/* //Overwrites style.css */
ul.gallery {
    list-style-type: none !important;
    margin: 0px 0px 20px 0px !important;
    overflow: hidden;
    background-color: #333;
}

li.gallery {
    float: left;
}

li.gallery a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li.gallery a:hover {
    background-color: #111;
}

.active {
    background-color: #111;
}

.gallery-columns {
    clear: both;
}

.gallery-left {
    float: left;
    width: 175px;
}

.gallery-main {
    margin-left: 200px;
}

.gallery-main-right {
    float: right; width: 275px;
}

.gallery-main-left {
    margin-right: 300px;
}
.gallery-images {
    max-width: 100%;
}

table.gallery {
    width: 100%; margin: 0px 0px 0px 0px;
}

.gallery-images-padding {
    padding-right: 10px !important;
}
