fieldset {
    display: none;
}

div#global-masthead {
    display: none;
}

.paging_simple_numbers {
    display: none !important;
}

img.micro_icon {
    max-width: 20px;
}

div.image-x.empiarIntroImage {
    width: 256px;
}

div.transferDiv {
    display: none !important;
}

nav#global-nav-expanded {
    display: none;
}

#skip-to {
    display: none;
}

div.jstree {
    display: none;
}

.empiarDownloadButton {
    display: none;
}

#beta-banner, a:after {
    display: none;
}

/* #ebi-footer-meta>p>a:not(:first-child) {
	display: none;
} */

#ebi-footer-meta > p:nth-of-type(2) {
    display: none;
}

#ebi-footer-meta > p:nth-of-type(1):after {
    left: 200px;
    content: " | Copyright © EMBL-EBI 2015 | EBI is an outstation of the European Molecular Biology Laboratory";
}

#empiarBanner > img {
    top: 0 !important;
}

* {
    background: white !important;
    background-color: white !important;
}

div#local-title.logo-title-strapline h1 {
    width: auto !important;
    font-size: 160% !important;
}

div#local-title a {
    width: 20% !important;
}

.noAspera {
    display: none !important;
}

#empiarTable1_length {
    display: none;
}

#empiarTable1_filter {
    display: none;
}

#empiarBrowseAllFilesDiv {
    display: none;
}

h5.slideToggle.icon.icon-functional {
    -webkit-margin-after: 0.2em;
}

body:not(:-moz-handler-blocked) .entryIcon {
    page-break-before: always;
}

.entry-content {
    page-break-before: avoid !important;
}

.image.no-underline > img {
    vertical-align: 0%;
}

#local-title > h1 > a > picture > img {
    content: url('/static/images/EMPIAR_logo_webBanner_b.png');
}

#main-content-area > div {
    width: 100%;
}

table#empiarTable1 {
    border: none;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: transparent;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: transparent;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: transparent;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: transparent;
}

input::placeholder {
    color: transparent;
}

textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: transparent;
}

textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: transparent;
}

textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: transparent;
}

textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: transparent;
}

textarea::placeholder {
    color: transparent;
}