table {
	text-align: left;
	width: 80%;
	margin-top: 20px;
	margin: auto;
}

table, th, td {
	/* border: 1px solid; */
	/* border-collapse: collapse; */
	border: 1px solid gray;
	border-collapse: collapse;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
}

th {
	height: 40px;
	background-color: #182b4b;
	color: white;
}

td {
	font-size: 14px;
}

td:nth-child(2) {
	/* font-size: 12px; */
	/* width: 30%; */
	white-space: nowrap;
}

