a {
    color: #69818C;
}

a:hover,
a:focus {
    color: #4C6F7E;
}

.btn-link,
.link-text,
.top-button,
.cost-label,
.pie-wrapper .pie-legend .total,
#profile-tweet .message-input::after {
    color: #69818C;
}

.link-online-indicator {
    background-color: #69818C;
}

.list-group .list-group-item .list-item-wrapper:hover:after {
    background-color: rgba(105, 129, 140, 0.02);
}

.profile-info a:hover .profile-username {
    color: #69818C;
}

.left-sidebar-box__bg-profile,
.default-bg .profile-panel__bg:after {
    background-color: #69818C;
}

span.link-text {
    color: #69818C;
}

.list-group .list-group-item .list-item:hover {
    color: #69818C;
}

.simple-text a:hover {
    color: #69818C;
}

.simple-text a:hover .link-title {
    color: #69818C;
}

.simple-text a:hover span.link-text {
    color: #4C6F7E;
}

.link-hyperlink:hover .link-name {
    color: #69818C;
}

.list-group .list-group-item .list-item-wrapper {
    border-color: rgba(105, 129, 140, 0.5);
}

.list-group .list-group-item .list-item-wrapper:hover:after {
    background-color: rgba(105, 129, 140, 0.02);
}

.list-group-item .list-item-wrapper,
.b-category-divider__wrap.category-divider {
    border-color: rgba(105, 129, 140, 0.5);
}

.list-group-item .list-item-wrapper:hover:after,
.b-category-divider__wrap.category-divider:hover:after {
    background-color: rgba(105, 129, 140, 0.02);
}

.list-group .list-group-item:focus .list-item-wrapper,
.list-group .list-group-item:hover .list-item-wrapper {
    background-color: rgba(105, 129, 140, 0.01);
}