#logo {
  width: 20%;
}

#downloads li {
  margin-top: 10px;
}
.floats {
  display: block;
  float: left;
  /* padding: 20px; */
}

#search-container {
  clear: both;
}

.submit-button,#terms, #database {
  float:left;
  display: inline-block;
  margin: 10px 10px;
}
.consequence p {
     /*
  word-wrap: break-word;
     */
     word-break: break-all;
}
.consequence {
  width: 200px;
     
}

#search-button {
  background-color: lightblue;
  height: 40px;
  width: 40px;
  padding: 0px;
  display:flex;
  align-items:center;
}
#search-button p {
  vertical-align: middle;
  margin: auto;
}
.tillingtitle {
  background-color: #26374a;
  text-align: center;
  color: white;
}
.tillingtitle p {
  font-size: 50px;
  margin: 0px;
}
#navbar {
  background-color: #26374a;
}
#acrd {
  font-size: 30px;
  font-weight: bold;
}
#image {
  background-color: #26374a;
}
#tilling-content {
  display: inline-block;
  margin-top: 20px;
  height: auto;
  /*
  border: solid thin lightblue;
  */
}
#overview {
  background-color: lightgray;
  padding-left: 10px;
  /*
  margin-top: 20px;
  */
}

#filterbox {
  margin-bottom: 10px;
}
#overview  p:first-child {
  font-weight: bold;
  font-size: 24px;
  margin-top: 0px;
  margin-bottom: 0px;
}
#footer {
  width: 100%;
  height: 80px;
  background-color: lightgray;
  padding: 0px;
}

#footer img {
  float: right;
  height: 50px;
  margin-top: 15px;
  margin-right: 15px;
}

#search-box p {
  margin: auto;
}
#search-box {
 margin-left: 10px;
}

#search {
  
}

#search-container {
  background-color: lightgrey;
  margin-top: 20px;
  padding: 0px;
  width: 100%;
}

#search-title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
}

#search-container p {
  margin: 5px;
}

#bodycontainer {
  margin-left: 8%;
  margin-right: 8%;
}
/* Add a black background color to the top navigation bar */
.topnav {
  overflow: hidden;
  background-color: #001933;
  color: white;
}

.topnav p {
  color: white;
}

#contact-container {
  margin-top: 10px;
  clear: left;
}
#contact-container  p:first-child {
  font-weight: bold;
  font-size: 24px;
  margin-top: 10px;
}
#search-and-contact-container {
  padding-top: 0px;
  padding-right: 0px;
  width: 35%;
  float: right;
}
.topnav a {
  color: white;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: grey;
  color: black;
}

/* Style the "active" element to highlight the current page */
.topnav a.active {
  background-color: #2196F3;
  color: white;
}

/* Style the search box inside the navigation bar */
.topnav input[type=text] {
  float: right;
  padding: 6px;
  border: none;
  margin-top: 8px;
  margin-right: 16px;
  font-size: 17px;
}

/* When the screen is less than 600px wide, stack the links and the search field vertically instead of horizontally */
\@media screen and (max-width: 600px) {
  .topnav a, .topnav input[type=text] {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }
  .topnav input[type=text] {
    border: 1px solid #ccc;
  }
}
body {
	font-family: sans-serif;
}

tr {
  border: solid thin lightgray;
}

td {
  border-collapse: collapse;
  border: solid thin #E9E6E6;
  width: 130px;
}

tbody tr:first-child {
  background-color: lightgray;
}

table {
  border: solid thin #DCDCDC;
  border-collapse: collapse;
  font-size: 13px;
}
td,th {
  border-collapse: collapse;
	width: 130px;
	text-align: center;
}

.id {
	display: none;
}

