@font-face {
  font-family: 'close-button';
  src: url('../font/close-button.eot?1967697');
  src: url('../font/close-button.eot?1967697#iefix') format('embedded-opentype'),
       url('../font/close-button.woff?1967697') format('woff'),
       url('../font/close-button.ttf?1967697') format('truetype'),
       url('../font/close-button.svg?1967697#close-button') format('svg');
  font-weight: normal;
  font-style: normal;
}
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "close-button";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
}
 
.icon-cancel:before { content: '\e800'; }

i.icon-cancel {
  position: absolute;
  top: 6%;
  right: 2%;
  font-family: "close-button";
  font-size: 2em;
}

i.icon-cancel:hover {
  cursor: pointer;
}