body.debug{
	/* visibility: visible; */
}

/* 
 * This CSS-file is for the Resurs Banken integration 
 * - Booking - Payment window (.atstep4-resursbanken) 
 * media queries
 */

@media screen and (max-width:599px){
	html .rbstep-item-logo{
		display:none;
	}
}

@media screen and (min-width:600px) and (max-width:979px){
	html .rbstep-method{
		width:65%;
	}

	html .rbstep-details{
		width:27%;
	}

	html .rbstep-completion{
		width:96%;
		border-top-style:solid;
		border-top-width:1px;
	}

	html .rbstep-completion{
		box-shadow:inset 1px 0 0 0 LightGray;
	}
}