.centerImage {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.fixed-header, .fixed-footer{
    width: 100%;
    position: fixed;
    background: #333;
    padding: 10px 0;
    color: dodgerblue;
}
.fixed-header{
    top: 0;
}
.fixed-footer{
    bottom: 0;
}
.label {
  color: blue;
  padding: 8px;
}
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: dodgerblue;
    text-align: center;
}
.footerLoginInfo{
    font-size: large;
    text-align: left;
    color: blue;
    text-align: center;
}
div.box_container{
    width: 100%;
    display: flex;
}
div.boxThird {
  width: 33%;
  height: 100%;
  border: 5px blue;
  padding: 10px;
  margin: auto;
}
div.box {
  width: 50%;
  height: 100%;
  border: 5px solid blue;
  padding: 10px;
  margin: auto;
}
div.boxFull {
  width: 100%;
  height: 100%;
  border: 5px solid blue;
  padding: 10px;
  margin: 5px;
}
td {
  text-align: center;
  padding: 8px;
  font-size: 14px;
}

h1 {
    width: 100%;
    text-align:center;
    color: dodgerblue;
}

h2 {
    width: 100%;
    text-align:center;
    color: dodgerblue;
}
h4{
    width: 100%;
    text-align:center;
    font-size: medium;
}
p.message {
    font-size: large;
    text-align:center;
    width: 100%;
}
p {
    width: 100%;
    text-align:center;
    color: dodgerblue;
}

.center {
    margin: auto;
    width: 30%;
    border: 3px solid blue;
    padding 10px;
}
.container {
    width: 80%;
    margin: 0 auto; /* Center the DIV horizontally */
}
nav a{
    color: dodgerblue;
    text-decoration: none;
    padding: 7px 25px;
    display: inline-block;
}
.container p{
    line-height: 200px; /* Create scrollbar to test positioning */
}
.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}
div.chart {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 50%;
    border: 5px solid blue;
    
}
.content.left {
margin-left: 30px;
}
/* Some more styles to beutify this example */
nav a{
    color: #fff;
    text-decoration: none;
    padding: 7px 25px;
    display: inline-block;
}
.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}
.icon {
  padding: 10px;
  background: dodgerblue;
  color: white;
  min-width: 50px;
  text-align: center;
}

.input-field {
  width: 100%;
  padding: 10px;
  outline: none;
}

.input-field:focus {
  border: 2px solid dodgerblue;
}

/* Set a style for the submit button */
.btnn {
  background-color: dodgerblue;
  color: white;
  padding: 15px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.btnn:hover {
  opacity: 1;
}

#projectTable {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#projectTable td, #projectTable th {
  border: 1px solid #ddd;
  padding: 8px;
  background-color: lightgray;
  word-wrap: break-word;
  font-size: 16px;
}

#projectTable th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: dodgerblue;
  color: white;
  word-wrap: break-word;
  font-size: 18px;
}
body{
    padding-top: 60px;
    padding-bottom: 40px;
    font: 14px sans-serif;
}
ul {
  text-align: left;
}
