table {
  width: 100%;
}
  table td, table th{ 
    font-size: 13px;
  }
  table td input.long{
    width: 300px;
  }
  table td.right, table th.right{
    text-align: right;
  }
  table td.stred, table th.stred{
    text-align: center;
  }
