#font-container {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  top: 10px;
  width: auto;
}
.fcont {
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 58px;
  height: 58px;
  border: 1px solid transparent;
  float: left;
  text-align: center;
  overflow: visible;
}
.fa {
  line-height: 58px;
}
#iconlist {
  width: 100%;
  height: 100%;
  background: #EEE;
  overflow-x: hidden;
  overflow-y: scroll;
}
.category-header {
  padding: 2em 1em 1.5em 1em;
  background: white;
  margin-bottom: 2px;
}
.category-header p {
  font-size: 2em;
  text-align: center;
}
.hightlight {
  background: white;
  border-color: #6e8cbe;
}
.icons {
  margin-bottom: 10px;
}
u {
  text-decoration: none;
}
