﻿a {
    text-decoration: none;
    color: #6c757d;
}

    a:hover {
        text-decoration: none;
        color: #007bff;
    }

.client-logo {
}

    .client-logo img {
        float: left;
        margin-right: 7px;
    }

.consent-header {
    margin-bottom: 0.5em;
}

.grants .grant {
    font-size: 0.9rem;
}

    .grants .grant img {
        margin-right: 7px;
        width: 64px;
        height: 64px;
    }

    .grants .grant .clientname {
        font-weight: 400;
        font-size: 1.25rem;
        text-decoration: none;
    }

    .grants .grant .granttype {
        font-weight: bold;
        font-size: 0.7rem;
    }


.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}