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

.clickpath-list {
    display: block;
    clear: both;
    font-size: 1em;
    color: #9eb1b7;
}

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

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

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

.clickpath-list strong {
    display: inline-block;
}