.ReleaseScheduleDisplay {
    height: 100%;
    display: flex;
    flex: 1;
    flex-direction: column;

    &-product-info {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 22px;
        margin-bottom: 15px;

        .field-label {
            font-weight: 500;
        }
    }

    &-table-title {
        font-size: 15px;
        margin-bottom: 15px;
    }

    &-table-display {
        display: flex;
        flex-direction: column;
        overflow-y: auto;
        max-height: 100%;
        border-radius: 5px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    }

    &-table-container {
        height: 100%;
        overflow-y: auto;
        margin: 15px;
    }
}
