body {
	font-size: 16px !important;
	background: #eee 16px !important;
}

input, select {
	margin: 0px !important;
}

select {
	background-color: white;
	padding: 5px 15px;
}
input {
	padding: 3px !important;
}

table {
	margin-top: 5px !important;
}
td {
	vertical-align: top !important;
	padding: 6px 10px !important;
}
input[type="radio"] {
 /*   -webkit-appearance: checkbox; /* Chrome, Safari, Opera */
 /*     -moz-appearance: checkbox;    /* Firefox */
  /*    -ms-appearance: checkbox;     /* not currently supported */
	margin: 6px !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	-ms-appearance: none !important;
	appearance: none !important;
	cursor: pointer !important;
	background: url(../images/gs.png) !important;
}
input[type="radio"]:checked { 
	background: url(../images/os.png) !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	-ms-appearance: none !important;
	appearance: none !important;
}
input[type="radio"]:disabled { 
	background: url(../images/rs.png) !important;

}

input[type="checkbox"] {
 /*   -webkit-appearance: checkbox; /* Chrome, Safari, Opera */
 /*     -moz-appearance: checkbox;    /* Firefox */
  /*    -ms-appearance: checkbox;     /* not currently supported */
	margin: 6px !important;
}
textarea {
	margin-top: 5px !important;
}

h1, h2, h3, h4, h5 ,h6 {
	color: #999 !important;
	font-weight: bold !important;
}

h3 {
	margin-top: 10px !important;
}

.row {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.centered-text {
	text-align: center;
}

.star {
	color: red !important;
}
.red {
	color: #ee3123 !important;
	fill: #ee3123 !important;
}
.green {
	color: #00aa44 !important;
	fill: #00aa44 !important;
	cursor: pointer;
}
.orange {
	color: orange !important;
	fill: orange !important;
	cursor: pointer;
}
.tab {
	margin-left: 40px;
}
.small {
	font-size: 75%;
	padding-top: 35px;
}

.green_check {
	width: 30px;
	height: 30px;
	background: url(../images/gs.png) !important;
	-webkit-appearance: none !important;
	appearance: none !important;
}

.container{
/*	border: solid 1px black;*/
	background-color: white;
	max-width: 800px;
	box-shadow: 4px 4px 25px lightgrey;
	padding-top: 0 !important;
}
.bg-red {
	background-color: #ef2f24 !important;
	margin-top: 0 !important;
	padding-top: 15px !important;
	color: white !important;
}
.bg-red a{
	color: lightgray;
	font-style: italic;
}

#min5 {
	text-align: center !important;
}

#scheme {
	width: 420px;
	padding: 0 0;
	margin: auto;
}

#scheme rect {
/*	fill: green;*/
}
#scheme text {
	fill: white;
	font-size: 20px;
}

.info {
	line-height: 22px;
	vertical-align: middle;
	color: white !important;
}
.info td {
	vertical-align: middle !important;
}
.info img {
	width: 70%;
}
.gifts {
	text-align: center;
	font-weight: bold;
	padding: 10px;
}
.gifts img {
	height: 210px;
	
}
.big-image {
	padding: 0 !important;
	padding-right: 0 !important;
	text-align: center;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.thanks {
	text-align: center !important;
	font-size: 44px !important;
	font-weight: bold !important;
}
.gift_footer {
	text-align: center !important;
	font-size: 24px !important;
	font-weight: bold !important;
	padding: 35px !important;
}
#code {

	border: solid 1px black;
	padding: 20px 40px;
	margin: 15px;
	font-size: 48px !important;
	text-align: center !important;
/*	font-weight: bold !important;*/
}
.footer {
	margin-bottom: 0 !important;
}
.submit {
	text-align: center;
}
.submit input {
	font-size: 32px !important;
/*
	background-color: white !important;
	border: solid 1px black !important;
*/
	padding: 10px 30px !important;
	background: #ef2f24 !important;
	border: none;
	border-radius: 16px;
	color: white;
}
.personal_data {
	padding: 20px;
	font-weight: bold;

}
.big-red {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: red;
	
}