body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
}

.clear {
  clear: both;
}

.left {
  float: left;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,0.75);
  display: none;
  z-index: 100;
}

.clipview {
  position: absolute;
  width: 740px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  display: none;
  z-index: 101;
}

.clipview-wrapper {
  position: relative;
}

.clip-header {
  padding: 10px 20px;
  border-bottom: solid 1px #eee;
}

.clip-header .title {
  float: left;
  width: 45%;
  padding-top: 5px;
  color: #666;
  font-size: 18px;
}

.clip-header .action {
  float: right;
  display: inline-block;
}

.clip-header .action .learn-more {
  cursor: pointer;
  font-size: 18px;
  display: inline-block;
  padding: 5px 5px 5px 0;
  color: #666;
}

.content {
  text-align: center;  
}

.article-name {
  margin: 15px 0 15px 0;
  font-size: 28px;
  color: #333;
  text-align: center;
  padding: 0 25px;
}

.article-source {
  cursor: pointer;
  text-decoration: none;
  margin: 0 auto;
  font-size: 20px;
  color: #666;
  padding: 0px 30px 0px 30px;  
  font-weight: 300;
  background-image: url('/img/wl-close-button.png');
  background-position: center right;
  background-repeat: no-repeat;  
}

.divider {
  background-image: url('/img/wl-divider.png');
  background-position: center center;
  background-repeat: no-repeat;
  height: 1px;
  opacity: 0.10;
  margin-top: 15px;
}

.article-info {
  width: 660px;
  text-align: left;  
  margin: 25px auto 0 auto;
}

.article-info .description {
  font-size: 20px;
  font-weight: 300;
  color: #666;
  float: right;
  width: 445px;
}

.article-info .article-image {
  float: left;
  -moz-border-radius: 5px;
  border-radius: 5px;  
  width: 198px;
  height: 148px;
  background-size: auto 100%;
}

.placeholder-image {
  float: left;
  -moz-border-radius: 5px;
  border-radius: 5px;  
  width: 198px;
  height: 148px;
  background-image:  url('/img/clip_thumbnail_placeholder@2x.png');
  background-repeat: no-repeat;
}

.voice {
  font-size: 16px;
  margin-top: 10px;
}

.voice-by-label {
  color: #666;
  font-weight: 300;
  text-transform: uppercase;
}

.voice .bullet {
  color: #333;
}

.voice .name {
  color: #333;
  background-position: center right;
  background-repeat: no-repeat;
  padding: 2px 2px 0px 0;
  font-weight: 400;
}

.voice .photo {
  text-align: center;
}

.voice .photo img {
  width:25px;
  height:25px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  vertical-align: middle;  
}

.player {
  height: 110px;
  width: 100%;
  margin-top: 20px;
}

.play-back {
  height: 80px;
  background-image: url('/img/wl-player-bg.png');
  background-position: left bottom;
  background-repeat: repeat-x;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

.seek {
  position: relative;
  height: 30px;
  background-color: #fcfcfc;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  padding: 0 10px;
}

.seek .time {
  color: #666;
  font-size: 14px;
  margin-top: 5px;
}

.start-time {
  padding-left: 5px;
  position: absolute;
  left: 0px;
}

.end-time {
  padding-right: 5px;
  position: absolute;
  right: 0px;
  text-align: right;  
}

.play-back .umano-play {
  cursor: pointer;
  height: 62px;
  width: 62px;
  margin: 0 auto 0 auto;
  padding-top: 9px;
  background-image: url("/img/wl-play-button.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.play-back .umano-play.on {
  background-image: url("/img/wl-pause-button.png");
  display: none;
}


.seek-container {
  background-color: #999;
  height: 4px;
  position: absolute;
  top: 12px;
  left: 50px;
  right: 50px;
}

.umano-seek-bar {
  background-color: #999;
  height: 4px;
  position: absolute;
  cursor: pointer;
  z-index: 2;
}
.umano-play-bar {
  background-color: #ff7200;
  position: absolute;
  height: 100%;
}

/* Docked Container */

.docked-container {
  position: fixed;
  bottom: 60px;
  left:50%;  
  z-index: 99;  
}

.docked-container .body {
  position: absolute;
  left: -150px;
  width: 300px;
  height: 60px;
  background-color: #ffffff;
  border: solid 1px #e0dfdf;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;    
  cursor: pointer;
  -moz-box-shadow: 0 0 10px -2px #999;
  -webkit-box-shadow: 0 0 10px -2px #999;  
}

.docked-container .image {
  float: left;
  width: 50px;
  height: 50px;
  margin: 5px;
}

.docked-container .image img {
  width: 50px;
  height: 50px;
  -moz-border-radius: 5px;
  border-radius: 5px;  
}

.docked-container .info {
  float: left;
  height: 40px;
  display:table-cell;
  line-height: 20px;
  overflow: hidden;  
  vertical-align:middle;  
  width: 180px;
  margin-top: 10px;
}

.docked-container .umano-player-controls {
  float: right;
  width: 60px;
  height: 60px;  
}

.docked-container .umano-player-controls .umano-play {  
  cursor: pointer;
  margin-top: 7px;
  margin-left: 7px;
  width: 44px; 
  height: 44px;
  background-image: url('/img/play-button.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}

.docked-container .umano-player-controls .umano-play.on {
  background-image: url('/img/pause-button.png');
  display: none;
}