/* Banner do topo do site */
.pkp_site_name .is_img,
.pkp_site_name .is_img img {
  width: 100%;
  max-height: none;
}

/* Deixar apenas Capa da Edição atual na página inicial */
.pkp_structure_main
  > div
  > div
  > div.sections
  > div
  > ul
  > li
  > div
  > div.cover {
  display: none;
}
.pkp_structure_main
  > div
  > section.current_issue
  > div.obj_issue_toc
  > div.sections {
  display: none;
  margin-bottom: 20px;
}
.pkp_structure_main
  > div
  > article
  > div
  > div.entry_details
  > div.item.copyright
  > p {
  display: none;
}
.pkp_structure_main
  > div
  > section.current_issue
  > div.obj_issue_toc
  > div.heading
  > a
  > img {
  max-width: 200%;
  /*margin: 70%;
	margin-top: 20px;
	margin-top:50px;
	*/
  margin-bottom: 20px;
}
.pkp_structure_main > div > section.current_issue > div.current_issue_title,
.pkp_structure_main
  > div
  > section.current_issue
  > div.obj_issue_toc
  > div.heading
  > div,
.pkp_structure_main > div > section.current_issue > a,
.pkp_structure_main
  > div
  > section.current_issue
  > div.obj_issue_toc
  > div.galleys {
  display: none;
}

/* Tabela da página Conselho Editorial */

table#conselho-editorial {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
table#conselho-editorial * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
table#conselho-editorial > thead tr th:first-child {
  width: 100px;
}
table#conselho-editorial > thead tr th:not(:first-child) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
table#conselho-editorial tr {
  border-bottom: 1px solid #dddddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}
table#conselho-editorial tr td:first-child {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
table#conselho-editorial tr td:not(:first-child) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
table#conselho-editorial tr td img {
  max-width: 80%;
}
table#conselho-editorial tr td .member {
  border-bottom: 1px solid #eeeeee;
}
table#conselho-editorial tr td .member {
  margin-bottom: 15px;
}
table#conselho-editorial tr td .member:last-child {
  border-bottom: none;
}
table#conselho-editorial tr td label.country-name,
table#conselho-editorial tr td .member label.member-name {
  font-weight: bold;
  display: block;
}
table#conselho-editorial tr td .member label.member-name {
  margin-bottom: 15px;
}
table#conselho-editorial tr td .member p {
  margin: 0;
  margin-bottom: 15px;
}
/* Esconder Marca do OJS no footer */
.pkp_brand_footer {
  display: none;
}
/* Alterar cor de fundo do footer e adicionar borda superior */
.pkp_structure_footer_wrapper {
  background: #fff;
  border-top: 1px solid #ddd;
}

/* Quadradinhos laterais */
table#quadradinhos tr,
table#quadradinhos tr th,
table#quadradinhos tr th a,
table#quadradinhos tr th div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
table#quadradinhos tr th a {
  padding-bottom: 2px;
  -webkit-box-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
table#quadradinhos tr th div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
