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;
}

nav.navbar .language a.current {
    color: #29abe2;
}

#issueDescription img{
    max-width: 100px;
}

.head h2 {
    font-size: 80px;
    color: #c6258f;
}

.head a.search {
    color: #4d4d4d
}

.mainMenu .menu {
    background: rgba(77, 77, 77, 0.8) none repeat
}

.mainMenu .mobile-view {
    background: #4d4d4d none repeat scroll 0 0
}

nav.navbar {
    background: #c6258f none repeat scroll 0 0
}

#navbarWrapper.floating {
    background: #4d4d4d none repeat scroll 0 0
}

@media (max-width: 1400px) and (min-width: 960px){
    .head .logoed h2 {
        font-size: 47px;
    }
    .logo img {
        height: 32px;
    }
}

@media (max-width: 500px){
    .head .logoed h2{
        font-size: 34px;
    }
    .logo img {
        height: 52px;
    }
}

@media (max-width: 959px){
    .head .logoed h2{
        font-size: 34px;
    }
    .logo img {
        height: 52px;
    }
}

#announcements {display:none}

li#sidebar_policy, li#sidebar_ethics {display:none}