#inner_content_html {
	width: 100%;
	position: relative;
	overflow: hidden;
}

#inner_content_html .c1,#inner_content_html .c2 {
	float: left;
	position: relative;
	z-index: 10;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 2%;
	padding-right: 2%
} 

#inner_content_html.content_2c:before {
	content: '';
	position: absolute;
	z-index: 1;
	width: 30%;
	height: 100%;
	background: #f1eee8
}

@media (min-width: 320px) and (max-width: 768px) {
	#inner_content_html.content_2c:before {
		display: none;
	}
}

#inner_content_html.content_2c .c1 {
	width: 30%;
}

@media (min-width: 320px) and (max-width: 768px) {
	#inner_content_html.content_2c .c1 {
		width: 100%;
		background: #f1eee8;
	}
}

#inner_content_html.content_2c .c2 {
	width: 70%;
}

@media (min-width: 320px) and (max-width: 768px) {
	#inner_content_html.content_2c .c2 {
		width: 100%;
	}
}

/* Show the current time of the video, instead of the remaining time */
.video-js .vjs-time-control {
    display: block;
}
.video-js .vjs-remaining-time {
    display: none;
}
/**/

#spksearch {
	border: 1px solid #c23a3a;
	margin: 5px 0 10px 0;
	padding: 5px;
	width: 90%;
}
.ars-indice {
	font-size: 0.9em;
	line-height: 1.3em;
	padding: 10px 0 10px 0;
	margin-bottom: 10px;
} 

.ars-indice .indice-title {
	text-align: center;
	color: #c23a3a;
	font-weight: bold;

} 

.ars-indice .argomento {
	cursor: pointer;
} 

.ars-indice .argomento.liv1 {
	font-weight: bold;
	padding-top: 10px;
} 

.ars-indice .argomento.liv2 {
	display: list-item;
	list-style-type: '-';
	margin-inline: 5px;
	padding-left: 5px;
	padding-top: 5px;
} 

.ars-indice .speakers {
    border-left: dotted;
    border-left-width: 1px;
    border-left-color: grey;
    padding-left: 10px;
	margin-left: 10px;
	margin-top: 5px;
	display: none;
	max-height: 500px;
	overflow-y: auto;
} 

.ars-indice .speakers.open {
    display: block;
} 

.ars-indice .speaker {
	padding-top: 10px;
	cursor: pointer;
}  

.ars-indice .speaker.selected {
	color:#c23a3a;
	font-weight: bold;
} 

.ars-indice .speaker .speaker-gruppo {
	font-size: 0.85em;
	font-style: italic;
}

.ars-indice .speakerslen {
	font-size: 0.8em;
	font-weight: normal;
	font-style: italic;
	float: right;
}  

.ars-res-text {
	position: relative;
	padding: 10px 0 10px 10px;
	margin-top: 10px;
	height: 100vh;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	cursor: pointer;
	background-color: #f6f6f6;
}

.ars-normal p {
	font-size: 0.9em;
    line-height: 1.6em;
}

.ars-titolo {
	text-align: center;
	font-weight: bold;
	line-height: 1.6em;
	padding-bottom: 0.5em;
}

.ars-presidenza {
	text-align: center;
	font-weight: bold;
	line-height: 1.6em;
	padding-bottom: 0.5em;
}

.ars-annotazione {
	text-align: center;
	font-style: italic;
	line-height: 1.6em;
	padding-bottom: 0.5em;
}

.ars-presidenza span {
	color: #888;
	text-decoration: underline;
}

.ars-spk-end {
	padding-right: 5px;
}

p.ars-space {
	line-height: 0.5em;
}

.ars-italics {
	font-style: italic;
}

.ars-align-center {
	text-align: center;
}

.ars-align-right {
	text-align: right;
}

.ars-hyperlink {
	color: #4472C4;
}

.ars-hilight {
	background-color: orange;
	color: white;
	border-radius: 3px;
}

.ars-box-video-row:after {
	content: "";
	clear: both;
	display: table;
}

.ars-box-active {
    background-color: #c23a3a !important;
	color: white !important;
}

.ars-box-video-day {
	float: left;
    font-size: 0.8em;
	padding: 2px;
    margin: 0 5px 5px 0;
	font-weight: bold;
}

.ars-box-video-time {
    float: left;
    border: 1px solid #c23a3a;
    color: #c23a3a;
    font-size: 0.8em;
	padding: 2px;
    margin: 0 5px 5px 0;
	cursor: pointer;
}