html {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  background-image: url("../img/Background.jpg");
}

header {
  background-color: black;
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.9);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.9);
  z-index: 1;
}

header #logoleft {
  float: left;
  padding-left: 10px;
}

header #logoleft img {
  height: 50px;
  padding-top: 5px;
}

header #logoright {
  float: right;
  padding-right: 10px;
}

header #logoright img {
  height: 40px;
  padding-top: 10px;
}

section {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section input {
  width: 115px;
  height: 20px;
}

section #submit {
  height: 30px;
  border-radius: 10px;
  border-color: black;
  background-color: gold;
}

section td {
  width: 20px;
}

#list td {
  border-style: solid;
  border-width: 1px;
  background-color: white;
}

#list th {
  background-color: gold;
}

#sum td {
  border-style: solid;
  border-width: 1px;
  background-color: gold;
}

.delete {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background-color: red;
  color: white;
}
/*# sourceMappingURL=main.css.map */