/* Always set the map height explicitly to define the size of the div
       * element that contains the map. */
#map {
  height: 100%;
}
.center {
  margin: auto;
  width: 30%;
  border: 3px solid #73AD21;
  padding: 10px;
}
.centerImage {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.label {
  color: green;
  padding: 8px;
}
td {
  text-align: center;
  padding: 8px;
  font-size: 14px;
}
p.message {
    font-size: large;
    text-align:center;
    width: 100%;
}
p {
    width: 100%;
    text-align:center;
    color: green;
}
.container {
    width: 80%;
    margin: 0 auto; /* Center the DIV horizontally */
}
nav a{
    color: green;
    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 green;
    
}
.content.left {
    margin-left: 30px;
}
.icon {
  padding: 10px;
  background: green;
  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: green;
  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: green;
  color: white;
  word-wrap: break-word;
  font-size: 18px;
}
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
ul {
  text-align: left;
}
/* black line */
hr.new6 {
  border: 5px solid black;
  border-radius: 5px;
}
