/*
 Theme Name:     Intranet BKOU
 Theme URI:      https://www.stric.nl
 Description:    Intranet BKOU
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

ul.subnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align:center;
}

ul.subnav li {
	display:inline;
}

.subnav li > a {
	/*padding-bottom: 0px;*/
	color: #FFF;
	display:inline-block;
	padding: 10px;
}

.et_pb_text ul.subnav {
	/*padding-bottom: 0;*/
}


.et_pb_text ul.subnav a {
	font-size: 14px;
}

.nav li ul {
	width: 350px;
}

#top-menu li li a {
	width: 310px;
}

.opdracht-col-1, .opdracht-col-2 {
	display: table-cell;
	padding: 10px;
}

.opdracht-col-1 {
	width: 200px;
}

.opdracht-col-2 {
	width: 300px;
}

.opdracht-col-clear {
	display: table-row;
}

.opdracht-col-2.green {
	background: #0099CC;
	color: #FFF;
} 

.um input[type="submit"].um-button {
		background: #005D70;
}