/* 

	Filename: user.css 
	Author: Michael J. Brandt
	Date: 2022-11-03

*/

/* Modifications: 11/03/2022, Created for Joomla! psytone site.


*/

/* @charset "utf-8"; */

:root {
	font-family: "Times New Roman", serif;
	font-size: 1.4 em;
	background-color: #FBFFF0;
	--cassiopeia-color-primary: #30AA33;
	--cassiopeia-color-hover: #164F11;
	--cassiopeia-color-link: #30AA33;
}

body {
	background-color: #FBFFFA;
}

p {
	font-family: "Times New Roman", serif;
	font-size: 1.4 em;
}

#cj-wrapper {
	margin-left: 5px;
	font-family: "Times New Roman", serif;
	font-size: 1.4 em;
}

#cj-wrapper .qtype-page_header .panel-default>.panel-heading {
	font-family: "Times New Roman", serif;
	font-size: 1.6 em;
} 

.q-title {
	color: #30AA33;
	font-family: "Times New Roman", serif;
	font-size: 1.6 em;
}

