.table-header, .cell-content {
  color: #000000 !important;
}

.table-header {
  font-weight: 700;
}

.cell-content.hovered {
  -webkit-text-stroke: 0.5px #000000;
}

.table-cell-row {
  display: flex;
  align-items: stretch;
  /* justify-content: space-between; */
}

.cell-container {
  width: 25%;
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.drawings-table.first .prev-a-tag{
  width: 100%;
  display: flex;
}


@media screen and (max-width: 980px) {
  .drawings-table.first {
  	width: 845px;
}
  
  .et_pb_dp_dmb_module_1112_0 {
	overflow-x: scroll;
  }
}

