html, body, .cardcontainer, .page-content {
    overflow: hidden;
}

.ui.card > .content > .header, .ui.cards > .card > .content > .header {
    color: #FFFFFF;
}

.divplayer {
    margin: auto;
}

.justifycenter {
    justify-content: center;
}

#eventTitle{
    left: 0!important;
}

.page-content {
    text-align: center;
    justify-content: center;
	height: 100%;
	width: auto;
}


.hover:hover {
    background-color: #767676;
    color: #FFFFFF;
}

.imgrelatore {
    margin: auto;
}

.cardcontainer {
    overflow: hidden;
}

.searchbar {
    background: #767676 none repeat scroll 0 0;
}

.ui.label {
    background-color: #767676;
}

.navbar, .subnavbar, .toolbar {
    background: #767676 none repeat scroll 0 0;
}

.page-content {
    margin-top: 40px;
}

.SpeechGreen{
    background-color:rgba(197, 255, 208, 0.5);
} 
.SpeechBlue{
    background-color:rgba(204, 217, 253, 0.5);
} 
.SpeechGray{
    background-color:rgba(150, 150, 150, 0.5);
} 
.SpeechRed{
    background-color:rgba(252, 213, 213, 0.5);;
} 
i.icon.icon-play {
    background-image: url("../Script/play.png");
    border-radius: 3px;
    height: 24px;
    width: 24px;
}
i.icon.icon-noplay {
    background-image: url("../Script/noplay.png");
    border-radius: 3px;
    height: 24px;
    width: 24px;
}

.item-title {
    font-size: 14px!important;
}

.item-sala{
    margin-left: 2%;
}

.item-sala .item-title:first-child {
    margin-left: 2%;
}

.item-sessione {
    margin-left: 4%;
}

.item-relazione {
    margin-left: 6%;
}

.item-relazione .item-title span{
    font-weight: bold!important;
}

.item-title-sala {
    font-weight: bold!important;
}
