/* CSS crunched with Crunch - http://crunchapp.net/ */
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic,700italic&subset=latin,latin-ext);
/**
 * upjp2.css
 *
 * Copyright (c) 2014 Uniwersytet Papieski Jana Pawła II w Krakowie
 *
 * UPJP2 2014 Theme.
 *
 * $Id$
 */
.transition {
  -webkit-transition: all 333ms ease;
  -moz-transition: all 333ms ease;
  -ms-transition: all 333ms ease;
  -o-transition: all 333ms ease;
  transition: all 333ms ease;
}
.box-sizing-border-box {
  -webkit-box-sizing: border-box;
  /* For legacy WebKit based browsers */
  -moz-box-sizing: border-box;
  /* For all Gecko based browsers */
  box-sizing: border-box;
}
html {
  height: 100%;
}
* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body {
  background: #f4f4f4 url('images/paper_fibers.png') repeat;
  color: #000000;
  font-size: 20px;
  line-height: 1.2em;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  border-top: 66px solid #8a1c1c;
  border-bottom: 2px solid #8a1c1c;
  min-height: 100%;
}
#container,
#sidebar,
#body {
  clear: both;
}
#container {
  max-width: 1440px;
  margin: -40px auto 15px auto;
  min-width: 100px !important;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.1);
}
/** MOSTLY AWESOME CLEARFIX **/
#container:before,
#container:after {
  content: "";
  display: table;
}
#container:after {
  clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
