/* clickpath - css */

.footer-clickpath {
    padding: 7px;
    vertical-align: middle;
    background-color: #ffffff;
}

.clickpath-list * {
    padding: 0;
    margin: 0;
}

.clickpath-list {
    display: block;
    clear: both;
    font-size: 0.9em;
}

.clickpath-list a,
.clickpath-list a:link,
.clickpath-list a:visited,
.clickpath-list a:hover,
.clickpath-list a:focus,
.clickpath-list a:active {
    color: #888888;
}

.clickpath-list strong {
    display: inline;
    font-weight: 400;
}

.clickpath-list .clickpath-label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5em;
}

.clickpath-list strong {
    display: none;
}