.declaratieunica-table {
	position: relative;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 25px;
}
.declaratieunica-table .custom-row {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	padding: 12px 0;
	color: #485566;
	background-color: white;
}
.declaratieunica-table .odd {
	background: #F2F2F2;
}
.declaratieunica-table .custom-col-1 {
	flex: 5;
	display: flex;
	align-items: center;
	padding-left: 20px;
	flex-wrap: wrap;
}
.declaratieunica-table .custom-col-1 h4 {
	width: 100%;
	margin-bottom: 0;
	font-weight: bold;
}
.declaratieunica-table .custom-col-1 h6 {
	width: 100%;
}
.declaratieunica-table .custom-col {
	flex: 3;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	text-align: center;
}
.declaratieunica-table .span-bold {
	font-weight: bold;
}
.declaratieunica-table .line-through {
	text-decoration: line-through;
	font-weight: normal;
}
@-moz-document url-prefix() {
.declaratieunica-table {
    padding-top: 125px;
    padding-bottom: 35px;
}
}

.declaratie-unica-div {
	position: relative;
}
.declaratie-unica-div .labels {
	display: flex;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	height: calc(100% - 50px);
	z-index: -1;
}
.declaratie-unica-div .labels .label-1 {
	flex: 5;
}
.declaratie-unica-div .labels .label {
	flex: 3;
	clip-path: polygon(0% 20px, 20px 0%, calc(100% - 20px) 0%, 100% 20px, 100% calc(100%), calc(100%) 100%, 20px 100%, 0 calc(100%));
	color: white;
	text-align: center;
	padding: 10px 3px;
	margin-left: -1px;
}
.declaratie-unica-div .labels .label-blue {
	background-color: #2F5596;
}
.declaratie-unica-div .labels .label-orange {
	background-color: #C55B0E;
}
.declaratie-unica-div .labels .label-gray {
	background-color: #7C7C7C;
}
.declaratie-unica-div .labels .label-yellow {
	background-color: #BF9100;
}

.declaratie-unica-div .labels h3 {
	font-size: 20px;
	color: white;
}

.declaratieunica-table h4{
	font-size: 16px;
}

.declaratieunica-table .custom-col {
	font-size:14px;
	line-height: 18px;
}
  
@media only screen and (max-width: 991px){
	.declaratie-unica-div .labels h3 {
		font-size: 14px;
	}

	.declaratieunica-table h4{
		font-size: 11px;
	}
	
	.declaratieunica-table h6{
		font-size: 10px;
	}

	.declaratieunica-table .custom-col-1{
		padding-left: 5px;
	}
	
	.declaratieunica-table .custom-col {
		line-height: 14px;
		font-size:10px
	}
	
	.declaratieunica-table .mb-none {
		display: none !important;
	}
}