.info-section {
    position: relative;
    display: block;    
    margin: 20px 0 30px 0;
    background-color: #eeeeee;
    cursor: pointer;
}

.info-section-show-toggle {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 10px;
}

.section-title {
    padding: 12px 0 12px 0;
    font-size: 1.4em;
    background-color: #cccccc;
    text-align: center; 
    font-weight: bold;
}

.info-section-detail {
    position: relative;
    display: block;    
    background-color: #efefef;
    max-height: 1200px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.info-input-line {
    padding: 10px 0 10px 0;
    text-align: center; 
}


.info-label {
  display: inline-block;
  width: 49%;
  padding: 0 1% 0 0;
  text-align: right;
}


.info-value {
  display: inline-block;
  width: 49%;
  padding: 0 0 0 1%;
  text-align: left;
  font-weight: bold;
}