.img-circle {
	border-radius: 50%;
}
.img-circle-tl {
	border-top-left-radius: 100%;
	padding: 0px;
	box-shadow: 2px 2px 2px 2px #555;
}
.img-circle-tr {
	border-top-right-radius: 100%;
	padding: 0px;
	box-shadow: 2px 2px 2px 2px #555;
}
.img-circle-bl {
	border-bottom-left-radius: 100%;
	padding: 0px;
	box-shadow: 2px 2px 2px 2px #555;
}
.img-circle-br {
	border-bottom-right-radius: 100%;
	padding: 0px;
	box-shadow: 2px 2px 2px 2px #555;
}

strong {
	color: orange;
}

#sb-site {
	background-color: #F6F6F6 !important;
}

#top {
	background-color: #F6F6F6;
}

#body {
	line-height: 1.2;
	background-color: #F6F6F6;
}

#body.bare {
	padding-top: 0;
	padding-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 0px;
	counter-reset: bibtex;      
}

.grid-tile {
	margin-top: 0px;
	padding: 7px;
	background-clip:content-box;
	background-color: rgba(224, 224, 224, 0.9);
}

img {
	padding: 5px;
}

pre {
	padding: 0.5rem;
}

.login-status {
    padding: 0.3rem 0.8rem 0.3rem 0.8rem;
}

#header, #header.scrolled { 
  background-color:rgba(51, 51, 51, 0.9) !important; 
  color:orange !important; 
}

#header #logo a, #header.scrolled #logo a { 
  background:none !important; 
  color:orange !important; 
}

.list-item {
	border-radius: 0.3rem;
	box-shadow: 0 0 6px;
	padding: 0.3rem;
}

summary {
	display: list-item;
}

.blog-content-item .list-blog-padding > p:nth-child(2) {
	font-size: 1.0rem;
}

ul.nomargin {
  padding-left: 1em;
}

ul.spaced li{
  margin: 1ex 0;
}

ul.pagination li{
  display: inline;
}

.shaded {
	background-color: rgba(224, 224, 224, 0.9);
}

/* publications */

p.pubbanner {
  text-indent: -1.8rem;
  padding-left: 1.8rem;
  margin-left: 1.8rem;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-weight:bolder;
  color:fuchsia; 
}

.pub {
  text-indent: -1.8rem;
  padding-left: 1.8rem;
  margin-left: 1.8rem;
  margin-top: 0px;
  margin-bottom: 1.7rem;
}

.bibtex-entry:before {
  counter-increment: bibtex;        
  content: "" counter(bibtex) ": "; 
}

.bibtex-container {
    max-width: 800px;/*Limit max-width to 600px*/
    margin: 0 auto;/*Centering this container*/
}

.bibtex-reference {
  display: none;
}

.bibtex-raw {
    position: fixed;
    font-family: monospace;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:0;
    pointer-events: none;
}
.bibtex-raw:target {
    opacity:1;
    pointer-events: auto;
}
.bibtex-raw > div > p {
  text-indent: -25px;
  padding: 0px 0px 0px 50px;
  margin: 0px;
}
.bibtex-raw > div {
    width: 400px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
}
.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
.close:hover {
    background: #00d9ff;
}

