@charset "utf-8";
/* CSS Document */

html {
    margin-left:30%;
	margin-right:30%;
	margin-top:5%;
	margin-bottom:5%;
}

body {
    display: table-cell;
	text-align:center;
	font-family:Lato;
}

input {
		font-family:Lato;  
   		font-size: 15px;
}

textarea {
	   font-family:Lato;  
   		font-size: 15px;
}

header {
		font-size:20pt;
		text-align:left;
}

#greyBox {
	text-align:left;
	height:35px;
	font-family:Lato:700;
	fill:#C5C0C1;
	background-color:#d9d9d9;
}

#boxtext {
    position: relative;
    top: 45%;
	left: 15px;
    transform: translateY(-50%);	
	font-weight: bold;
}

#greyBox01 {
	text-align:center;
	height:35px;
	font-family:Lato:700;
	background-color:#d9d9d9;
}

table {
	border-color:#d9d9d9;
	text-align:left;
	padding-left:15px;
	border-collapse: collapse;
	width:100%;
	
}

tr {
	border: 3px solid #d9d9d9;
}

td {
	border: 3px solid #d9d9d9;
}


hr {
	border: none;
	height:5px;
	background-color:#16785e;
}

#maintext {
	font-size:10pt;
	text-align:left;
}

#secondtext {
	font-size:10pt;
	text-align:left;
}

#thirdtext {
	font-size:10pt;
	font-style:italic;
	text-align:left;
}

input, textarea {
    border: 5px solid white; 
    -webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    padding: 15px;
    background: rgba(255,255,255,0.5);
    margin: 10px 10px 10px 10px;
	resize: none;
}

#tybox {
		border: 5px solid white; 
    -webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    padding: 15px;
    background: rgba(255,255,255,0.5);
    margin: 10px 10px 10px 10px;
	resize: none;
}