.header {
    padding: 8px 16px 8px 8px;
    height: 35px;
    background-color: tan;
    border-bottom: solid 8px orange;
    color: white;
    text-align: center;
    line-height: 50px;
}

.header h1 {
    text-align: right;
    margin: 0 0 8px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
}