.grey-header.well {
  margin-left: -20px;
  margin-right: -20px;
}
pre {
  padding: 10px 15px;
  margin: 5px 0 15px;
  border-left: 5px solid #0c2e82;
  background: #90b7f8;
  font: 1em/1.5 'Courier News', monospace;
  overflow: auto;
}
.contentPartOne {
  background-color: #ffffff;
  padding: 20px 0px 0px 0px;
}
body .os-dl-link .btnMouseOverColor {
  /*background-color: #3c5079;*/
  background-color: #2D2D2D;
}
body .os-dl-link:hover .btnMouseOverColor {
  background-color: #404040;
}
body.CyberDef .os-dl-link .btnMouseOverColor {
  background-color: #48d731;
}
body.CyberDef .os-dl-link:hover .btnMouseOverColor {
  background-color: #baf0b1;
}
body.VaultServices .os-dl-link .btnMouseOverColor {
  background-color: #5c7b25;
}
body.VaultServices .os-dl-link:hover .btnMouseOverColor {
  background-color: #abd168;
}
body.GoDrive .os-dl-link .btnMouseOverColor {
  background-color: #006780;
}
body.GoDrive .os-dl-link:hover .btnMouseOverColor {
  background-color: #1ad2ff;
}
.os-block {
  display: none;
}
.os-block .os-dl-link {
  text-decoration: none;
  cursor: pointer;
}
.os-block .os-dl-link .downloadButton {
  float: left;
  margin-top: 4px;
  margin-left: 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  color: white;
  width: 270px;
  border: 0px solid #263997;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
}
.os-block .os-dl-link .os-icon {
  display: block;
  float: left;
  margin-top: 9px;
  margin-right: 7px;
  width: 32px;
  height: 32px;
  background-image: url('images/box-download.png');
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
.os-block .os-dl-link .os-title-wrapper {
  float: left;
  margin-top: 7px;
  margin-bottom: 7px;
}
.os-block .os-dl-link .os-title-wrapper .os-title {
  font-size: 1.3em;
  font-weight: bold;
  text-decoration: underline;
}
.os-block .os-dl-link .os-title-wrapper .os-app-version {
  font-size: 0.8em;
  font-weight: normal;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .os-dl-link {
    display: block;
    float: left;
    clear: none;
    width: 40%;
  }
  .os-descr {
    display: block;
    float: right;
    clear: none;
    width: 55%;
    padding-top: 0px;
  }
}
@media (min-width: 1201px) {
  .os-descr {
    clear: both;
    padding-top: 35px;
  }
}
body.android #linuxInstructions,
body.win #linuxInstructions,
body.winx64 #linuxInstructions,
body.mac #linuxInstructions {
  display: none;
}
body.linux #javaInstructions {
  display: none;
}
body.android #javaInstructions{
  display: none;
}
