﻿.buyer .section {
    padding-left: 85px !important;
}

    .buyer .section svg {
        position: absolute;
        top: 2px;
        left: 10px;
        font-size: 3.5rem;
        color: #f1f3f5;
        height: 100%;
    }

    .buyer .section.hover svg {
        color: white !important;
    }

.section {
    position: relative;
    padding: 1rem !important;
    margin-top: 1rem !important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    border-radius: .25rem !important;
}

    .section .title {
        color: #7e9c14 !important;
        font-size: 2rem;
        font-family: ealing, 'Open Sans', Arial, sans-serif;
        line-height: 1;
    }

    .section small {
        font-size: .9rem;
        display: block;
    }

    .section.hover {
        background-color: #c3f11f7a;
    }

.sections a:hover {
    text-decoration: none !important;
}

.ubbink .section .title {
    color: #aa0000 !important;
}

.ubbink .section.hover {
    background-color: #FFDCDC;
}
