a{
	color: #cf171f;
}
.row.wide{
	max-width: 100%;
}
.nav {
	background-color:#cf171f;
	margin-bottom: 0;
}
body {
	background-color: #f4f3ee;
}
.main{
	background: #FFFFFF;
	padding-top: 40px;
}
.main form {
	background-color:#000000;
	border-radius: 8px;
	padding: 18px;
}
.request {
	background-color:#cf171f !important;
	border-radius:14px !important;
}

label {
	color:white;
	text-align:left;
}
.content {
	background-color:white;
}

.section {
	background-color:white;
}

.whether {
	margin-top: 10px;
}

.fb-link{
	color: #ffffff;
	border-radius:28px;
	background: #cf171f;
	padding: 5px 10px;
	transition: background ease-in-out 0.25s, color ease-in-out 0.25s;
}
.fb-link:hover{
	background: #ffffff;
	color: #cf171f;
}

.missout {
	font-weight:bold;line-height:20px;font-size:18px;padding-top:15px;
}

.copy {
	color:#cf171f;text-align:center;
}

.free {
	color:#cf171f;
}

.tips {
	color:#cf171f;font-weight:bold;
}

.linething {
	border-bottom-style: solid; border-color:grey;margin-bottom:15px;
}