.pageTitle{
  font-weight: bold;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.2;
  padding: 10px 15px;
  background: -moz-linear-gradient(90deg, rgba(252,252,252,1) 0%, rgba(221,221,221,1) 75%, rgba(236,236,236,1) 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(236,236,236,1)), color-stop(25%, rgba(221,221,221,1)), color-stop(100%, rgba(252,252,252,1))); /* safari4+,chrome */
  background: -webkit-linear-gradient(90deg, rgba(252,252,252,1) 0%, rgba(221,221,221,1) 75%, rgba(236,236,236,1) 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(90deg, rgba(252,252,252,1) 0%, rgba(221,221,221,1) 75%, rgba(236,236,236,1) 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(90deg, rgba(252,252,252,1) 0%, rgba(221,221,221,1) 75%, rgba(236,236,236,1) 100%); /* ie10+ */
  background: linear-gradient(0deg, rgba(252,252,252,1) 0%, rgba(221,221,221,1) 75%, rgba(236,236,236,1) 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#fcfcfc',GradientType=0 ); /* ie6-9 */
  border-bottom: solid 1px #cccccc;
}
.firmwareItems{
  margin-top: 40px;
  margin-bottom: 80px;
}
.firmwareItem{
  letter-spacing: normal;
  width: 100%;
  max-width: 704px;
  margin: 0 auto;
  padding: 20px 0;
  border-top: dotted 1px #999;
  display: table;
}
.firmwareItem > *{
  display: table-cell;
  text-align: left;
  vertical-align: top;
}
.firmwareItem__figure{
  width: 170px;
}
.firmwareItem__name{
  font-weight: bold;
  font-size: 12px;
  padding-left: 10px;
  position: relative;
  letter-spacing: 0;
  font-family: sans-serif;
  margin-bottom: 2px;
}
.firmwareItem__name:before{
  content: "";
  display: block;
  width: 2px;
  height: 1em;
  background: #6699ff;
  position: absolute;
  top: .3em;
  left: 0;
}
.firmwareItem__button{
  outline: solid 2px #e0e0e0;
  border-left: solid 1px #acbbd9;
  border-top: solid 1px #acbbd9;
  border-right: solid 1px #213865;
  border-bottom: solid 1px #213865;
  background: #3056a1!important;
  color: white!important;
  letter-spacing: 0;
  /*font-weight: bold;*/
  font-size: 12px;
  padding: 5px 15px 5px 22px;
  transition: all .3s;
  position: relative;
  font-family: sans-serif;
  margin-top: 15px;
  display: inline-block;
}
.firmwareItem__button:before{
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border: solid 1px white;
  border-width: 1px 1px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 48%;
  left: 4px;
  transform: translateY(-50%) rotate(45deg);
}
.firmwareItem__button:hover{
  outline: solid 2px #e0e0e0;
  background: #003399!important;
  text-decoration: none;
}
.firmwareItem__note{
  font-size: .8em;
  margin-top: 10px;
}
.icon-blank{
  vertical-align: top;
  margin-top: 15px;
  margin-left: 10px;
}