
.table-rekviziti table tbody tr {
  width: 100%;
  

}
.table-rekviziti table tbody tr td {
  font-size: 14px;
  height: 55px;
  border-bottom: 1px solid #eee;
  padding-left: 10px;

}
.table-rekviziti table tbody tr:last-child td {
    border-bottom: none;
}

.table-rekviziti table {
  margin: 0 auto;
  margin-top: 0px;
  margin-left: 30px;
  width: 100%;
}
