h2 {
	font-size: 24px;
	font-size: 1.5rem;

	/* PKJ */
	padding-left: 0.5em;
	border-left: 5px solid #00c000;
	padding-top: 0.5ex;	
	border-top: 1px solid #00c000;
	background: #efefef;
	padding-bottom: 0.5ex;
}

.home h2 {
    font-size: 20px;
    margin-top: 4rem;
    border-left: none;
}

.home h3 {
    font-size: 18px;
    margin-top: 12px;
    margin-top: 1.25rem;
    margin-bottom: 1px;
    margin-bottom: 0.25rem;
    color: #00c000;
//    color: #ff4500;
}

.homebox {
    padding: 3px 0px 3px 30px;
    background: #efefef;    
//    background: #f5f5f5; border: 1px solid #ebebeb;
}

.home ul {
    font-size: 16px;
    font-size: 1rem;
}
.home li {
    margin: 0px;
}

.content ul p,
.content ol p {
    /* General for p:
       p { 
       margin: 0 0 20px;
       margin: 0 0 1.25rem;
    } */

    /* PKJ */
    margin: 0 0 0
}

.content blockquote ul,
.content blockquote ol {
    //    margin: 0 0 20px 40px;

    /* PKJ: get rid of bottom margin */
    margin: 0 0 0px 40px;
}

dt, dd {
    list-style-type: none;
}

/* PKJ */
code {
    color: #ff4500;
}

kbd {
    color: black;
    background-color: white;
    border: 0.5px solid #ccc;
    border-radius: 5px;
}

.list__item {
	padding-bottom: 20px;
	padding-bottom: 1.25rem;

	/* PKJ: original */	
//	margin-bottom: 20px;
//	margin-bottom: 1.25rem;
//	border-bottom: 1px solid #ebebeb;

        /* PKJ: mine */
	margin-bottom: 0px;
	margin-bottom: 0rem;
	border-bottom: none;
	
	padding-bottom: 0.25rem;
}

.list__footer-readmore {
  background: white;
  color: #00c000;
  margin-top: -1rem;
  margin-bottom: 0.75rem;
  padding-left: 60px;
  padding-right: 60px;  
  border-radius: 1ex;
}

.list__thumbnail img {
    	width: 100%;
	max-width: 175px;
	margin-bottom: 25px;	
}

/* PKJ : center images, in posts only */
/*       NOTE: display: block is essential! */
.post__content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* PKJ */
div .bookinfo {
    margin-left: 2em;
}

div .bookinfo ul {
    margin: 0;
    margin-bottom: 1rem;
}

div .bookinfo ul :first-child {
    font-weight: bold;
}

div .bookinfo li {
    list-style-type: none;
    margin: 0;
}

.widget__title {
	position: relative;
	padding-bottom: 5px;
	font-size: 16px;
	font-size: 1rem;
	text-transform: uppercase;
//	border-bottom: 3px solid #00c000;

        /* PKJ */
    	color: #00c000;
	border-bottom: 3px solid #dadada;
}

/* This is the default */
.widget__item {
	display: block;
	padding: 5px 0;
	border-bottom: 1px dotted #ebebeb;
	border-bottom: 1px dotted #00c000;
}

/* The next two are PKJ */
.widget__item__topics {
	display: block;
//	padding: 5px 0;
	border-bottom: 1px dotted #ebebeb;
	border-bottom: 1px dotted #00c000;
}

.widget__item__pubyears {
	display: block;
//	padding: 5px 0;
	border-bottom: 1px dotted #ebebeb;
	border-bottom: 1px dotted #00c000;
}

.widget__counter--bubble {
	display: inline-block;
	padding: 0 6px;
	font-size: .75rem;
	color: #666;
	text-align: center;
	background: #ebebeb;
	border-radius: 2em;

	/* PKJ */	
	color: red;
	font-weight: bold;
}

.widget-social__link {
	display: block;
	margin: 0 0 8px;
	white-space: normal;

	/* PKJ */
	background: #dadada;
	color: black;
	border-radius: 1ex;
}


/* PKJ */
/* This class existed already in template, but was not used in stylesheet */
.footer__copyright-credits {
    visibility: hidden;
}
