/* set sane fonts for ClearType haters */

body, body.rtl {
  font-family: Arial;
}
h1, h2, h3, h4, h5, h6, .header, .nav.nav-tabs, #tabs {
  font-family: Arial;
}


/* correct space-wasting headers */
li.header dt, li.header dd {
    padding: 7px 15px;
    min-height: 29px;
}
li.header dd {
  padding: 7px 0;
}
dl.icon {
  min-height: 29px;
}
.panel .panel-heading {
  padding: 7px 15px;
}

/* correct space-wasting action bar */
div.topic-actions {
  height: 28px;
  margin: 10px 0px;
}
.pagination {
  height: 28px;
}
a.button1, input.button1, input.button3, a.button2, input.button2 {
  padding: 3px 15px;
  min-height: 28px;
}
.topic-actions .search-box .inputbox {
  height: 28px;
}
.forum-info-text {
  line-height: 28px;
}

/* set smaller padding for topics list */
ul.topiclist li.row {
  padding: 4px 0px;
}

/* remove wasted space under forum title */
#page-body h2 {
  margin-bottom: 15px;
}

/* make post profile and signature smaller */
.postprofile {
  font-size: 80%;
}
.postprofile .username,
.postprofile .username-coloured {
  font-size: 120%;
}
.signature {
  font-size: 80%;
  color: #666;
}
.postbody .notice {
  font-size: 80%;
  color: #666;
}

/* remove hover shadows */
ul.topiclist li.row:hover,
.post:target,
.post:hover,
.unreadpost {
z-index: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
}
