element.style {
  height: 75px;
  width: 121px;
}
*::before, *::after {
  box-sizing: border-box;
}
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.span12 {
  margin-top: 25px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
  width: 256px;
}
.control-group input, .control-group textarea, .control-group select {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555555;
  display: inline-block;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 10px;
  padding: 4px 6px;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  vertical-align: middle;
}

.pageinfo > li {
    float: left;
    margin-left: 5px;
}