@import url(uno.css);
@import url(monokai.css);

/* Modifications */

pre.highlight,
.highlight pre {
  padding: 10px;
}

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 0;
}

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

.user-image {
  margin-bottom: 1.2em;
  position: relative;
  width: 120px;
  height: 105px;

}
.panel-title{
  font-family: sans-serif;
  font-size: 220%
}
.subtitle{
  font-size: 110%
}
.icon-x-circle{
  float: right;
  margin-right: 12px
}
.icon-list{
  float: right;
  margin-right: 12px
}
.post-list__divider{
  width: 100%;
}
.fotoProy{
  height: 150px;
  width: 150px;
  float: right;
  margin-left: 30px
}
@media (max-width: 450px){
  .fotoProy{
    width: 60%;
    height: auto;
    margin: 20px 20%;
  }
}
.espacio{
  height: 30px;
}
.centrado{
  text-align: center;
}