body {
  background: #F5F5F5;
  font-family: "Arial", "Helvetica";
  font-size: 16px;
}

html, body {
  height: 100%;
}

#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -60px;
}

#push, #footer {
  height: 60px;
}

#footer p {
  font-size: 14px;
  text-align: center;
  padding-top: 15px;
}

.paste-link, .head {
  background: #706E6F;
  padding: 30px 20px;
  color: #fff;
  font-size: 18px;
}

.youtube-link {
  color: #fff;
}

.nav-row {
  background: #fff;
  border-bottom: 2px solid #D1D1D1;
}

.nav-pills a {
  color: #2E80D3;
}

.nav-pills > li > a:hover {
  background: #2E80D3;
  color: #fff;
}

.alert {
  margin-top: 10px;
  margin-bottom: 0;
}

.dash-row {
  padding: 20px 10px;
}

.panel-default {
  border: 1px solid #D6D4D5;
  border-radius: 3px;
}

.panel-heading {
  font-size: 20px;
  color: #595959;
  background: linear-gradient(to bottom, #F2F0F0, #D6D4D5);
}

.panel-heading > h2 {
  font-size: 20px;
  color: #595959;
  margin: 0;
}

.table tbody > tr {
  border-bottom: 2px solid #D1D1D1;
}

.table tbody > tr > td {
  padding: 5px 10px;
}

#yt_player {
  height: 312px;
  text-align: center;
  background: #ffffff;
  margin: 0 auto;
}

#yt_player img {
  margin-top: 117px;
}

#player_controls {
  margin-top: 10px;
}

#playlist, #playlist th, #playlist td {
  margin: 5px;
  padding: 5px;
}

#playlist th {
  border-bottom: 2px solid black;
}

#playlist tbody tr {
  background-color: #FFF;
  border-bottom: 2px solid #D1D1D1;
}

.highlight {
  background: #82FF99 !important;
}

#head_title {
  vertical-align: middle;
}

#head_title img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

#head_title h1 {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  margin: 0;
  padding: 0;
}

/* Samsung Galaxy S4 360px x 640px */
@media screen and (max-device-width: 360px) {
  #yt_player {
    height: 186px;
  }

  #yt_player img {
    margin-top: 50px;
  }

  #head_title img {
    display: none;
  }
}
