/* ==========================================================================
   DECO ALT TAB TABLE
   ========================================================================== */		
.decoAltHeader {
	text-align: center;
	padding: 30px 20%;
}
.decoAltHeader .od-button {
	margin-bottom: 20px !important;
}
.decoAltCont {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.decoAltCont > div.methodPriceCont {
width: 100%;
position: relative;
border: 1px solid #cccccc;
margin-bottom: 20px;
border-radius: 8px 8px 0px 0px;
overflow: hidden;
}	

.decoAltCont > div.methodPriceCont > div.methodPriceContInner {
overflow: hidden;
height: 0px;
}	
.decoAltCont > div.methodPriceCont:first-child > div.methodPriceContInner {
height: auto;
}
.decoAltCont > div.methodPriceCont.open > div.methodPriceContInner {
height: auto;
}
.decoAltCont > div.methodPriceCont > div.methodPriceContInner .methodCont {
position: relative;
display: flex;
overflow: hidden;
padding: 20px 20px;
}	
.decoAltCont > div.methodPriceCont > div.methodPriceHeader {
width: 100% !important;
padding: 10px 20px;
background-color: #d3e8fe;
}
.decoAltCont > div.methodPriceCont > div.methodPriceHeader h3 {
padding: 0px;
}	
.methodContInner {
border: 1px solid var(--od-wc-border-semi-light); 
margin-right: 20px;
padding: 20px;
}	
.methodPriceContInner .decoPriceCont {
padding: 0 20px;
	}	
	
.recLabel {
position: absolute;
top: 45%;
left: 0;
background-color: yellow;
width: auto;
height: auto;
padding: 6px 10px;
font-weight: bold;
}
.methodContInner img {
padding-bottom: 15px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
}	
.methodContInner h3{
text-align:center;
padding-bottom: 0px;
padding-top: 5px;
}
.methodContInner p {
text-align:center;
}	