.ktRowDark{
    width:98%;
    padding:1%;
    background: #f4f4f4;
}

.ktRowLight{
    width:98%;
    padding:1%;
    background: #ffffff;
}
.ktTitleSub{
    font-size: 1.2em;
    font-weight: bold; 
}

.ktSpeaker{
    color:#544966;
}

.ktOrg{
    color:#544966;
    font-style: italic;
}

div.ktBottomRight{
    position: absolute; 
    bottom: 5px; 
    right: 15px; 
    font-weight: bold; 
    font-size: 1.2em;
}

div.ktSpeakerBox{
    float: left; 
    background: #aecad5; 
    width: 49%; 
    margin-top: 1%;  
    margin-right: 1%; 
    padding: 1%;
    min-width: 300px; 
    position: relative;
}

.ktVideoWrapper{
    position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;    
}

.ktVideoWrapper iframe{
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}