html, body {
	width: 100%;
	height:100%;
	font-family: "open_sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #3C3C3C;
	text-align:left;
	background: #FDFCFA;
	margin: 0;
	line-height: 160%;
	box-sizing: content-box;
}

/*body {*/
	/*display: flex;*/
	/*min-height: 100vh;*/
	/*flex-direction: column;*/
/*}*/

.main-content {
	/*flex: 1;*/
	/*flex-direction: column;*/
	clear: both;
}

.content {
	/*display: flex;*/
	/*align-items: center;*/
	/*justify-content: center;*/
	/*flex-direction: column;*/
}

.content section {
	flex: none;
	/*flex: 1;*/
}

a, a:visited {

}

.inline-block {
	display: inline-block;
}

.grey {
	color: #999;
	/*font-size: .9em;*/
}

.grey a:link, .grey a:visited  {
	color: #999;
	font-weight: bold;
}

/* kickasstorrents: */
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0;
	font-weight: normal;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.1em;
}

p {
	margin-top: 5px;
	margin-bottom: 5px;
}

a:link, a:visited {
	color: #FFFFFF;
	text-decoration:none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

img.icon {
	vertical-align: top;
	margin-top: 1px;
	margin-right: 5px;
}

img.icon2 {
	margin-right: 5px;
}

div.clear {
	clear: both;
	display: block;
	padding-bottom: 5px;
}

header {
	height: 100px;
	background:#0F559D;
}

header nav {
	margin: 0 auto 0 auto;
}

header nav .logo {
	float: left;
	height: 50px;
	padding-left: 41px;
	padding-top: 24px;
	width: auto;
	font-weight: normal;
	line-height: 27px;
}
header nav .logo strong{
	font-weight: bold;
}
header nav .logo img {
	padding-right: 22px;
}
header nav .backToSite{
	float: right;
	line-height: 100px;
	text-transform: uppercase;
	font-size: .9em;
	margin-right: 60px;
}

header nav .logo sub {
	font-size: .7em;
	display: block;
	font-weight: normal;
}

header nav ul {
	float: left;
	line-height: 50px;
	height: 50px;
	border-right: 1px solid #f3f3f3;
}

header nav ul li {
	float: left;
	border-left: 1px solid #f3f3f3;
	height: 50px;
	padding: 0 10px 0 10px;
}

header nav ul li a {
	float: left;
	color: black;
}

section
{
	padding-top: 10px;
	padding-bottom: 10px;
}

.content {
	width: 642px;
	margin: 0 auto;
}

.b-issue{
	background: #F6F5F4;
	color:#939392;
	padding: 10px;
	text-align: center;
}
.b-issue h2{
	font-size: 1em;
	color: #3C3C3C;
	padding-bottom: 6px;
}

.b-issue p {
	/*font-size: .9em;*/
}

.b-issue-date {
	display: none;
}
.b-primaryDomain{
	text-align: center;
	font-size: 1em;
	padding-top: 20px;
	color: #A5A5A4;
}

.w-domainLink{
	display: inline-block;
	padding: 12px 15px;
	margin-top: 10px;
	border-radius: 224px;
	background: #DCD9D1;
}
.domainLink{
	padding: .4em 1em;
	display: inline-block;
	font-size: 1.1em;
	background: #0F559D;
	border-radius: 224px;
	-webkit-transition: all .25s;
	transition: all .25s;
}
.domainLink:hover{
	text-decoration: none;
	opacity:0.7;
}
.domainLink i{
	color:#A2ECFF;
	font-style: normal;
}
.b-issue-status-icon{
	font-size: 61px;
	padding-top: 6px;
	display: inline-block;
	padding-bottom: 10px;
}
.icon-cross-circle{
	color:#F57474;
}
.icon-checkmark-circle{
	color:#6ECD9D;
}
.b-proxy{
	text-align: center;
	font-size: 1em;
	padding-top: 20px;
}
.b-proxy ul{
	padding-top: 20px;
	margin: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	list-style:none;

}
.b-proxy li{
	-webkit-order: 0;
	-ms-flex-order: 0;
	-webkit-box-ordinal-group: 1;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	-webkit-box-flex: 0;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	margin-left: 10px;
}
.b-proxy .domainLink{
	margin-bottom: 20px;
	/*padding: 4px 20px;*/
}
footer
{
	padding: 30px 60px;
	overflow: auto;
}

footer section {
	/*-webkit-flex: 1 1 20%;*/
	/*-ms-flex: 1 1 20%;*/
	/*-webkit-box-flex: 1;*/
	/*flex: 1 1 20%;*/
	/*-webkit-align-self: auto;*/
	/*-ms-flex-item-align: auto;*/
	/*align-self: auto;*/
	float: right;
}

footer .btn{
	background-image: -webkit-linear-gradient(top, #5B80D6 0%, #436ED0 100%);
	background-image: linear-gradient(-180deg, #5B80D6 0%, #436ED0 100%);
	box-shadow: 0px 1px 0px 0px #2F59BC;
	border-radius: 2px;
	border: none;
	padding: 6px 20px 4px;
	color: #FFFFFF;
	white-space: nowrap;
	font-size: .8em;
	text-shadow: 0 1px 0 #2F59BC;
	margin-right: 10px;
	line-height: 160%;

}

.b-push{
	/*-webkit-flex: 1 1 60%;*/
	/*-ms-flex: 1 1 60%;*/
	/*-webkit-box-flex: 1;*/
	/*flex: 1 1 60%;*/
	float: left;
}

footer .btn:hover{
	-webkit-transition: all .25s;
	transition: all .25s;
	text-decoration: none;
	opacity: .7;
}
footer section h2{
	font-size: 1.3em;
	color: #275ED5;
}
footer section p{
	font-size: 1em;
	margin-bottom: 16px;
}

.sbuttons{
	display: inline-block;
	/*margin-top: -3px;*/
	margin-left: 0;
}
.w-push{
	display: inline-block;
	color: #F57474;
	font-size: 12px;
	line-height: normal;
	margin: 1em 0;
}
.sbuttons li{
	list-style: none;
	display: inline-block;
	line-height: 26px;
	font-size: 33px;
	vertical-align: middle;
	margin-right: 20px;
	margin-left: 0;
}
.sbuttons li a{
	color:#B8B7B6;
}
.sbuttons li a:hover{
	-webkit-transition: all .25s;
	transition: all .25s;
	text-decoration: none;
	opacity:0.7;
}
aside.right
{
	float: right;
	padding-right: 10px;
}

aside.right a {
	padding-left: 5px;
}

aside.left
{
	float: left;
	padding: 0px 0px 0px 10px;
}

div.result > span {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 6px 6px;
	padding: 5px;
	padding-left: 27px;
	float: left;
	border: 1px solid #e4dfc6;
}

#notice > span {
	background-color: #fafae9;
}

#tip > span {
	background-color: #fafae9;
}

#error > span {
	background-color: #fae9e9;
}

