.common-table {
    width: 100%;
    height: 100%;
    /*padding: 100px 10% 150px 10%;*/
}

.common-table-title-container {
    text-align: center;
    margin-top: 4.5vw;
    margin-bottom: 3vw;
}

.common-table-title {
    /* font-size: xx-large; */
    font-size: 3vw;
    font-weight: 600;
}

.common-table-col-content {
    width: 65%;
}

.common-table-col-title {
    width: 35%;
}

.common-table-subtitle {
  color: #fca29f;
  margin-bottom: 3.6vw;
  font-size: 1.3vw;
  margin-top: -0.5vw;
}

.common-table-row {
    border-width: 0 0 5px 0;
    border-style: dotted;
    border-color: #e4e4e4;
    /* font-size: large; */
    padding: 1.2vw 1vw;
    display: flex;
    font-size: 1.1vw;
}

.common-float-left {
    /*float: left;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*align-items: center;*/
}
.common-float-right {
    /*float: right;*/
}

.common-clear-both {
    clear:both;
}

textarea {
    resize: none;
}

@media (min-width: 1200px) {
    .common-table {
        width: 80%;
        margin: 0 auto;
    }
}