footer{
	bottom: 0; 
	right: 0;
	left: 264px; 
	position: absolute;
}

@media (max-width: 768px) {
	footer {
		left: 0 !important;
	}
}

@media (min-width: 576px) {

	.card-columns {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}

	.card-columns-two {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}

}


.btn-payment{
	outline: none;
	width: 100%;
    display: block;
    border-radius: 4px;
    border: 1px solid #e7e7e7;
    background-color: #eeeeee;
    margin: 15px 0px 15px 0px;
    color: #777777;
    text-align: center;
}

.btn-payment input[type=image]{
	width: 80%;
	outline: none;
}

.btn-warning,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle{
	color: #ffffff;
}

.break-area{
	white-space: pre-line;
}