/*
 Theme Name:   TwentySeventeen-UK-Theme
 Theme URI:    https://ulf-kuehnle.de/
 Description:  A TwentySeventeen child theme 
 Author:       Ulf Kuehnle
 Author URI:   https://ulf-kuehnle.de
 Template:     twentyseventeen
 Version:      1.0.23
*/
 
@import url("../twentyseventeen/style.css");

/*.ngg-galleryoverview {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}*/
.ngg-imagebrowser {
	margin: 0px 0 !important;
}
.blog .site-main > article {
	padding-bottom: 0em;
}
/*.site-content, .site-footer {
   background-color: #fff8f0;
}*/
.site-footer {
   margin-top: 0px;
}
body.page-two-column:not(.archive) #primary .entry-content {
   width: 100%;
}
ul {
   padding: revert;
}
.quote-container {
   background-color: #f8f8f8;
   padding: 10px;
   margin-bottom: 10px;
   border-radius: 10px;
   font-family: Arial; 
}
.quote-text {
   margin: unset;
}
.quote-author {
   font-size: 81%;
   font-style: italic;
   margin: unset;
   color: #777;
}
.quote-author-info {
   font-size: 70%;
   font-style: italic;
   margin: unset;
   color: #777;
}
.quote-author > a:link {
   text-decoration: none;
   color: #777;
   box-shadow: inset 0 -1px 0 #999;
}