.generic-detail {
    margin: 0px 10px;

    .detail-content {
        padding: 10px;
        display: flex;
        flex-wrap: wrap;

        .detail-wrapper {
            flex-basis: 50%;
        }
    }

    .table-header {
        .table-bar {
            display: flex;
            justify-content: space-between;
            margin: 5px 0px;
        }
    }

    .bottom-section {
        margin-top: 20px;
    }
}
