#article {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 850px) {
  #article {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

#article h3 {
  margin-bottom: 10px;
}
#signout {
  padding: 5px;
  border: solid 1px black;
  border-radius: 8px;
}
#signout:hover {
  background-color: rgb(200,200,200);
}

.productitem {
  margin: 10px 0;
  padding-bottom: 5px;
  height: 60px;
  text-align: left;
  border-bottom: solid 1px grey;
}
.productitem .productitemimg {
  float: left;
  margin-right: 5px;
  max-width: 25%;
  max-height: 100%;
}
.productitem .productitemname {
  float: left;
  vertical-align: top;
  width: 70%;
  margin: 0;
  font-size: 16px;
}
.productitem .productitemprice {
  float: left;
  position: absolute;
  right: 35px;
  margin: 0;
  padding-top: 45px;
  height: 16px;
  font-size: 16px;
  font-weight: bold;
}