/* for removing arrows from input type number */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* end of: for removing arrows from input type number */

.previous-exam-table td, .previous-exam-table th {

	padding: 0rem;

}

.previous-exam-table .form-group {

	margin-bottom: 0rem;

}

.previous-exam-table th {

	text-align: center;

}

.educational-qualification-table td, .educational-qualification-table th {

	padding: 0rem;

}

.educational-qualification-table .form-group {

	margin-bottom: 0rem;

}

.educational-qualification-table th {

	text-align: center;

}