.arrow {
  width: 10%;
  background-image: url("/img/arrow.gif");
  background-position: right;
  background-repeat: no-repeat;
}
.table_2ld {
  display: table;
  padding-left:10px;
}
.row_2ld{
  display: table-row;
}
.cell_2ld {
  display: table-cell;
  padding:2px 5px;
}
.f500 {
  font-weight:600;
}
.f600 {
  font-weight:600;
}
.info_block {
  display: block;
  margin: 1em;
}