@media screen and (max-width: 600px) {
  header {
    padding:10px 45px;;
    font-size:15px;
    min-height: 23px;;
  }
  .user .pic , .product .pic {
    height:80px;
    width:80px;
  }
  .user .pic {
    height:60px;
    width:60px;
  }
  .user {
    padding-left:19px;
  }
  .user .name , .product .name{
    font-size: 13px;
    bottom:5px;
  }
  .product {
    background-size: auto 60%;
    background-position-y: 40%;
  }
  .product .price {
    font-size: 15px;
    top: 60px;
    font-weight: 700;
  }
  .product .name {
    font-size: 0;
  }
  .user , .product {
    width:100px;
    height:100px;;
    margin:10px 5px;
    margin-left:0;
  }
  #users , #products {
    padding: 0px;
    height: auto;
    box-sizing: border-box;
    margin:0;
  }
  #users {
    padding:20px;
  }
  #products {
    width:100%;
  }
  #bill {
    width:100%;
    padding: 30px;
    border-radius: 30px 30px 0 0;
    height: auto;
  }
  #products, #bill {
    padding-left:20px;
    /* padding-right:0; */
    padding-top:20px;
  }
  #bill-items{
    position:unset;
    margin-bottom:60px;
    margin-top:40px;
  }
  #bill item {
    margin:10px 0;
    width:100%;
    height:40px;
    font-size: 13px;;
  }
  .bill-item-actual-qt {
    left:17px;
    width:11px;
  }
  .bill-item-pos {
    left:31px;
  }
  item .bill-item-pos , item .bill-item-neg {
    line-height: 16px;
    top:2px;
  }

  #total {
    padding: 10px 20px;
  }
  #te-betalen {
    bottom:17px;
  }

  .log-item-time {
    left:20px;
  }
  .log-item-event {
    left:200px;
    max-width: 165px;
  }
  .log-item {
    margin-bottom:60px;
    margin-top:0;
  }
  .log-item-product {
    top:40px;
    left:80px;
  }
  .log-item-qt{
    top:40px;
    left:70px;
  }
  .log-item-price {
    top:40px;
    left:210px;
  }
  #history-button {
    right:20px;
    top:20px;
  }
  #icon {
    width:50%;
    margin-left:25%;
    margin-bottom:50px;
  }
  .mdl-card {
    /* width:70vw !important; */
    
  }
  #logout {
    top: 6px;
    right: 10px;
    width: 17px;
    border-radius:50%;
  }
  #profile-picture {
    width:28px;
    height:28px;
  }
}
article {
  padding:50px;
}