/* Styles for the Fries timeline */

.timeline {
    color: #696969;
}

/* Space header of boxes */
.timeline .panel summary {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Positioning elements Header of Boxes */
.timeline .timeline-item details.panel .name {
    display: flex;
    flex-direction: row;
    align-items: center;
}

/* Styling elements header of Boxes */
.timeline .panel summary .cv {
    font-size: small;
}

.timeline .timeline-item .name i {
    margin-left: auto;
    height: 11px;
}

/* Toggle information in panel/content */
/* Content List Item Marker are set in style-fries.css */
.timeline-toggle-button {
    margin-top: 25px;
    margin-bottom: 10px;
    cursor: pointer;
}
.timeline .area-hidden {
    display: none;
}

.timeline .events-wrapper {
    font-size: 1rem;
}

/* Separator color */
.timeline li.timeline-separator-circle > div {
    color: white;
    background-color: #a0002a;
}