
/* Copyright 2025 Chloë DeCicco.
 * All rights reserved.
 */

img {
	max-width: min(100%, 6in);
	margin: 0px auto;
	display: block;
}

body {
	background-color: #fff0f0; 
}

body > div {
	max-width: min(100%, 7in);
	margin: 2em auto 0em auto;
	padding: 0.5em 1em;
	background-color: #ffe0e0;
	border-radius: 1em;
	border: 1ex solid #cc8888;
	filter: drop-shadow(1ex 1ex 1ex #ffe0e0);
}

body > div > p {
	line-height: 125%;
}

* {
	font-family: serif;
}

a {
	text-decoration: none;
}

a[href]:hover {
	text-decoration: underline;
}

table {
	border-collapse: collapse;
}

table.projects tr + tr {
	border-top: 1px dotted black;
}

/*
table.projects tr + tr td {
	padding-top: 1em;
}
*/

table.projects td {
	padding: 0.5em 0em;
}

table.projects td + td {
	padding-left: 0.5em;
}

table.projects p {
	margin: 0em;
}

table.projects p + p {
	margin-top: 0.5em;
}

ol.ieeeref {
	counter-reset: list;
}

ol.ieeeref > li {
	list-style: none;
	position: relative;
}

ol.ieeeref > li:before {
	content: "[" counter(list) "] ";
	counter-increment: list;
	left: -6em;
	padding-right: 1em;
	position: absolute;
	text-align: right;
	width: 5em;
}

div.table > table {
	margin: 0 auto;
}

div.table > table {
	border-collapse: collapse;
}

div.table > table thead td {
	vertical-align: bottom;
}

div.table > table thead tr {
	border-bottom: 2px solid black;
}

div.table > table tbody tr + tr {
	border-top: 1px dotted black;
}

div.table > table td + td {
	padding-left: 1em;
}

div.table > table td[colspan] {
	text-align: center;
}

pre {
	font-family: Monaco, monospace;
	font-size: 10pt;
	margin: 0 2em;
}

