-.btable td {padding: 0 0.3rem}
-.btable td:first-child {padding-left: 0}
-.btable td:last-child {padding-right: 0}
-#theses {padding-left: 1rem}
-h1, h2, h3, h4, h5 {line-height: 1.15}
+
+main > header, main > section {
+ grid-column: 2;
+}
+
+main > h3, ul:first-child {
+ margin-top: 0;
+ margin-bottom: 0;
+}
+p:first-child {
+ margin-top: 0;
+}
+p:last-child {
+ margin-bottom: 0;
+}
+
+#publications section {
+ text-transform: none;
+}
+dl {
+ margin: 0 0 0.5em 0;
+}
+dl:last-child {
+ margin: 0;
+}
+dt {
+ margin-bottom: 0.5em;
+}
+dd {
+ margin-left: 1.5em;
+}
+#publications dd, .plinks {
+ font-size: 0.9em;
+}
+/*
+ol {
+ margin: 0;
+ padding: 0;
+}
+ol li {
+ margin-top: 0.5em;
+}
+ol li:first-child {
+ margin-top: 0;
+}
+*/