/* style for tabs switch */

html, body {
  margin: 0px;
  padding: 1px 0 0 0;
}

body {
  padding 5px;
}

html {
  font-family: Helvetica, Arial, sans-serif;
}

ul.livetabs {
  font-size: smaller;
  margin: 0;
}

ul.livetabs li {
  display: inline;
  list-style-type: none;
}

ul.livetabs li a {
  margin: 0 3px;
  font-weight: normal;
  border: 1px solid black;
  padding: 1px 10px;
/*  text-decoration: none; */
}

ul.livetabs li.current a {
  color: black;
  font-weight: bold;
  cursor: text;
  text-decoration: none;
  border-bottom: 1px solid white;
}

table.live {
margin-left:500px;
}

table.live tr td  {
vertical-align: top
}

.video, .chat, .steno, .help, #record {
  border: 1px solid black;
  margin: 1px 0 0 0;
}

.video, .steno, .help, #record {
  height: 335px;
}

.video a.player {
  border:0;
}

.chat {
  height: 671px;
}

.video {
  height: 305px;
  padding: 1px 1px 1px 1px;
}

.recorder {
  height: 330px;
  padding: 0;
}

#record {
  width: 100px;
  padding: 10px;
  margin: 10px;
}

.chat {
  padding: 1px; /* 0px 10px; */
}
/*
td.recorder {
	padding:0;
	margin:0;
	font-size:1.2em;
}

td.recorder ul li {
	margin-top:0;
}
*/
.help {
  padding: 0 10px;
}

.toside, .tomain {
  float: right;
  margin: -38px 0 0 0;
}
