/* some initial styling for the checkout front end  */

.wc_payment_method.payment_method_sentoo img {
	margin-top: 10px;
}

.wc_blocks_payment_button_sentoo img {
	height: 58px!important;
	margin-top: 15px;
}

.payment_method_sentoo_card label img {
	display: block!important;
}

.status-note {
	padding: 30px;
	color: #222;
	margin-bottom: 35px;
}

.success {
	border: 1px solid #00b353;
	background-color: #edf8ef;
}

.pending {
	border: 1px solid #0096c7;
	background-color: #ecf6fa;
}

.warning {
	border: 1px solid #de3912;
	background-color: #fceeeb;
}