.action-side-column {
  width: 260px;
  vertical-align: top;
  display: table-cell;
}
.action-side-column .header {
  background-color: #2E2E2E;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 10px;
}
.action-side-column .header_bottom {
  margin-bottom: 10px;
}
.action-side-column .listen_live {
  padding: 10px;
}
.action-side-column .listen_live .badge {
  background-color: #2e2e2e;
  background-image: url("/img/navigation/bfn-live.jpg");
  background-size: cover;
  width: 100%;
  height: 320px;
  display: block;
}
.action-side-column .test {
  background-color: #2e2e2e;
  background-size: cover;
  width: 100%;
  height: 160px;
  display: block;
}
.action-side-column .radio_shows {
  padding: 10px;
}
.action-side-column .radio_shows li {
  margin-bottom: 10px;
}
.action-side-column .radio_shows li:nth-last-child(1) {
  margin-bottom: 0px;
}
.action-side-column .radio_shows li .show {
  background-color: #2e2e2e;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 120px;
  display: block;
}
.action-side-column .games {
  padding: 10px;
}
.action-side-column .games li {
  margin-bottom: 15px;
}
.action-side-column .games li .game .badge {
  background-color: #2e2e2e;
  background-size: cover;
  background-position: center center;
  width: 240px;
  height: 160px;
  display: block;
  border: 1px solid #b9b9b9;
  border-radius: 0px;
  margin-bottom: 2px;
}
.action-side-column .games li .game .title {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
}
.action-side-column .games li .game .title:hover {
  text-decoration: underline;
}
.action-side-column .games li .game .detail {
  font-size: 14px;
  margin-top: -1px;
}
.action-side-column .games li .game .detail .link, .action-side-column .games li .game .detail .arrow {
  display: inline-block;
}
.action-side-column .games li .game .detail .link {
  color: #3399ff;
  text-decoration: underline;
}
.action-side-column .games li .game .detail .link:hover {
  color: #e8b20e;
}
.action-side-column .games li .game .detail .arrow {
  color: #ffffff;
  margin: 0px 6px;
}

/* Micro devices (smallest form phones, 319px and lower) */
/* Micro devices (smaller form phones, 320px to 419px) */
/* Small devices (landscape phones, from 576px to 767px) */
/* Medium devices (tablets, from 768px to 991px) */
