.layout {
    padding: 40px 16px 80px;
    align-items: center;
    display: flex;
    flex-direction: column;
    background-color: white;
}

.content {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    max-width: 640px;
    text-align:center;

}
.title{
    font-size: 18px;
    font-weight: 600;
}


table {
    border-collapse: collapse;
    font-size: 15px;
    margin: 1.4em auto;
    max-width: 100%;
    table-layout: fixed;
    text-align: left;
    width: 100%;
    word-break: break-word;
}

td {
    border: 1px solid rgb(211, 211, 211);
    line-height: 24px;
    height: 24px;
    padding: 3px 12px;
}

.td_1 {
    width: 12%;
}

.td_2 {
    width: 15%;
}

.td_3 {
    width: 25%;
}

.td_4 {
    width: 12%;
}

.td_5 {
    width: 12%;
}

.td_6 {
    width: 24%;
}