body {
	background: #eee;
}

.entity-header-wrapper, .entity-info-wrapper {
	max-width: 980px;
	margin: auto;
	padding: 0px;
	color: #222;
	box-sizing: border-box;
}

.entity-header-wrapper {
	margin-top: 55px;
}

.entity-header-wrapper .entity-header {
	margin-bottom: 15px;
}

.entity-info-wrapper {
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 0 10px rgba( 0, 0, 0, 0.05 );
	padding: 15px;

	font-size: 14px;
}

.tabs-wrap .tab:hover, .tabs-wrap .tab.active {
	border: 1px solid #ddd;	
	border-bottom: 1px solid #fff;
}

.entity-header-wrapper .tabs-wrap {
	margin-bottom: -1px;
}

.entity-info-wrapper .info-header,
.entity-info-wrapper .info-header-2 {
	color: #555;
	margin-bottom: 5px;
}

.entity-info-wrapper .info-header {
	font-size: 20px;
}

.entity-info-wrapper .info-header-2 {
	font-size: 16px;
}

.entity-info-wrapper .info-header:not(:first-child) {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #eee;
}

.entity-info-wrapper table {
	margin: 10px -5px;
	width: 100%;
}

.entity-info-wrapper table th {
	text-align: left;
	color: #999;
}

.entity-info-wrapper table th,
.entity-info-wrapper table td {
	padding: 5px;
	vertical-align: top;
}

.edr-status[data-status="terminating"], 
.edr-status[data-status="terminated"], 
.edr-status[data-status="bankrupt"], 
.edr-status[data-status="bankrupt_sanation"] {
	font-weight: bolder;
	color: #b11;
}

.edr-status[data-status="registered"] {
	color: #161;
}

.edr-status:before {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	font-size: 12px;
}

.edr-status[data-status="registered"]:before {
	content: "\ea10";
}

.edr-status[data-status="terminating"]:before, 
.edr-status[data-status="terminated"]:before, 
.edr-status[data-status="bankrupt"]:before, 
.edr-status[data-status="bankrupt_sanation"]:before {
	content: "\e902";	
}

.tax-code-form-wrap {
	max-width: 500px;
	margin: 30px auto;
}

.tax-code-form-wrap .descr {
	margin-bottom: 15px;
}

.tax-code-form-wrap .error {
	margin-top: 15px;
}

.fop-info-tax .paywall-text {
	text-align: center;
	max-width: 400px;
	margin: 20px auto;
}