@CHARSET "UTF-8";
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
.elo-item-container {
  float: left;
  max-width: 39.5%;
}
.elo-vs-container {
    float: left;
    font-size: 200%;
    margin: 1em 0;
    text-align: center;
    width: 20%;
 }
.elo-item {
  border: 1px solid #EEEEEE;
  border-radius: 5px 5px 5px 5px;
  padding: 15px;
  text-align: center;
}
.elo-vote-headline {font-size: 70%; font-weight: bold; display: block; margin: 1em 0 0.5em;}
.elo-rating-items {
  width: 100%;
}
.elo-post {
  font-size: 120%;
  font-weight: bold;
  padding-bottom: 15px;
}
.elo-post-score {font-size: 90%;}
.elo-post h1 {font-size: 120%;}
.elo-vote-link {font-weight: bold; cursor: pointer;}
.elo-rating-list{margin: 1.5em 0;}