li{
  list-style: none;
  }
  ul{
    margin: 0;
    padding: 0;
  }
  ul.price-flex{
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  ul.price-flex ul{
    display:-webkit-flex;
    display: flex;
    flex-wrap:wrap;
  }
  ul.price-flex ul.ul02{
    border-bottom: 0;
  }
  ul.price-flex ul li{
    -webkit-flex-grow:1;
    flex-grow: 1;
    width: auto;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: left;
    padding: 5px;
  }
  ul.price-flex ul li:last-child{
    border-right: none;
  }
 
  ul.price-flex  li {height: 2rem;}
  
  @media screen and (max-width: 640px) {
    ul.price-flex ul{
      flex-wrap:wrap;
    }
    ul.price-flex ul .li02,
    ul.price-flex ul .li03,
    ul.price-flex ul .li03
    {
      border-right: none;
    }
    ul.price-flex ul .li04,
    ul.price-flex ul .li01{
      width: 100%;
    }
  }
  



#content {
  position: relative;
  width: 80%; 
  margin: auto;
}


h1, .indicator-tooltip {
  margin-top: 0;
  font-family:  Verdana, sans-serif;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
}

.span {
  font-size: 2em;
  color: #806973;
  font-weight: 400;
}

.span2 {
  font-size: 1.2em;
  color: #161516;
  font-weight: 400;
  font-family: georgia, serif;
}
p {
  font-family:  Georgia, "Times New Roman", Times, sans-serif;
  line-height: 1.2em;
  font-size: 1em;
}

.li02{
  font-size: small;
font-family: helvetica, sans-serif;
  line-height: 1.2em;}

   .style5 {font-size: small; }

/*table*/

table{
  box-sizing: border-box;
  border-collapse:collapse;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  

  
}
table tr{
  border: 1px solid rgb(49, 38, 12);
  padding: .5em 1em;
  
}
table th,
table td{
  border: 1px solid rgb(180, 178, 178);
  padding: .5em 1em;
  
}
table th{
  background: #eee;
}

.span6{
  font-size: small;
font-family: Verdana, sans-serif;
  line-height: 1.2em;
  color:#2c1e0c;
  font-weight: 400;
}
  .span7{
    font-size: small;
  font-family: Verdana, sans-serif;
    line-height: 1.2em;
    color:#41290b;
    font-weight: 300;
  }
  

@media (max-width: 650px) {
    table{
      width: 100%;
    }
    table th,
    table td{
      display: block;
      
    }
    table th,
    table td{
      border-top: none;    
    }
    table tr:first-child th{
      border-top: 1px solid #999;
    }
  }

  
 
/*form
 
 form {
  margin-left:auto;
  margin-right:auto;
  max-width: 500px;
  background: #F7F7F7;
  padding: 25px 15px 25px 10px;
  font: 12px Georgia, "Times New Roman", Times, serif;
  color:rgb(12, 11, 11)
 }
.h1 {
  font-size: 25px;
  padding: 0px 0px 10px 40px;
  display: block;
  border-bottom:1px solid #E4E4E4;
  margin: -10px -15px 30px -10px;;
  color:rgb(12, 11, 11)
}
h1 >span {
  display: block;
  font-size: 14px;
  color:rgb(12, 11, 11)
}
label {
  display: block;
  margin: 0px;
}
label>span {
  float: left;
  width: 20%;
  text-align: right;
  padding-right: 10px;
  margin-top: 10px;
  color: rgb(12, 11, 11);
}
input[type="text"], input[type="email"], textarea, select {
  border: 1px solid #DADADA;
  color: #888;
  height: 30px;
  margin-bottom: 16px;
  margin-right: 6px;
  margin-top: 2px;
  outline: 0 none;
  padding: 3px 3px 3px 5px;
  width: 70%;
  font-size: 12px;
  line-height:15px;
  box-shadow: inset 0px 1px 4px #ECECEC;
  -moz-box-shadow: inset 0px 1px 4px #ECECEC;
  -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
textarea{
  padding: 5px 3px 3px 5px;
}
select {
  background: #FFF  no-repeat right;
  appearance:none;
  -webkit-appearance:none; 
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  width: 70%;
  height: 35px;
  line-height: 25px;
}
textarea{
  height:150px;
}
.button {
  background: #413317;
  border: none;
  padding: 10px 25px 10px 25px;
  color: #FFF;
  box-shadow: 1px 1px 5px #B6B6B6;
  border-radius: 3px;
  text-shadow: 1px 1px 1px #413317;
  cursor: pointer;
}
.button:hover {
  background: #5a5858
}*/

/* link
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #806f4f; }
  a:hover {
  color: #362b08; }


 .footer{
  
  /*border:solid 1px rgb(102, 100, 100);  */
      
    display: inline-block;
    font-size: 1em;
    width:auto;
    height:auto;
  }
  .text{
   margin: 0;
    display: inline-block;
    font-size: 1em;
   
  
    margin:0 auto;
    width:60%;
   
    display:flex;
    align-items: center;
    
   
  }
  