<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Vertex Child
Theme URI: http://www.elegantthemes.com/gallery/
Template: Vertex
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: 2 Column theme from Elegant Themes
Version: 1.8.15.1557148513
Updated: 2019-05-06 15:15:13

*/

/* Tables
---------------------------------- */
.table:not(.table-bordered) {
	border-bottom: 2px solid #f3f3f3;
}
.table &gt; thead &gt; tr &gt; th {
	vertical-align: bottom;
	border-bottom: 1px solid #377975;
	background-color: #377975;
	color: #fff;
}
.table &gt; thead &gt; tr &gt; td {

	color: #000000;
}
.table-bordered {
	border-color: #377975;
}
tbody {
	background-color: #ffffff;
}
.table &gt; thead &gt; tr &gt; th,
.table &gt; tbody &gt; tr &gt; th,
.table &gt; tfoot &gt; tr &gt; th,
.table &gt; thead &gt; tr &gt; td,
.table &gt; tbody &gt; tr &gt; td,
.table &gt; tfoot &gt; tr &gt; td {
	padding: 8px 15px;
	border-top: 1px solid #f3f3f3;
}
.table-striped tbody {
	background-color: #fafafa;
}
.table-striped &gt; tbody &gt; tr:nth-child(odd) &gt; td,
.table-striped &gt; tbody &gt; tr:nth-child(odd) &gt; th {
	background-color: #f1f1f1;
}
.table-striped.table &gt; tbody &gt; tr &gt; td {
	border-color: #e8e8e8;
}
.table-bordered &gt; thead &gt; tr &gt; th,
.table-bordered &gt; tbody &gt; tr &gt; th,
.table-bordered &gt; tfoot &gt; tr &gt; th,
.table-bordered &gt; thead &gt; tr &gt; td,
.table-bordered &gt; tbody &gt; tr &gt; td,
.table-bordered &gt; tfoot &gt; tr &gt; td {
	border-color: #f3f3f3;
}
.dl-horizontal dd {
	margin-bottom: 10px;
}
.dark .table:not(.table-bordered) {
	border-bottom: 2px solid #515151;
}
.dark .table &gt; thead &gt; tr &gt; th {
	border-bottom: 1px solid #27272a;
	background-color: #27272a;
	color: #000000;
}
.dark tbody {
	background-color: transparent;
}
.dark .table &gt; thead &gt; tr &gt; th,
.dark .table &gt; tbody &gt; tr &gt; th,
.dark .table &gt; tfoot &gt; tr &gt; th,
.dark .table &gt; thead &gt; tr &gt; td,
.dark .table &gt; tbody &gt; tr &gt; td,
.dark .table &gt; tfoot &gt; tr &gt; td {
	border-top: 1px solid #515151;
}
.dark .table-hover &gt; tbody &gt; tr:hover {
	background-color: #27272a;
}
/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
	.dl-horizontal dd {
		margin-left: 150px;
	}
	.dl-horizontal dt {
		max-width: 120px;
	}
}</pre></body></html>