.bank_button_wrap  {
	width: 100%;
	height: auto;
	border: 1px solid #ccc;
	margin: 20px 0;
	padding: 3px;
	display: none;
}

.bank_button_inner_wrap {
	display: table;
}

.bank_to_select {
	display: none;
}

.bank-button {
	width: 120px;
	height: 80px;
	padding: 5px;
	border: 1px solid #ccc;
	display: block;
	float: left;
	margin: 2px;
	background: #fff;
	opacity: 1;
}

.bank-button:hover { 
	opacity: .8;
	cursor: pointer;
	outline: 1px solid #0079c1;
}

.bank-button-border {
	width: 120px;
	height: 80px;
	padding: 5px;
	display: block;
	float: left;
	margin: 2px;
	background: #fff;
	opacity: 1;
	outline: 1px solid #0079c1;
}

.paytrail-loader-img {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-left: 5px;
	background: url('../img/ajax-loader.gif');
}

#Nordea {
	background: #fff url('../img/nordea.png');
	background-size: 70px;
	background-repeat: no-repeat;
	background-position: center center;
}

#Osuuspankki {
	background: #fff url('../img/osuuspankki.png');
	background-size: 70px; 	
	background-repeat: no-repeat; 	
	background-position: center center;
}

#Danskebank {
	background: #fff url('../img/danskebank.png');
	background-size: 70px; 	
	background-repeat: no-repeat; 	
	background-position: center center;
}

#Alandsbanken {
	background: #fff url('../img/alandsbanken.png');
	background-size: 70px; 	
	background-repeat: no-repeat; 	
	background-position: center center;
}

#Handelsbanken {
	background: #fff url('../img/handelsbanken.png');
	background-size: 70px; 	
	background-repeat: no-repeat; 	
	background-position: center center;
}

#S-Pankki {
	background: #fff url('../img/spankki.png');
	background-size: 70px; 	
	background-repeat: no-repeat; 	
	background-position: center center;
}

#Paypal {
	background: #fff url('../img/paypal.png');
	background-size: 70px; 	
	background-repeat: no-repeat; 	
	background-position: center center;
}

#Klarna_lasku {
	background: #fff url('../img/klarna_lasku.png');
	background-size: 70px; 	
	background-repeat: no-repeat; 	
	background-position: center center;
}

#Klarna_osamaksu {
	background: #fff url('../img/klarna_tili.png');
	background-size: 70px; 	
	background-repeat: no-repeat; 	
	background-position: center center;
}

#Jousto {
	background: #fff url('../img/jousto.png');
	background-size: 70px; 	
	background-repeat: no-repeat; 	
	background-position: center center;
}

#Collector {
	background: #fff url('../img/collector.png');
	background-size: 70px; 	
	background-repeat: no-repeat; 	
	background-position: center center;
}

#Visa {
	background: #fff url('../img/visa.png');
	background-size: 70px; 	
	background-repeat: no-repeat; 	
	background-position: center center;
}

#Mastercard {
	background: #fff url('../img/mastercard.png');
	background-size: 70px; 	
	background-repeat: no-repeat; 	
	background-position: center center;
}

#Dinersclub {
	background: #fff url('../img/dinersclub.png');
	background-size: 70px; 	
	background-repeat: no-repeat; 	
	background-position: center center;
}

#Jcb {
	background: #fff url('../img/jcb.png');
	background-size: 70px; 	
	background-repeat: no-repeat; 	
	background-position: center center;
}

#Paytrail-tili {
	background: #fff url('../img/paytrail.png');
	background-size: 70px; 	
	background-repeat: no-repeat; 	
	background-position: center center;
}

#Aktia {
	background: #fff url('../img/aktia.png');
	background-size: 70px; 	
	background-repeat: no-repeat; 	
	background-position: center center;
}

#Pop {
	background: #fff url('../img/pop_pankki.png');
	background-size: 70px; 	
	background-repeat: no-repeat; 	
	background-position: center center;
}

#Saastopankki {
	background: #fff url('../img/saastopankki.png');
	background-size: 70px; 	
	background-repeat: no-repeat; 	
	background-position: center center;
}

#OmaSaastopankki {
	background: #fff url('../img/oma_sp.png');
	background-size: 70px; 	
	background-repeat: no-repeat; 	
	background-position: center center;
}

#Visa-Nets {
	background: #fff url('../img/visa.png');
	background-size: 70px; 	
	background-repeat: no-repeat; 	
	background-position: center center;
}

#Mastercard-Nets {
	background: #fff url('../img/mastercard.png');
	background-size: 70px; 	
	background-repeat: no-repeat; 	
	background-position: center center;
}

#Dinersclub-Nets {
	background: #fff url('../img/dinersclub.png');
	background-size: 70px; 	
	background-repeat: no-repeat; 	
	background-position: center center;
}

#Amex-Nets {
	background: #fff url('../img/amex.png');
	background-size: 70px; 	
	background-repeat: no-repeat; 	
	background-position: center center;
}

#Maestro-Nets {
	background: #fff url('../img/maestro.png');
	background-size: 70px; 	
	background-repeat: no-repeat; 	
	background-position: center center;
}

#MobilePay {
	background: #fff url('../img/mobile_pay.png');
	background-size: 70px; 	
	background-repeat: no-repeat; 	
	background-position: center center;
}

/* Collector osamaksu */

.paytrail_collector_price_paragraph {
	padding: 20px 0px;
	display: block;
}

/* Mobile */
@media(max-width: 800px) {
	.bank-button-border,
	.bank-button {
		display: block;
		float: none;
		margin: 2px auto;
	}

	.bank_button_inner_wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}

@media(max-width: 468px) {
	.bank-button-border,
	.bank-button {
		width: 100%;
	}

	.bank_button_inner_wrap {
		width: 100%;
		padding: 5px;
	}
}
/* CPU Hide bank buttons by default */
.bank_button_inner_wrap, .bank_button_wrap {
	display: none !important;
	border: none !important;
}