#dashboard {
	width: 100%;
	white-space: nowrap;
}

.dashboard-header {
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	position: relative;
	margin-bottom: 15px;
	height: 125px;
}

.dashboard-header-title {
    position: relative;
    line-height: 110px;
    margin-left: 20px;
    font-size: 45px;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #ffffff;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.dashboard-info, .dashboard-stats {
	display: inline-block;
	white-space: normal;
	vertical-align: top;
}

.dashboard-info {
	width: 70%;
	padding-right: 20px;
	font-size: 13px;
}

.dashboard-info-image {
	margin: 10px 0;
}

.dashboard-stats {
	width: 30%;
}

.dashboard-stats-button {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.dashboard-stats-i {
	position: relative;
	background-color: #e1e1e1;
	margin: 15px 0;
	padding: 10px;
}

.dashboard-stats-i-chart {
    margin-top: -10px;
    width: 100%;
    height: 235px;
}

.dashboard-stats-i-title {
	text-decoration: none;
    color: #666464;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.dashboard-stats-i-link {
    margin-bottom: 5px;
    display: block;
    font-size: 20px;
}

.niet-beschikbaar 
{
    font-size: 16px;   
}

.dashboard-stats-i-users-i {
    height: 50px;
    margin-bottom: 5px;
    white-space: nowrap;
}

.dashboard-stats-i-users-i-l, .dashboard-stats-i-users-i-r {
	display: inline-block;
	/*height: 50px;*/
}

.dashboard-stats-i-users-i-l {
	width: 20%;
    font-size: 27px;
    white-space: normal;
    text-align: center;
 	line-height: 50px;   
}

.dashboard-stats-i-users-i-r {
    width: 80%;
}

.dashboard-stats-i-users-i-name {
    font-weight: 600;
    overflow: hidden;
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: initial;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.dashboard-stats-i-users-i-title {
	font-weight: 300;
}

svg > g > g:last-child { pointer-events: none; }