body, html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #222022;
	background-image: url("/images/background.png");
	font-family: "Segoe UI","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
}

a {
	text-decoration:none;
	outline:none!important;
	color: #efedef;
}

a:active, a:hover {
	outline: none;
}


#header {
	text-align: center;
	width: 100%;
	height: 60px;
}


#menu {
	width: 900px;
	height: 40px;
	margin:0 auto;
}

.content {
	flex: 1 0 auto;
	padding-top: 40px;
}

.wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.footer {
	flex: 0 0 auto;
	padding-bottom:10px;
}

.logo-img {
	float: left;
	cursor: pointer;
	padding-top: 14px;
	padding-left: 20px;
}

.logo-text {
	color: #efedef;
	float: left;
        font-size: 20px;
        font-family: Arial, sans-serif;
        padding-left: 15px;
        padding-right: 15px;
	padding-top: 20px;
	font-weight: bold;
	cursor: pointer;
}

.menu-btn {
	float: left;
	margin-right: 50px;
	height: 20px;
	padding-top: 20px;
}

.menu-btn-text:hover {
	color: #6ead3a;
}

.menu-btn-text {
	font-family: Tahoma, Gadget, sans-serif;
	color: #efedef;
	font-size: 18px;
	cursor: pointer;
	font-weight: bold;
}

.footer-contacts-img {
	float:left;
	width:32px;
	height:32px;
}

.footer-contacts-text {
	float:left;
	height:32px;
	font-family: Tahoma, Gadget, sans-serif;
	color: #efedef;
	padding-left:10px;
	font-size: 16px;
	padding-top:5px;
	padding-right: 20px;
}

.footer-contacts-text a:hover {
        color: #6ead3a;
}

#content {
	position: relative;
	text-align: center;
	margin: auto;
	width: 100%;
	padding-top: 100px;
	padding-bottom:40px;
}

.menu-selected {
	color: #6ead3a;
}


.container {
	text-align: center;
}

.container h1 {
	font-size: 8rem;
	letter-spacing: 10px;
	margin: 0;
	color: #6ead3a;
}

.container h2 {
	color: #efedef;
}

.container h4 {
	font-size: 1.25rem;
	font-weight: 300;
	color: #efedef;
}

.container a:hover {
	color: #6ead3a;
}

.ip-item {
	border-bottom: 1px solid #333333;
	padding-bottom: 20px;
	padding-top: 20px;
}

.ip-item p {
	color: #efedef;
}

.ip-item a {
	font-weight: bold;
}

.ip-item a:hover {
        color: #6ead3a;
}

.ip-item img:hover {
	opacity:0.7;
	-moz-opacity:0.7;
	filter: alpha(opacity=70) black;
	-khtml-opacity: 0.7;
}

.ip-item div {
	float: left;
}

.ip-count {
	color: #6ead3a;
	font-weight: bold;
}

.ip-item-text {
	color: #efedef;
}

.faq-item {
	width: 600px;
	border-bottom: 1px solid #333333;
	margin: auto;
	padding-left:10px;
	padding-right:10px;
	padding-bottom: 10px;
	font-size: 18px;
	margin-bottom: 30px;
}

.faq-item a:hover {
	color: #6ead3a;
}

.faq-item table {
	width: 100%;
}

.faq-q {
	color: #efedef;
	text-align: left;
}

.faq-q span {
	font-weight: bold;
	color: #6ead3a;
}

.faq-a {
	color: #efedef;
	text-align: left;
}

.faq-a span {
	font-weight: bold;
	color: #4B5F83;
}

.faq-i {
	width: 50px;
	padding-right: 30px;
	vertical-align: top;
	padding-top: 10px;
}

.main-content {
	margin: auto;
	width: 900px;
	font-size: 18px;
	color: #efedef;
}

.main-content a {
	font-weight: bold;
}

.main-content a:hover {
	color: #6ead3a;
}

.bgp-content {
	margin: auto;
	width: 1000px;
	font-size: 18px;
	color: #efedef;
	padding-bottom:50px;
}

.highlight {
	color: #6ead3a;
}

.bgp-settings {
	text-align: left;
}

.bgp-settings label {
	padding-top: 5px;
	padding-left: 10px;
}

.bgp-settings input {
	font-size: 14px;
	color: #000;
}

.bgp-checkbox {
	margin-right: 10px;
	transform:scale(1.3);
}

.bgp-label:hover {
	color: #6ead3a;
	cursor: pointer;
}

.button-delete {
	background: rgb(202, 60, 60);
}

.annotation {
	padding-left: 40px !important;
	font-size: 14px;
	color: #888;
}

.type-tabs {
	white-space: nowrap;
	overflow: hidden;
}

.type-tabs > input {
	display: none;
}

.type-tabs > input + label {
	display: inline-block;
	border: none;
	padding: 10px;
	cursor: pointer;
	position: relative;
}

.type-tabs > input + label:hover {
	color: #6ead3a;
}

.type-tabs > input:checked + label {
	color: #6ead3a;
}

.type-tabs > div {
	white-space: normal;
	display: none;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	margin: 0px;
	padding: 10px 3px;
}

.type-tabs > input:nth-of-type(1):checked ~ div:nth-of-type(1),
.type-tabs > input:nth-of-type(2):checked ~ div:nth-of-type(2),
.type-tabs > input:nth-of-type(3):checked ~ div:nth-of-type(3),
.type-tabs > input:nth-of-type(4):checked ~ div:nth-of-type(4) {
	display: block;
}
