.navbar {
    min-height: 30px;
    font-size: 16px;
}

.navbar-brand {
    font-size: 24px;
}

/*
.navbar-brand > img {
    height: 60px;
}
 */
/* Because logout has to be done with POST, make the button look like the links */
input.navbar-button { 
    text-decoration: none;
    margin-top: 1px;
} 

body {
    font-size: 14px;
}

/* Custom Bootstrap alert box with white background and black text
so it can be used for instructions that users will copy and paste
into an email, for example Message Group admins */
.alert-copy-paste{
    background-color:#ffffff;
    color:#000;
}