@charset "utf-8";
/* CSS Document */
body {
	background-color: #cccccc;
	font-family: "Roboto", sans-serif;
}
.container {
	max-width: 834px;
	margin: 8px auto;
	background-color: #fff;
	padding: 12px 8px;
	border-radius: 2px;
}

label.required::after {
  content: '*';
  margin-right: 4px;
  color: red;
}
header {
	padding-top: 15px;
	text-align: center;
}
h1 {
	font-size: 24px;
	font-weight: 700;
	color: #0073b0;
	text-align: center;
	margin-bottom: 30px;
}
h2 {
	font-size: 18px;
	margin-top: 20px;
	text-align: center;
	font-weight: 700;
}
main {
	padding: 30px;
}
#tvs {
	font-size: 14px;
	line-height: 38px;
	margin: 20px auto 16px auto;
}
#tvs label {
	border-bottom: 1px solid #ccc;
	width: 100%;
}
.billing-form {
	padding-right: 20px;
}
.col-md-6.pay-section {
	border-left: 1px solid #ccc;
	height: auto;
	min-height: 550px;
	padding-left: 20px;
}
.pyFlds {
	display: none;
}
.auto-renew {
	margin-bottom: 25px;
	font-size: 14px;
}
#Submit {
	Background: #0073b0;
	font-size: 18px;
	max-width: 300px;
	width: 75%;
	border: 1px solid #0073b0;
	padding: 5px;
	color: #fff;
	text-align: center !important;
	float: none;
	margin: 0 auto;
	display: block;
}
footer {
	text-align: center;
	font-size: 12px;
	padding: 10px;
}

@media (max-width: 767px) {
	.col-md-6.pay-section {
		border: 0
	}
}





