/*
 * $Id:$
 * 
 * A CSS file for showing the vocabulary viewer widget.
 */

#vocab-viewer {
  font-family: Arial, sans-serif;
  width: 781px;
}


#vocab-viewer ul {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#vocab-viewer .left {
  width: 450px;
  float: left;
}

#vocab-viewer .right {
  float: left;
}

#vocab-viewer h2 {
  font-weight: normal;
  font-size: 24px;
  width: 220px;
  float: left;
}

#vocab-viewer h2 b .tags {
  display: block;
  line-height: 15px;
  font-size: 15px;
}

#vocab-viewer h2 b .tags a {
  font-size: 15px;
  font-weight: normal;
  text-transform: lowercase;
  color: #30b457;
}

#vocab-viewer #vocab-viewer-message {
  font-size: 11px;
  color: #111111;
  margin: 0px 0px 5px 0px;
}

#vocab-viewer .words {
  clear: both;
  width: 100%;
  background-color: #CBE5CA;
}

#vocab-viewer li {
  background-color: #CBE5CA;
  width: 50%;
  padding: 5px 10px;
}

#vocab-viewer li .word {
  border: 1px solid #fff;
  padding: 5px 10px;
  display: flex;
}

#vocab-viewer li a {
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  flex: 1;
}

#vocab-viewer li a.alternative {
  flex: none;
  padding: 0px 5px;
}

#vocab-viewer li a:hover {
  text-decoration: underline;
}


#show-word-video-container_wrapper {
  margin: auto;
}

.jwplayer .video-speed-controls {
  position: absolute;
  z-index: 10;
  background-color: #CCC;
  padding: 2px 10px;
  border-radius: 10px;
  border: 1px solid #CCC;
}

.jwplayer .video-speed-controls label {
  display: inline-block;
  margin-left: 5px;
}
