/* Slideshow Styles */
.text{
	margin:0;
}
.text-image{
	width:100%;
	height:1px;
	padding-top:60%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius:var(--radiusSM);
	margin:0;
}

.text-content p{
	margin-bottom:1.2rem;
}

.text-content table{
	width:100%;
	border-collapse: collapse;
	border:1px solid #CCCCCC;
}
.text-content table th{
	border:1px solid #CCCCCC;
	padding:0.5rem;
}
.text-content table td{
	border:1px solid #CCCCCC;
	padding:0.5rem;
}
