/* Override Jetpack Related Posts styles */

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title,
#jp-relatedposts .jp-relatedposts-items p {
	font-size: 10px;
	line-height: 16px;
	margin: 0;
}

h4.jp-relatedposts-post-title a.jp-relatedposts-post-a {
	font-size: 14px;
	line-height: 18px;
    font-weight: bold;
	margin: 0px 0px 8px 0px;
    color: #00557F;			/* color of the menu background */
}

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	font-size: 14px;
	line-height: 18px;
    font-weight: bold;
	margin: 0px 0px 8px 0px;
    color: #00557F;			/* color of the menu background */
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	font-size: inherit;
	font-weight: bold;
	text-decoration: none;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

/* adjust ContentView Pros content */

div.pt-cv-wrapper {
    background-color: white;
    padding: 20px 40px 20px 40px;
		font-size: 10px;
	}

.pt-cv-view .pt-cv-title a {
    font-weight: 600;
    color: #00557F;			/* color of the menu background */
}

h4.pt-cv-title a {
	font-size: 14px;
}

.pt-cv-readmore.pt-cv-textlink {
    color: #00557F;			/* color of the menu background */
    display: none;
}

/* KB standard table class af */

td.af {vertical-align: top; border: solid 1px black; padding: 3px;}
  th.af {vertical-align: middle; border: solid 1px black; padding: 3px;}
  table.af {border: solid 1px black} 
  p.af {font-size: 11px;} 
  dd.af {font-size: 11px;}
  ul.af {font-size: 11px; }
  ol.af {font-size: 11px; }
  li.af {font-size: 11px;}
  a.af {color: blue;}

/* KB standard article intro class */

div.info dl {
    padding: 0.5em;
  }
  div.info dt {
    float: left;
    clear: left;
    width: 100px;
    text-align: left;
    font-weight: bold;
    color: black;
  }
  div.info dt::after {
    content: ":";
  }
  div.info dd {
    margin: 0 0 0 110px;
    padding: 0 0 0.2em 0;
  }
  div.info dd.separate {
      margin: 0 0 0 0px;
    padding: 0 0 0.2em 0;
    clear: both;
  }

/* added to override theme's no list formatting in widgets */

.widget div.info ul li {
	list-style-type: disc;
}
.widget div.info ul,
.widget div.info ol {
	margin-left: 30px;	
	margin-bottom:20px;
}