h3 {
    margin: 0 auto;
    display: flex;
    margin: 3%;
    text-align: center;
    align-items: center;
    justify-content: center;
}

h4 {
    margin: 0.5rem !important;
}

.org-name {
    background-color: #f3f3f3;
    padding: 0.5rem;
}

.align-item-right {
    margin: 1rem 0.85rem;
    text-align: right;
}

hr {
    color: #ddd;
    background-color: #f3f3f3;
    opacity: 1;
    height: 10px !important;
    margin: 1rem -1.1rem !important;
    border-radius: 3px;
}

hr:last-child {
    display: none;
}

.ship-item {
    display: inline-block;
    margin-bottom: 5px;
}