@import '../constants.scss';

.table {
    .no-shadow{
        box-shadow: none;
    }
    tr {
        outline: 0;
        border: transparent;
        box-shadow: 0 5px 6px #e9e9e97d;
        padding-top: 5px;
        margin-top: 15px;
        display: block;

        &.section-title {
            td {
                font-size: 20px;
                text-align: center;
                padding: 20px;
            }
        }
        .value {
            word-break: break-all;
        }
        td {
            p {
                font-size: 14px;
                margin-bottom: 0;
            }
            &:first-child {
                p {
                    min-width: 300px;
                    font-weight: bold;
                }
            }
        }
    }
}
