/*  iOS7-icon-font
 *  (c) 2014 AKIRA-MIAYEK
 *
 *  jQuery.expandAccordion is freely distributable under the terms of an MIT-style license.
 *
 *--------------------------------------------------------------------------*/

@font-face {
  font-family: 'ios7-icon';
  src: url('fonts/ios7-icon.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

h2  {
  clear: both;
  margin-top: 1em;
}
.item {
  width: 280px;
  float: left;
}

.icon {
  display: inline-block;
  font-size: 32px;
  font-family: 'ios7-icon';
  margin-right: 20px;
  -webkit-text-rendering: geometricPrecision;
  -moz-text-rendering: geometricPrecision;
  -ms-text-rendering: geometricPrecision;
  -o-text-rendering: geometricPrecision;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-style: normal;
}


.text {
  font-size: 18px;
  line-height: 32px;
  margin-right: 20px;
}

.name {
  font-size: 24px;
  line-height: 32px;
}


