.row > .col-md-6:last-child:nth-child(odd) {
    width: 100%;
  }

  .table>:not(:first-child){
    border-top: 0px;
  }


  .product-display {
    display: table;
    table-layout: fixed;
    border: 0px solid grey;
  }

  .producttitle{
    font-weight: bold;
    font-size: 25pt;
  }
  .pic {
    display: table-cell;

    padding-left: 20px;
    vertical-align: baseline;
  }
  .pic:first-child {
    padding-left: 0;
  }
  .pic img {
    vertical-align: bottom; /* only needed for removing a few pixel gap between image and paragraph */
    width: 259px;
    height: 259px;
    border: 0px solid red;
  }
  .pic p {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    text-align: center;
    border: 0px solid #000;
  }

  .product-type-indicator-standard{
    margin-left: auto;
    width: 25%;
    
    text-align: center;


  }


  .product-type-indicator-strong{
    margin-left: auto;
    width: 22%;
    
    text-align: center;
  }

  .product-type-indicator-premium{
    margin-left: auto;
    width: 22%;
    
    text-align: center;
  }

  .inside {
    list-style-position: inside;
  }
  li {
    border-bottom: 1px solid #AAAAAA;
    margin-bottom: 10px;
  }

  ul {
    padding: 0 !important;
    list-style-type: none;
}



.img-accesorio{
  width: 50%;
}

.list-title{
    font-size: 21px;
    font-weight: bold;
    border-bottom: 2px solid #EB2319;
    
}

.equivalencia-title{
    font-size: 21px;
    font-weight: bold;
}

.thead-aplicaciones{
  background-color: #e02222;
}

.other-aplications-button{
  color: #e02222;
  text-decoration: underline;
  
}
    
td{
  line-height: 0.8em;
  font-family: 'Archivo Narrow';
}
  