div.tm--related {
  display: none;
}
div.list_column_container {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr 1fr;
  column-gap: 3em;
  align-items: flex-start;
}

.tm--prod--description--content, .tm--prod--description { width: 950px !important; }

.systemWrap { margin: 1.5rem auto !important; }

@media (max-width: 850px) {
  .tm--prod--description--content, .tm--prod--description { width: inherit !important; }
}

.bg-orange {
    background-color: #ff5601 !important;
}
		
  .text-orange {
    color: #ff5601 !important;
  }

	  .btn-orange {
    background-color: #ff5601 !important;
    border-color: #ff5601 !important;
  }

  .btn-orange:hover {
    background-color: #ff5601 !important;
    border-color: #ff5601 !important;
  }

a {
   
    text-decoration: none !important;
}


.list-view-system .list-system-bottom {
  margin-top: 15px; 
}

.system-browse-filters > ul > li {
height: 38px !important;
  line-height: 26px !important; }

.system-browse-view a {
  width: 75px !important; }

.list-system-configure { width:70px !important;}

.systemWrap {
    max-width: 1000px !important;
   
}

.tm-subcategory-article a {
    color: #fff !important;
}

.tm-subcategory-article .tm-spec-bubbles {
  width: 200px !important;
}