html,
body {
	background: #fdfff9;
}
.container {
	max-width: 750px;
}
.btn {
	border-radius: 3px;
}
.btn-danger {
	background-color: #C3C617;
	border-color: #A1A32E;
	text-shadow: 0px 1px 2px #74760C;
	font-size: 1.4em;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
	background-color: #d3d51e;
	border-color: #b1b330;
}
.errormsg {
	color: #d22828;
	font-weight: bold;
}
.header {
	color: #20301a;
}
.header a {
	color: #9acbf6;
}
.header .glyphicon-ok-circle {
	color: #309006;
	font-size: 1.5em;
	vertical-align: bottom;
}
.content {
	background: #DEDEDE;
	padding: 10px 0;
	border-top: solid 1px #b1b5a7;
	border-bottom: solid 1px #b1b5a7;
}
.content.close_window {
	padding: 100px 0;
}
.credit_cards {
	width: auto;
	height: 32px;
}
.trois_d_secure {
	width: 99px;
	height: auto;
	margin: 0 5px 20px 5px;
}
.footer {
	padding: 10px 0;
}
.table th,
.table td {
	width: 50%;
}