.single.projecthuddle .ph-comment .ph-comment-inner .ph-annotation-dot {
    border: 3px solid red;
    color: black;
    background-color: rgba(255, 255, 255, .5);
}

.single.projecthuddle .ph-comment .ph-comment-inner .ph-comment-content {
    background: rgba(255, 255, 255, .9);
}

.single.projecthuddle #top-bar #logo {
    margin-left: 150px;
}

.drafts__title {
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);

    position: absolute;
    padding: 15px;
    margin: 0;
    top: 55%;
    line-height: normal;
    left: 15px;
    transition-duration: .25s;
}

.single #top-bar .drafts__title:hover a {
    color: #ffffff;
}

.single #top-bar .drafts__title a {
    transition-duration: .25s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1875rem;
    font-weight: normal;
    color: #A3AAB7;
}

.drafts__owner {
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    position: absolute;
    padding: 15px;
    margin: 0;
    top: 50%;
    line-height: normal;
    left: 123px;
    background-size: cover;
    border-radius: 50%;
}

.drafts__owner a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.projecthuddle .ph-image-tip {
    display: none !important;
}

.ph-comment-inner.seen .ph-annotation-dot {
    border: 3px solid green !important;
}
