#vastgoed-details {
    margin-bottom: 18px;
}

#vastgoed-details dt { 
    background-color: #27a9d8;
}
#vastgoed-details dd { 
    font-size: 0.85em;
    padding: 0.5rem;
    background-color: #27a9d8;
    color: #fff;
}

#vastgoed-details dd a { 
    text-decoration: underline;
    color: #fff;
}

#vastgoed-details dd a[href$=".pdf"]:before,
#vastgoed-details dd a[href$=".docx"]:before,
#vastgoed-details dd a[href$=".doc"]:before,
#vastgoed-details dd a[href$=".ppt"]:before,
#vastgoed-details dd a[href$=".pptx"]:before {
    content: " ";
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: text-top;
    margin-right: 0.1rem;
    background-image: url('/grfx/treeview/file.png');
    background-size: contain;
    background-repeat: no-repeat;
} 

#vastgoed-details dd a[href$=".pdf"]:before {
    background-image: url('/grfx/treeview/pdf.png');
}

#vastgoed-details dd a[href$=".docx"]:before,
#vastgoed-details dd a[href$=".doc"]:before {
    background-image: url('/grfx/treeview/doc.png');
}

#vastgoed-details dd a[href$=".ppt"]:before,
#vastgoed-details dd a[href$=".pptx"]:before {
    background-image: url('/grfx/treeview/ppt.png');
}


#vastgoed-details dd ul {
    list-style: none;
}

#vastgoed-details dd ul li {
    margin-bottom: 0.5rem;

}