.epos-container {
	width: 312px !important;
	padding: 1px;
	border: 1px solid #aaa;
	background: #fff;
	box-shadow: 0px 0px 5px 0px #aaa;
	color: #000;
    font-weight: 600;
}

.epos-entry {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px
}

.epos-image {
	background-color: #fff;
	padding: 4px
}

.epos-symbol {
	background-color: #fff;
	padding: 4px;
    display: block
}

.epos-text {
    white-space: pre-wrap;
    word-break: break-all;
}

.epos-align-left {
	text-align: left !important;;
}


.epos-align-right {
    text-align: right !important;;

}

.epos-align-center {
    text-align: center !important;
    width: 100%;
    display: inline-block;
}

.epos-width-2 {
    webkit-transform: scale(2, 1); /* Safari and Chrome */
    -moz-transform: scale(2, 1); /* Firefox */
    -ms-transform: scale(2, 1); /* IE 9 */
    -o-transform: scale(2, 1); /* Opera */
    transform: scale(2, 1); /* W3C */
    transform-origin: left;
    display: inline-block;
}

.epos-height-2 {
    webkit-transform: scale(1, 2); /* Safari and Chrome */
    -moz-transform: scale(1, 2); /* Firefox */
    -ms-transform: scale(1, 2); /* IE 9 */
    -o-transform: scale(1, 2); /* Opera */
    transform: scale(1, 2); /* W3C */
    transform-origin: left;
    display: inline-block;
    line-height: 200%
}

.epos-height-2.epos-width-2 {
    font-size: 24px;
    transform: none;
    display: inline-block;
    line-height: 24px;
}

.epos-font-font_b {
    font-size: 11px
}


.epos-cut {
    display: flex;
    align-items: center;
    text-align: center;
}

.epos-cut::before, .epos-cut::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #000;
}

.epos-cut::before {
    margin-right: .25em;
}

.epos-cut::after {
    margin-left: .25em;
}