#wdts-tab-bar {
  margin-top: 0.5em;
  padding: 0.7em 0 0.2em;
  overflow: hidden
}

.wdts-tab {
  border-style: solid;
  border-color: #b3b3b3;
  border-width: 1px 1px 0 1px;
  background-color: #FFFFFF;
  padding: 0.5em;
  margin: 0 0.2em;
  border-radius-topleft: 0.5em;
  border-radius-topright: 0.5em;
  -moz-border-radius-topleft: 0.5em;
  -moz-border-radius-topright: 0.5em;
  -webkit-border-top-left-radius: 0.5em;
  -webkit-border-top-right-radius: 0.5em;
  text-decoration: none;
}

.inactive {
  background-color: #b3b3b3
}

#wdts-container {
  border: solid #b3b3b3 1px;
  padding: 0.5em;
  overflow: hidden
}

#wdts-container label {
  display: block;
  padding: 0.3em 0
}

#wdts-container dd {
  margin-left: 4em
}

#wdts-footer {
  height: 3em;
  overflow: hidden
}

#wdts-footer p {
  margin: 0;
  line-height: 3em
}

#wdts-footer form {
  float: right;
  display: inline
}

.wdts-transcript-editor {
  background-color: #DFDFDF;
  padding: 0.5em;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  margin: 0.35em 0
}

.wdts-transcript-editor label {
  margin: 0.25em 0;
  font-weight: bold;
  cursor: pointer
}

#wdts-page-introduction label {
  display: inline
}

.transcript-action-links {
  padding: 1em 0;
  overflow: hidden
}

.queued-transcription-raw {
  display: none
}

h3.wdts {
  margin: 0.75em 0 0.25em;
}

.wdts-embed-warning {
  font-size: 115%;
  color: #770000;
  font-weight: bold;
}

.wdts-updated {
  width: 100%;
  position: absolute;
  background-color: #E4F2FD;
  text-align: center;
  font-weight: bold;
  border-bottom: solid black 1px;
}

.wdts-updated div {
  padding: 0.75em;
}

.widefat .column-transcripts {
  padding-top: 8px;
}

.wdts-posts-queued-icon, .wdts-posts-approved-icon {
  background: url(../graphics/transcript-icon-background.png) 1px 1px no-repeat;
  font-size: 9px;
  padding: 2px 6px;
  color: white
}
.wdts-posts-queued-icon {
  background-color: #c99
}

.wdts-posts-approved-icon {
  background-color: #aaa
}

body {
  overflow-x: hidden
}