/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Apr 18, 2018, 10:04:58 AM
    Author     : ginajarvis
*/
body{
	background:linear-gradient(lightblue,aliceblue);
	}
#inst {
	text-align: center;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 25pt;
	color:gray;
}
table{
	float:right;
	width: 500px;
	height: 500px;
	margin-top: 5px;
	margin-left: 3px;
	margin-right: 30px;
	background-color:aliceblue;
	border-radius:5px;
	box-shadow: 0px 5px 3px 1px black;
	border-color: lightblue;
}
table:hover{
 cursor:pointer;
}
.data{
	width: 33.33%;
	border-style:solid;
	border-color: grey;
    border-width: 2px;
	border-radius: 5px;
	text-align: center;
	font-size: 25pt;
	}
.data:hover{
	background-color: lightgray;
}
#row{
	border-left-color: black;
	border-top-color: black;

}
.labelname {
	width: 40px;
	font-size: 20pt;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color: white;
	padding: 30px;
	margin-left: 50%;
	margin-bottom: 20px;
    border-style: solid;
	border-color: black;
	border-radius: 20px;
	border-width: medium;
	}
h1{
	padding-left: 40%;
    color:blanchedalmond;
	font-size: 40px;

}

#btn {
	background-color:lightskyblue;
	border: medium.rgba(50,50,50,1.00);
	border-radius: 5px;
    text-align: center;
	cursor: pointer;
	color:gray;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 25px;
	margin-left: 50%;
	margin-right: 50%;
	margin-top: 10px;

	}
#btn:hover {
	background-color: blanchedalmond;
}
#btn:active {
	background-color: blanchedalmond;
	box-shadow:1px  4px  3px 5px grey;
}
#inst {
	float:left;
	padding-top: 10px;
	padding-left:30px;

}
