/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
/* 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;
}

table {
    background: white;
    border: 1px solid #d9e1e6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border-spacing: 0;
    border-collapse: separate;
}

table tr:last-child{
	border-bottom:0px;
}

table tr:last-child td {
    border-bottom: 0px;
}