.breadcrumb-container {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
  margin: 10px 0 10px 0;
}
.breadcrumb-container:before,
.breadcrumb-container:after {
  content: " ";
  display: table;
}
.breadcrumb-container:after {
  clear: both;
}
.breadcrumb-container .breadcrumb {
  background-color: transparent;
  margin: 0;
  padding: 0 10px 0 0;
  -webkit-overflow-scrolling: touch;
  position: relative;
  top: -3px;
  float: left;
  border-right: 1px solid #cccccc;
  border-radius: 0;
  max-width: 84%;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: scroll;
}
.breadcrumb-container .breadcrumb a {
  display: inline-block;
  padding: 10px 0;
}
.breadcrumb-container .btns-container .btn-group {
  float: left;
  position: relative;
  top: -1px;
  vertical-align: top;
}
.breadcrumb-container .btns-container .btn-group.year {
  margin-left: 8px;
  margin-right: 8px;
}
.breadcrumb-container .btns-container .btn-group.view {
  float: right;
}
.breadcrumb-container .btns-container .btn {
  border-radius: 0;
}
.breadcrumb-container .glyphicon-chevron-down {
  font-size: 9px;
}
.breadcrumb-container.multiple-views .breadcrumb {
  max-width: 62%;
}
@media (min-width: 768px) {
  .breadcrumb-container .breadcrumb {
    width: auto;
    white-space: normal;
    overflow: auto;
  }
}
.oem-browse.oem-grid {
  margin-top: 20px;
  margin-bottom: 20px;
}
.oem-browse.oem-grid .breadcrumb-container .btns-container {
  width: auto;
  float: none;
}
.oem-browse.oem-grid .oem-groups {
  border: 1px solid #cccccc;
  background: #ffffff;
}
.oem-browse.oem-grid .oem-groups .header {
  display: table;
  table-layout: fixed;
  width: 100%;
  background-color: #4c4c4c;
}
.oem-browse.oem-grid .oem-groups h2 {
  display: table-cell;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 0 5px 10px;
  margin: 0;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.oem-browse.oem-grid .oem-groups .logo {
  display: table-cell;
  text-align: right;
  padding: 1px 10px 5px 10px;
  width: 75px;
  vertical-align: middle;
}
.oem-browse.oem-grid .oem-groups .logo img {
  height: auto;
  max-height: 17px;
  width: auto;
  max-width: 100%;
}
.oem-browse.oem-grid .oem-groups ul {
  padding: 5px 20px 5px 30px;
  margin: 0;
}
.oem-browse.oem-grid .oem-groups ul li {
  list-style-type: disc;
  margin: 7px 0;
  line-height: normal;
}
.oem-browse.oem-grid .oem-groups .DNNAligncenter {
    display: table-cell;
    height: 60px;
    width: 480px;
    max-width: 100%;
    text-align:center;
    vertical-align: middle;
}
.oem-browse.oem-grid .oem-groups img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.oem-browse.oem-grid.twoUp .oem-groups,
.oem-browse.oem-grid.threeUp .oem-groups,
.oem-browse.oem-grid.fourUp .oem-groups,
.oem-browse.oem-grid.fiveUp .oem-groups,
.oem-browse.oem-grid.sixUp .oem-groups,
.oem-browse.oem-grid.sevenUp .oem-groups,
.oem-browse.oem-grid.eightUp .oem-groups {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border: none;
}
.oem-browse.oem-grid.twoUp .newrow,
.oem-browse.oem-grid.threeUp .newrow,
.oem-browse.oem-grid.fourUp .newrow,
.oem-browse.oem-grid.fiveUp .newrow,
.oem-browse.oem-grid.sixUp .newrow,
.oem-browse.oem-grid.sevenUp .newrow,
.oem-browse.oem-grid.eightUp .newrow {
  display: table-row;
}
.oem-browse.oem-grid.twoUp .group,
.oem-browse.oem-grid.threeUp .group,
.oem-browse.oem-grid.fourUp .group,
.oem-browse.oem-grid.fiveUp .group,
.oem-browse.oem-grid.sixUp .group,
.oem-browse.oem-grid.sevenUp .group,
.oem-browse.oem-grid.eightUp .group {
  display: table-cell;
  float: none;
  border: 1px solid #cccccc;
}
.oem-browse.oem-grid.twoUp .oem-groups ul,
.oem-browse.oem-grid.threeUp .oem-groups ul,
.oem-browse.oem-grid.fourUp .oem-groups ul,
.oem-browse.oem-grid.fiveUp .oem-groups ul,
.oem-browse.oem-grid.sixUp .oem-groups ul,
.oem-browse.oem-grid.sevenUp .oem-groups ul,
.oem-browse.oem-grid.eightUp .oem-groups ul {
  border: none;
}
