.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: NaN a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow: scroll;
}
body {
  background: #fff;
}
.demo {
  padding: 1em;
  *zoom: 1;
  position: relative;
}
.demo:before,
.demo:after {
  display: table;
  content: "";
  line-height: 0;
}
.demo:after {
  clear: both;
}
.demo .magnificent-wrap {
  display: block;
  width: 33%;
  float: left;
  position: relative;
}
.demo#demo-outer .magnificent-viewport-wrap {
  position: absolute;
  left: 33%;
  margin-left: 12px;
}
.description {
  float: right;
  width: 67%;
}
.description .inner {
  padding: 0 1em;
}
