div.page { 
    flex : 1;
    padding-top: 60px; 
}
@media (min-width: 900px) { 
    .container { width: 900px; }
}
h1, h2, h3, h4 { 
    margin-top: 20px; 
}
div.software { 
    margin-left: 5px; 
}
div.software p { 
    margin-left: 10px; 
}
table th { 
    display: none; 
}
table tr:first-child td { 
    border: none; 
}
table td:first-child { 
    font-weight: 700; white-space: nowrap; 
}
img { 
    max-width: 100%; 
}
img[src*='#center'] { 
    display: block; margin: auto; 
}
img[src*='#border'] { 
    border: 1px solid #ddd; 
}

div.pub-list ol { 
    list-style-type: none; 
    padding-left: 0; 
}
div.pub-list li:before { 
    counter-increment: pub-counter -1; 
    content: counter(pub-counter, upper-roman) ". "; 
    font-weight: 700; display: inline-block; 
    width: 30px; 
    margin-left: -30px; 
}
div.pub-list li { 
    padding: 8px; 
    padding-left: 38px; 
    border-top: 1px solid #ddd; 
}
div.pub-list li:first-child { 
    border: none; 
}
div.row.align-items-center {
    display: flex;
    align-items: center; /* Centra verticalmente gli elementi */
}


div.linea-verticale {
    width: 3px; /* Spessore della linea */
    height: 380px; /* Altezza della linea */
    background-color: rgb(219, 147, 56); /* Colore arancione */
    margin: auto; /* Centra la linea */
    display: flex; /* Per centrare la linea */
    align-items: center;
}

span.date { 
    display: inline-block; 
    width: 85px; 
}
.glyphicon { 
    line-height: inherit; 
}
.label { 
    padding: .3em .6em .1em; 
}
div.two-col ul { 
    columns: 2; 
}
a code { 
    color: inherit; 
    background-color: inherit; 
    padding: 0; 
}
a {
    color: rgb(12, 21, 129); 
    font-weight:500;
}
.dropdown-item {
    color: white;
}
.dropdown-menu, .navbar-inverse {
    background-color: rgb(219, 147, 56);
    border:none; 
}
.navbar-inverse .navbar-brand {
    color: white
}
ul.nav.navbar-nav li a {
    color: white;
}

.image-caption {
    text-align: right; /* Allinea il testo a destra */
    font-style: italic;
    color: rgb(219, 147, 56); /* Stesso colore della barra di navigazione */
    margin-top: 5px;
    padding-right: 10px; /* Aggiunge spazio extra a destra */
}
.caption-text {
    color: black; /* Testo in nero */
    font-style: normal; /* Rimuove il corsivo */
    text-align: right;
}
b.articoli-titolo{
    color: rgb(219, 147, 56);
}
