.container {
    margin-top:40px;
    display: flex;
    height: calc(100vh - 57px);
    overflow: hidden;
}
.contenainer {
    overflow: hidden!important;
}
.left {
    flex: 0 0 300px;
    display: flex;
    flex-direction: column;
}
#FormatHeader, #SupplierHeader {
    padding: 3px 8px 3px 8px;
    border: 1px solid black;
    background: #fff;
}
.right {
    flex: 1;
    overflow-y: auto;
}
.right thead {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}
.left .list {
    overflow-y: auto;
}
.left .item {
    padding: 6px;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}
.hidden {
    display: none;
}
.label {
    background-color: #dbd6d6;
    display: flex;
}
.block.sticker {
    margin: 40px;
}
.boxes {
    flex: 1;
}

.boxes .block {
    width: 560px;
    height: 430px;
    display: flex;
    clear: both;
    margin: 10px;
    position: relative;
}

.boxes .title {
    font-size: 30px;
    font-weight: bold;
    font-family: "Times New Roman";
    text-align: center;
    display: block;
    float: left;
    clear: left;
    width: 100%;
    margin-top: 20px;
}
.boxes .desc {
    font-size: 40px;
    font-weight: bold;
    font-family: "Times New Roman";
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 55px;
    color: red;
}
.boxes .price {
    font-size: 30px;
    font-weight: bold;
    font-family: "Times New Roman";
    text-align: center;
    display: block;
    float: left;
    clear: left;
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: space-around;
}
.boxes .price .box {
    border: 1px solid;
    padding: 7px;
    align-items: stretch;
    height: 35px;
}
.boxes .benefits:hover {
    background-color: #f2f2fd;
}
.boxes .benefits {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    font-family: "Arial";
    text-align: center;
    white-space: normal;
    clear: left;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    flex-grow: 1;
}
.boxes .benefits ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.boxes .logo {
    width: 70px;
    height: 70px;
    margin: 0;
}
.boxes .logo img {
    width: 85px;
}
.boxes .image {
    font-size: 20px;
    font-weight: bold;
    font-family: "Times New Roman";
    text-align: center;
    white-space: normal;
    display: block;
    float: left;
    clear: left;
    width: 100%;
    margin-top: 10px;
}
.boxes .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
    border:1px solid #000;
}
.boxes .box2 .image {
    display: flex;
    flex: 1;
    justify-content: center;
    flex-direction: column;
}
#printLabel {
    background-color: #9DACFF;
    position: absolute;
    right: 0;
    top: 0;
}
.switchBIBox {
    position: absolute;
    right: -125px;
    top: 155px;
    width: 120px;
}

.block.sticker {
  width: 2.4in;
  cursor: pointer;
}
.block.sticker table.stickerLabel {
  border-collapse: collapse;
  border: 1px solid;
  background-color: #fff;
  text-align: center;
  width: 100%;
}
.block.sticker .product, .block.sticker .specification {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  font-family: "Arial";
}