body, body *{ word-break: break-all}
@media (min-width: 992px) {
    .mycontainer {
        padding: 20px;
    }
}

.tborder td{border-bottom:1px solid #ccc;}

.plcart{position: fixed;   right:0; top:0;  background:#eee;    z-index: 100; width: 90px;
    text-align: center;}


.flexrow{ display: flex; flex-direction: row;  align-items: center }
.flex100{flex-shrink: 0;     width: 100px;   }
.flex50{flex-shrink: 0;     width:50px;   }
.flex30{flex-shrink: 0;     width:30px;   }
.flex70{flex-shrink: 0;     width:70px;   }
.flexg1{  flex-grow: 1}
.flex1{ flex: 1;}