allStyle = html`<style>
.bottle-frame,#holder {
display: flex; flex-wrap:wrap;
}
#holder figure,.bottle-frame figure {
margin: 0 20px 10px 0; width:100px;
}
.svg-bottle-block{
margin:5px 0 ;
width:${blockDim.w + 'px'};
height:${blockDim.h + 22 + 'px'};
// background:red;
display:flex;
flex-direction:column;
align-items:center;
}
.svg-bottle-block>svg{
width:100%;
justify-self:center;
height:120px;
// background:blue;
}
.input-bottle{
width:${blockDim.w + 'px'} !important;
// border:solid 1px black;
border:none;
border-radius:1px;
outline:none;
text-align:center;
font-size:.7rem; ///// should be dynamic
padding:0;
}
.container{
display:flex;
flex-flow:row wrap;
justify-content:space-between;
}
#input-title{
width:${width + 'px'} !important;
font-size:1.5rem;
outline:none;
border:none;
}
</style>`