

table {
  max-width: 960px;
  margin: 10px auto;
}

caption {
  font-size: 1.6em;
  font-weight: 400;
  padding: 10px 0;
}

thead th {
  font-weight: 400;
  background: #8a97a0;
  color: #FFF;
}

tr {
  background: #f4f7f8;
  border-bottom: 1px solid #FFF;
  margin-bottom: 5px;
}

tr:nth-child(even) {
  background: #e8eeef;
}

th, td {
  text-align: left;
  padding: 12px 8px;
  font-size: 16px;
}

.small-btn{
	font-size: 16px;
	font-weight: 500;
    min-width: 6.5em !important;
    padding: 10px 0 !important;
    width: 100%;
	background: #ea5d21;
	color: #fff;
	text-align: center;
}
.small-btn:hover{
	background : #fff;
	color: #ea5d21;
}