#TableOfContents ul li {
    margin-bottom: 10px;
}

#TableOfContents ul li a {
    color: black !important;
}

#TableOfContents ul li a:active {
    color: #3273dc !important;
}

#TableOfContents ul li a:hover {
    color: #3273dc !important;
}

.gallery-item {
    display: block;
    text-align: center !important;
}

img[src$='#center'] {
    display: block;
    margin: 0px auto;
    height: auto;
}

img[src$='#center50'] {
    display: block;
    margin: 0px auto;
    max-width: 50% !important;
    height: auto;
}

img[src$='#center75'] {
    display: block;
    margin: 0px auto;
    max-width: 75% !important;
    height: auto;
}

img[src$='#w25'] {
    max-width: 25% !important;
}

img[src$='#w50'] {
    max-width: 50% !important;
}

img[src$='#w75'] {
    max-width: 75% !important;
}

html {
    background-color: #eaf3ff;
}

.media-content .categories {
    display: none;
}

article.article .article-meta {
    color: #2f2f2f;
}