
body {
  padding-top: 60px; /* 40px + 20px */
}

footer p {
  text-align: center;
}

label.inline {
  white-space: nowrap;
}

.checkbox.inline {
  margin-right: 10px;
}

.checkbox.inline + .checkbox.inline {
  margin-left: 0px;
}

table.table th {
  white-space: nowrap;
  background-color: #ffeb58
}

table.table tr:hover th {
  background-color: #ffeb58
}

table.table td.number {
  text-align: right;
}

/*
 * pagination
 */
.pagination button {
  padding: 0;
}

.pagination button.disabled {
  background-color: transparent;
}

.pagination button.disabled:hover {
  color: #333333;
  text-decoration: none;
}

.pagination li.active span {
  background-color: #ffeb58
}

/*
 * readmore
 */
.readm-more {
  float: right;
}

.readm-more:hover {
  cursor: pointer;
}

/*
 * 原文
 */
.text {
  line-height: 40px;
  background-image: url("bluedash.gif");
}

.text .misuse {
  color: #b94a48;
  font-weight: bold;
  line-height: 14px;
  position: relative;
  display: inline-block;
}

.text .misuse .corrections {
  color: #468847;
  font-size: 10px;
  line-height: 10px;
  position: absolute;
  top: 15px;
  left: 0px;
  white-space: nowrap;
}
