.content_table_blank {
    margin: 0;
    margin-left: 4px;
    margin-top: 7px;
    padding: 0;
    height: 160px;
    width: 142.5px;
    float: left;
    box-sizing: border-box;
    display: grid;
}
.content_table {
    margin: 0;
    margin-left: 4px;
    margin-top: 7px;
    padding: 0;
    height: 160px;
    width: 142.5px;
    float: left;
    box-sizing: border-box;
    display: grid;
    border: none;
    border-left: 0.16vw solid #7B0178;
    border-right: 0.16vw solid #7B0178;
    border-top: 0.16vw solid #7B0178;
    border-bottom: 0.16vw solid #7B0178;
    border-radius: 1.02vw;
    overflow: hidden;
}
.content_table.content_table_selected {
    background-color: #7700772e;
}
.content_bricks {
    margin: 0;
    padding: 0;
    max-width: 142.5px;
    width: 100%;
    height: 30px;
    border: none;
    background: none;
    text-align: center;
    font-size: 1.02vw;
    box-sizing: border-box;
    border-bottom: 0.16vw dashed #7b017946;
}
.content_bricks.content_bricks_note {
    max-width: 138.5px;
    min-width: 138.5px;
    max-height: 60px;
    min-height: 60px;
}
.content_bricks.content_bricks_note_sub {
    max-width: 138.5px;
    min-width: 138.5px;
    max-height: 30px;
    min-height: 30px;
}
.content_bricks.content_bricks_time {
    border-bottom: 0.16vw dashed #7b017946;
    font-weight: bold;
}
.content_bricks.content_bricks_buttons {
    display: flex;
    border: none;
}
.content_bricks.content_bricks_edit {
    flex: 1 1 0;
    border: none;
    border-right: 0.16vw dashed #7b017946;
}
.content_bricks.content_bricks_save {
    flex: 1 1 0;
    border: none;
    border-right: 0.16vw dashed #7b017946;
}
.content_bricks.content_bricks_delete {
    flex: 1 1 0;
    border: none;
}
.content_bricks.content_bricks_cencel {
    flex: 1 1 0;
    border: none;
}
.content_row_header.content_row_header_date {
    max-width: none;
    border: none;
    border-bottom: 0.16vw solid #7B0178;
}
.content_row_header.content_row_header_minus{
    max-width: none;
    border: none;
    border-bottom: 0.16vw solid #7B0178;
    border-left: 0.16vw dashed #7B0178;;
    border-right: 0.16vw dashed #7B0178;;
}
.content_row_header.content_row_header_now{
    max-width: none;
    border: none;
    border-bottom: 0.16vw solid #7B0178;
}
.content_row_header.content_row_header_plus{
    max-width: none;
    border: none;
    border-bottom: 0.16vw solid #7B0178;
    border-left: 0.16vw dashed #7B0178;;
    border-right: 0.16vw dashed #7B0178;;
}
.content_row_header.content_row_header_date{
    max-width: none;
    border: none;
    border-bottom: 0.16vw solid #7B0178;
}
.hello {
    width: 100%;
    height: 100%;
    font-size: 5vw;
    align-content: center;
    text-align: center;
    color: #7B0178;
}