
body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #202020;

}

#header {
	background-color: #ffffff;
	color: #000000;
	font-size: 64px;
	font-family: Arial;
	width: 100%; height: 100px;
}

#announcement {
	background-color: #000000;
	color: #ffffff;
	font-size: 22pt;
	text-align: center;
}

#wrapper{
	margin-left: 5%;
	width: 90%;
}

#content{
	width: 30%; min-width: 300px;
}



.row-title {
	margin-top: 30px;
	background-color: #ffffff;
	width: 100%; height: 30px;
	
}

.row-content {

	width: 100%; height: 30px;
	font-size: 22px;
}

.btn {
	color: #ffffff;
	display: block;
	float: left;
	border: 1px; border-style: solid;
	text-align: center;
	width: 24%;
	background-color: #07c497;
}

.selected {
	background-color: #07a457;
	margin-top: -5px;
}

.checkout{
	background-color: #1a73e8;
	text-align: center;
	color: #ffffff;
	padding-top: 20px;
}

#checkout-btn{
	margin-bottom: 20px;
	font-size: 20px;
}

#footer_logo{
	width: 100%;
}

input[type=text]{
	width: 95%;
	height: 40px;
}