.banner {
  background-color: rgb(32, 82, 99); 
  color: white; 
  padding: 20px;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 24px;
}
.pricebutton {
  background-color: red;
  border: none;
  color: white;
  padding: 0px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}
.cartbutton {
  background-color: green;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}
.awhite:link, .awhite:visited {
  background-color: transparent;
  color: white;
  padding: 0px 0px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
.ablue:link, .ablue:visited {
  background-color: transparent;
  color: blue;
  padding: 0px 0px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
.lightblueitem {
  background-color: lightblue;
  width: 200px;
  border: 10px lightblue;
  padding: 5px;
  margin: 5px;
  text-decoration: none;
}
.detailbutton {
  background-color: green;
  border: none;
  color: white;
  padding: 0px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}
.carttableheader {
  background-color: blue;
  border: none;
  color: white;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 2px 2px;
  cursor: pointer;
}
.carttablecell {
  background-color: blueviolet;
  border: none;
  color: white;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 2px 2px;
  cursor: pointer;
}
.form-user-label {
  font-weight: bold;
  margin-top: 5px;
  display: inline-block;
}
.form-user-input {
  background-color: transparent;
  width: 200px;
  padding: 8px;
  margin-top: 5px;
  box-sizing: border-box;
  height: 5px;
  display: inline-block;
}
.form-user-button {
  background-color: #4CAF50;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  margin-top: 5px;
}
.editbutton {
  background-color: orange;
  border: none;
  color: white;
  padding: 0px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
}
.deletebutton {
  background-color: orangered;
  border: none;
  color: white;
  padding: 0px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
}
.sqleditformtextbox {
  field-sizing: content;
  background-color: lightblue;
  font-size: 16px;
  padding: 0px 5px;
}
.tablefixed{
  table-layout: fixed;
  width: 200%;
}
.coinentry-label {
  font-weight: bold;
  margin-top: 5px;
  width: 100px;
  margin-right: 10px;
  text-align: left;
  display: inline-block;
}
.coinentry-input {
  background-color: transparent;
  width: 200px;
  padding: 8px;
  margin-top: 5px;
  margin-right: 100px;
  box-sizing: border-box;
  height: 5px;
  display: inline-block;
}