#success > span {
	background-color: #e9faeb;
}


form {
	margin-top: 20px;
	padding: 0px;
}

fieldset {
	border: 0px;
}

legend {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 180px;
	padding-bottom: 10px;
}

div.text input, input.text {
	font-family: "Helvetica Neue", arial;
	font-size: 1.1em;
	padding: 4px;
	border: 1px solid #c0c0c0;
	color: #444444;
	background-color: #f7f7f7;
}

div.text input:focus, input.text:focus {
	border: 1px solid #999999;
	outline: none;
}

div.password input {
	font-family: "Helvetica Neue", arial;
	font-size: 1.1em;
	padding: 4px;
	border: 1px solid #c0c0c0;
	color: #444444;
	background-color: #f7f7f7;
	outline: none;
}

div.password input:focus {
	border: 1px solid #999999;
}

div.textarea textarea {
	font-family: "Helvetica Neue", arial;
	font-size: 1.1em;
	padding: 4px;
	border: 1px solid #c0c0c0;
	color: #444444;
	background-color: #f7f7f7;
}

div.textarea textarea:focus {
	border: 1px solid #999999;
	outline: none;
}

div.select select, select.select {
	font-family: "Helvetica Neue", arial;
	font-size: 1.1em;
	padding: 4px;
	border: 1px solid #c0c0c0;
	color: #444444;
	background-color: #f7f7f7;
}

div.select select:focus, select.select:focus {
	border: 1px solid #999999;
	outline: none;
}

div.submit input, input.button {
	font-size: 13px;
	padding: 5px 10px;
	/*  border: 1px solid #ddd;*/
	font-weight: bold;
	color: #000;
	text-decoration: none;
	/*  border-color: #028433;*/
	background-position: 0 -96px;
	cursor: pointer;
}
}

input[type="submit"][disabled]:active, input[type="submit"][disabled] {
	font-size: 13px;
	padding: 5px 10px;
	border: 1px solid #ddd;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	border-color: #028433;
	background-position: 0 -96px;
	cursor: pointer;
}

div.text label, div.password label, div.textarea label, div.select label {
	bottom: -3px;
	display: block;
	float: left;
	margin-right: 10px;
	position: relative;
	text-align: right;
	width: 170px;
	font-size: 1.1em;
}

div.input {
	margin-bottom: 10px;
	clear: both;
	/*font-size: 0.9em;*/
}

div.checkbox {
	margin-left: 182px;
}

div.recaptcha {
	margin-left: 182px;
	margin-bottom: 10px;
	clear: both;
	/*font-size: 0.9em;*/
}

div.checkbox label {
	position: relative;
	bottom: 2px;
}

div.submit {
	margin-left: 182px;
}

div.formPadding {
	margin-left: 182px;
}

div.required label {
	font-weight: bold;
}

.tip_right {
	font-size: 11px;
	line-height: 1.3em;
	color: #888888;
}

.tip_bottom {
	font-size: 11px;
	line-height: 1.3em;
	color: #888888;
	margin-bottom: 10px;
	margin-top: 3px;
	/*margin-left: 182px;*/
}

table {
	border-collapse: separate;
	border: 1px solid #ccc;
	width: 100%;
}

table tbody tr td, table thead tr th {
	padding: 5px;
	text-align: left;
}

table thead tr th {
	background: #eee;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

table tbody tr td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
}

table tbody tr td:first-child {
	background: #fff;
}

table tbody tr td:last-child, table thead tr th:last-child {
	border-right: none;
}

table tbody tr:last-child td {
	border-bottom: none;
}


@media only screen and (max-width : 768px) {
	footer section {
		float: none;
		width: 100%;
	}
}

@media only screen and (max-width : 667px)
{
	header nav .logo span {
		display: none;
	}
	.sbuttons {
		display: block;
		margin: 20px 0 0 0;
		padding: 0;
		text-align: center;
	}

	body {
		/*font-size: 1.2em;*/
	}
	.content {
		width: auto;
		margin: 8px 10px 0 10px;
	}
	footer{
		display: block;
		padding: 0 10px;
		clear: both;

	}

	footer .btn {
		display: block;
		text-align: center;
		margin-right: 0;
	}

	footer button.btn {
		width: 100%;
	}

	footer section {
		margin: 0;
	}

	.domainLink {
		/*font-size: 2em;*/
	}

	#registerForPushSpan {
		display: block;
	}
}