@import url(uno.css);
/* @import url(monokai.css); */
@import url(github.css);

/* Modifications */


pre {
  background: #f2f8fd;
  padding: .1em .4em;
  border: 1px solid #c9e1f6;
}


/* If we set the background and border on pre, we can use this to suppress the border for line numbers */
pre.lineno {
  border: none;
}

pre.highlight,
.highlight pre {
  padding: 10px;
  border: none;  /* If we set the background and border on pre, suppress border for code highlight */
  background: none; /* If we set the background and border on pre, suppress background for code highlight */
}

pre.highlight code,
.highlight pre code {
  white-space: pre-wrap;
}

.btn, 
.navigation__item a {
  margin: 5px 0;
  white-space: nowrap;
}

.pagination__page-number {
  display: inline-block;
  padding: 10px;
}

.categories a,
.tags a {
  border: 1px solid #e25440;
  border-radius: 20px;
  color: #e25440;
  display: inline-block;
  font-size: 12px;
  margin: 5px 0;
  padding: 5px 10px;
  text-shadow: none;
  white-space: nowrap;
}

.post-meta__tags {
  font-size: 12px;
  padding: 0 5px;
}

.footer__copyright {
    margin: 0 20px 10px;
}

.user-image {
  margin-bottom: 1.2em;
  position: relative;
  width: 100px;
  height: 100px;
  border: 3px solid #fff;
  border-radius:100%;
}

table {
  margin: 1em 0;
	padding: 2em 0;
	border: 1px solid #eeeeee;
	/*font-family: "Roboto Slab", serif; */
	font-weight: lighter;
}

tbody tr {
  border-bottom: 1px solid #dddddd;
}

tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

tbody tr:last-of-type {
  border-bottom: 2px solid #808080;
}

tbody td, tbody tr td { border-bottom: solid 1px #ddd; padding:0.3em 2em 0.3em 0.3em; }

th { background-color: #fff; }
tr th, thead th {
	border: none;
	border-bottom:1px solid #999999;
	font-weight: 400;
  padding:0.3em 2em 0.3em 0.3em;
  background-color: #E8F2FB;
  text-align:left;
}
