/* CSS File of class currentDoublePriceTable  */

@media {
	
.currentDoublePriceTable { 
border-collapse:collapse;
box-sizing:border-box;
border-spacing:0;

}

.currentDoublePriceTable_ord { 
margin-bottom:3em;
width:100%;
max-width:800px;
}
.currentDoublePriceTable__caption { 
box-sizing:border-box;

}

.currentDoublePriceTable__caption_pdf { 
font-size: 1.6em;
padding: 0.5em;
font-family:  serif;
font-weight: bold;
line-height: 1.2em;
text-align:center;
border:1px solid black;
}


.currentDoublePriceTable__caption_agg { 

background:linear-gradient(lightgrey,white,lightgrey);
font-size: 1.4em;
padding: 1em 0.5em 1em 0.5em;  
font-weight: bold;
line-height: 1.2em;
border:1px solid grey;
text-align:center;
width:100%;

}


.currentDoublePriceTable__caption_simple { 

padding: 1em 0 1em 0;
border-bottom: 1px solid lightgrey;
text-align: left;
word-wrap: break-word;
overflow-wrap: break-word;
font-weight:500;
word-break: break-word;
}
/*
.currentDoublePriceTable__caption_simple span::after { 
content:"\20BD";
margin-left:1em;
}*/

.currentDoublePriceTable__body__headerrow_cat .currentDoublePriceTable__body__headerrow__name {
padding:1em 0.5em 1em 0em;
font-size:1.2em;
font-weight:bold;
text-align:left;
	
}
.currentDoublePriceTable__body__headerrow_item .currentDoublePriceTable__body__headerrow__name {	
padding:0.5em 0.5em 0.5em 0em;
text-align:left;
font-weight:bold;	
}


.currentDoublePriceTable__body__itemrow__pricetype { padding:0.5em;font-size:0.9em;}

.currentDoublePriceTable__body__itemrow__price { padding:0.3em 0 0.3em 0.3em;text-align:right;}
.currentDoublePriceTable__body__itemrow__typedprice { padding:0.3em 0 0.3em 0.3em;text-align:right;display:flex;flex-direction:row;justify-content:space-between;}
.currentDoublePriceTable__body__itemrow__typedprice::before {font-size:0.8em;content:attr(pricetype);margin-right:0.8em;}

.currentDoublePriceTable__body__itemrow  {border-bottom:1px dotted grey;}

.currentDoublePriceTable__body__itemrow__name{
	
word-wrap:break-word;
overflow-wrap: break-word;
box-sizing:border-box;
width:100%;
padding:0.3em 1.5em 0.3em 0em;

}

.currentDoublePriceTable__body__itemrow_subitem .currentDoublePriceTable__body__itemrow__name {
font-size:0.8em;
font-weight:400;
font-style:italic;
}
.currentDoublePriceTable__body__itemrow_item .currentDoublePriceTable__body__itemrow__name {
 font-size:1em;
}

}

@media  all and (min-width: 950px) {
	
.currentDoublePriceTable__caption_simple { 

/*font-family: "IBM Plex Serif", serif;*/
font-size:1.6em;
font-family:  "Georgia", serif;
font-weight :400;
font-stretch:ultra-condensed;
line-height:1.2em;
text-align:left;
font-variant-numeric: lining-nums;
}
	
}


@media  all and (max-width: 950px) {
	
	
.currentDoublePriceTable__caption_simple { 

font-stretch:extra-condensed;
font-family:Tahoma;
text-align:left;
font-size:1.5em;
line-height:1em;

}

	
	
}
