#player {
  width: 320px;
  height: 300px;
}

#player table {
  padding: 20px 50px 20px;
  color: #999999;
}

#player table tr td:first-child {
  width: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: top;
}

#player table tr td:last-child {
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: top;
}

#player hr {
  color: #C5C5C5;
  height: 1px;
  margin-left: 35px;
  margin-right: 35px;
}

#player button.bookshelf {
  width: 160px;
  height: 30px;
  margin: 10px 20px 10px 50px;
  border: none;
  background: #333333;
  color: #f9c650;
  cursor: pointer;
}

#player img {
  margin-top: 10px;
  margin-bottom: 10px;
}

#player #tags {
  padding-top: 20px;
  padding-left: 50px;
  height: 100%;
}

#player #tags p {
  height: 20px;
  background: #e2e2e2;
  display: inline-block;
  margin: 5px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 3px;
  border-radius: 15px;
}

#player #recommended {
  margin-top: 30px;
  border-top: solid 1px #e2e2e2;
  width: 320px !important;
}

#player #recommended #header {
  margin-bottom: 12px;
  padding: 0;
  display: block;
  width: 200px;
  float: left;
}

#player #recommended #header h3 {
  font-family: Montserrat, verdana, arial, helvetica, sans-serif;
  font-size: 30px;
  font-weight: normal;
  background-color: #fff;
  padding-right: 5px;
  display: inline-block;
}

#player #recommended img {
  position: relative;
  right: -40px;
  top: -10px;
  background: #ffffff;
}

#player #recommended_body {
  width: 320px;
  padding-bottom: 70px;
  color: #999999;
  font-size: 11px;
  text-align: center;
}

#player #recommended_body .recommended_videos_block {
  overflow: hidden;
}

#player #recommended_body .rec_media_item {
  width: 300px;
  height: 70px;
  padding: 0px !important;
  padding-top: 10px;
  float: left;
}

#player #recommended_body .rec_media_item img {
  position: static;
  right: 0px;
  top: 0px;
  margin: 0px;
  padding: 0px;
}

#player #recommended_body .rec_media_item div {
  float: right;
  width: 200px;
  text-align: left;
}

#player #recommended_body .rec_media_item div a.recommended_video_name {
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}

#player #recommended_body .rec_media_item div.noimage {
  float: none;
}

#player #recommended_body .rec_media_item:first-child, #player #recommended_body .rec_media_item:nth-child(2) {
  padding-top: 0px;
}

#player #recommended_body div img.members {
  float: right;
  position: relative;
  right: 40px;
  top: -10px;
}

#player #recommended_body button {
  border: none;
  width: 75%;
  height: 50px;
  margin-top: 50px;
  border-radius: 5px;
  font-family: Montserrat, verdana, arial, helvetica, sans-serif;
  font-size: 25px;
  font-weight: normal;
  background-color: #fdce06;
}

#player #recommended_body button:hover {
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 0 10px #000000;
}

#player #ad_lower {
  float: right;
}

.iframe {
  width: 320px !important;
}

/*# sourceMappingURL=play_phone.css.map */