/* sample
####################################################################################
*/

.sample {
  padding-bottom: 2em;
  overflow: hidden;
}

.sample>div {
  float: left;
  border: 1px solid #ccc;
  text-align: center;
  width: 1.25em;
  height: 2em;
  margin-right: -1px;
  margin-bottom: -1px;
  font-size: 2em;
}

.sample>div .defaultCharacter {
  color: #ccc;
  font-family: arial, sans-serif;
  font-size: .4em;
  display: block;
}