@charset "utf-8";
h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 1.7em;
	color: #003399;
}
.box td{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	background-color: #FFFFFF;
	font-weight: normal;
	padding: 5px;
	font-size: .9em;
	border: 1px solid #CCCCCC;
}
th {
	color: #003399;
	font-weight: normal;
	font-size: .9em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
.titles {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 1.5em;
	color: #FFFFFF;
}
.line {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.style1 {
	color: #FFFFFF;
	font-size: 1em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
.instructions-left {
    width: 50%;
    float: left;
    margin-bottom: 20px;
    height: auto;
    text-align: left;
    line-height: 1.5em;
}
.instructions-middle {
    width: 45%;
    float: left;
    margin-bottom: 0px;
    height: auto;
    clear: none;
}
.instructions-right {
    width: 40%;
    margin-bottom: 20px;
    height: 300px;
    clear: right;
    margin-top: 10px;
}

body {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-size: large;
}
p .tryhere #textfield {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-size: 4em;
    width: 70px;
    margin-top: -20px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    height: 70px;
}
.tryhere {
    margin-left: 40px;
    float: left;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4);
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    height: 500px;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
#myBtn {

}
