.sd-program-block {
    margin-bottom: 40px;
}

.sd-program-block-days {
    text-align: center;
}

.sd-program-block-days .day-button {
    display: inline;
}

.sd-program-block-days .day-button a {
    border: 2px solid #dd4847;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    color: #dd4847;
    font-weight: 600;
    margin: 10px;
}

.sd-program-block-days .day-button a.selected,
.sd-program-block-days .day-button a:active,
.sd-program-block-days .day-button a:focus {
    background-color: #dd4847;
    color: #FFFFFF;
}

/*.sd-program-block .day-container {*/
    /*margin-left: 23px;*/
/*}*/

.sd-program-block-day-part {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    border-top: #000 1px solid;
}

.sd-program-blockprogram-part-type-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.sd-program-block-day-part-title, .sd-program-blockprogram-part-type-prefix {
    width: 150px;
    float: left;
}

.sd-program-block-day-part-title {
    min-height: 72px;
    position: relative;
    display: flex;
    align-items: center;
}

/*.sd-program-block-day-part-title-title {*/
/*    transform: rotate(90deg);*/
/*    transform-origin: left top 0;*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    top: 10px;*/
/*    white-space: nowrap;*/
/*}*/

.sd-program-blockprogram-part-type {
    text-align: center;
    color: #000;
    padding: 5px 0px;
}

.day-container.program-hide-on-desktop {
    display: none;
}

.day-container.program-hide-on-mobile {
    display: block;
}

.sd-program-block-program-part {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 5px 10px;
    margin: 10px 0;
    color: #FFFFFF;
    font-size: 12px;
}

.sd-program-block-program-part .attending-company {
    font-size: 14px;
}

.sd-program-block-program-part .program-type {
    font-size: 13px;
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sd-program-block-program-part .program-type.foreign-language {
    padding-right: 25px;
}

.sd-program-block-program-part span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inherit;
}

.sd-program-block .sd-program-block-program-part {
    cursor: default;
}

.sd-program-block .sd-program-block-program-part.can-be-clicked {
    cursor: pointer;
}

.sd-program-block-program-part .speaking-language {
    text-transform: uppercase;
    position: absolute;
    right: 5px;
    border: 1px solid #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0px 5px;
    font-size: 10px;
}

.sd-program-blockprogram-part-type {
    box-shadow: none !important;
    /*text-transform: uppercase;*/
}

.sd-program-blockprogram-part-type.workshops {
    -webkit-border-radius: 10px 0px 0px 0px;
    -moz-border-radius: 10px 0px 0px 0px;
    border-radius: 10px 0px 0px 0px;
}

.sd-program-blockprogram-part-type.other {
    -webkit-border-radius: 0px 10px 0px 0px;
    -moz-border-radius: 0px 10px 0px 0px;
    border-radius: 0px 10px 0px 0px;
}

.sd-program-block-day-part-timeline {
    position: relative;
}

.sd-program-block-day-part-timeline .sd-program-block-program-part-type {
    position: absolute;
    z-index: 10;
}

.program-times {
    font-size: 0;
    padding: 20px 0 0 0;
    position: relative;
    white-space: nowrap;
}

.program-times-time:first-child {
    margin-left: 150px;
}

.program-times-time {
    display: inline-block;
    font-size: .875rem;
    position: relative;
    height: 40px;
}

.program-times-time:before {
    background: #000;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 10px;
    width: 1px;
}

.program-times-time span {
    position: absolute;
    left: -14px;
}

.program-times-time-background {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.program-times-time-background.odd {
    background-color: #fff;
}

.program-times-time-background.even {
    background-color: #e6e6e6;
}

@media screen and (max-width: 1430px) {
    .day-container.program-hide-on-desktop {
        display: block;
        padding: 0;
    }

    .day-container.program-hide-on-mobile {
        display: none;
    }

    .sd-program-block-program-part .speaking-language {
        right: 25px;
    }

    .sd-program-block .sd-program-blockprogram-part-type-row {
        display: none;
    }

    .sd-program-block-program-part-wrapper .sd-program-block-program-part-type:nth-child(even) {
        padding-right: 0;
    }

    .sd-program-block-day-part-title-title {
        font-weight: bold;
        transform: rotate(0);
        transform-origin: 0;
        position: relative;
        left: 0;
        top: 0;
        font-size: 18px;
        padding-top: 20px;
    }

    .sd-program-block-program-part-type,
     .sd-program-blockprogram-part-type {
         /*float: none;*/
         /*width: 100%;*/
         float: left;
        position: relative;
        padding-right: 20px;
         width: 50%;
     }

    .sd-program-block-day-part-title {
        min-height: 0;
        position: relative;
    }

    .sd-program-block-day-part-title,
    .sd-program-blockprogram-part-type-prefix {
        width: 100%;
        float: none;
    }

    .sd-program-block-program-part-type {
        border: 0 none;
    }
}

@media screen and (max-width: 991px) {
    .sd-program-block-program-part-type,
    .sd-program-blockprogram-part-type {
        float: none;
        width: 100%;
        padding-right: 0;
    }

    .sd-program-block-program-part .speaking-language {
        right: 5px;
    }
}