/*
Theme Name: Twenty Seventeen
Theme URI: https://biodiver.se/wp-content/themes/twentyseventeen-child/
Description: Twenty Seventeen Child theme
Author: Jeremy Cherfas
Author URI: https://jeremycherfas.net
Version: 0.0.7
Template: twentyseventeen
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen-child
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

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.
*/

.entry-content li {
	margin-left: 1rem;
	}

.pis-li a,
.entry-content a {
	background-color: #ffffe3;
}

.pis-li a {
	-webkit-box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
	box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

.pis-li a:focus,
.pis-li a:hover, {
	color: #000;
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
}

blockquote {
    color: #666;
    line-height: 1.7;
    margin: 0;
    overflow: hidden;
    font-size: 0.8rem;
    padding-left: 1rem;
    :background-color: lime;
}

.widget ul li, .widget ol li {
	line-height: 1.2;
	padding-bottom: 0.5;
}

p.pis-excerpt {
	display: none;
		}

.widget {
	padding-bottom: 2em;
	}
	
p.note {
Border: 1px solid black;
Padding-left: 1em;
Padding-top: 0.5em;
Padding-bottom: 0.5em;
	}
		