div#calc {
  position: relative;
  padding: 1em 30px;
  box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
  min-height: 800px;
  margin-top: 2em;
  background-color: White;
}

.lv1{
  margin: 4px 0 1em 40px;
}
.lv2{
  margin: 4px 0;
}
#clc input[type="number"]  {
  font-size: 16px;
  width: 50px;
}
#clc input[type="radio"]  {
    display:inline-block;

}

#clc select {
  font-size: 100%;
}

div#totob {
  margin-top: 1em;
  float: right;
  width: 210px;
  height: 70px;
  border: thin solid #42539A;
}
div#totob h4 {
  padding: 10px 10px;
  background-color: White;
  margin: -21px 28px;
  font-size: 14px;
  width: 130px;
}
div#total {
  font-size: 40px;
  color: #69282F;
  text-align: center;
  margin-top: 10px;
}

div.totob {
  margin: 1em 0 0 40px;
  float: right;
  width: 210px;
  height: 70px;
  border: thin solid #6F7685;
  background: #F7F7F7;
  box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
  border-radius: 3px;
}
div.totob h4 {
  padding: 10px 10px;
  margin: -21px 28px;
  font-size: 14px;
  width: 130px;
}
div.total {
  font-size: 40px;
  color: #69282F;
  text-align: center;
  margin-top: 10px;
}
div.noline {
  border: thin solid White;
  width: 70%;
  margin: -2px 0 0 25px;;
}

#clc input {
  margin: 10px 0;
}
span.weight {
  float: right;
}
#clc label {
  font-weight: normal;
}

#clc span {
  width: 98%;
  margin-top: 4px;
  margin-bottom: 14px;
  float: right;
}

.linew {
  visibility: hidden;
}


#clc .price {
  width: 40px;
  font-size: 100%;
}

#clc b {
  color: #344279;
}


/* modal styles */

.accordion-wrapper {
    width: 98%;
    margin-top: 2em;
}
.accordion {
    margin: 0 0 20px;
}
.accordion-header {
    display: table;
    width: 100%;
    padding: 10px;
    background-color: #697ABF;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
}
.accordion-header h3 {
    float: left;
    width: 90%;
    margin: 0 10px;
    font-size: 13pt;
}
.accordion-close {
    display: block;
    float: right;
    width: 25px;
    height: 10px;
    margin-top: 3px;
    position: relative;
    text-indent: -9999px;
}
.accordion-close:after {
    content:"";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 5px;
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 8px;
}
.accordion.expanded .accordion-close:after {
    top: -3px;
    border-color: transparent transparent #fff;
}
.accordion-collapse {
    display: none;
    padding: 0 10px;
    min-height: 420px;
    padding: 10px 20px;
    width: 99%;
}


#clc p.dblrad {
  margin: 0 auto 0.8em auto;
  line-height: 0.8em;
}
#clc p span {
  float: none;
  margin-left: 20px;
}