html, body {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 17px;
        margin:  0;
        padding: 0;
        border:  0;
}

a {
        text-decoration: none;
}

th {
  text-align:left;
}

#table-wrapper {
  position:relative;
}
#table-scroll {
  height:400px;
  overflow:auto;  
}
#table-wrapper table {
  width:100%;
}
