
.profile-tag img {
    width: 24px;
    margin-right: 4px;
}

.profile-tag {
    box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.19);
    margin-bottom: 10px;
    margin-right: 5px;
}

#work-history-section .company-logo a > img {
    max-width: 150px;
    max-height: 150px;

    background-color: #fafafa;
    padding: 5px;
    border-radius: 5px;
    margin-top: 20px;
}

#work-history-section .row {
    margin-bottom: 30px;
}

#work-history-section .company-logo.company-logo-dark-bg a > img {
    background-color: #aaa;
}
@media (max-width: 992px) {
    #work-history-section .company-logo a > img {
        max-height: 50px;
    }
    #work-history-section .company-logo {
        padding: 0;
    }
}

#avatar {
    margin: -10px;
    overflow: hidden;
    border-radius: 50%;
    max-width: 300px;
}

#education-section a:hover{
    color: #337ab7;
}

#work-history-section a:hover {
    color: #337ab7;
    text-decoration: underline;
}

#stick-top-right {
    position: absolute;
    top: 10px;
    right: 10px;
}