.donut-card {
    width: 350px;
    height: 170px;
    padding: 20px;
    float: left;
    background: transparent;
    color: #333;
    border: 1px solid transparent;
    border-color: #d2d3d4;
    margin: 11px;
}

.donut-container {
    margin-left: 15px;
}
	

.donut-outer {
    width: 110px;
    height: 110px;
    float: left;
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    border-radius: 75px;
	margin-top: 10px;
}

.donut-inner {
    width: 90px;
    height: 90px;
    position: relative;
    top: 10px;
    left: 10px;
    background: #FFF;
    -webkit-border-radius: 65px;
    -moz-border-radius: 65px;
    border-radius: 65px;
}

.donut-caption {
	line-height: 90px;
    color: #007fc6;
    text-align: center;
    font-size: 22px;
}

.donut-byline {
    color: #007fc6;
    font-size: 12pt;
    float: left;
    width: 100%;
    text-align: left;
	margin-bottom: 20px;

}

ul {
    list-style-type: none;
    margin: 0;
 }

li {
    padding: 2px;
    text-align: initial;
	margin-left: 110px;
	margin-bottom:10px;
}
	

.shape-circle.shape-groen, .shape-square.shape-groen {
    background: #00ff00;
    color: #fff;
}

.shape-circle.shape-oranje, .shape-square.shape-oranje {
    background: #f0ab00;
    color: #fff;
}
	
.shape-circle.shape-rood, .shape-square.shape-accent {
    background: #ff0000;
    color: #fff;
}

[class*=" shape-"], [class^="shape-"] {
    display: inline-block;
}
	
.shape-circle {
    width: 35px;
    height: 35px;
    background: #333;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
	    margin-right: 5px;

}
