td {
  font-size: 12px;
}

.currency {
  font-size: 12px;
  text-align: right;
  width: 100px;
}

.currency_label {
  text-align: left;
  width: 100px;
}

.actions {
  width: 100px;
}

.label_narrow {
  width: 50px;
}

.column_narrow {
  font-size: 12px;
  text-align: center;
  width: 100px;
}

.column_thin {
  font-size: 12px;
  text-align: center;
  width: 25px;
}

.actions_wide {
  width: 200px;
}


.table_title {
  font-size: 12px;
  text-align: left;
  width: 240px;
}

.date {
  font-size: 12px;
  width: 100px;
}


#container .table th {
  font-size: 12px;
  font-weight: 600;
  border-bottom: 2px solid rgba(0, 0, 0, 0.14);
}

.current    {
    display: block;                 //No display                  
}



