div[data-module="sport-program"] {
    .form-check {
        display: inline-block;
        margin-right: 1rem;
    }

    .table-sport-program-show {
        table-layout: auto;
        width: 100%;

        th{
            background-color: #f5f5f5;
        }

        .sport-program-exercice-number-cycle {
            width: 170px;
        }

        .sport-program-exercice-exercice,
        .sport-program-exercice-duration-number{
            white-space: nowrap;
            width: 1%;
        }
    }
}
