body {
    font-family: Arial, sans-serif;

}
.shipment-details, .attached-documents {
    margin-bottom: 20px;
    
}        
.shipment-details {
    display:flex;
    justify-content:center;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
    padding:20px;
}

@media (max-width:600px){
    .shipment-details {
        display:flex;
        flex-direction: column;
        justify-content:center;
        border-collapse: collapse;
        width: 100%;
        margin-bottom: 20px;
        padding:20px;
    }
}


.shipment-details th, .shipment-details td {
    padding: 8px;
    text-align: left;
    border: 1px solid #ddd;
}
.shipment-details th {
    background-color: #f2f2f2;
}
.section {
    margin-right: 40px;
    top:0;
}
.section h3 {
    margin-bottom: 10px;
    font-size: 1.2em;
}
.section div {
    margin-bottom: -10px;
    font-size: 13px;
}
.attached-documents{
    background-color: #dff0d8;
    padding: 10px;
    border: 1px solid #d6e9c6;
    color: #3c763d;
    margin-bottom: 10px;
}
.attached-documents ul {
    list-style-type: none;
    padding: 0;
}
.attached-documents ul li {
    margin-bottom: 5px;
}
.attached-documents a {
    color: rgba(92, 92, 248, 0.849);
    text-decoration: none;
}
.attached-documents a:hover {
    text-decoration: underline;
}