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

[class^="msg-icon-"], [class*=" msg-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'msgicons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display:inline-block;
  text-rendering:auto;


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

.msg-icon-cloud:before {
  content: "\e900";
}
