p.no_top_bottom {
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

span.view_more {
  color: #409eff;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  font-size: 12px;
}

span.view_more:hover {
  color: #6298ce;
}

span.view_more:active {
  color: #1466b8;
}

.over_box {
  overflow-y: auto;
}

.headButton {
  text-align: right;
}

.headButton .marginleft10 {
  margin-left: 10px !important;
  margin-right: 0px !important;
}