﻿/*This is the CSS style sheet for both the EN version and the NL version of the Vivacadenasite */

/* H1 style */
H1, .JobsHeader {
	font-weight: bold;
	 font-size: 12pt;
	  color: #194786;
	   text-transform: none;
	    direction: ltr;
	     text-align: left;
	      font-family: tahoma;
	}

H2, .Quotes {
	font-weight: bold;
	 font-size: 10pt;
	  color: #194786;
	   text-transform: none;
	    direction: ltr;
	     font-family: Tahoma;	 
	}

/* Main Paragraph style */
p {
	color: gray;
	 font-family: tahoma;
	  direction: ltr;	
	   font-size:10pt;
	   text-align: left;
}

.Quote {
color: gray;
	 font-family: tahoma;
	  direction: ltr;	
	   font-size:10pt;
	   text-align: left;
}

/* Bullet points style */
li {
	color: gray;
	 font-family: tahoma;
	 
	 
}



/* Accordion 2 styles */
.collapsePanel{
	height:0px;
	font-size:10pt;
	width:98%;
	}
.collapsePanelHeader{
	cursor: pointer;
	font-size:10pt;
	font-family:Tahoma;
	width:98%;
	}
.accordionHeader{cursor: pointer;}

.navLinksN	{
	 font-size:12px;
	  color:black;
	   font-weight:normal;
	    text-decoration:none;
	    background-color:#CCD5D9;




