body {
	margin:0;
	width:100%;
	height:100%;
	padding:0;
	background:rgb(38,38,47);
	font-size:16px;
}
p, h2, span {
	cursor:default;
}
::selection {
	background:rgb(88,150,244);
}
::-webkit-scrollbar {
	display:none;
}
.poems-body {
	margin:0;
	width:100%;
	height:100%;
	padding:0;
	overflow:hidden;
}
.nav-title {
	padding:0;
	height:3rem;
	font-size:1em;
	background:rgb(59,59,75);
	color:rgba(88,150,244,1);
	border:none;
	outline:none;
	width:100%;
}
.prev-button {
	padding:0;
	height:3rem;
	font-size:1.875em;
	background:none;
	color:rgba(88,150,244,1);
	border:none;
	outline:none;
	width:3rem;
	padding-right:0.4rem;
	position:absolute;
	top:0;
	left:0;
	cursor:pointer;
}
.prev-button:hover {
	background:rgba(88,150,244,1);
	color:rgba(255,255,255,1);
}
.cmp-button-wrapper {
	display:block;
	margin:2rem auto 2rem auto;
	text-align:center;
	width:100%;
}
#cmp-1-button, #cmp-2-button {
	padding:1rem;
	font-size:1.25em;
	margin:1rem;
	border:none;
	outline:none;
	border-radius:2rem;
	cursor:pointer;
	background:rgb(59,59,75);
	color:rgba(88,150,244,1);
	width:10rem;
	height:4rem;
	transition:background 0.25s;
}
.cmp-button {
	padding:0;
	height:3rem;
	font-size:1em;
	background:none;
	color:rgba(88,150,244,1);
	border:none;
	outline:none;
	position:absolute;
	top:0;
	right:0;
	padding-left:1rem;
	padding-right:1rem;
	cursor:pointer;
}
#cmp-1-close-button, #cmp-2-close-button {
	padding:0;
	height:4rem;
	vertical-align:top;
	font-size:2.5em;
	margin:1rem;
	border:none;
	outline:none;
	border-radius:4rem;
	cursor:pointer;
	background:rgb(59,59,75);
	color:rgba(255,255,255,1);
	width:10rem;
	display:none;
	transition:background 0.25s;
}
#cmp-1-button:hover, #cmp-2-button:hover, .cmp-button:hover {
	background:rgba(88,150,244,1);
	color:rgba(255,255,255,1);
}
.table-revision-content {
	width:50%;
}
.table-revision-link, .table-revision-link-title {
	width:0.1%;
	text-align:center;
}
.table-revision-link, .table-revision-link-last-row {
	font-size:1.5em;
	color:rgba(255,255,255,1);
}
.table-cmp-title {
	width:50%;
}
#table-wrapper-cmp-1, #table-wrapper-cmp-2 {
	margin:1rem auto 1rem auto;
	width:95%;
	display:none;
}
table {
	display:block;
	margin:2rem auto 2rem auto;
	width:100%;
	border-spacing:0;
}
.table-cmp-title {
	border-top-left-radius:1rem;
	background:rgb(59,59,75);
	font-size:1.5em;
	color:rgba(88,150,244,1);
	border-color:rgba(88,150,244,1);
	border:none;
}
.table-revision-link-title {
	background:rgb(59,59,75);
	font-size:1.5em;
	color:rgba(88,150,244,1);
}
.table-revision-content-last-row {
	border-bottom-left-radius:1rem;
}
.table-revision-link-last-row {
	border-bottom-right-radius:1rem;
	text-align:center;
}

/* No Links Column Properties */
.table-revision-link, .table-revision-link-title, .table-revision-link-last-row {
	display:none;
}
.table-revision-content-last-row {
	border-bottom-right-radius:1rem;
}
.table-cmp-title {
	border-top-right-radius:1rem;
}
/* No Links Column Properties */

