/* Tables */
table {
  width: 100%;
  margin: 1em 0;
}

.table_menu {
  border-spacing: 5px !important;
}

table th,
table tr.heading {
  font-size: 1.125em;
  line-height: 1.33333em;
  background-color: #d1d3d5;
  border-bottom: 2px solid #d1d3d5;
  text-transform: capitalize;
  padding: 0.5em 0.25em;
}
table tr {
  margin: 0.5em 0;
}

table td {
  padding: 0.5em 0.25em;
  vertical-align: top;
}

.td_menu {
  height: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: middle;
  text-align: center;
  background-color: #4d9783;
  box-shadow: 0px 0px 5px #333333;
  border-radius: 4px;
  font-weight: normal;
}

.td_menu:hover {
  background-color: #337778;
}

.td_menu a {
  color: white;
}

.table-borders tr {
  border-bottom: 1px solid #d1d3d5;
}

/* Global */
a.block_make_submission_link {
  color: white !important;
  display: block;
  padding: 1em;
  background-color: #4d9783;
  -moz-box-shadow: 0px 0px 5px #333333;
  -webkit-box-shadow: 0px 0px 5px #333333;
  box-shadow: 0px 0px 5px #333333;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
}
a.largeButton:hover,
a.largeButton:focus {
  background-color: #337778;
}

.pkp_structure_footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.pkp_brand_footer {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: end;
}

.pkp_brand_footer a {
  max-width: 120px;
}

body {
  color: black;
}

a {
  color: #4d9783;
}

a:hover {
  color: #11b776;
}

.cmp_button_wire,
.obj_galley_link {
  color: #fff;
  border: 1px solid #fff;
  background: #4d9783;
}

.cmp_button_wire:hover,
.obj_galley_link:hover {
  color: #fff !important;
  border: 1px solid #fff !important;
  background: #4d9783;
}

.obj_article_summary > .title a {
  font-weight: bold;
  color: black;
}

.pkp_navigation_primary > li > a:hover {
  color: #fff;
}

.pkp_navigation_primary > li > a {
  color: #fff;
}

.pkp_navigation_user > li:last-child > a {
  color: #fff;
}

.pkp_navigation_search_wrapper a {
  color: #fff;
}

.pkp_structure_head {
  background-color: #4d9783;
}

.pkp_navigation_primary_wrapper {
  background-color: #4d9783;
}

.pkp_site_nav_menu a {
  color: #fff;
}

.pkp_site_nav_menu a:hover {
  color: #fff;
}
