table {
	    border-collapse: separate;
		border-spacing: 0px;
}
table td, table th {
	border-left: 1px solid grey;
	border-top: 1px solid grey;
	padding:2px;
	font-weight: 400;
}
table th {
	font-weight: 600;
}

table tr td:last-child, table tr th:last-child {
	border-right: 1px solid grey;
}

table tr:last-child td {
	border-bottom: 1px solid grey;
}

.tableDisplay table thead tr {
	background-color: #ddd;
}
.tableDisplay table tr:nth-child(even) {
	background-color: #eee;
}

.submitBtn {
    padding: 10px 20px;
    border-radius: 30px;
    background: #20a1d9;
    border: #20a1d9 solid 1px;
    color: #fff;
    min-width: 140px;
    text-align: center;
}

.submitBtn:hover {
    background: #1591D4;
}