.hidden {
    display: none;
}

.nonessential {
    text-align: center;
}

#expando {
    position: relative;
    float: right;
    height: 100%;
}

.name {
    min-width: 15em;
}

#traces th {
    padding: 0 0em;
}

.recordCount {
    min-width: 4em;
}

.fileSize {
    min-width: 5em;
}

.actions select {
    max-width: 12em;
}

.noshow{
  display: none;  
}

#oldtraces{
  width: 100%;
}

#traces{
  width: 100%;
}
