nav#navigation {
    display: none;
}

div#sidebar-first {
    display:none;
}

a.pub-citation-download-btn {
    display:none;
}

div#block-block-3 {
    display:none;
}

/*div.pane-2 {
    display:none;
}*/

div#toolbar {
    display: none;
}

span.hidden-md-down {
    display:none;
}

div.main-footer {
    display:none;
}

div.main-header {
    display:none;
}

a.pub-buy-btn {
    display: none;
}

.tab-content {
    border: 0px !important;
}

.tab-content > .tab-pane {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    border: 0px;
}

ul#press_pub_tabs {
    display: none;
}

/*img.img-fluid {
    float: right;
    max-width: 200px;
    display: flex;
}*/

.collapse {
    display: block !important;
    height: auto !important;
}

body {
  font-size: 80% !important;
}

.nav-link {
  padding-left: 0rem !important;
}

div#tab-contents-container {
  padding-left: 0rem !important;
}


.mc-invisible {
  opacity: 0;
}

.footer-mcpopup {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  /* background-color: #f7f7f9 !important; */
  text-align: center;
}

.modalless{
  -webkit-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
  transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
}

.modal-header{
  background-color: #4C6E78;
  text-color: white !important;
}
