/* Add here all your css styles (customizations) */

.priceGreen
{
	color:#71BF2A;
}

.withOutImageDiv
{
	border-top: medium solid gray;
}

.shop-product
{
	background-color:#FFF;
}

.myHeadLine
{
  display: block;
  margin: 10px 0 25px 0;
  border-bottom: 1px dotted #e4e9f0;
  
}

.myHeadLine-v2
{
  display: block;
  margin: 10px 0 25px 0;
  border-bottom: 1px dotted #e4e9f0;
  margin: 0 0 -2px 0;
  padding-bottom: 5px;
  display: inline-block;
  width:100%;
  /*border-bottom: 2px solid #72c02c; */
  /* border-bottom:2px solid #326E3C; */
  margin-bottom:15px;
  
  
}

.myHeadLine h2 {
  font-size: 22px;
}

.myHeadLine h2, 
.myHeadLine h3, 
.myHeadLine h4 {
  margin: 0 0 -2px 0;
  padding-bottom: 5px;
  display: inline-block;
  /*border-bottom: 2px solid #72c02c; */
  border-bottom:2px solid #326E3C;
}
.onlyPrint
{
	visibility: hidden;
	height:0px;
}
pre
{
	white-space:pre-wrap;
	
}
.table-responsive
{
	    overflow-x: visible;
}
@media print {
  body * {
    visibility: hidden;
  }
  #section-to-print, #section-to-print * {
    visibility: visible;
  }	
  #section-to-print {
    position: absolute;
    left: 0;
    top: 0;
  }
  a[href]:after {
    content: none !important;
  }
  	.noPrint *, .noPrint
	{
		font-size:0px;
	}
.onlyPrint
{
	visibility: visible;
	height:auto;
}
}