@charset "utf-8";
/* CSS Document */



.elangelist {
  position: relative;
  border: solid 2px #dc3735;
  margin: 3em auto 0;
  background: #fef9f4;
    width: 80%;
}
.elangelist-title {
  font-size: 1.15em;
  background: #dc3735;
  padding: 0.8em;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.elangelist ul,.elangelist ol {
  margin: 0;
  padding: 0 0.5em 0 0.5em;
  color: #dc3735;
  border: none;
  list-style-type: none;
}
 .elangelist ol{
  counter-reset: number;
}
.elangelist ul li,.elangelist ol li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.4em;
  border-bottom: dashed 1px #dc3735;
    font-size: 1.4em;
}
.elangelist ul li:before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f14a";
  left : 0.5em;
  color: #dc3735;
}
.elangelist ol li:before {
  display: inline-block;
  position: absolute;
  font-family: "Quicksand", sans-serif;
  content: counter(number);
  counter-increment: number;
  left: 0.5em;
  width: 22px;
  height: 22px;
  border-radius: 20%;
  background: #dc3735;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  line-height: 22px;
}
.elangelist ul li:last-of-type,.elangelist ol li:last-of-type{
  border-bottom: none;
}


table.productsinfo {
  width: 96%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
}
table.productsinfo th {
  width: 22%;
  background: rgba(251, 245, 240, 1.00);
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
}
table.productsinfo td {
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: top;
  text-align: left;
}
table.productsinfo ul {
  padding-left: 1em;
}
table.productsinfo td li {
  list-style-type: initial;
}




















@media screen and (max-width: 768px) {
    
   .elangelist {
  position: relative;
  border: solid 2px #dc3735;
  margin: 3em auto 0;
  background: #fef9f4;
    width: 100%;
} 
    
    
  table.productsinfo {
    width: 90%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
    line-height: 1.4em;
  }
  table.productsinfo th, table.productsinfo td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  table.productsinfo tr:last-child td:last-child {
    border-bottom: 1px solid #ccc;
  }  
    
    
    
    
    
}












