a{
    color: #29abe2;
    text-decoration: none;
}

a:hover{
    color: #042d48;
    text-decoration: underline;
}


.issueArticle .meta .authors a{
    color: #666666;
}

.issueArticle .meta .authors a:hover{
    color: #042d48;
}

.head h2 {
    font-weight: bold;
    line-height: 48px;
    font-size: 46px;
    margin: 25px 0;
}


@media (max-width: 500px){
    .head h2{
        font-size: 13px;
    }
}


@media (max-width: 1400px) and (min-width: 960px){
    .head h2{
        font-size: 20px;
        margin: 0px;
    }
}

@media (max-width: 959px){
    .head h2{
        font-size: 20px;
        line-height: 22px;
    }
}

.sidebar .plumx {
    background: #f2f2f2;
    padding: 10px 3px;
    margin-top: 10px;
    position: relative;
    width: 100%;
}