/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 05 2023 | 16:10:52 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.royal-office-hours-wrapper {
	width: 100%;
	padding: 40px 20px 100px 20px;
}

.royal-office-hours-container {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

h2.royal-office-hours-title {
	text-align: center;
	font-family: 'Roboto Slab', serif;
    font-size: 1.9rem;
    font-weight: 300;
	color: var(--royal-darkgray);
}

.royal-office-hours-list {
	padding: 0px;
	margin: 0px;
}

.royal-office-hours-list li {
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	padding: 20px;
	border-bottom: solid 1px #DDD;
	font-size: 1.0rem;
	color: var(--royal-darkgray);
}

.royal-office-hours-list li:first-child {
	border-top: solid 1px #DDD;
}

/* -------------------------------------------------------------------- */
@media (max-width: 960px) {

	h2.royal-office-hours-title {
    font-size: 1.5rem;
	}
	
	.royal-office-hours-list li {
	font-size: 0.9rem;
	padding: 15px;
	}

}


















