body {
	font-family:  "Source Sans Pro";
	margin: 0px;
}

label {
	display: block;
}

input[type=radio] {
	margin-bottom: 10px;
}

input[type=radio]:last {
	margin-bottom: 0px;
}

#content {
	margin: 20px;
}

#content_head {
	color:  #3498db;
	font-weight: 400;
	font-size: 21px;
	margin-top: 0px;
	margin-bottom: 20px;
}

#content_text, .content_input {
	color: #5f7676;
	font-weight: 400;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 20px;
}

#content_comments {
	color: #849787;
	font-weight: 400;
	font-size: 11px;
}

#message {
	border: 1px solid #dadfe3;
	border-top: 1px solid #d4dadf;
	padding: 6px 10px;
	color: #5f7676;
	background: #fafbfc;
	box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.01) important!;
	width: 245px;
}

.button_box {
	background-color: #3498db;
	width: 100%;
	height: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.button_success {
	font-family:  "Source Sans Pro";
	margin-top: 0px;
	margin-bottom: 0px;
	background-color:rgba(255, 255, 255, 0);
	color: white;
	padding: 10px 29px;
	border-radius: 3px;
	font-size: 17px;
	border-color: white;
	border-width: 1px;
	border-style: 1px;
	line-height: 1.33;
	box-shadow: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#thankyou_message {
	margin: 20px;
	margin-top: 150px;
}

#thanks {
	font-size: 30px;
	color: #3498db;
	text-align: center;
}

/* vietnamese */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlCxe5Tewm2_XWfbGchcXw4g.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlIa1YDtoarzwSXxTHggEXMw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlJbPFduIYtoLzwST68uhz_Y.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}