﻿.main-content .title {
    margin-top: 0.6rem;
}

.title .meer-info {
    text-decoration: none;
    background-color: white;
    padding: 0.5rem;
    border-radius: 0.2rem;
    margin-top: 0.3rem;
    cursor: pointer;
    text-align: center;
}

.pictos {
    margin-left: 2.0rem;
    margin-right: 2.0rem;
}

.picto {
    float: left;
    margin: 5px;
}

.attribuut-header {
    color: #FF6F00;
    background-color: transparent;
    font-family: Arial;
    font-size: 11pt;
    font-weight: bold;
    font-style: normal;
}

.attribuut-text {
    margin-bottom: 15px;
    color: #212529;
}

.decimal {
    position: relative;
    background: #17a2b8;
    color: white;
    border: 0.04rem solid darkgrey;
    border-radius: 5px;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
}

    .decimal .decimal-name {        
        font-size: 1.5rem;       
    }

.decimal-for {    
    font-size: 1.7rem;
}

.decimal-after {
    font-size: 1.0rem !important;
    position: relative;
    top: -11px;
    left: -2px;
}

.uitvoering {
    color: #555555;
    background-color: transparent;
    font-size: 1.4em;
    font-weight: bold;
    margin: 8px 0 8px 0;
}

.maten {
    width: 100%;
    font-size: 1.0em;
    border-radius: 5px;
    border-color: #555555;
    height: 35px;
    margin-bottom: 10px;
}


