.ShippingCalc {
  border-radius: 2ex;
}

.ui-menu li {
 list-style-type: none;
}

.ui-menu {
  white-space: nowrap;
}

#StockControl {
  background: white;
  top: 10%;
  height: 80%;
  left: 5%;
  width: 90%;
  position: fixed;
  overflow: auto;
  border: 3px lightBlue solid;
  border-radius: 20px;
}

#DataEntry {
 line-height: 2em;
}

.productDetailDescription table {
 border: 2px solid #000000;
 border-collapse: collapse;
}

.productDetailDescription table td {
 border: 2px solid #000000;
 font-family: "Arial","sans-serif";
 padding-left: 2px;
 padding-right: 5px;
}


.productDetailDescription table tr:first-child {
 background-color: #339;
 color: #fff;
 font-weight: bold;
 height: 2.5em;
 vertical-align: bottom;
}

.XmasMessage {
 width: 450px;
 border: 2px solid red;
 background-color: #FFFF66;
 border-radius: 10px;
 margin-left: auto;
 margin-right: auto;
 padding: 5px;
 text-align: center;
}


