/* Formatting for math theorems and equations */

.mathstatement {
	border: 1px solid black;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	width: fit-content;
}
.theorem {
	background-color: #F0FFF0;
}
.example {
	background-color: #FFCCE5;
}
.equation {
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: fit-content;
}