
body{
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-family: Garamond, Georgia, sans-serif;
}

a{
    color: #005a9f;
}

a:hover{
    color: #065b9b;
}

.container-content{
    padding: 40px;
    flex: 1.2;
    min-height: 90vh;
    overflow: hidden;
    border-left: 1px solid rgba(0,0,0,.1);
    font-size: 1.2rem;
}

.page-flex{
    flex-direction: row;
}

.flex{
    display: flex;
}

.container{
    width: 90%;
    margin: 0 auto;
}

.trafiletto{
    border-bottom: 1px solid rgba(0,0,0,.1);
    width: 100%;
}

.navbar{
    flex: 0.3;
    padding: 30px;
    top: 10px;
    position: sticky;
    height: 100%;
    font-size: 1.1rem;
}

.section-book{
    background-color: #dfdfdf;
    padding: 10px 30px;
}

.section-book h2, .section-book h3{
    text-align: center;
}

.highlight pre{
    background-color: #2e2e2e;
    padding: 20px;
}

.breadcrumb {
    list-style: none;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
  }
  
  .breadcrumb li {
    display: inline;
    white-space: nowrap;
  }
  
  .breadcrumb li + li:before {
    content: ">";
    padding: 0.3rem;
  }

@media screen and (max-width: 723px) {
    .page-flex{
        flex-direction: column;
    }
}

/* 
*/

.comment{
    background-color: #ededed;
    padding: 10px;
    margin: 0px 20px;
}

.comment *{
    padding: 0px;
    margin: 0px;
}

table{
    border-collapse: collapse;
}

td, th{
    border: 1px solid black;
    padding: 10px;
}