/* CL Lab styles - adapted for Bootstrap 5 layout */

/* Keep the distinctive h1 style */
h1 {
	margin-top: 0px;
	margin-bottom: 40px;
	font-weight: bold;
	color: white;
	background: #606070;
	text-align: center;
	border-radius: 0.25em;
	padding: 0.3em;
}

p {
     text-align: justify;
}

/* Toggle buttons for abstracts */
span.toggle {
     background: #dddddd;
     font-size: medium;
     border-radius: 5px;
     padding: 1px 5px;
     text-align: center;
     cursor: pointer;
}

div.abstract {
     font-size: 95%;
     padding: 15px;
}

/* Link styles */
a.title {
     font-style: italic;
}

/* Bottom/footer area */
#bottom {
	color: #707070;
	text-decoration: none;
	font-size: smaller;
	text-align: center;
}
