html {
  position: relative;
  height: 100%; }

body {
  background-color: #eeeeee; }

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: #dddddd; }
  .footer img {
    vertical-align: text-bottom; }

.container .list-inline {
  margin: 10px 0; }

.btn-more {
  display: block;
  border-radius: 5px;
  padding: 2px;
  color: #FFF;
  background-color: #F0D4D4; }

#page-menu {
    margin-top: 20px;
}

#overlay-loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5); }

#overlay-loading-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 300px;
  height: 100px;
  text-align: center;
  color: #fff; }

#nav-share.navbar-nav > li > a {
  padding-top: 15px;
  padding-bottom: 12px; }
#nav-share .fa {
  font-size: 1.5em; }

#search-box {
  margin-top: 50px;
  margin-bottom: 70px; }

#load-count, #result-limit {
  font-size: 50%; }

#result img {
  max-width: 100%; }

#result tr {
  position: relative; }
#result b,strong {
  color: #09AE57;
  background-color: #F2F1B8; }
#result .td-more {
  vertical-align: middle;
  text-align: center;
  width: 50px; }

#question-info {
  display: none;
  position: absolute;
  left: 50px;
  background-color: #DFEDA7; }
  #question-info.active {
    display: block; }
  #question-info .box-close {
    display: block;
    position: relative;
    width: 50px;
    height: 100%; }
  #question-info .btn-close {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 34px;
    height: 24px;
    text-align: center; }
  #question-info .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50px;
    right: 0; }
    #question-info .info div {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      right: 0;
      left: 0;
      height: 20px; }

@media (max-width: 767px) {
  #load-count {
    display: block; }

  #nav-share li {
    display: inline-block; }

  #footer .list-inline {
    margin: 10px 0; }

  .td-more {
    display: none; } }

/*# sourceMappingURL=wiz.css.map */
