/*=============================================*/
/*==== Subsidiebedrag weergave per product ====*/
/*=============================================*/
.isde {
  font-weight: 900;
}

/*=============================================*/
/*=============== OFFERTE BUTTON ==============*/
/*=============================================*/
.quote-btn {
	background-color:#e18335;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	text-decoration: none !important;
	font-size:22px;
	font-weight: 600;
	padding:8px 50px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
	transition: background 200ms;
}

.quote-btn:hover {
	/*background-color:#159596;*/
  filter: brightness(90%);
}

.quote-btn:active {
	position:relative;
	top:1px;
}

.quote-btn-container-top {
  margin-bottom: 30px;
}

.quote-btn-container-bottom {
  margin-top: 15px;
}

/*=============================================*/
/*=============== OFFERTE BUTTON ==============*/
/*=============================================*/

#zuwa {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}

#zuwa td {
  width: 80px;
  padding: 5px;
}
    
#zuwa th {
  font-weight: 600;
}

#zuwa, #zuwa th, #zuwa td {
    border: 1px solid #d4d4d4;
    text-align: center;
}

/*========================================================*/
/*=============== SUBMENU PIJLTJES DOOR IMG ==============*/
/*========================================================*/
.subcat {
  z-index: 1;
}

/*===============================================*/
/*=============== DOWNLOADS PAGINA ==============*/
/*===============================================*/
.zbzb-btn {
	background-color:#2EADB0;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	text-decoration: none !important;
	font-family: "PT Sans", arial;
	font-size:16px;
	font-weight: 400;
	padding:5px 20px;
	text-decoration:none;
	/*text-shadow:0px 1px 0px #2f6627;*/
	transition: background 200ms;
}
.zbzb-btn:hover {
	background-color:#149496;
}

#downloads {
  width: 100%;
  table-layout:fixed;
/*   margin-top: -15px; */
  margin-bottom: 20px;
}

#downloads td:first-child {
  border-bottom: 1px solid #2EADB0;
  width: 80%;
}