@font-face {
  font-family: 'examcraft';
  src:
    url('../fonts/examcraft.ttf?9r4mx8') format('truetype'),
    url('../fonts/examcraft.woff?9r4mx8') format('woff'),
    url('../fonts/examcraft.svg?9r4mx8#examcraft') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="ex-"], [class*=" ex-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'examcraft' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ex-answers:before {
  content: "\e1";
}
.ex-corrections:before {
  content: "\e2";
}
.ex-mock:before {
  content: "\e3";
}
.ex-school:before {
  content: "\e4";
}
.ex-user-settings:before {
  content: "\e5";
}
.ex-logout:before {
  content: "\e6";
}
.ex-login:before {
  content: "\e7";
}
.ex-contact:before {
  content: "\e8";
}
.ex-other:before {
  content: "\e9";
}
.ex-track:before {
  content: "\e10";
}
.ex-view-order:before {
  content: "\e11";
}
.ex-cart:before {
  content: "\e12";
}
.ex-samples-online:before {
  content: "\e13";
}
.ex-past-mocks-paper:before {
  content: "\e14";
}
body.page-admin-panel h1#page-title {
  display: none;
}
body.page-admin-panel .mock-wrapper h2 {
  margin-bottom: 10px;
}
body.page-admin .nav-pills > li > a {
  background-color: #197319;
  color: #FFFFFF;
}
body.page-admin .nav-pills > li > a:hover {
  background-color: #006400;
  color: #FFFFFF;
}