.list_suppliers {
  border-left: solid 10px #D9D9D9;
  border-right: solid 10px #78BA99;
  width: 100%;
}

.list_suppliers td {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding: 5px 10px !important;
}

.list_suppliers th {
  text-align: left;
  font-size: 15px;
  font-weight: normal;
  background-color: #ddd;
  padding: 10px; 
}

.list_suppliers .region {
  width: 40%;
}

.list_suppliers tr.hover td {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
.filter_suppliers {
  background-color: #ECECEC;
  width: 100%;
  margin: 10px 0px;
  padding: 10px 30px;
  text-align: right;
}