td {
	background:rgb(59,59,75);
	color:rgba(255,255,255,0.6);
	padding:1rem;
	font-size:1.125em;
	border-top:0.5px solid;
	border-color:rgba(88,150,244,1);
}
a {
	text-decoration:none;
	cursor:pointer;
	color:rgba(255,255,255,1);
}
.contact-wrapper {
	position:fixed;
	text-align:center;
	width:12rem;
	height:12rem;
	left:2rem;
	bottom:2rem;
	padding:0rem;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	flex-flow:column;
	background:rgb(59,59,75);
	border-radius:12rem;
	transition:background 0.25s;
	cursor:pointer;
}
.contact-wrapper:hover .contact-icon, .contact-wrapper:hover .contact-button {
	color:rgba(255,255,255,1);
}
.contact-wrapper:hover {
	background:rgba(88,150,244,1);
}
.contact-icon {
	background:none;
	border:none;
	outline:none;
	display:block;
	text-align:center;
	width:100%;
	font-size:4em;
	cursor:pointer;
	color:rgba(88,150,244,1);
}
.contact-button {
	background:none;
	border:none;
	outline:none;
	display:block;
	text-align:center;
	width:100%;
	font-size:1.5em;
	cursor:pointer;
	color:rgba(88,150,244,1);
}
.subjects-list {
	position:absolute;
	background:none;
	color:rgba(88,150,244,1);
	width:17rem;
	margin-top:6rem;
}
.subjects-item {
	width:15rem;
	color:rgba(88,150,244,1);
	background:rgb(59,59,75);
	border:none;
	outline:none;
	font-size:1em;
	padding:1rem;
	cursor:pointer;
	margin:1.25rem 0 1.25rem 0;
	border-top-right-radius:2rem;
	border-bottom-right-radius:2rem;
	transition:background 0.25s, width 0.35s;
}
.subjects-item:hover {
	background:rgba(88,150,244,1);
	color:rgba(255,255,255,1);
	width:16.5rem;
}
.subjects-item-ua {
	width:15rem;
	background:rgba(0,0,0,0.3);
	color:rgba(255,255,255,0.6);
	border:none;
	outline:none;
	font-size:1em;
	padding:1rem;
	cursor:pointer;
	margin:1.25rem 0 1.25rem 0;
	border-top-right-radius:2rem;
	border-bottom-right-radius:2rem;
	transition:background 0.25s, width 0.35s;
}
.subjects-item-ua:hover {
	background:rgba(255,255,255,0.2);
	color:rgba(255,255,255,1);
	width:16.5rem;
}
.subject-topic-wrapper {
	display:block;
	margin:4rem auto 4rem auto;
	text-align:center;
	width:20rem;
}
.subject-info {
	display:block;
	padding:1rem;
	width:calc(100% - 2rem);
	margin-left:auto;
	margin-right:auto;
	min-height:calc(100vh - 5rem);
	height:auto;
	background:rgba(0,0,0,0.5);
	color:rgba(255,255,255,0.8);
}
.subject-topic {
	padding:1rem 1.5rem 1rem 1.5rem;
	display:block;
	text-align:center;
	font-size:1.25em;
	margin:2rem auto 2rem auto;
	border:none;
	outline:none;
	border-radius:2rem;
	cursor:pointer;
	background:rgb(59,59,75);
	color:rgba(88,150,244,1);
	width:100%;
	min-width:8rem;
	height:4rem;
	transition:background 0.25s;
}
.subject-topic:hover {
	background:rgba(88,150,244,1);
	color:rgba(255,255,255,1);
}
.subject-topic-ua {
	padding:1rem 1.5rem 1rem 1.5rem;
	display:block;
	text-align:center;
	font-size:1.25em;
	margin:2rem auto 2rem auto;
	border:none;
	outline:none;
	border-radius:2rem;
	cursor:pointer;
	background:rgba(0,0,0,0.3);
	color:rgba(255,255,255,0.6);
	width:100%;
	min-width:8rem;
	height:4rem;
	transition:background 0.25s;
}
.subject-topic-ua:hover {
	background:rgba(255,255,255,0.2);
	color:rgba(255,255,255,1);
}
.subject-source {
	padding:0;
	height:3rem;
	font-size:1em;
	background:none;
	color:rgba(88,150,244,1);
	border:none;
	outline:none;
	position:absolute;
	top:0;
	right:1rem;
}
.subject-item-wrapper {
	display:block;
	margin:4rem auto 4rem auto;
	text-align:center;
	width:90%;
	font-size:0em;
}
.subject-item-wrapper a {
	margin:2rem;
}
.subject-item {
	padding:1rem 1.5rem 1rem 1.5rem;
	display:inline-block;
	text-align:center;
	font-size:1.25rem;
	margin:2rem 0 2rem 0;
	border:none;
	outline:none;
	border-radius:2rem;
	cursor:pointer;
	background:rgb(59,59,75);
	color:rgba(88,150,244,1);
	width:auto;
	min-width:8rem;
	height:4rem;
	transition:background 0.25s;
}
.subject-item:hover {
	background:rgba(88,150,244,1);
	color:rgba(255,255,255,1);
}
.subject-item-ua {
	padding:1rem 1.5rem 1rem 1.5rem;
	display:inline-block;
	text-align:center;
	font-size:1.25rem;
	margin:2rem 0 2rem 0;
	border:none;
	outline:none;
	border-radius:2rem;
	cursor:pointer;
	background:rgba(0,0,0,0.3);
	color:rgba(255,255,255,0.6);
	width:auto;
	min-width:8rem;
	height:4rem;
	transition:background 0.25s;
}
.subject-item-ua:hover {
	background:rgba(255,255,255,0.2);
	color:rgba(255,255,255,1);
}
.subject-text-wrapper {
	background:rgba(0,0,0,0.6);
	color:rgba(255,255,255,0.8);
	width:20rem;
	padding:1rem;
	height:100%;
	position:absolute;
	left:0;
	top:3rem;
}
.spa-text-wrapper {
	background:rgba(0,0,0,0.5);
	color:rgba(255,255,255,0.6);
	width:calc(100% - 25rem);
	padding:1rem 1rem 1rem 2rem;
	height:100%;
	position:absolute;
	left:22rem;
	top:3rem;
}
.spa-text {
	height:calc(100% - 6rem);
	font-size:1em;
	overflow:scroll;
}
.subject-text {
	width:90%;
	font-size:1em;
	overflow:scroll;
	height:calc(100% - 5rem);
	padding:0 1rem 0 1rem;
	border-radius:1rem;
}
.spa-annotation {
	color:rgba(88,150,244,1);
	font-size:1.375em;
}
.spa-info {
	color:rgba(88,150,244,1);
	font-size:1.375em;
}
.spa {
	color:rgba(255,255,255,1);
	background:rgba(88,150,244,1);
	border-radius:0.3rem;
	padding-right:0.2rem;
	padding-left:0.2rem;
}
.keyword {
	background:rgb(59,59,75);
	color:rgba(255,255,255,1);
	border-radius:0.3rem;
	padding-right:0.2rem;
	padding-left:0.2rem;
}
.spv {
	padding-top:0.25rem;
	padding-bottom:0.25rem;
}
.subject-topic-header {
	display:block;
	text-align:center;
	font-size:1.25em;
	margin:2rem auto 2rem auto;
	border:none;
	outline:none;
	border-radius:2rem;
	cursor:default;
	background:rgba(0,0,0,0.7);
	color:rgba(88,150,244,1);
	width:75%;
	min-width:8rem;
	height:3rem;
	transition:background 0.25s;
}
.subject-topic-header-text {
	font-size:1.125em;
	margin:0;
	font-weight:normal;
}
.subject-topic-summary {
	background:rgba(0,0,0,0.5);
	color:rgba(255,255,255,0.8);
	padding:1.5rem;
	font-size:1.125em;
	width:60%;
	margin:1rem auto 1rem auto;
	border-radius:2rem;
}
.subject-topic-information {
	background:rgba(0,0,0,0.3);
	color:rgba(255,255,255,0.8);
	padding:1.5rem;
	font-size:1.125em;
	width:60%;
	margin:1rem auto 1rem auto;
	border-radius:2rem;
}
.subject-footer {
	width:80%;
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
