/*
Theme Name: Twenty Sixteen Child
Theme URI: https://wordpress.org/themes/twentysixteen/
Template: twentysixteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 3.8
Tested up to: 7.0
Requires at least: 4.4
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, block-patterns
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.download-area
{
	width: 100%;
	border-spacing:5px;
	margin-bottom: 0px;
	display:table;
}

.download-button
{
	display:table-cell;
	border-radius: 5px; 
	background-color: #e2e2e2; 
	text-align: center; 
	padding: 5px;
}

div.entry-content
{
    font-family: Arial, Helvetica, sans-serif;
}

.entry-content
{
    width: 100% !important;
}

.entry-footer
{
    visibility: collapse;
    width: 0% !important;
}

.widget
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    border-top: 0px;
    margin-bottom: 0px;
}

/* Removes the huge space between Shownotes-Headline and the actual Shownotes */
.osf_chapterbox
{
	margin-top:-2em !important;
}