.man-div {
	width: 100%;
	margin-top: 20px;
	padding: 0px 20px 20px;
	box-sizing: border-box
}

.man-div .single-man {
	margin-top: 30px
}

.man-div .single-man .manTable {
	margin-top: 5px;
	width: 100%
}

.man-div .single-man .manTable table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #c1c1c1;
	margin-bottom: 0px
}

.man-div .single-man .manTable table caption {
	background: #fafafa;
	border: 1px solid #eee;
	margin-bottom: 0px !important;
	padding: 8px 5px;
	font-size: 16px;
	font-weight: bold
}

.man-div .single-man .manTable table th,
.man-div .single-man .manTable table td {
	padding: 3px 5px !important;
	font-size: 1.2em
}

.man-div .single-man .manTable table thead {
	background-color: #f3f3f3
}

.man-div .single-man .manTable table thead th {
	font-weight: bold;
	color: #000
}

.man-div .single-man .manTable table thead th.sNoTD {
	white-space: nowrap
}

.man-div .single-man .manTable table tbody td {
	text-align: left
}

.man-div .single-man .manTable table tbody td .btnDiv {
	width: 100%;
	margin-bottom: 2px
}

.man-div .single-man .manTable table tbody td .btnDiv a {
	display: flex;
	color: #000;
	width: 20px;
	height: 20px;
	background-image: url("../images/icons/download.html");
	background-size: cover;
	background-position: center
}

.man-div .single-man .manTable table tbody td.sNoTD {
	white-space: nowrap
}

.man-div .single-man .manTable table tbody td .subRowDiv {
	margin-top: 3px
}

.man-div .single-man .manTable table tbody td .subRowDiv .subRows {
	box-sizing: border-box;
	width: 100%;
	padding: 2px;
	border: 1px solid #c1c1c1;
	margin-top: -1px
}

.man-div .single-man .manNotes {
	margin-top: 5px
}

.man-div .single-man .manNotes h3 {
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 0px
}

.man-div .single-man .manNotes ul {
	list-style-type: none
}

.man-div .single-man .manNotes ul li {
	display: block;
	margin-bottom: 3px;
	padding-left: 10px;
	position: relative;
	margin-left: 0px
}

.man-div .single-man .manNotes ul li:before {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	left: 0;
	top: .5rem;
	background-color: #000
}

/*# sourceMappingURL=style.css.map */