/*!
 * oblurlay v0.0.0
 * 
 * Licensed under MIT
 * Copyright 2013-2014 blivesta
 * http://blivesta.com
 */

.oblurlay-upper {
  height: 70px;
  overflow: hidden;
  background-color: #fff;
  border-bottom: #ccc;
}
.oblurlay-contents {
  position: relative;
  height: 70px;
}
.oblurlay-contents-clone {
  position: absolute;
  top: 0;
  width: 100%;
  opacity: .9;
}
.oblurlay-svg {
  height: 70px;
}
/*# sourceMappingURL=oblurlay.css.map */
