﻿.container-infographic #conjunctuur-drilldown{
	background-color: #FFFFFF;
	padding-top:10px;
	border: 2px solid #EEEEEE;
	border-radius: 10px;
}

.Hoogconjunctuur {
    color:#53a31d; font-size: 14px; font-weight:bold;
}

.Teruggang {
   color:#f39200; font-size: 14px; font-weight:bold;
}

.Laagconjunctuur {
   color:#e94c0a; font-size: 14px; font-weight:bold;
}

.Herstel {
    color:#ffcc00; font-size: 14px; font-weight:bold;

}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
/* close commented backslash hack */
