@import url(http://fonts.googleapis.com/css?family=Calibri:400,300,700);

#f-table  .wrap-table100 {
    width: 400px;
    margin-top: 20px;
  }
  
#f-table  .table100 {
    border:0.1px solid rgba(194, 194, 194, 0.366);
    border-radius: 6px;
  }

#f-table  table {
    border-spacing: 1;
    border-collapse: collapse;
    background: white;
    border-radius: 6px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
#f-table  table * {
    position: relative;
  }
#f-table table th {
    padding-left: 20px;
  }
#f-table  table td, table th {
    padding-left: 20px;
  }
#f-table  table thead tr {
    height: 30px;
    background: #e7e7e7;
  }
#f-table  table tbody tr {
    height: 38px;
  }
#f-table  table tbody tr:last-child {
    border: 0;
  }
#f-table  table td, table th {
    text-align: left;
  }
#f-table  table td.l, table th.l {
    text-align: right;
}
#f-table  table td.c, table th.c {
    text-align: center;
}
#f-table  table td.r, table th.r {
    text-align: center;
  }
  
#f-table  tbody tr:nth-child(even) {
    background-color: #f5f5f5;
  }
  
#f-table  tbody tr {
    font-family: OpenSans-Regular;
    font-size: 14px;
    color: #bebebe;
    line-height: 0.8;
    font-weight: unset;
  }
  
#f-table  tbody tr:hover {
    color: #555555;
    background-color: #dce8ec79;
    cursor: pointer;
  } 

 #attach-file { 
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip:rect(0,0,0,0);
    border: 0;
}