html {
  background-color: white !important;
}

* {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
}

.wynt-logo-image {
  margin-left: .5em;
  margin-right: .5em;
  margin-top: .5em;
  margin-bottom: .5em;
}

#orderReviewBox {
  padding-bottom: 2em;

}

.qty-col {
  width: 5em;
}

.qty-input {
  width: 5em;
}

.adj-input {
  width: 5em;
}

.wynt-wrapped-text {
  word-wrap: break-word;
  white-space: pre-line;
}

.wynt-info-message {
  color: blue;
  font-size: 1.5em;
}

.wynt-logo-name {
  font-size: 2.5em;
  margin-left: 1em;
  margin-right: .25em;
  color: #0099ff;
}

.wynt-login-logosection {
  text-align: center;
}

.wynt-login-message {
 margin-top: 1em;
 margin-bottom: 1em;
}

.wynt-orderreviewsummary {
  font-size: 1.25em;
}

.wynt-nav {
  margin-bottom: 2em;
}

.wynt-header-row {
  background-color: lightblue;
}

.wynt-medium-container {
  max-width: 100px;
}

.wynt-button-label {
	padding-left: .5em;
}

.wynt-delete-button {
  color: red;
}

.wynt-fieldlabeltext {
  font-weight: bold;
}

.wynt-order-list-table {
	margin-top: 50px;
}

.wynt-order-row {

}

.wynt-errortext {
  color: red;
}

.order-review-button-panel {
	margin-bottom: 50px;
}

.wynt-order-row:hover{
background: lightgray;
}

.wynt-store-row:hover{
background: lightgray;
}

.wynt-table-row:hover{
background: lightgray;
}

.wynt-product-row:hover{
background: lightgray;
}

#detailAddSection {
  margin-left: 50px;
}

.storeSection {
  /* whitespace padding between store sections on order page */
  padding: 10px;
}

.storeSectionInner {
  /* background color to visually group all store order fields together */
  background-color: white;
  padding: 20px;
}

.itemSection {
  /* whitespace padding between item sections within a store */
  padding: 10px;
}

.storeItemQuantity {

}

.storeSelect {

}

.money {
  /*text-align: right;*/
}

.numeric {
  /*text-align: right;*/
}

.vbottom {
  align-items: flex-end;
}

.vcenter {
  align-items: center;
}

.wynt-brand-tabs {

}

.wynt-brand-tabs li.active-wynt-brand-tab a {
  border-bottom-color: darkblue;
  color: darkblue;
}

.wynt-brand-tab {

}

#item-separation {
  border-bottom-style: solid;
  border-bottom-color: lightgray;
  border-bottom-width: thin;
}
