span[data-tiered-price-wrapper] {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
span[data-tiered-price-wrapper] > .woocommerce-Price-amount.amount {
	font-size: 46px;
	color: var(--color-content-primary);
}
.lingor-prime-right {
	font-size: 20px;
	font-weight: 100;
}
.lingor-prime-right p {
	margin-bottom: 0;
}
.lingor-prime-left {
	flex: 1;
	margin-top: 5px;
	font-size: 20px;
	min-width: 100%;
	font-weight: 100;
}
.lingor-prime-left strong {
	color: var(--color-content-primary);
}

thead th {
	font-weight: 600 !important;
}
thead tr {
	background: rgba(0,0,0,0.08);
}
td > input {
	max-width: 100%;
}
table td, table th {
	border: 0.1px solid rgba(0,0,0,0.2);
}
tr:nth-child(2n) {
	background: rgba(0,0,0,0.08);
}
thead th:nth-child(1) {
    width: 40px;
}
thead th:nth-child(3) {
	width: 50px;
}
thead th:nth-child(4) {
	width: 40px;
}
thead th:nth-child(5) {
	width: 50px;
}

.yellow {
    background: rgba(255, 255, 0, 0.2);
    padding: 8px 5px !important;
}
.blue {
    background: rgba(0, 155, 255, 0.2);
    width: 68px;
    padding: 8px 5px !important;
}
.green {
    background: rgba(0, 255, 0, 0.2);
    font-weight: 600;
    padding: 8px 5px !important;
    
}
.lingor_automatic_prices .submit {
	padding: 0 !important;
}
.price-rules-table-wrapper {
	margin: 40px 0;
}
.price-rules-table-wrapper th {
	padding: 16px !important;
}
.lingor-prime {
	font-size: 16px;
	margin-bottom: 40px;
}
.lingor-prime strong {
	color: var(--color-content-primary);
}
.lingor-prime p {
	margin-bottom: 5px;
}
#wfboxOverlay img {
	position: relative;
	top: calc(50% - 13px);
	left: calc(50% - 207px);
}
#myInput {
	margin-bottom: 20px;
	width: 100%;
}