#room-content {
  top: 0;
  height: 100%;
}
#room-preview {
  height: 440px;
  background: transparent url(../img/home/room-bg-pattern.jpg) top center repeat-x;
}
#room-preview-content {
  background: transparent url(../img/home/room-bg-3.jpg) top center repeat-x;
}
#video {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0px;
  top: 89px;
  width: 397px;
  height: 268px;
  margin: 0;
  padding: 0 18px 0 0;
  background: url(../img/tekstwolk-video.png);
  text-align: center;
}
#video h3 {
  margin-bottom: 12px;
}
#stemmen
{
  display: none;
  position: absolute;
  right: 30px;
  top: 320px;
  width: 260px;
  height: 190px;
}
#nuLogin {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 666px;
  top: 143px;
  width: 317px;
  height: 188px;
  margin: 0;
  padding: 0 20px 0 40px;
  background: url(../img/tekstwolk.png);
  text-align: center;
}
#nuLogin h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
#content {
  margin-top: 200px;
}
#content .sidebar .block:first-child {
  display: none;
}
#content a.button {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
}
#content .bookCase {
  position: relative;
  width: 472px;
  height: 689px;
  margin: 40px 0 0;
  padding: 33px 0 0;
  background: url(../img/book-case-front-single.png) no-repeat;
  text-align: center;
}
#content .bookCase h3 {
  margin: 5px 0 17px;
  padding: 0;
  font: bold 20px/20px 'Short Stack', cursive;
  color: #363636;
  text-shadow: 0 1px rgba(255, 255, 255, 0.3);
}
#content .bookCase .books li {
  display: block;
  position: relative;
  float: left;
  width: 80px;
  height: 130px;
}
#content .bookCase .book {
  position: absolute;
  left: 25px;
  bottom: 32px;
  background: url(../img/book-bg.png) no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
#content .bookCase .book img {
  margin: 3px;
  max-width: 60px;
  max-height: 90px;
  cursor: pointer;
}
#content .bookCase .score-stars {
  position: absolute;
  left: 30px;
  bottom: 10px;
}
#content .bookCase .button {
  clear: both;
  display: inline-block;
  margin-top: -9px;
}
#content .bookCase:before {
  content: '';
  display: block;
  position: absolute;
  left: -110px;
  bottom: 50px;
  width: 135px;
  height: 314px;
  z-index: -1;
  background: url(../img/ill/skateboard.png);
}
#content .bookCase:after {
  content: '';
  display: block;
  position: absolute;
  right: -160px;
  bottom: 60px;
  width: 227px;
  height: 418px;
  z-index: -1;
  background: url(../img/ill/plant-big.png);
}

iframe.twitter-timeline
{
  position: relative !important;
}