.common-content .ttl-content {
  background-color: #006837;
}
#submitQuestionnaire{
  background-color: #006837;
}
#questionnaireConfirmForward {
background-color: #006837;
}

.common-content .content > h1{
 font-size: 18px;
 font-weight: bold;
 margin-top: 15px;
}
.common-content .content > a.back-button {
    display: block;
    text-align: center;
    text-decoration: none;
    background-color: #046535;
    color: #ffffff;
    padding: 6px 27px;
    border-radius: 21px;
    margin: 0px 17%;
}
.common-content .content > h3::before{
 content: "■";
 color: #006837;
}
.common-content .content > .margin-top-0px {
 margin-top: 0px;
}
.common-content .content > .margin-bottom-0px {
 margin-bottom: 0px;
}
.common-content .content > .margin-left-16px {
 margin-left: 16px;
}
.common-content .content > .margin-left-20px {
 margin-left: 20px;
}

.common-content .content > .text-align-center {
 text-align: center;
}

.common-content .content .img-border{
 border: 1px solid gray;
}

.common-content .content .img-small{
 max-width: 70%;
 display: block;
 margin: 0 auto;
}


.section-present .btn-exchange.active{
 background-color: #006837;
}