﻿.uwaccountant {
    display: block;
    padding: 0px;
    margin-top: 0px;
    float: left;
    margin-right: 10px;
    color: #ffffff;
    text-decoration: none;
}

    .uwaccountant h2, .uwcontact h2 {
        margin-top: 10px;
        margin-left: 10px;
        margin-bottom: 10px;
    }

    .uwaccountant a, #accountinfo a, .uwcontact a {
        color: #ffffff;
    }

        .uwaccountant a:visited, #accountinfo a:visited, .uwcontact a:visited {
            color: #ffffff;
        }

    #accountinfo ul, .uwaccountant ul, .uwcontact ul {
        padding: 0px;
        padding-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
        list-style: none;
    }

    #accountinfo li, .uwaccountant li, .uwcontact li {
        line-height: 18px;
    }

#accountinfo h3 {
    font: normal 14px Arial;
    color: #003858;
    padding: 0px;
    margin-top: 10px;
    margin-left: 10px;
}

.telefoon, .email, .moreinfo, .kantoor {
    display: block;
    padding-left: 10px;
    margin-bottom: 2px;
    position: relative;
    color: #ffffff;
}

    .telefoon:before, .email:before, .kantoor:before, .moreinfo:before {
        font-family: WK-icomoon;
        top: 0;
        left: 0;
        position: relative;
        padding-right: 10px;
        font-size: 16px;
        color: #ffffff;
    }

    .email:before {
        content: "\e94a";
    }

    .telefoon:before {
        content: "\e979";
    }

    .kantoor:before {
        content: "\e989";
    }

    .moreinfo:before {
        content: "\e9d7";
    }

    .questions:before {
        content: "\e924";
    }

    .wachtwoordwijzigen:before {
        content: "\e916";
    }

    .telefoonBlue, .emailBlue {
    display: block;
    padding-left: 24px;
    margin-bottom: 2px;
    position: relative;
    color: #007AC3;
}

    .telefoonBlue:before, .emailBlue:before {
        font-family: WK-icomoon;
        top: 0;
        left: 0;
        position: absolute;
        font-size: 16px;
        color: #007AC3;
    }

        .emailBlue:before {
        content: "\e94a";
    }

    .telefoonBlue:before {
        content: "\e979";
    }
