@charset "UTF-8";

*:focus {
    outline: none !important;
}

body, html, :root {
	color: rgb(85, 85, 85);
}

h1, h2, h3, h4, h5, .sectiontitle {
	color: #000;
}

/* changing blue font */
a, a:hover,
.related-links a,
.related-links a:visited,
.nav-tabs .nav-link
{
    color: #01A982; 
}

.wh_topic_content .shortdesc {
    color: #757575;
}

.table {
	border: none;
	background-color: inherit;
}

.table:not([data-colsep="1"]) {
	background-color: rgb(247, 247, 247);
}

.table > .tbody .entry {
    border: 1px solid rgb(212, 216, 219);
	background-color: inherit;
}

.table.table:not([data-colsep="1"]) > .tbody .entry {
	border-left: none;
}

/* .thead should come after .tbody to support nested tables */
.table > .thead .entry {
    border: 1px solid rgb(177, 185, 190);
	background-color: rgb(249, 251, 253);
}

table > .thead .entry:last-child {
    border-right: 1px solid rgb(177, 185, 190);
}

.table:not([data-colsep="1"]) > .thead .entry {
	background-color: inherit;
	border: none;
    border-bottom: 1px solid rgb(177, 185, 190);
}

.table > .thead .colsep-0 {
	border-right: 1px solid transparent;
}

.table > .thead .colsep-1 {
	border-right: 1px solid rgb(177, 185, 190) !important;
}

.table > .tbody .colsep-0 {
	border-right: 1px solid transparent;
}

.table > .tbody .colsep-1 {
	border-right: 1px solid rgb(212, 216, 219) !important;
}

.table > .tbody .rowsep-1 {
	border-bottom: 1px solid rgb(212, 216, 219);
}

.table > .tbody .rowsep-0 {
	border-bottom: 1px solid transparent;
}

.table > .tbody > .row:last-child > .entry,
.table > .tbody > [class~="topic/row"]:last-child > .entry {
	border-bottom: 1px solid rgb(212, 216, 219);
}

.table:not([data-colsep="1"]) > .tbody > .row:last-child > .entry,
.table:not([data-colsep="1"]) > .tbody > [class~="topic/row"]:last-child > .entry {
	border-bottom: 1px solid transparent;
}

.table > .tbody .entry:last-child {
	border-right: 1px solid rgb(212, 216, 219);
}

.table:not([data-colsep="1"]) > .tbody .entry:last-child {
	border-right: 1px solid transparent;
}

a:hover {
	text-decoration: underline;
}
