@font-face {
  font-family: 'techovotum';
  src:  url('fonts/techovotum.eot?v8i6es');
  src:  url('fonts/techovotum.eot?v8i6es#iefix') format('embedded-opentype'),
    url('fonts/techovotum.ttf?v8i6es') format('truetype'),
    url('fonts/techovotum.woff?v8i6es') format('woff'),
    url('fonts/techovotum.svg?v8i6es#techovotum') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'techovotum' !important;
  speak: never;
  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;
}

.icon-flaw-detector:before {
  content: "\e900";
  /*color: #585857;*/
}
.icon-transducer:before {
  content: "\e901";
  /*color: #585857;*/
}
.icon-automation:before {
  content: "\e902";
}
.votum-icon-font{
  font-size: 90px;
}
.votum-card{
  height: 100%;
}