.header-default
{
    white-space: nowrap;
    position: sticky;
}

.header-orderable:hover
{
    background-color: #E3E3E3;
    cursor: pointer;
}

.header-content
{
    white-space: normal;
}