Template:Draft header

/* Navigation Header */ .wlb-navigation {

   display: flex;
   background-color: #f0f0f0;
   border-bottom: 2px solid #ddd;
   font-family: Arial, sans-serif;
   padding: 5px 0;

}

.wlb-tab {

   flex: 1;
   text-align: center;
   padding: 10px;
   font-size: 16px;
   border-right: 1px solid #ddd;

}

.wlb-tab:last-child {

   border-right: none;

}

.wlb-tab a {

   text-decoration: none;
   color: #333;
   font-weight: bold;

}

.wlb-tab.active {

   background-color: #900;
   color: #fff;

}

.wlb-tab.active a {

   color: #fff;

}