/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

body {
  background-color: #EEEEEE;
  font-family: Arial, Helvetica, sans-serif;
}

div {
  margin: 5px;
  display: inline-block;
  vertical-align: top;
}

form {
  margin: 5px;
  display: inline-block;
  vertical-align: top;
}

input[type=text], select {
  border-radius: 4px;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
}

input[type=submit] {
  border: 5px solid #4CAF50;
  border-radius: 8px;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #4CAF50;
  color: white;
}

footer {
  float: auto;
  clear: both;
  margin: 5px;
}

table {
  margin: 5px;
  border-radius: 4px;
  background-color: #DDDDDD;
  display: inline-block;
  vertical-align: bottom;
}

tr:nth-child(odd) {
  background-color: #CCCCCC;
}

th, td {
  text-align: left;
  padding: 5px;
}

header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

header li {
  float: left;
}

header li a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

header li a:hover {
  background-color: green;
}

.result {
  background-color: #DDDDDD;
  border-radius: 4px;
  padding: 8px 16px;
  vertical-align: bottom;
}

hr {
  height: 1px;
  background-color: #333;
}
