.productintrobackground {
	background: #000000;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.introtext {
	background: #000000;
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 10px;
}

.dropdowncontainer {
	text-align: center;
}

.dropdown-menu {
  left: 50%;
  right: auto;
  text-align: center;
  transform: translate(-50%, 0);
}

.dropdown-item::before {
   position: absolute;
   top: -7px;
   left: 9px;
   display: inline-block;
   border-right: 7px solid transparent;
   border-bottom: 7px solid #CCC;
   border-left: 7px solid transparent;
   border-bottom-color: rgba(0, 0, 0, 0.2);
   content: '';
 }
 .dropdown-item::after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    border-left: 6px solid transparent;
    content: '';
  }

.dropdown-item {
	padding: 10px;
	line-height: 20px;
	font-weight: bold;
}

.dropdown-divider {
	height: 2px;
	background: #ccc;
	margin-top: 4px;
	margin-bottom: 4px;
}