body
{
  background-color: #FAFAFA;
  color: black;
  margin: 0;
}


@media screen
{
  #print-header
  {
    display:none;
  }
}

a:link
{
  color: #00c;
}

#all-content
{
  background-color: white;
  display: block;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.dropdown-content
{
  display: none;
  position:absolute;
  z-index:1;
  background-color: black;
  border: 2px solid #428CFE;
  padding: 5px;
  margin-left: 1em;
}

.dropdown-content a
{
  font-size: small;
  font-weight: bold;
  display: block;
}

#header div
{
  display: inline-block;
}

.dropdown-show
{
  display:block;
}

#header
{
  background-color: black;
  color: silver;
  font-weight: bold;
  display: block;
  border-bottom: 4px solid #4B87F8;
  height: 145px;
  margin-top: none;
  vertical-align: middle;
  padding-top: 40px;
  font-size: 14px;
}

#header img
{
  vertical-align: middle; 
}

#footer
{
  display: block;
  width: 100%;
  background-color: black;
  height: 50px;
  margin-top: 35px;
  border-top: 4px solid #4B87F8;
}

.blurb > span
{
  display: block;
  position: absolute;
  top:50%;
  height: 140px;
  margin-top: 0px;
}

#header a
{
  margin-left: 1em;
  text-decoration: none;
  color: silver;
}

#main
{
  display: block;
  width: 100%;
  background-color: white;
  padding: 1em;
  box-sizing: border-box;
}

.specifications
{
  width: 60%;
  float: left;
}

.specifications th
{
  background-color: #3399FF;
  text-align: left;
}

.specifications .spacing-row
{
  height: 10px;
}

.product-main:after
{
  content: "";
  clear: both;
  display: table;
}

.product-photo img
{
  width: 38%;
  height: auto;
}

.small-photos
{
  height: 139px;
  overflow: hidden;
  text-align: center;
}

.small-photos img
{
  width: 229px;
  height: auto;
  vertical-align: top;
}

h3
{
  background-color: #3399FF;
  text-align: left;
}

.schematic:before
{
  content: "All dimensions are in inches";
  display:block;
}

.schematic, .performance-graph
{
  text-align: center;
}

.performance-graph img
{
  background-color: white;
  border: 1px solid black;
  width: 420px;
  height: auto;
}

table.part-list
{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  margin-bottom: 1em;
  margin-top: 1em;
}

table.part-list thead
{
  background-color: #3399FF;
}

.part-list th,.part-list td
{
  border: 1px solid white;
}

.focused-content
{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.patent
{
  color: red;
  font-weight: bold;
  float: right;
  transform: translate(-9em, +2em) rotate(20deg);
  border: 2px solid red;
  padding: 3px;
}

.button
{
  -moz-box-shadow: 0px 0px 0px 2px #9fb4f2;
  -webkit-box-shadow: 0px 0px 0px 2px #9fb4f2;
  box-shadow: 0px 0px 0px 2px #9fb4f2;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4B87F8), color-stop(1, #476e9e));
  background:-moz-linear-gradient(top, #4B87F8 5%, #476e9e 100%);
  background:-webkit-linear-gradient(top, #4B87F8 5%, #476e9e 100%);
  background:-o-linear-gradient(top, #4B87F8 5%, #476e9e 100%);
  background:-ms-linear-gradient(top, #4B87F8 5%, #476e9e 100%);
  background:linear-gradient(to bottom, #4B87F8 5%, #476e9e 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4B87F8', endColorstr='#476e9e',GradientType=0);
  background-color:#4B87F8;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  border:1px solid #4e6096;
  display: block;
  margin: auto;
  text-decoration: none;
  cursor:pointer;
  color: white;
  width: 10em;
  text-align: center;
  font-weight: bold;
  margin-top: 1em;
}

.button:visited, .button:link
{
  color: white;
}


.button:hover
{
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #476e9e), color-stop(1, #4B87F8));
  background:-moz-linear-gradient(top, #476e9e 5%, #4B87F8 100%);
  background:-webkit-linear-gradient(top, #476e9e 5%, #4B87F8 100%);
  background:-o-linear-gradient(top, #476e9e 5%, #4B87F8 100%);
  background:-ms-linear-gradient(top, #476e9e 5%, #4B87F8 100%);
  background:linear-gradient(to bottom, #476e9e 5%, #4B87F8 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#476e9e', endColorstr='#4B87F8',GradientType=0);
  background-color:#476e9e;
}
.button:active
{
  position:relative;
  top:1px;
}


.drawing
{
  page-break-inside: avoid;
}

.main-left
{
  width: 70%;
}

.main-right
{
  float: right;
  width: 25%;
}

@media print
{
  page
  {
    margin: 2cm;
  }
  body
  {
    background-color: white;
    color: black;
    font-size: 13pt;
  }
  #header
  {
    display: none;
  }
  #main-logo
  {
    height: 3cm;
    width: auto;
  }
  #print-header
  {
    display:inline;
  }
  
  .part-list th,.part-list td
  {
    border: 1px solid black;
  }

  .drawing
  {
    margin-top: 2em;
  }

  #footer
  {
    display: none;
  }
  .button
  {
    display: none;
  }
}
