body {
  background: #eee;
}
.ribbon-container {
  position: absolute;
  /*overflow: hidden;*/
  padding: 0px;
  margin: 0px;
  z-index: 1001;
}
.ribbon {
  height: 150px;
  width: 100px;
  background: transparent;
  position: fixed;
  right: 5px;
  top: 30%;
}
.ribbon-icons {
  font-size: 44px;
  text-shadow: none;
}
.ribbon-list {
  list-style-type: none;
  position: relative;
  /*left: -25px;*/
}
