* {
  margin: 0;
  padding: 0; }

body, html {
  width: 100%;
  height: 100%; }

button {
  font-size: 14px;
  border-radius: 4px;
  padding: 7px 10px;
  background: #ffe9b8;
  border: #d9d9d9 1px solid;
  transition: all .2s linear;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); }
  button:hover {
    border-color: #a6a6a6; }
  button:active {
    background: #FDB731; }

input {
  outline: none;
  border-radius: 4px;
  padding: 8px;
  font-size: 16px;
  border: #afafaf 1px solid;
  transition: all .2s linear;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); }
  input:hover, input:focus {
    border-color: #003cff; }

nav {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 10px 0;
  width: 100%; }
  nav label {
    margin-bottom: 10px;
    display: flex;
    align-items: center; }
    nav label b {
      font-size: 14px;
      width: 90px; }
    nav label input {
      width: 400px; }
  nav div {
    display: flex;
    justify-content: center;
    align-items: center; }
    nav div button:last-of-type {
      margin-left: 20px; }

ul {
  width: 90%;
  padding: 10px 5%; }
  ul li {
    border-bottom: 1px solid;
    margin-bottom: 10px;
    padding-bottom: 10px; }
    ul li label {
      display: flex;
      align-items: center; }
      ul li label b {
        font-size: 15px;
        width: 150px; }
      ul li label input {
        flex-grow: 1;
        margin: 0 10px;
        font-size: 12px; }
      ul li label button {
        font-size: 12px; }
    ul li img {
      border: 1px solid transparent; }
      ul li img:hover {
        border-color: gray; }

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