.channel-buttons {
    text-align: center;
}

.channel-buttons h5 {
    display: inline-block;
    margin-right: 10px;
}

.channel-buttons button {
    min-width: 100px;
    text-transform: uppercase;
}

.channel-buttons button div{
    height: 50px;
    margin: 5px;
    background: url("../img/empty.png") no-repeat 50% 0;
    background-size: contain;
}

.channel-buttons button div#ch_mbc{
    background: url("../img/mbc.png") no-repeat 50% 0;
    background-size: contain;
}

.channel-buttons button div#ch_mtvhd{
    background: url("../img/mtv.png") no-repeat 50% 0;
    background-size: contain;
}

.channel-buttons button div#ch_nickelodeonhd{
    background: url("../img/nickelodeon.png") no-repeat 50% 0;
    background-size: contain;
}

.channel-buttons button div#ch_3sat{
    background: url("../img/3sat.png") no-repeat 50% 0;
    background-size: contain;
}

.presentation {
    border: none;
    background-color: #f3f3f4;
    margin: auto;
    width: 100%;
    min-height: 1800px;
}

.program-trigger{
    cursor:pointer;
    overflow:hidden;
}

.program-trigger.program-selected{
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
}

.program-trigger .upper{
    font-size: 10px;
    display: block;
}