.table-row.bolded-text{
  font-weight: 700;
}

.table-header-row{
  border-bottom: 1px solid #d5d5d5;
  padding: 0 0 5px;
}

.table-header-row .table-title{
  font-weight: 700;
  font-size: 14px;
  color: #414141;
}

.table-row:first-child{
  padding: 9px 0 9px;
}

.table-row{
  font-size: 14px;
  font-weight: 400;
  color: #414141;
  padding: 0px 0 9px;
}

.table-body-rows{
  border-bottom: 1px solid #d5d5d5;
}

.table-wrap{
  margin-bottom: 15px;
  padding-top: 30px;
  padding-left: 0;
  padding-right: 24px
}

.table-left-header{
  max-width: 270px;
}

.table-left-header{
  text-align: left;
  max-width: 90%;
}

.table-right-header{
  text-align: right;
  max-width: 10%;
}
