html
{
	height: 100%;
	width: 100%
}

body
{
	background: #000000;
	background: linear-gradient(to bottom right, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 40%, rgba(0,0,0,1) 40%, rgba(0,0,0,1) 40%, rgba(0,0,0,0.6) 100%);
	margin: 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	z-index: 1;
}

td, th, table
{
	border-collapse: collapse;
	padding: 0px;
}

.main
{
	top: 20%;
	left: 10%;
	right: 20%;
	position: fixed;
    width: 900px;
    height: 75%;
    overflow: hidden;
}

.list
{
	height: 100%; 
	width: 1000px;
	overflow-y: scroll;
}

th#descriptspace
{
	width: 1%;
}

th#descriptendspace
{
	width: 100px;
}

tr#descriptspace
{
	height: 20px;
}

th#descript
{
	text-align: right;
	vertical-align: top;
	width: 5%;
	font-size: 20px;
	font-family: 'Amatic SC';
	font-weight: 400;
}

th#text
{
	text-align: justify;
	vertical-align: top;
	font-size: 17px;
	font-family: 'Josefin Slab';
	font-weight: 100;
}

.bionamediv
{
	position: fixed;
	left: 10%;
}

.desheight
{
	position: relative;
	top: -7px;
}

h1
{
	font-size: 50px;
	font-family: 'Amatic SC';
}