.iip_chatroll {
  position: fixed;
  z-index: 100001;
  border: 1px solid #262626;
  background: #fff;
}

.chatroll_topbar {
  cursor: pointer;
  padding: 4px 8px; 
  background: #222222; 
  color: #fff;
}

.iip_toggle, .iip_one, .iip_two {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.iip_one, .iip_two {
  position: absolute;
  border-radius: 3px;
  background: #fff;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 400ms all ease-out;
  transition: 400ms all ease-out;
}

.iip_one, .iip_two {
  top: 11px;
  left: 3px;
  right: 3px;
  height: 3px;
}

.iip_toggle {
  position: relative;
  width: 25px;
  height: 25px;
  float: right;
}
    
.minimized {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.reduced {
  width: 200px!important;
  border: 1px solid #777;
  border-bottom: none;
}

/* Countdown */

#clockwrap {
  width: 100%;
}

#clockdiv h1{
  color: #333;
  font-weight: 400;
  font-size: 1em;
  margin: 20px 0px 10px;
}

#clockdiv{
  font-family: sans-serif;
  color: #fff;
  display: block;
  font-weight: 100;
  text-align: center;
  margin: 0 auto;
  line-height: 1;
}

#clockdiv > div{
  padding: 0.8em;
  border-radius: 0.3em;
  background: #333;
  display: inline-block;
}

#clockdiv div > span{
  padding: 1em;
  border-radius: 0.3em;
  background: #777;
  display: inline-block;
  font-size: 1em;
}

#clockdiv .smalltext{
  padding-top: 8px;
  font-size: 0.8em;
}

/* Calendar */

#iip_calendar {
  margin: 10px 0;
  text-align: center;
}

.addtocalendar {
  width: 324px;
  margin: 0 auto;
}

.add-to-calendar-checkbox {
  color: white;
  background: #b80000;
  padding: 20px 40px;
  cursor: pointer;
  display: block;
}

@media (max-width: 782px) {
  
  .iip_chatroll {
    position: relative;
    left: inherit!important;
    right: inherit!important;
    bottom: inherit!important;
    z-index: 1;
  }

  .chatroll_topbar, .iip_chatroll iframe, .reduced {
    width: 100%!important;
  }

  #clockdiv{
    width: 100%!important;
  }

  .addtocalendar {
    width: 100%;
  }
}