.bad-twitch {
  display: block;
  padding: 10px 0 10px 10px;
  display: flex;
  background: #F5F5F5;
  width: 970px;
  margin: 0 -15px;
  box-sizing: border-box;
}
.bad-twitch.light {
  background: #fff;
  margin-bottom: 10px;
}
.bad-twitch .bad-twitch-player {
  width: 408px;
  flex: 0 0 408px;
  z-index: 1;
  position: relative;
}
.bad-twitch-player-container {
  background: #000;
}
.bad-twitch .bad-twitch-schedule {
  flex: 1;
  z-index: 1;
  position: relative;
}
.bad-twitch .bad-twitch-player iframe{
  display: block;
}
.bad-twitch .bad-twitch-schedule .bad-twitch-button {
  display: flex;
  align-items: center;
  padding: 10px 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bad-twitch .bad-twitch-schedule .space {
  flex: 1;
}
.bad-twitch .bad-twitch-schedule .bad-twitch-logo {
  background: #923AFF;
  display:inline-block;
  flex: 0 0 150px;
  width: 150px;
  padding: 5px 13px 5px 0;
  position: relative;
  text-align: right;
}
.bad-twitch .bad-twitch-schedule .bad-twitch-logo img{
  display: inline-block;
  width: 90px;
  margin-top: 4px;
}
.bad-twitch .bad-twitch-schedule .bad-twitch-segui {
  background: #923AFF;
  text-align: left;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  flex: 0 0 120px;
  line-height: 49px;
  width: 120px;
  padding: 0 0 0 15px;
  position: relative;
}
.bad-twitch .bad-twitch-schedule .bad-twitch-segui .zmdi {
  font-size: 18px;
}
.bad-twitch .bad-twitch-schedule .bad-twitch-segui:after,
.bad-twitch .bad-twitch-schedule .bad-twitch-logo:after {
  width: 0;
  height: 0;
  border-bottom:15px solid #F5F5F5;
  border-right: 15px solid transparent;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
}
.bad-twitch .bad-twitch-schedule .bad-twitch-logo:after {
  border: 0;
  border-bottom:12px solid #F5F5F5;
  border-left: 15px solid transparent;
  left: auto;
  right: 0;
}
.bad-twitch.light .bad-twitch-schedule .bad-twitch-segui:after {
  border-bottom:15px solid #fff;
}
.bad-twitch.light .bad-twitch-schedule .bad-twitch-logo:after {
  border-bottom:12px solid #fff;
}
.bad-twitch .bad-twitch-programmazione{
  padding: 0;
  list-style: none;
  margin: 0;
}
.bad-twitch .bad-twitch-programmazione li {
  display: flex;
  align-items: flex-start;
}
.bad-twitch .bad-twitch-programmazione > li {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
}
.bad-twitch .bad-twitch-programmazione > li:last-child {
  border: 0;
  padding: 0;
  margin: 0;
}
.bad-twitch .bad-twitch-programmazione li .day {
  flex: 0 0 80px;
  width: 80px;
  text-align: right;
  font-weight: bold;
  padding: 5px 10px 5px 0;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  color: #923AFF;
  -webkit-box-shadow: 0px 0px 13px -2px rgba(0,0,0,0.29);
  -moz-box-shadow: 0px 0px 13px -2px rgba(0,0,0,0.29);
  box-shadow: 0px 0px 13px -2px rgba(0,0,0,0.29);
}
.bad-twitch .bad-twitch-programmazione li ul {
  flex: 1;
  list-style: none;
  padding: 0;
  margin: 2px 0 0 0;
}
.bad-twitch .bad-twitch-programmazione li ul .time {
  color: #923AFF;
  font-weight: bold;
  width: 60px;
  flex: 0 0 60px;
  text-align: center;
}
.bad-twitch .bad-twitch-programmazione li ul a {
  font-size: 14px;
  font-weight: bold;
}
.bad-twitch .bad-twitch-show-more {
  display: none;
}

@media screen and (max-width: 760px) {
  .bad-twitch {
    display: block;
    margin: 0;
    width: auto;
    padding: 10px 0;
    padding-bottom: 20px;
  }
  .bad-twitch .bad-twitch-show-more {
    display: block;
    text-align: center;
    border:1px solid #923AFF;
    font-weight: bold;
    font-size: 1.2em;
    color: #923AFF;
    margin: 0 10px 0 10px;
    padding: 10px 0;
  }
  .bad-twitch .bad-twitch-player {
    width: 95%;
    flex: none;
    padding-top: 53.3%;
    height: 0;
    position: relative;
    margin: 0 auto;
  }
  .bad-twitch .bad-twitch-player iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .bad-twitch .bad-twitch-schedule .bad-twitch-segui {
    width: 75px;
    flex: 0 0 75px;
  }
  .bad-twitch .bad-twitch-schedule .bad-twitch-logo {
    width: 102px;
    flex: 0 0 102px;
  }
  .bad-twitch .bad-twitch-programmazione.to-show {
    display: none;
  }
  .bad-twitch .bad-twitch-programmazione li ul a {
    padding-right: 10px;
  }
}
