/*----------------------------------------------------------------------------- 
=NPV STYLES  
-----------------------------------------------------------------------------*/
#mySelect {
	height: 20px;
	margin-left: 7px;
}

.emptyBox {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.input-generated {

	padding-left: 10px;
	margin-top: -25px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}
.table-heading {
	padding-left: 10px;
	/*margin-top: -25px;*/
	margin-bottom: 15px;
	padding-bottom: -15px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}
.heading-01 {
	border-bottom: 0.5px solid  grey;
}
.heading-02 {
	border-bottom: 0.5px solid  grey;
	padding-right: 60px;
	padding-left: 7px;
}
.table-item-01 {
	width: 20%;
}
.table-item-02 {
	/*width: 20%;*/
	/*margin-left: 7px;*/
}


.answerText {
	font-weight: bold;
}


table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}

th, td {
  padding-left: 10px;
  padding-right: 10px;
}
th {
	background-color: grey;
	color: white;
	/*font-size:13px;*/
}
th:first-of-type {
	width: 20%;  
	text-align: center;
}
th:nth-child(2) {
	width: 40%;  
	text-align: center;
}
th:nth-child(3) {
	width: 40%;  
	text-align: center;
}
td {
	text-align: center;
	  padding-top:4px;
	  padding-bottom: 4px;
	/*font-size: 12px;*/
	/*color: grey;*/
}
td:first-of-type {
	/*text-align: left;*/
}
tr:nth-last-child(1) {
	/*color: red;*/
	font-weight: bold;
	/*text-decoration: underline;*/
}

