/* global background */

body { 
    padding-top: 60px;
    background: linear-gradient(#323338, #888888);
    /*background: linear-gradient(#37523B, #323338);*/
    background-attachment: fixed;
}

/* bootstrap navigation bar */

/*.navbar-default { background-color: #37523B; }*/

.navbar-default .navbar-brand { 
    color:#0A8C03;
    font-weight: bold; 
}

.navbar-default .navbar-nav:hover,
.navbar-default .navbar-nav:focus {
  color: #323338;
}

.divider-vertical {
    height: 40px;
    margin: 5px 0px 5px 15px;
    border-left: 1px solid #F2F2F2;
    border-right: 1px solid #999999;
}

@media (max-width: 767px) {
    .navbar-collapse .nav > .divider-vertical {
        display: none;
     }
}

/* headings and links */

h1 { color:#0A8C03; }

h2 { color:#0A8C03; }

h3 { color:#0A8C03; }

h4 { color:#0A8C03;  }

p.follow-up { font-style: italic; }

.container a {
    text-decoration: underline;
    color:#5c832f;
    color: #323338;
}

.container a:hover {
    /*background:#5c832f;*/
    text-decoration:none;
    color:#0A8C03;
}

/* bootstrap panels */

.panel-alert { border: 2px solid #FF6B29; }

/*
.panel-default>.panel-heading { background-color: #1E62F5; }
.panel-default { border: 1px solid #FF6B29; }
*/

/* tables */

table { 
    border-spacing: 5px;
    border-collapse: separate;
    /*background-color: #CCCCCC;*/
}

.table-default>thead>tr>th {
    background-color: #0A8C03;
    border: none;
    font-size: 120%;
    width: 50%;
}

td {
    background-color: #CCCCCC;
}

.list-group {
    list-style: decimal inside;
}

.list-group-item {
    display: list-item;
}

li.announce {
    padding: 3px;
}