/* Force the image to the left and keep it small */
.page_index_journal img, 
.obj_journal_details img, 
.homepage_image img {
    width: 250px !important;
    max-width: 250px !important;
    height: auto !important;
    display: block !important;
    /* This removes the centering and pushes it to the left */
    margin-left: 0 !important;
    margin-right: auto !important;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}

/* Keep dropdown background white but make text inside it black */
.pkp_navigation_primary ul {
    background-color: #ffffff !important;
}

.pkp_navigation_primary ul li a {
    color: #000000 !important;
}

.pkp_navigation_primary ul li a:hover {
    background-color: #eeeeee !important;
}

.pkp_structure_footer_common, .pkp_brand_footer {
    display: none !important;
}