* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background: linear-gradient(to left, #cdc, #9b9);
  color: #333; }

.root-container {
  margin-left: 25%;
  width: 50%; }

h1 {
  width: 40%;
  float: left;
  color: #f8f8f8;
  font-family: helvetica;
  margin: 0;
  padding: 0.5em; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell; }

input {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  display: table-cell;
  padding: 6px 12px;
  border: 1px solid #ccc;
  margin: 0;
  font-size: 0.6em; }

.suffix input {
  border-radius: 8px 0px 0px 8px; }

.suffix .input-group-addon {
  border-left: 0;
  border-radius: 0px 8px 8px 0px; }

.prefix input {
  border-radius: 0px 8px 8px 0px; }

.prefix .input-group-addon {
  border-right: 0;
  border-radius: 8px 0px 0px 8px; }

.presuffix input {
  border-radius: 0px; }

.input-group-addon.prefix {
  border-radius: 8px 0px 0px 8px;
  border-right: 0; }

.input-group-addon.suffix {
  border-radius: 0px 8px 8px 0px;
  border-left: 0; }

.input-group {
  float: right;
  width: 60%;
  position: relative;
  display: table;
  border-collapse: separate;
  font-size: 2em;
  padding: 0.5em; }

table {
  border-spacing: 0;
  border-collapse: separate;
  width: 100%; }

tbody tr:first-child th {
  font-size: 1.2em;
  border-bottom: solid white 2px;
  margin: 0; }

tbody tr td {
  /*border-left: solid white 1px;*/
  text-align: center;
  padding: 0.5em; }

div.note {
  text-align: center;
  font-style: italic;
  font-size: 1.3em; }

td.beneficial {
  background-color: rgba(0, 255, 0, 0.2); }

td.neutral {
  background-color: rgba(255, 255, 0, 0.2); }

td.avoid {
  background-color: rgba(200, 0, 0, 0.2); }

td.unknown {
  background-color: rgba(150, 150, 150, 0.2); }

@media only screen and (min-width: 769px) and (max-width: 1248px) {
  .root-container {
    margin-left: 10%;
    width: 80%; } }

@media only screen and (max-width: 768px) {
  .root-container {
    margin-left: 0;
    width: 100%; }
  .input-group {
    clear: both;
    float: none;
    width: 100%; }
  h1 {
    text-align: center;
    width: 100%; } }

/*# sourceMappingURL=bundle.css.map*/