/* Responsive */
.ch_gamebar {
  box-sizing: border-box;
}

.ch_user_menu {
  box-sizing: border-box;
}

.ch_infobar .ch_user_block ul.ch_user_menu li.link a.fullwidth {
  box-sizing: border-box;
}

.ch_blog-comments {
  box-sizing: border-box;
}

nav[role="navigation"] {
  box-sizing: border-box;
}

footer {
  box-sizing: border-box;
}

footer {
  *zoom: 1;
  background: #f7f3e1;
  border-top: 2px solid #ede2b8;
  margin: -62px 0 0 0;
  min-height: 60px;
  overflow: hidden;
  padding: 10px 20px;
  width: 100%;
}
footer:after {
  content: "";
  display: table;
  clear: both;
}
footer p {
  float: left;
  font-size: 12px;
  line-height: 18px;
  margin: 18px 0;
}
footer p a {
  border-style: solid;
  border-width: 0 0 1px 0;
  text-decoration: none;
}
footer p a:link, footer p a:visited {
  text-decoration: none;
}
footer p a:hover, footer p a:active {
  text-decoration: none;
}
footer .counters {
  float: right;
  margin: 18px 0;
}
