@import url('https://fonts.googleapis.com/css?family=Libre+Franklin:400,400i,600,700,700i');
@import url(https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i);



body {
    font-family: 'Libre Franklin',sans-serif;
	padding: 1em;
	margin: 0 auto;
	width: 720px;
}

code {
    font-family: Menlo,Consolas,'Lucida Console','Courier New';
}

h3,h2, h4, h5 {
    font-family: Lora,'IBM Plex Serif',serif;
	font-weight: 700;
}

a {
    color: #E4B429;
    font-weight: 700;
}

a:hover {
    text-decoration: none;
}


dl {
    padding-top: 0;
}

dt {
    font-family: Lora,'IBM Plex Serif',serif;
    font-weight: 700;
}

p {
	text-align: justify;
}

address {
	padding-bottom: 1em;
}

.abstract {
	font-style: italic;
}

.citation {
}

.figure{
    display: block;
    padding: 1em;
    margin: auto;
    max-width: 80%;
}

blockquote {
    font-style: italic;
}

table {
    margin: 1em auto;
    border-top: medium solid;
    border-bottom: medium solid;
    border-collapse: collapse;
}

th {
    border-bottom: thin solid;
}

td,th {
    padding: 0.5em;
}

table.window {
    border-collapse: collapse;
}

table.window td {
    border: thin solid;
}

dl ul {
	margin: .5em 0;
	padding: 0;
}

dl ul li {
	display: inline;
}

dl ul li a:link {
	border: thin solid;
	padding: 0.25em .5em;
	text-decoration: none;
	font-weight: 600;
}


dl ul li a:hover {
	text-decoration: none;
    background: #00a2ff;
	color: white;
}

dl ul li a:active {
	text-decoration: none;
	color: white;
	background: #35c368;
}


ol#weeks {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: weeks;
}

ol#weeks>li {
    counter-increment: weeks;
}

ol#weeks>li::before {
    content: "Week " counter(weeks);
    font-weight:bold;
}


