#show-display {
    width: 90%;
    margin: 0 5%;
    height: auto;
    min-height: 80vh;
}
.investment-title {
    position: relative;
    padding: 1vh 10% 1vh 2%;
    display: table;
    width: calc(88% - 0.15vw);
    height: calc(8vh - 0.15vw);
    border: 0.15vw solid white;
}
.big-title-box {
    color: white;
    display: table-cell;
    vertical-align: middle;
    font-size: 2.2em;
}
.small-title-box-one {
    position: relative;
    padding: 0.5vh 2%;
    display: table;
    width: calc(96% + 0.15vw);
    min-height: 4vh;
    height: auto;
}
.small-title-box-two {
    float: left;
    position: relative;
    padding: 0 2%;
    display: table;
    width: calc(90% + 0.15vw);
    min-height: 4vh;
    height: auto;
}
.small-title-box-general {
    width: 100%;
    height: auto;
    min-height: 4vh;
    border-top: 0.15vw solid white;
}
.small-title-box-icon {
    width: calc(4% - 0.3vw);
    height: calc(4vh - 0.3vw);
    float: right;
    margin-right: -1%;
}
.small-title-box-one-text {
    color: #7fda56;
    padding: 1% 0;
    font-size: 1em;
    display: block;
    vertical-align: middle;
}
.small-title-box-two-text {
    color: #7fda56;
    font-size: 1.2em;
    display: table-cell;
    vertical-align: middle;
}
.investment-content-inputs-box {
    width: 100%;
    height: auto;
}
.investment-content-submit-box {
    width: 40%;
    margin-top: 4vh;
    margin-left: 1vw;
    height: 6vh;
    position: relative;
}
.investment-content-submit {
    background: #7fda56;
    width: 100%;
    text-decoration: none;
    display: block;
    color: white;
    text-align: center;
    font-size: 1.8em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1% 0;
}
.investment-input-box {
    margin-top: 2vh;
    width: 100%;
    height: auto;
    min-height: 12vh;
    display: none;
}
.investment-input-first-box {
    width: 90%;
    height: auto;
    min-height: calc(5vh - 0.15vw);
    border-bottom: 0.15vw solid white;
    position: relative;
    padding-left: 10%;
    display: table;
}
.investment-input-first-text-box {
    display: table-cell;
    vertical-align: middle;
    color: white;
    min-height: 5vh;
}
.investment-input-second-input-box {
    width: 90%;
    height: 7vh;
    border-bottom: 0.15vw solid white;
    border-left: 0.15vw solid white;
    border-right: 0.15vw solid white;
    float: right;
    margin-top: -0.1vw;
    position: relative;

}
.investment-input {
    display: block;
    position: absolute;
    top: 50%;
    width: calc(96% - 0.3vw);
    height: 5vh;
    margin-top: -2.5vh;
    margin-left: 1%;
    margin-right: 1%;
    font-size: 1em;
    padding: 0 1%;
}
.investment-input-second-box {
    width: 100%;
    height: auto;
    min-height: 7vh;
}
.investment-small-title-box {
    width: 100%;
    height: auto;
    min-height: 10vh;
}
.investment-left-box {
    width: 5%;
    height: auto;
    float: left;
    min-height: 70vh;
}
.investment-central-box {
    float: left;
    width: calc(70% - 0.15vw);
    height: auto;
    min-height: 10vh;
    border-left: 0.15vw solid white;
}

@media (max-width: 800px) {
    .investment-central-box {
        width: calc(95% - 0.3vw);
    }
    .small-title-box-icon {
        margin-right: 1%;
    }
    .investment-content-submit-box {
        width: 100%;
        margin-top: 4vh;
        margin-left: 1vw;
        height: 6vh;
        position: relative;
    }
    .investment-input-first-box {
        padding-bottom: 2%;
    }
}