
.white_content {
    display: none;
    position: fixed;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    padding: 16px;
    border: 5px solid gray;
    background-color: white;
    z-index:1002;
    overflow: auto;
}
.textright {
    float: right;
}

table.tableAB  {
    border-bottom: 1px solid #69CCE0;
    border-top: 1px solid #69CCE0;
    padding:0 0 0 0;
    text-align:center;
    vertical-align:text-top;
    border-collapse: collapse;
}

tr.toprow {
    border-bottom: 1px solid #69CCE0;
}




table.tableAB  th{
    border-right: 1px solid #69CCE0;
    width: 100px;
    font-size:12px;
    vertical-align:text-top;
text-align:left;
}

table.tableAB  td{
    border:none;
    padding: 7px 5px;
    vertical-align:text-top;
}

.landingheader {
    font-size:45px;
    line-height: 45px;
}
.landingprice {
    font-family: Garamond, "Goudy Old Style", "Times New Roman", serif;
    font-size:25px;
    font-weight:700;
}

@media screen and (min-width: 600px) {
  .mobileonlybreak{
display:none;
  }
}

/* Force the container to respect the image height instead of the hardcoded 140px */
.ProductImage.QuickView a {
    height: auto !important;
    min-height: auto !important;
}

/* Remove the large minimum height on the product list item */
ul.ProductList li.Odd, 
ul.ProductList li {
    min-height: auto !important;
    padding-bottom: 0px !important;
}