﻿/*.DemandItems {
    margin-bottom: 50px;
}*/
#IncludeItems {
  width: 100%;
  margin-top: 10px; }

.DemandItems {
  width: 98%;
  margin: 0 auto; }
  .DemandItems .Item {
    margin-bottom: 20px;
    overflow: hidden;
    height: 50px;
    display: flex;
    justify-content: space-between; }
    .DemandItems .Item .DemandLeft, .DemandItems .Item .IncludeLeft {
      overflow: hidden;
      display: flex; }
      .DemandItems .Item .DemandLeft .DemandImage, .DemandItems .Item .IncludeLeft .DemandImage {
        width: 100px; }
        .DemandItems .Item .DemandLeft .DemandImage a, .DemandItems .Item .IncludeLeft .DemandImage a {
          overflow: hidden;
          display: flex;
          justify-content: center; }
          .DemandItems .Item .DemandLeft .DemandImage a img, .DemandItems .Item .IncludeLeft .DemandImage a img {
            max-width: 100px;
            height: 50px; }
      .DemandItems .Item .DemandLeft .DemandItemNameAndStock, .DemandItems .Item .IncludeLeft .DemandItemNameAndStock {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly; }
        .DemandItems .Item .DemandLeft .DemandItemNameAndStock a, .DemandItems .Item .IncludeLeft .DemandItemNameAndStock a {
          font-size: 20px;
          white-space: nowrap;
          text-decoration: none;
          color: black; }
        .DemandItems .Item .DemandLeft .DemandItemNameAndStock .DemandStock img, .DemandItems .Item .IncludeLeft .DemandItemNameAndStock .DemandStock img {
          margin-right: 5px; }
    .DemandItems .Item .DemandRight {
      display: flex; }
    .DemandItems .Item .Price {
      margin-right: 10px;
      margin-top: 10px;
      font-size: 25px;
      font-weight: 500; }
      .DemandItems .Item .Price strong {
        font-weight: inherit;
        font-size: inherit;
        color: inherit; }
    .DemandItems .Item .Amount {
      display: none; }

.DemandItems .DemandHeading,
#IncludeItems .IncludeHeading {
  color: black;
  font-size: 30px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-align: center;
  border-bottom: 1px solid #808080; }

.DemandItems .Item .DemandStock {
  float: right;
  padding-right: 20px; }

@media only screen and (max-width: 999px) {
  .DemandItems {
    width: 98%;
    margin: 0 auto; }
    .DemandItems .Item {
      height: unset;
      align-items: center; }
      .DemandItems .Item .DemandLeft {
        height: 70px; }
        .DemandItems .Item .DemandLeft .DemandImage {
          min-width: 80px; }
          .DemandItems .Item .DemandLeft .DemandImage a img {
            height: 70px; }
        .DemandItems .Item .DemandLeft .DemandItemNameAndStock a {
          font-size: 30px; }
        .DemandItems .Item .DemandLeft .DemandItemNameAndStock .DemandStock .Stock {
          display: flex;
          font-size: 22px;
          align-items: baseline; }
        .DemandItems .Item .DemandLeft .DemandItemNameAndStock .DemandStock img {
          width: 16px; }
      .DemandItems .Item .Price {
        font-size: 30px; }
      .DemandItems .Item .NormalButton.Highlight.AdditionalItemBuy {
        width: 150px;
        font-size: 40px;
        line-height: 50px; } }
