body {
  background:#fff;
  color:#687071;
  font-family: Arial, Helvetica, sans-serif;
  padding-bottom: 100px;
}

h1, h2, h3, h4 {
  font-family: Montserrat, Arial, sans-serif;
}

a {
  color: #2e6ca2;
}

.btn-success {
  background-color: #347834;
}

.btn-info {
  background-color: #207f9c;
}

.main {
  background-color: white;
  box-shadow: 0 1px 3px gray;
  padding: 20px;
}

.row a {
  text-decoration: underline;
  font-family: Montserrat, Arial, sans-serif;
}

.show-grid {
  margin-top: 10px;
}

.fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.btn {
  border-radius: 0;
}

.back-link, .back-link:visited, .back-link:hover {
  color: white;
  background-color: #2C3032;
  padding:2px 15px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.banner {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-default {
  background-color: #F69240;
  border: 0;
}

.navbar {
  border-radius: 0;
}

.navbar .navbar-nav {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.navbar .navbar-collapse {
    text-align: center;
}

.navbar-default .navbar-brand, .navbar-default .navbar-nav>li>a {
  font-family: Montserrat, Arial, sans-serif;
  color: white;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a:focus, .navbar-nav>.active>a:hover {
  color: #58595B;
	background-color: #F69240!important;
  font-family: Montserrat, Arial, sans-serif;
}


.table_collections {
   
    font-size: 1em;
    line-height: 20px;
    width: 100%;
    border-collapse: collapse;
}

footer {
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #FFF;
}



.shadowed {
  box-shadow: 0 0 10px #2e3334;
  margin: 10px;
}

.item-line {
  border-top: 1px solid lightGray;
  padding-top: 8px;
  padding-bottom: 8px;
}

.bottom-separated {
  border-bottom: 1px solid lightGray;
}

.pagination > ul {
  display: inline-block;
}

.pagination > ul > li {
  display: inline;
  font-size: 16px;
}

.less-padding {
  padding-left: 5px;
  padding-right: 5px;
}

.top-bar {
	
	margin:0 auto;
	padding: 10px 0 0 20px;
}

.top-bar img, .top-bar a {
	display: inline-block;
}

.top-bar span {
	color: #fff;
	font-weight: bold;
	padding-right: 10px;
}

.top-bar a {	
	color: #fff;
	font-weight: regular;
	padding-right: 10px;
	text-decoration: none;
}

.badge_cir {
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    border: 4px solid #ff946f;
    border-radius: 30px;
    text-align: center;
    padding-top: 5px;
    font-size: 32px;
    color: #ff946f;
    background-color: white;
}

footer ul li {
  float: left;
  padding-right: 10px;
  list-style: none;
}

@media(min-width:768px) {
  .separate {
    border-right: 1px solid lightGray;
  }

  .navbar-default .navbar-nav>li {
    width: 135px;
  }
  
  .navbar-default .navbar-nav>li:last-child {
    width: 220px;
  }

  .navbar .navbar-nav {
    width: 760px;
  }
}

@media (min-width:992px) {
  .navbar-default .navbar-nav>li {
    width: 145px;
  }
  
  .navbar-default .navbar-nav>li:last-child {
    width: 220px;
  }

  .navbar .navbar-nav {
    width: 800px;
  }
}

@media print {
  a[href]:after {
    content: none !important;
  }
}

section, section[id=author_affiliations] { display: none;}
section.non-article-content { display: none;}