table.pngTable td{
  padding: 4px 10px;
}

#partFullDesc{
  font-size: small;
  line-height: normal;
}

table.pngTable th{
  font-size: medium;
  text-align: left;
}

table.pngTable  select{
  width: 100px;
}

#partNumberGenerator .pngBox{
  float: left;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
  min-height: 50px;
}

#selectBox .pngBox {
  width: 100%;
  min-height: 68px;
}

#selectBox {
  width: 22%;
  float: left;
  border-right: 1px solid #ddd;
  padding-right: 13px;
  margin-right: 14px;
}

#partNumberGenerator .pngBox .pngSelect{
  display: block;
  width: 130px;
  margin-bottom: 4px;  
}

#partNumberGenerator .pnt{
  line-height: 28px;
  font-size: medium;
  color: #333;
  font-weight: 600;
  letter-spacing: -0.2px;
}

#partNumberGenerator .pngHint{
  cursor: help;
  margin-left: 5px;
}

legend { /* display selects close to one another */
  display: inline;
}
  
#curHint{ /* force height on tips so options don't jump around */
  height: 60px;
}

#optionsSection
{
  width: 100%;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.preview {
  width: 75%;
  float: left;
  text-align: center;
  margin-left:25%;
}

#descriptionSection
{
  width: 50%;
  float: left;
}

#optionsWrapper
{
  width: 100%;
  float: left;
}

#partWrapper
{
  width: 100%;
  float: left;
}

#partSection
{
  width: 40%;
  float: left;
  padding-left: 5%;
}

#partNumberGenerator hr
{
    margin: 20px 0;
}


.png-tooltip {    
  position: relative;
  display: inline-block;
}

.png-tooltip .png-tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: -5px;
  right: 100%;
}

.png-tooltip:hover .png-tooltiptext {
  visibility: visible;
}

.duoOptionsBlock {
  width: 52%;
  float: left;
}

.duoOptionsBlock .pngBox{
  width: 45%;
}

#concomOptionsBlock {
  width: 23%;
  float: left;
  margin-left: -15px;
  padding-left: 14px;
  border-left:  1px solid #ddd;
}

#concomOptionsBlock .pngBox {
  width: 100%;
}

.card-img-top img {
  max-width: 100%;
  max-height: 150px;
  margin: auto;
}

.card {
  height: 370px;
  padding: 10px;
}

.card-text p {
  height: 90px;    
  margin-top: 0;
  margin-bottom: 1rem;
}

.card-body button{
  background-color: #4c4c4c;
  border-color: #4c4c4c;    
  color: #fff;
}

.col-sm-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-sm-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: .75rem;
  font-size: 1.25rem;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
      border-top-color: transparent;
      border-right-color: transparent;
      border-bottom-color: transparent;
      border-left-color: transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}


.d-flex {

  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;

}

.align-items-center {

  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;

}
.justify-content-between {

  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;

}

*, ::after, ::before {
  box-sizing: border-box;
}
