/*
  TSViewer-Style
*/
div#ts3 table.ts3 {
  border-spacing: 0px;
  border: 0 none !important;
  border-collapse: collapse;
  overflow: hidden;
  width: 100% !important;
  table-layout: fixed !important;
}

div#ts3 table tbody.ts3 {
  line-height: 1em !important;
}

div#ts3 table tbody tr.ts3 {
  line-height: 1em !important;
}

div#ts3 table tbody tr td.ts3 {
  line-height: 1em !important;
}

.ts3 .chaname {
  padding: 0 2px;
  font-size: 0.9em;
  cursor: default;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1em !important;
  text-align: left !important;
  vertical-align: middle !important;
}
.ts3 .username {
  padding: 0 2px;
  font-size: 0.9em;
  cursor: default;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1em !important;
  text-align: left !important;
  vertical-align: middle !important;
}
.ts3 .servername {
  padding-left: 2px;
  padding-bottom: 2px;
  font-size: 1em;
  cursor: default;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1em !important;
  text-align: left !important;
  vertical-align: middle !important;
}

.ts3 .info {
  padding-left: 2px;
  padding-top: 4px;
  font-size: 1em;
  cursor: default;
}

