#patient-header {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    background-color: #111;
    color: #fff;
    font-family: 'Courier New', monospace;
    font-size: 1.2em;
    border-bottom: 1px solid #333;
}

#patient-header .header-item {
    flex: 1;
    text-align: center;
}

#patient-header span {
    color: #0f0;
    font-weight: bold;
}
