.table-open-tools table {
  color: #444444;
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.28px;
  line-height: 19px;
}
.table-open-tools table thead{
	font-weight: bold;
	font-size: 18px;
  font-weight: bold;
	line-height: 22px;
}
.table-open-tools table thead tr td {
	padding-bottom: 25px;
}
.table-open-tools table tbody tr td{
	padding-top: 25px;
	padding-bottom: 25px;
	padding-right: 15px;
	min-width: 125px;
	border-top: 1px solid #e4e4e4;
}