/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 6, 2018, 9:24:34 AM
    Author     : msrb
*/

.topnav {
    overflow: hidden;
    background-color: #f7f7f7;
    border: #dfdfdf solid thin;
    border-radius: .25rem;
}

.topnav a {
    float: left;
    color: black;
    text-align: center;
    padding: 5px 25px;
    text-decoration: none;
    font-size: 17px;
}

.topnav a:hover {
    background-color: #bee5eb;
    color: black;
}

.topnav a.active {
    background-color: #bee5eb;
    color: black;
}