@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;
}

thead th.entry {
    background-color: #f9fbfd;
}

.table {
	border: 1px solid #e0e0e0;
}

a:hover {
	text-decoration: underline;
}
