/*
 * Blue: #1E549C
 * Light Blue: #56A1D4
 * Dark Blue: #003F6A
*/

.fm-playlist--controls  {
  
}

.fm-playlist--controls center table {
  border: 1px solid #fff;
  border-collapse: collapse;
  width: 80%;
}

.fm-playlist--embed tbody {
  border: none;
}

.fm-playlist--embed td {
  padding: 0;
}

.fm-playlist--embed td.date-title {
  font-size: 1.5em; 
  color: #3d3935; 
  font-weight: bold;
  padding-bottom: 1em;
}

.fm-playlist--embed td.month-title {
  color: #3d3935; 
  font-weight: bold;
  text-align: center;
}

.fm-playlist--embed td.month-title a:link,
.fm-playlist--embed td.month-title a:visited, 
.fm-playlist--embed td.month-title a:active {
  color: #3d3935;
  font-weight: normal;
  font-size: smaller;
  text-decoration: none;
}
.fm-playlist--embed td.caldow {
  color: #fff;
  background: #00aea9;
  border-bottom: 1px solid #fff;
}
.fm-playlist--embed td.calday {
  border: 1px solid #fff;
  padding: 0;
}
.fm-playlist--embed td.calday a:link,
.fm-playlist--embed td.calday a:visited,
.fm-playlist--embed td.calday a:active,
.fm-playlist--embed td.sel-calday a:link,
.fm-playlist--embed td.sel-calday a:visited,
.fm-playlist--embed td.sel-calday a:active,
.fm-playlist--embed td.cur-calday a:link,
.fm-playlist--embed td.cur-calday a:visited,
.fm-playlist--embed td.cur-calday a:active,
.fm-playlist--embed td.sel-cur-calday a:link,
.fm-playlist--embed td.sel-cur-calday a:visited,
.fm-playlist--embed td.sel-cur-calday a:active {
  background-color: #cfcfcf;
  color: #3d3935;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.fm-playlist--embed td.calday a:hover {
  transition: background-color .2s, color .2s;
}
.fm-playlist--embed td.calday a:hover {
  background-color: #fec52e;
  color: #fff;
  text-decoration: none;
}
.fm-playlist--embed td.sel-calday,
.fm-playlist--embed td.sel-calday a:link,
.fm-playlist--embed td.sel-calday a:visited,
.fm-playlist--embed td.sel-calday a:active,
.fm-playlist--embed td.sel-cur-calday a:link,
.fm-playlist--embed td.sel-cur-calday a:visited,
.fm-playlist--embed td.sel-cur-calday a:active {
  background-color: #f0f0f0;
  font-weight: bold;
  cursor: default;
}

/*
 *Hour Nav & Day Nav Dropdown Style
*/

.hournav {
  padding: 2em 0 0 0;
}

.daynav {
  padding: 1em 0 0 0;
}

.daynav select, .hournav select {
  width: 200px;
  font-size: 1em;
  padding: 5px 5px;
  border-radius: 4px;
  background-color: #f5f5f5;
}

/*
 *Hour Nav & Day Nav Go Button Style
*/

a.hournav-go-link,
a.hournav-go-link:active,
a.hournav-go-link:visited,
a.daynav-go-link,
a.daynav-go-link:active,
a.daynav-go-link:visited {
  background-color: #00aea9;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 1em;
  padding: 5px 15px 2px;
  text-align: center;
}

a.hournav-go-link:hover, a.daynav-go-link:hover {
  background-color: #fec52e;
  text-decoration: none;
}

.fm-playlist--listings {
  line-height: 1.1em;
}

.fm-playlist--embed td.seg-title {
  color: #3d3935;
  font-weight: bold;
  text-align: left;
  border-bottom: solid 1px #ccc;
}

.fm-playlist--embed td.seg-border {
  background-color: #fff;
  height: 1px;
  line-height: 1px;
}
.fm-playlist--embed td.seg-border img {
  height: 1px;
  width: 1px;
}

.fm-playlist--embed .pl-time {
  width: 5em;
}

.fm-playlist--embed .pl-title a,
.fm-playlist--embed .pl-title a:hover,
.fm-playlist--embed .pl-title a:visited {
  font-weight: bold;
}

.fm-playlist--embed .pl-recordinfo a,
.fm-playlist--embed .pl-recordinfo a:hover,
.fm-playlist--embed .pl-recordinfo a:visited {
  background-color: #00aea9;
  border-radius: .2em;
  box-shadow: 0 3px 0 0 #3d3935, 0 7px 5px #999;
  color: #FFF;
  display: block;
  font-size: .9em;
  font-weight: bold;
  margin-top: .2em;
  padding: .2em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 7em;
} 

.fm-playlist--embed .pl-recordinfo a:active {
  box-shadow: 0 2px 0 0 #3d3935, 0 4px 5px #999;
  top: 2px;
}

@media (max-width: 950px){
  .fm-playlist--embed div:nth-of-type(2) > center table {
    width: 95%;
  }
}

@media (max-width: 750px){
  .fm-playlist--embed > div:nth-of-type(1) > center table {
    width: 95%;
  }
}

@media (max-width: 520px){
  .fm-playlist--embed > div:nth-of-type(1) > center > table > tbody > tr:nth-of-type(2) {
    display: none;
  }
}
