.button-secondary-red {
  background: #ba0000;
  border-color: #690000 #690000 #690000;
  -webkit-box-shadow: 0 1px 0 #690000;
  box-shadow: 0 1px 0 #690000;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px 1px #690000, 1px 0 1px #690000, 0 1px 1px #690000, -1px 0 1px #690000;
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  line-height: 26px;
  height: 28px;
  margin: 0;
  padding: 0 10px 1px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  -webkit-border-radius: 3px;
  appearance: none;
  border-radius: 3px;
  white-space: nowrap;
}
.button-secondary-red:hover {
    background: #ca0000;
  color: #fff;
}
.block-elm {
  display: inline-block;
}

nav#ACH_pager {
  border-bottom: 1px solid #696969;
  padding: 0 0 0 15px;
  box-shadow: 0 3px 0px #ccc;
}
nav#ACH_pager div {
  background: #FFF;
  -webkit-box-shadow: 0 1px 0 #696969;
  box-shadow: 0 1px 0 #696969;
  color: #000;
  text-decoration: none;
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
  line-height: 30px;
  height: 32px;
  margin: 0 5px 0 0;
  padding: 0 20px 1px;
  cursor: pointer;
  border: 1px solid #696969;
  border-bottom: 0;
  border-radius: 3px 3px 0 0 ;
  white-space: nowrap;
}
nav#ACH_pager div.active {
  background: #008ec2;
  color: #FFF;
}

.sub-page {
  padding: 0 0 0 15px;
  display: none;
  font-size: 14px;
  line-height: 18px;
}
.sub-page p {
  line-height: 18px;
  font-size: 14px;
}
.sub-page-left-padding {
  padding-left: 15px;
}
.sub-page .error {
  background: #c20000;
  color: #FFF;
  padding: 5px 10px;
}

.recLogList .recLine {
  position: relative;
  margin: 10px 0;
  padding: 5px 10px;
}
.recLogList .recLine .recLine_dtm {
  position: absolute;
  font-size: 10px;
  background-color: #fff;
  right: 20px;
  top: -15px;
  padding: 1px 4px;
  border-radius: 2px;
}
.recLogList .recLine.rec-hit {
  background-color: #dcffd8;
}
.recLogList .recLine.rec-miss {
  background-color: #ffd8d8;
}
.recLogList .recLine.rec-miss.rec-not-cached {
  background-color: #e5e5e5;
}

.recLogList .recLine .additional-data {
  max-height: 0px;
  overflow: hidden;
  transition: all 1s;
  padding-top: 5px;
  word-break: break-all;
}
.recLogList .recLine .additional-data b {
  font-size: 11px;
  margin-right: 10px;
  text-transform: uppercase;
  display: inline-block;
  min-width: 50px;
  text-align: end;
}
.recLogList .recLine:hover .additional-data {
  max-height: 150px;
}