section {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

h2 {
    color: #2a2a2a;
    margin-top: 1.5rem;
}

h3 {
    margin-top: 1rem;
    color: #444;
}

input,
textarea {
    border: 1px solid #d9dbdd;
}

.radio-group {
    padding-left: 2%;
    padding-top: 0.75%;
    padding-bottom: 0.75%;
    padding-right: 2%;
    border-top: 2px solid #444;
    display: flex;
}

.subsection {
    margin-left: 10px;
}

.print-icn {
    margin-left: 5px;
}

form {
    margin-top: 10px;
}

.title-container {
    display: flex;
    align-items: center;
    font-size: 30px;
    margin-bottom: 15px;
}

.subsection {
    margin-right: 30px;
}

.subsection-options {
    display: flex;
    flex-wrap: wrap;
    width: 70%;
}

.subsection-title {
    width: 25%;
}

.last_other {
    width: 100%;
}

.section-title {
    padding: 10px;
    background: #efefef;
    font-weight: bold;
    margin-bottom: 0px;
}

section {
    border: 2px solid #444;
}

.customer-information {
    display: flex;
}

input {
    height: 25px;
}

label {
    font-size: 12px;
}

.info-box {
    width: 45%;
    margin: 2%;
}

textarea {
    height: 85%;
}

.subsection-options label {
    margin-right: 10px;
    margin-left: 30px;
}

.info-box-div {
    display: flex;
    justify-content: space-between;
}

.info-box-div div {
    width: 70%;

}

.vertical-options {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.small-title {
    font-size: 12px;
    margin-right: 10px;
}

.small-options {
    display: flex;
    padding-left: 10%;
}

.subsection-options .small-options>div {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    max-width: 30%;
}

.subsection-options .small-options>div>input[type="text"] {
    display: flex;
    width: auto;
    max-width: 190px;
}

.subsection-options .small-options>div>input[type="radio"] {
    height: 28px;
}

.subsection-options .small-options>div>label {
    margin-left: 0;
    min-width: 90px;
}

.otherinput{
    width: 40%; 
    display:inline;
}
.print-holder{
    display:flex;
    margin-bottom: 35px;
}

.print-btn:hover{
    background: #efefef;

}