@font-face {
	font-family: 'Baker Signet Regular';
	src: url('fonts/Baker\ Signet\ Regular.otf');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'Baker Signet Regular', serif;
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 100%;
    border: none;
}

table {
	width: 100%;
}

th {
	text-align: left;
	padding-left: 7px;
	padding-right: 7px;
}

td {
	text-align: left;
	font-size: 24px;
	padding-left: 10px;
	padding-right: 10px;
	border: none;
}

a {
    color: #993399;
    text-decoration: none;
}
a:hover {
    color: #ff4444;
    font-weight: bold;
}

img {
	width: 400px;
}

img.marquis {
	display: inline;
	height: 95px;
	width: auto;
}

td.title {
	width: 65%;
}

.banner {
	display: inline-block;
	font-size: 20px;
	margin-left: 20px;
}
/*
tr:nth-child(odd) {
    background-color: #ffff66;
}
*/
td.author {
	width: 30%;
}

td.year {
	width: 5%;
}

td.bottom {
	margin: auto;
}
.top-container {
	border: none;
	position: fixed;
	background: transparent;
	top: 0;
	width: 100%;
	height: 100px;
}

.top-iframe {
	border: none;
	position: fixed;
	top: 0;
	width:100%;
	height:100px;
	background: none transparent;
}

.mid-container {
	margin-top: 100px;
	height: 100%;
	background: none transparent;
}

.mid-iframe.left {
	position: fixed;
	left: 0;
	width: 50%;
	height: 100%;
	border: none;
	background: none transparent;
}

.mid-iframe.right {
	position: fixed;
	right: 0;
	width: 50%;
	border: none;
	height: 100%;
	background: none transparent;
}

.titleText {
	text-align: left;
	text-justify: inter-word;
	margin: 20px;
	font-size: 48px;
	font-weight: bold;
}

.comment {
	font-size: 22px;
    text-align: justify;  
    text-justify: inter-word;
    margin-left: 10px;
    margin-right: 20px;
}

.entity {
	text-align: justify;
	text-justify: inter-word;
	margin-left: 10px;
	margin-right: 20px;
}

.bottom-container {
	background: transparent;
}

.bottom-iframe {
	width: 100%;
	height: 40px;
	align: bottom;
	border: none;
	position: fixed;
	bottom: 0;
	background: transparent;
}

.image-and-text img {
	float: left;
	margin-left: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
    width: 400px;
    height: auto;
}

.paragraph {
	text-align: justify;
	text-justify: inter-word;
	font-size: 22px;
	margin-left: 10px;
	margin-right: 20px;
}

.ident {
	margin-left: 10px;
	font-size: 20px;
	font-weight: bold;
}
