
.top-header {

	width:100%;
  text-align: center;
  background: #66afe9;
  font-size:20px;
  color: #FFFFFF;
 border-radius: 10px;
	font-weight:bold;
	font-family: "Lucida Console";
}



.form-control {
    display: block;
    width: 100%;
    height: 48px;*/
    padding: 6px 12px;
    font-size: 20px;
    text-transform: capitalize;
    color: #00000;
    background-color: #fff;
    background-image: none;
    border: 4px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}


a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }


table, th, td {    

margin-left: auto;  
margin-right: auto;  

font-size: 20px;  
}      