#container {
  zoom: 1;
}
#body,
#main {
  background-color: #ffffff;
}
#main {
  margin-left: 0;
  width: 1112px;
  padding: 20px;
}
#main #issueCoverImage a img,
#main .issueCoverImage a img {
  -webkit-transition: all 333ms ease;
  -moz-transition: all 333ms ease;
  -ms-transition: all 333ms ease;
  -o-transition: all 333ms ease;
  transition: all 333ms ease;
  border: 1px solid #545454;
  -webkit-box-shadow: 1px 1px 3px 0 #a8a8a8;
  box-shadow: 1px 1px 3px 0 #a8a8a8;
  opacity: 1;
  max-width: 25% !important;
  height: 100% !important;
}
#main #issueCoverImage a:hover img,
#main .issueCoverImage a:hover img {
  opacity: 0.75;
}
.upjp2-journal {
  display: block;
  float: left;
  padding: 2%;
  margin: 1% 2% 1% 0;
  width: 48%;
  border: 1px solid #ededed;
  background: #fafafa;
  -webkit-box-sizing: border-box;
  /* For legacy WebKit based browsers */
  -moz-box-sizing: border-box;
  /* For all Gecko based browsers */
  box-sizing: border-box;
  -webkit-transition: all 333ms ease;
  -moz-transition: all 333ms ease;
  -ms-transition: all 333ms ease;
  -o-transition: all 333ms ease;
  transition: all 333ms ease;
}
.upjp2-journal h3 {
  padding-top: 0 !important;
}
.upjp2-journal p:last-child {
  margin-bottom: 0;
}
.upjp2-journal:hover {
  border-color: #b57979;
}
.upjp2Footer {
  padding: 5px 0;
  border-top: 2px solid #d6d6d6;
}
select#searchJournal {
  max-width: 300px;
}
.upjp2Footer:before,
.upjp2Footer:after {
  content: "";
  display: table;
}
.upjp2Footer:after {
  clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.upjp2Footer {
  zoom: 1;
}
#pkp-common-openJournalSystems #content h3 {
  padding: 0;
  margin-top: 40px;
}
#pkp-common-openJournalSystems #content h3 + p {
  margin-top: 6px;
}
#pkp-common-openJournalSystems #content h3:first-of-type {
  margin-top: 0;
}
#pkp-common-openJournalSystems #content strong {
  text-transform: uppercase;
  font-size: 85%;
  letter-spacing: 0.05em;
  color: #3c464a;
}
#sidebar,
#rightSidebar {
  background-color: #FFF;
}
#rightSidebar {
  margin-right: 0;
  margin-left: 0;
  padding-top: 36px;
  padding-left: 20px;
  padding-right: 20px;
  width: 248px;
}
#rightSidebar .blockTitle {
  border-top: 2px solid #DDD;
  color: #953333;
  font-family: 'Roboto Condensed', 'Arial Black', Monaco, Chicago;
  font-weight: bold;
}
#rightSidebar a.blockTitle {
  font-weight: normal;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  color: #000;
}
#rightSidebar .block.custom p:first-child {
  margin-top: 0;
  margin-bottom: 0;
}
#rightSidebar .block.custom h4:first-child {
  margin-top: 0;
  margin-bottom: 0;
}
#rightSidebar #developedBy.blockTitle,
#rightSidebar #sidebarHelp .blockTitle {
  border-top: none;
}
a {
  text-decoration: none;
}
a:link {
  color: #000000;
}
a:active {
  color: #000000;
}
a:visited {
  color: #000;
}
a:hover {
  color: #953333;
  background: transparent;
  text-decoration: none;
}
.menu a,
#content a,
#rightSidebar a {
  -webkit-transition: all 333ms ease;
  -moz-transition: all 333ms ease;
  -ms-transition: all 333ms ease;
  -o-transition: all 333ms ease;
  transition: all 333ms ease;
}
#sidebarDevelopedBy.block {
  padding-bottom: 0 !important;
}
#sidebarDevelopedBy.block a {
  color: #d6d6d6;
  text-transform: capitalize;
}
#sidebarDevelopedBy.block a:hover {
  color: #000000;
}
#sidebarHelp,
#sidebarFontSize {
  display: none;
}
input,
select {
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0;
}
:-webkit-autofill {
  color: #fff !important;
}
input.textField,
select.selectMenu,
textarea.textArea,
input.uploadField {
  font-family: 'Roboto Condensed', 'Arial Black', Monaco, Chicago;
  background-color: #f3f3f3;
  letter-spacing: 0.04em;
  background-image: none;
  border: 0;
  padding: 5px;
  border-radius: 0;
  -webkit-transition: all 333ms ease;
  -moz-transition: all 333ms ease;
  -ms-transition: all 333ms ease;
  -o-transition: all 333ms ease;
  transition: all 333ms ease;
}
input.textField:focus,
select.selectMenu:focus,
textarea.textArea:focus,
input.uploadField:focus {
  color: #ffffff;
  background-color: #9c4a49;
}
ul.tagit {
  border: 2px solid #efefef;
}
input.defaultButton {
  background-color: #953333 !important;
  font-weight: 700;
  color: #ffffff;
  border: 0;
  -webkit-transition: all 333ms ease;
  -moz-transition: all 333ms ease;
  -ms-transition: all 333ms ease;
  -o-transition: all 333ms ease;
  transition: all 333ms ease;
}
input.button {
  font-family: 'Roboto Condensed', 'Arial Black', Monaco, Chicago;
  font-weight: 700;
  background-color: #f3f3f3;
  border: 0;
  padding: 5px;
  letter-spacing: 0.04em;
  -webkit-transition: all 333ms ease;
  -moz-transition: all 333ms ease;
  -ms-transition: all 333ms ease;
  -o-transition: all 333ms ease;
  transition: all 333ms ease;
}
input.button:hover {
  background-color: #953333;
  color: #ffffff;
}
input.defaultButton:hover {
  background-color: #f3f3f3 !important;
  color: #000000;
}
select + input.button {
  margin-left: 5px;
}
#journalLayout input.button {
  margin-top: 2px;
  margin-bottom: 2px;
}
#content a[href*="searchInitial="] {
  margin: 4px 2px;
  width: 25px;
  height: 25px;
  text-align: center;
  background-color: #9c4a49;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
}
#content a[href*="searchInitial="]:hover {
  color: #000000;
  background-color: #e7e7e7;
}
a.action {
  text-decoration: none;
  font-family: 'Roboto Condensed', 'Arial Black', Monaco, Chicago;
  font-weight: 700;
  background-color: #9c4a49;
  color: #ffffff;
  padding: 4px 7px;
  margin-bottom: 3px;
  margin-top: 3px;
  letter-spacing: 0.03em;
  white-space: pre-wrap;
  display: inline-block;
}
a.action:hover {
  color: #000000;
  background-color: #e7e7e7;
}
a.action.pdf,
a.action#fullscreenHide {
  background-image: none !important;
  background-color: #9c4a49 !important;
}
a.action.pdf:hover,
a.action#fullscreenHide:hover {
  color: #000000 !important;
  background-color: #e7e7e7 !important;
}
a.icon {
  background-color: #9c4a49;
  color: #ffffff;
  padding: 4px 7px;
  margin-top: 3px;
  margin-bottom: 1px;
}
a.icon:hover {
  color: #000000;
  background-color: #e7e7e7;
}
a.icon img {
  vertical-align: center;
}
.nowrap {
  white-space: normal;
  padding-right: 7px;
}
#header {
  background-color: #ffffff;
}
#headerTitle {
  color: #000000;
}
#header h1 {
  font-family: 'Roboto Condensed', 'Arial Black', Monaco, Chicago;
  padding: 30px 0 20px 25px;
  font-size: 2.5em;
  line-height: 1em;
  color: #9c4a49;
  font-weight: 300;
}
#main h2 {
  font-family: 'Roboto Condensed', 'Arial Black', Monaco, Chicago;
  font-weight: 400;
  line-height: 1em;
}
#main h3 {
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}
#navbar {
  border-bottom: 4px solid #282828;
  background-color: transparent;
  padding-top: 5px;
  padding-bottom: 5px;
}
#navbar a {
  padding: 5px;
  color: #000000;
}
#content ul.menu,
#content ul.steplist {
  background-color: #282828;
  padding-top: 5px;
  padding-bottom: 5px;
}
#navbar li,
#content ul.menu li,
#content ul.steplist li {
  padding: 0;
}
#navbar a,
#content ul.menu a,
#content ul.steplist a {
  background-color: transparent !important;
  font-weight: bold;
  padding: 5px 15px 5px 5px !important;
}
#navbar a:hover,
#content ul.menu a:hover,
#content ul.steplist a:hover {
  color: #953333;
}
#content ul.menu,
#content ul.steplist {
  background-color: transparent;
  border-bottom: 2px solid #282828;
  letter-spacing: 0.05em;
  padding-bottom: 3px;
}
#content ul.menu a,
#content ul.steplist a {
  padding: 9px 7px 7px 7px !important;
}
#content ul.menu li.current a,
#content ul.steplist li.current a {
  background-color: #953333 !important;
  color: #fff;
}
#breadcrumb {
  padding-bottom: 10px;
  border-bottom: 1px solid #953333;
  color: #e7e7e7;
}
#breadcrumb a {
  -webkit-transition: all 333ms ease;
  -moz-transition: all 333ms ease;
  -ms-transition: all 333ms ease;
  -o-transition: all 333ms ease;
  transition: all 333ms ease;
  color: #a3a3a3;
}
#breadcrumb a:hover {
  color: #2e3639;
}
#breadcrumb a:first-child {
  background: url(images/home.png) no-repeat 0 0;
  padding-left: 22px;
}
#searchForm .ui-icon {
  margin-top: 3px;
}
#content {
  border-top: 0px dotted #000;
}
#submit select,
#submit input {
  margin: 2px;
}
h2 {
  color: #953333;
  width: 100% !important;
  padding: 10px 5px 10px 0;
  font-size: 2em;
  margin-top: 10px !important;
  margin-bottom: 0 !important;
}
#content h3 {
  width: 100% !important;
  font-style: regular;
  color: #2e3639;
  padding: 10px 0 10px 0;
  margin-right: 0 !important;
  overflow: visible;
  line-height: 1.2em;
}
#content h4 {
  display: block;
  width: 100%;
  font-style: italic;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  color: #2e3639;
  border-bottom: 2px solid #e7e7e7;
  overflow: visible;
  padding-left: 1px;
}
#content h4 a {
  text-decoration: none;
}
a.file {
  padding: 3px;
  background-color: #953333;
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
}
a.file:hover {
  background-color: #DDD;
  color: #000;
}
#articleFullText a.file {
  padding: 3px 7px;
  display: inline-block;
}
label {
  padding: 3px;
}
td.tocAuthors,
td.tocPages {
  color: #2e3639;
}
td.label,
td.formSubLabel {
  padding-right: 0 !important;
}
td.label h4,
td.formSubLabel h4 {
  padding-left: 0 !important;
}
td.tocAuthors {
  padding-left: 2px !important;
}
div.separator {
  border-bottom: 2px solid #ddd !important;
  clear: both;
  zoom: 1;
}
div.separator:before,
div.separator:after {
  content: "";
  display: table;
}
div.separator:after {
  clear: both;
}
td.separator {
  border-top: 2px solid #eee !important;
  border-bottom: none !important;
}
td.endseparator {
  border-top: 3px solid #ddd !important;
  padding-bottom: 6px !important;
}
td.headseparator {
  border-top: 2px solid #953333 !important;
}
#container #referrals {
  margin-top: 25px;
}
.fastTracked {
  background-color: rgba(170, 187, 170, 0.33);
}
#pkp-archive-archives #issues div.separator {
  display: none;
}
#pkp-about-journalSponsorship #publisher h3:first-child {
  display: none;
}
#pkp-about-journalSponsorship #publisher a {
  text-decoration: underline;
}
#recommendation select,
#pkp-author-submit-step1 #submit select,
#pkp-author-submit-step2 #submit select,
#pkp-author-submit-step3 #submit select,
#pkp-author-submit-step4 #submit select,
#pkp-author-submit-step5 #submit select,
#recommendation .button,
#pkp-author-submit-step1 #submit .button,
#pkp-author-submit-step2 #submit .button,
#pkp-author-submit-step3 #submit .button,
#pkp-author-submit-step4 #submit .button,
#pkp-author-submit-step5 #submit .button {
  background-color: #953333;
  color: #ffffff;
}
#recommendation select:active,
#pkp-author-submit-step1 #submit select:active,
#pkp-author-submit-step2 #submit select:active,
#pkp-author-submit-step3 #submit select:active,
#pkp-author-submit-step4 #submit select:active,
#pkp-author-submit-step5 #submit select:active,
#recommendation .button:active,
#pkp-author-submit-step1 #submit .button:active,
#pkp-author-submit-step2 #submit .button:active,
#pkp-author-submit-step3 #submit .button:active,
#pkp-author-submit-step4 #submit .button:active,
#pkp-author-submit-step5 #submit .button:active,
#recommendation select:focus,
#pkp-author-submit-step1 #submit select:focus,
#pkp-author-submit-step2 #submit select:focus,
#pkp-author-submit-step3 #submit select:focus,
#pkp-author-submit-step4 #submit select:focus,
#pkp-author-submit-step5 #submit select:focus,
#recommendation .button:focus,
#pkp-author-submit-step1 #submit .button:focus,
#pkp-author-submit-step2 #submit .button:focus,
#pkp-author-submit-step3 #submit .button:focus,
#pkp-author-submit-step4 #submit .button:focus,
#pkp-author-submit-step5 #submit .button:focus {
  background-color: #e7e7e7;
  color: #000000;
}
#recommendation .button:hover,
#pkp-author-submit-step1 #submit .button:hover,
#pkp-author-submit-step2 #submit .button:hover,
#pkp-author-submit-step3 #submit .button:hover,
#pkp-author-submit-step4 #submit .button:hover,
#pkp-author-submit-step5 #submit .button:hover {
  background-color: #e7e7e7;
  color: #000000;
}
#reviewers,
#submissions,
#users,
#issues {
  overflow-x: auto;
}
table.listing {
  table-layout: auto;
  word-wrap: break-word;
}
table.listing a.action {
  white-space: inherit;
  word-wrap: break-word;
}
table.listing tr.heading td {
  vertical-align: top;
}
table.listing tr td {
  vertical-align: middle;
  min-width: 20px;
  padding: 0.5em !important;
}
table.listing table.nested tr td {
  word-break: break-all;
}
#reviewers table.listing {
  table-layout: fixed;
}
#submissions table.listing {
  table-layout: fixed;
}
#submissions table.listing a.action {
  word-break: break-all;
}
#submissions table.listing tr.heading table tr td {
  padding: 6px !important;
  border-right: 1px solid #e7e7e7;
  font-size: 70% !important;
  text-align: center;
  line-height: 100%;
}
#submissions table.listing tr.heading table tr td:first-child {
  padding-left: 0 !important;
}
#submissions table.listing table.nested tr td {
  padding: 6px !important;
  border-right: 1px solid #e7e7e7;
  font-size: 70% !important;
  text-align: center;
  line-height: 100%;
}
#submissions table.listing table.nested tr td:first-child {
  padding-left: 0 !important;
}
#selectReviewer #reviewers table.listing tr td {
  padding: 5px !important;
}
#selectReviewer #reviewers table.listing tr td.headseparator {
  padding: 0 !important;
}
table.tocArticle {
  -webkit-transition: border 200ms ease;
  -moz-transition: border 200ms ease;
  -ms-transition: border 200ms ease;
  -o-transition: border 200ms ease;
  transition: border 200ms ease;
}
table.tocArticle {
  border-top: 1px solid #EFEFEF;
  border-bottom: 1px solid #FFF;
}
table.tocArticle:hover {
  border-bottom: 1px solid #953333;
  -webkit-transition: border 400ms ease-in-out;
  -moz-transition: border 400ms ease-in-out;
  -ms-transition: border 400ms ease-in-out;
  -o-transition: border 400ms ease-in-out;
  transition: border 400ms ease-in-out;
}
#content h4 + table.tocArticle {
  border-top: 0 !important;
}
table.tocArticle:last-of-type {
  border-bottom: 1px solid #EFEFEF;
}
table.tocArticle:last-of-type:hover {
  border-bottom: 1px solid #953333;
}
table.tocArticle + div.separator {
  margin-top: -1px;
  border-bottom: 1px solid #EFEFEF !important;
  -webkit-transition: border 200ms ease;
  -moz-transition: border 200ms ease;
  -ms-transition: border 200ms ease;
  -o-transition: border 200ms ease;
  transition: border 200ms ease;
}
table.tocArticle:hover + div.separator {
  margin-top: -1px;
  border-bottom: 1px solid #953333 !important;
  -webkit-transition: border 400ms ease-in-out;
  -moz-transition: border 400ms ease-in-out;
  -ms-transition: border 400ms ease-in-out;
  -o-transition: border 400ms ease-in-out;
  transition: border 400ms ease-in-out;
}
table tr.heading td {
  padding: 8px 15px 8px 7px !important;
  font-weight: bold !important;
  letter-spacing: 0.05em;
}
.tocArticle a.file {
  background: transparent;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.05em;
}
.tocArticle a.file:hover {
  color: #953333;
}
.tocArticle td.tocAuthors,
.tocArticle td.tocPages {
  color: #2e3639;
}
.tocArticle td.tocTitle a {
  text-decoration: none;
}
.tocArticle td.tocTitle a:hover {
  background: transparent;
}
#articleTitle,
#articleAbstract,
#authorString,
#articleSubject,
#articleFullText,
#articleCitations {
  -webkit-box-sizing: border-box;
  /* For legacy WebKit based browsers */
  -moz-box-sizing: border-box;
  /* For all Gecko based browsers */
  box-sizing: border-box;
}
#articleTitle h3 {
  font-size: 2em;
}
#articleAbstract {
  width: 70%;
  float: left;
  padding-right: 10px;
  margin-right: 10px;
}
#articleAbstract div {
  margin-top: -30px;
}
#articleSubject {
  width: 25%;
  float: left;
}
#articleSubject div {
  margin-top: -13px;
}
#articleFullText {
  width: 25%;
  float: left;
  margin-bottom: 40px;
}
#articleSubject h4,
#articleFullText h4 {
  margin-right: 0 !important;
}
#articleCitations {
  clear: both;
  width: 70%;
  zoom: 1;
  word-wrap: break-word;
}
#articleCitations :before,
#articleCitations :after {
  content: "";
  display: table;
}
#articleCitations :after {
  clear: both;
}
#articleCitations div {
  margin-top: -30px;
}
#articleCitations p {
  border-left: 2px solid #d6d6d6;
  display: block;
  padding: 10px 15px;
  margin: 15px 0;
  background: #f3f3f3;
}
.upjp2CustomDOIContainer {
  clear: both;
  width: 70%;
  zoom: 1;
  margin-bottom: -30px;
}
.upjp2CustomDOIContainer :before,
.upjp2CustomDOIContainer :after {
  content: "";
  display: table;
}
.upjp2CustomDOIContainer :after {
  clear: both;
}
.upjp2CustomDOIContainer br {
  display: none;
}
#content a[href*="doi.org"] {
  word-break: break-all;
}
#pageFooter,
.pageFooter {
  color: #b0b0b0;
  border-top: 2px solid #8f9ea4;
  padding-top: 10px;
}
#pageFooter a,
.pageFooter a {
  color: #a3a3a3;
  text-decoration: underline;
}
#pageFooter a:hover,
.pageFooter a:hover {
  color: #953333;
}
#pageFooter img,
.pageFooter img {
  opacity: 1;
  -webkit-transition: all 333ms ease;
  -moz-transition: all 333ms ease;
  -ms-transition: all 333ms ease;
  -o-transition: all 333ms ease;
  transition: all 333ms ease;
}
#pageFooter img:hover,
.pageFooter img:hover {
  opacity: 0.75;
}
#pageFooter {
  border-top: none;
}
.pageFooter {
  clear: both;
}
.upjp2-site-footer {
  border-top: 2px solid #d6d6d6;
  display: block;
  clear: both;
  margin-top: 30px;
  padding: 20px 40px;
}
.upjp2-site-footer img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
/*****

****** MEDIA QUERIES

******/
@media all and (max-width: 1460px) and (min-width: 1055px) {
  #container {
    max-width: 1024px;
  }
  #main {
    width: 760px;
  }
  #rightSidebar {
    width: 184px;
  }
  #navbar a {
    padding: 10px 5px !important;
  }
}
@media all and (max-width: 1054px) and (min-width: 820px) {
  #container {
    max-width: 800px;
    width: 800px;
  }
  #main {
    width: 600px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #header h1 {
    padding-left: 10px;
  }
  #rightSidebar {
    width: 160px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #rightSidebar table,
  #rightSidebar td {
    display: block !important;
    border-collapse: collapse !important;
    padding: 0 !important;
  }
  #rightSidebar td {
    margin: 5px 0;
  }
  #rightSidebar input,
  #rightSidebar select {
    width: 100% !important;
    padding: 4px !important;
    margin: 0 !important;
  }
  #rightSidebar input {
    margin-top: 4px !important;
  }
  #navbar a {
    padding: 10px 5px !important;
  }
  .upjp2-journal {
    float: none;
    width: 100%;
    margin: 2% 0;
  }
}
@media all and (max-width: 819px) and (min-width: 600px) {
  #container {
    width: 100% !important;
    min-width: 100px !important;
  }
  #body,
  #container,
  #content,
  #navbar,
  #main,
  #sidebar,
  #rightSidebar {
    float: left !important;
  }
  #navbar {
    width: 100%;
    margin-bottom: 10px;
  }
  #container {
    margin-top: 0;
    border-top: 0;
  }
  #header h1 {
    padding-left: 10px;
  }
  #body {
    width: 100% !important;
  }
  #main {
    width: 95%;
    padding-left: 10px;
    padding-right: 10px;
    margin: auto !important;
  }
  #content {
    width: 100%;
  }
  #content h3 {
    margin: 0;
    width: 100%;
    display: block;
  }
  #sidebar {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 60px;
    -webkit-box-sizing: border-box;
    /* For legacy WebKit based browsers */
    -moz-box-sizing: border-box;
    /* For all Gecko based browsers */
    box-sizing: border-box;
  }
  #rightSidebar {
    -webkit-box-sizing: border-box;
    /* For legacy WebKit based browsers */
    -moz-box-sizing: border-box;
    /* For all Gecko based browsers */
    box-sizing: border-box;
    width: 100%;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin: auto;
    border: 2px solid #e7e7e7;
  }
  #rightSidebar .block {
    -webkit-box-sizing: border-box;
    /* For legacy WebKit based browsers */
    -moz-box-sizing: border-box;
    /* For all Gecko based browsers */
    box-sizing: border-box;
    float: left;
    margin-right: 10px;
  }
  #rightSidebar .block h4 {
    margin-top: 0;
    margin-bottom: 0;
  }
  #rightSidebar #developedBy {
    display: none;
  }
  #rightSidebar table,
  #rightSidebar td {
    display: block !important;
    border-collapse: collapse !important;
    padding: 0 !important;
  }
  #rightSidebar td {
    margin: 5px 0;
  }
  #rightSidebar input,
  #rightSidebar select {
    max-width: 129px;
    padding: 4px !important;
    margin: 0 !important;
  }
  #navbar a {
    padding: 10px 5px !important;
  }
  #breadcrumb {
    padding-top: 50px;
  }
  #rightSidebar select + input {
    margin-left: 4px !important;
  }
  #articleAbstract,
  #articleCitations,
  #articleSubject,
  #articleFullText {
    width: 100%;
    float: none;
  }
  #articleFullText {
    margin-bottom: 0;
  }
  .upjp2-journal {
    float: none;
    width: 100%;
    margin: 2% 0;
  }
}
@media all and (max-width: 599px) {
  #container {
    width: 100% !important;
    min-width: 100px !important;
  }
  #body,
  #container,
  #content,
  #navbar,
  #main,
  #sidebar,
  #rightSidebar {
    float: left !important;
  }
  #rightSidebar .block {
    -webkit-box-sizing: border-box;
    /* For legacy WebKit based browsers */
    -moz-box-sizing: border-box;
    /* For all Gecko based browsers */
    box-sizing: border-box;
    float: left;
    width: 100%;
    margin-right: 0;
  }
  #rightSidebar .block h4 {
    margin-top: 0;
    margin-bottom: 0;
  }
  #rightSidebar #developedBy {
    display: none;
  }
  #navbar {
    width: 100%;
    margin-bottom: 10px;
  }
  #container {
    margin-top: 0;
    border-top: 0;
  }
  #header h1 {
    padding-left: 10px;
  }
  #body {
    width: 100% !important;
  }
  #main {
    width: 95%;
    padding-left: 10px;
    padding-right: 10px;
    margin: auto !important;
  }
  #content h3 {
    margin: 0;
    width: 100%;
    display: block;
  }
  #sidebar {
    width: 100%;
    border: 2px solid #e7e7e7;
    margin-top: 20px;
    margin-bottom: 60px;
    clear: both;
    -webkit-box-sizing: border-box;
    /* For legacy WebKit based browsers */
    -moz-box-sizing: border-box;
    /* For all Gecko based browsers */
    box-sizing: border-box;
  }
  #rightSidebar {
    -webkit-box-sizing: border-box;
    /* For legacy WebKit based browsers */
    -moz-box-sizing: border-box;
    /* For all Gecko based browsers */
    box-sizing: border-box;
    width: 100%;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin: auto;
  }
  #rightSidebar table,
  #rightSidebar td {
    display: block !important;
    border-collapse: collapse !important;
    padding: 0 !important;
  }
  #rightSidebar td {
    margin: 5px 0;
  }
  #rightSidebar input,
  #rightSidebar select {
    max-width: 129px;
    padding: 4px !important;
    margin: 0 !important;
  }
  #navbar a {
    padding: 10px 5px !important;
  }
  #breadcrumb {
    padding-top: 50px;
  }
  #rightSidebar select + input {
    margin-left: 4px !important;
  }
  table.listing {
    table-layout: fixed !important;
    word-break: break-all !important;
  }
  #articleAbstract,
  #articleCitations,
  #articleSubject,
  #articleFullText {
    width: 100%;
    float: none;
  }
  #articleFullText {
    margin-bottom: 0;
  }
  .upjp2-journal {
    float: none;
    width: 100%;
    margin: 2% 0;
  }
}
