/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jun 18, 2014, 3:24:55 PM
    Author     : drone
*/

@font-face {
  font-family: "play-check";
  src: url("play-check.eot");
  src: url("play-check.eot?#iefix") format("embedded-opentype"),
    url("play-check.woff") format("woff"),
    url("play-check.ttf") format("truetype"),
    url("play-check.svg#play-check") format("svg");
  font-weight: normal;
  font-style: normal;

}

[class^="icon-play-icon"]:before,
[class^="icon-remove-circled"]:before,
[class^="icon-checkmark-circled"]:before,
[class*=" icon-play-icon"]:before,
[class*=" icon-remove-circled"]:before,
[class*=" icon-checkmark-circled"]:before {
  font-family: "play-check" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-play-icon:before {
  content: "a";
}
.icon-checkmark-circled:before {
  content: "b";
}
.icon-remove-circled:before {
  content: "c";
}