#content,
.tfb-content {
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	color: #4d4d4f;
	}

.tfb-content .intro-content p {
	font-size: 0.75rem;
	line-height: 1.5;
	margin-bottom: 0;
	}

/* Section Articles */
.tfb-content .section-articles .article {
	border-bottom: 1px dotted #efefef;
	margin-bottom: 15px;
	}

.tfb-content .article {
	padding-bottom: 15px;
	}

.tfb-content .section-articles .article:last-child {
	margin-bottom: 0;
	border: 0;
	}

.tfb-content .article h4 {
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 10px;
	}

.tfb-content .article h5 {
	margin-top: -5px;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: normal;
	}

.tfb-content .article p {
	margin-bottom: 10px;
	}

.tfb-content .article-entry ul {
	list-style: disc outside;
	margin: 1rem 0 1rem 3rem;
	}

.tfb-content .article-actions {
	margin-left: 1rem;
	}

.tfb-content ol.articles {
	list-style: none;
	padding: 0;
	margin: 0;
	}

.tfb-content .related-links .panel-heading {
	padding: 5px 15px 2px;
	color: #777;
	}

.tfb-content .related-links .panel-title {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	}

.tfb-content .related-links .panel-body {
	padding: 5px 15px;
	}

.tfb-content .related-links .panel-body ul {
	list-style: none outside none;
	padding: 0;
	margin: 0;
	}

.tfb-content ul {
	list-style: disc outside none;
	padding-left: 40px;
	margin: 15px 0;
	}

.tfb-content ol {
	list-style: decimal outside none;
	padding-left: 40px;
	margin: 15px 0;
	}

.tfb-content ul li,
.tfb-content ol li {
	margin: 10px 0;
	}

.section-articles .section-head {
	background-color: #ecedee;
	padding: 0.5rem;
	margin-top: 20px;
	margin-bottom: 20px;
	}

h2.section-head {
	padding-bottom: 5px;
	}

@media screen and (max-width: 769px) {
	.dns .intro-content {
		margin-top: 20px;
		}
	}

.btn-xs-with-default {
	margin-top: 10px;
	}

.gcbills-topic tr.lt_header {
    font-weight: 400;
    font-family: 'Oswald';
}

.gcbills-topic tr:hover {
    background-color: #eff4f7;
}

.gcbills-topic td {
    padding: 0.5em;
    line-height: 1.3;
    font-size: 15px;
}

.gcbills-topic tr td:first-child,
.gcbills-topic tr td:nth-child(3),
.gcbills-topic tr td:last-child {
    white-space: nowrap;
}

/* Tools */
.tools th {
    font-weight: bold;
}
.tools code {
	font-family: Consolas, monaco, monospace;
	padding: 2px 4px;
	background-color: #f9f2f4;
	}

.tools code.id {
    font-weight: bold;
    background-color: unset;
}

.tools a code{
    font-weight: normal;
}

.tools pre code {
    font-size: 0.75rem;
    line-height: normal;
}

.table label {
    font-weight: bold;
    font-size: .8em;
    padding-right: .25em;
}

.tools .panel-default > .panel-heading {
	background-color: #f9f2f4;
	}

.tools .panel-heading .btn-xs {
	margin-top: 3px;
	margin-bottom: 0;
	border-radius: 3px;
	}

.tools .search-page-results {
	margin-top: 1em;
	}

.tools .search-page-result {
	margin: 1em;
	}

.search-page-result h4 {
	display: inline;
	}

.tools .search-page-result p {
	line-height: normal;
	margin-bottom: 5px;
	}

.tools .control-label,
.tools .search-page-result label {
	font-weight: bold;
	}

.tools .input-code {
	font-family: Consolas, monaco, monospace;
	}

#etopinion-list {
	column-count: 3;
    column-rule: 1px solid #eee;
	}

@media screen and (max-width: 767px) {
	#etopinion-list {
		column-count: 2;
		}
	}

@media screen and (max-width: 479px) {
	#etopinion-list {
		column-count: 1;
		}
	}

.link-to-pdf img {
	border: 1px solid rgba(109, 110, 112, 0.26);
	}

/* FJPS Courts accordion */
.panel-info>.panel-heading {
    background-color: #afc4d6;
}
.panel-body > p:last-of-type {
    margin-bottom: 0;
}
