#device-details *, #device-details *:before, #device-details *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#device-details  .row {
  margin-bottom: 20px;
}

#device-details .row:before,
#device-details .row:after {
  content: ' ';
  display: table;
}
   
#device-details .row:after {
  clear: both;
}

#device-details .column {
  float: left;
  padding: 0 2em;
  border-right: 1px solid #ccc;
}

#device-details .column:last-child {
  border-right: none;
}

#device-details .column.half { 
  width: 50%;
  min-height: 300px;
}

#device-details .column.fourth { 
  width: 25%; 
}

#device-promo {
  padding: 20px 30px;
}

#device-image {
  width: 100%;
  margin-bottom: 10px;
}

#device-promo .blurb-heading {
  font-family: 'mlb_primary';
  color: #333;
  line-height: 24px;
  margin-bottom: 8px;
}

#device-promo .column.half .blurb-heading {
  font-size: 28px;
}

#device-promo .column.fourth .blurb-heading {
  font-size: 20px;
}

#device-promo .blurb {
  font-family:'mlb_primary';
  color:#666;
  font-size:16px;
  margin-bottom: 10px;
  line-height:24px;
  width: auto;
}

#device-promo .bam-button.bam-button-large {
  margin-bottom:10px;
  font-size:20px;
  width: 100%;
  padding: 16px 0;
}

#device-promo .bam-button.bam-button-medium {
  width: 50%;
}

#device-support nav ul {
  border-collapse: collapse;
  display: table;
  width: 100%;
}

#device-support nav li {
  background-color: #FFF;
  border: 1px solid #C0C0C0;
  border-collapse: collapse;
  cursor: pointer;
  display: table-cell; 
  font-family: mlb_primary;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 0;
  text-align: center;
  text-transform: uppercase;
  transition: .2s;
}

#device-support nav li:first-child {
  border-left: none;
}

#device-support nav li:last-child {
  border-right: none;
}

#device-support nav li.active,
#device-support nav li:hover {
  background-color: #F48432;
  color: #FFF;
}

#device-support nav.fixed {
  position: fixed;
  top: 0;
  width: 990px;
}

#device-support section {
  border-bottom: 4px solid #000;
  margin: 20px auto;
  padding-bottom: 20px;
  width: 620px;
}

#device-support section:last-child {
  border-bottom: none;
}

#device-support h2 {
  color: #000;
  font-family: mlb_primary;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;      
}

#device-support p {
  line-height: 19px;
  margin-bottom: 20px;
}

#device-support p:last-child {
  line-height: 19px;
  margin-bottom: 0;
}

#device-support section > ul {
  margin: auto;
  font-size: 13px;
  width: 570px;
}

#device-support section > ul > li {
  padding: 20px 0;
  border-bottom: 1px solid #C0C0C0;
}

#device-support section li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

#device-support div {
  margin-bottom: 10px;
}

#device-support .title {
  font-size: 14px;
  font-weight: bold;
}

#device-support .body {
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
}

#device-support .body img {
  max-width: 100%;
}

#device-support .body ol {
  margin-bottom: 10px;
}

#device-support .body ol li{
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  margin-left: 20px;
  list-style-type: decimal;
}

#requirements div {
  display: inline-block;
  width: 49%;
  margin: 0;
  vertical-align: top;
}

#requirements .title {
  font-family: mlb_primary;
  font-size: 16px;
  text-transform: uppercase;
}