.fade.modal {
   display: none;
}
.modal-body {
    max-height: 500px;
    overflow-y: auto;
}
.panel-measuren {
    text-align: right;
}
.arc-gauge {
    position: relative;
    text-align: right;
    right: auto;
    left: auto;
}
.arc-gauge .arc-gauge-text {
    font-size: 42px;
    font-weight: 100;
    position: absolute;
    width: 100%;
    top: 110px;
    right: 70px;
}
.arc-gauge .arc-gauge-text .small {
    font-size: 16px;
    font-weight: 200;
    color: #666;
}
#chart {
    position: relative;
}
