﻿

/* Force all navbar buttons to be equal width */
.nav-btn {
    min-width: 120px; /* adjust size as you like */
    text-align: center;
    white-space: nowrap;
}
