body {
    font-family: "Lucida Grande", "Lucida Sans", sans-serif;
    font-size: 90%;
}

h2 {
    margin-bottom: 20px;
    font-size: 24px;
}

h3 {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
}

table th, table td{
    padding: 4px;
}

button {
    margin-top: 24px;
    margin-bottom: 40px;
}

a {
    color: #1f73b7;
}

a:hover {
    color: #144a75;
}

.table thead th {
    vertical-align: top;
}

.table .thead-light th {
    color: gray;
}

.form-control {
    font-size: 95%;
}

#logo {
    margin-right: 24px;
}

.header {
    border-bottom: thin solid lightgray;
    padding: 16px 0 2px 2px;
    margin: 20px 0 30px 0;
}

.nav {
    margin-bottom: 4px;
    font-size: 16px;
}

.narrow_form {
    width: 300px;
}

.wide_form {
    width: 720px;
}

.page_controls {
    padding-bottom: 24px;
    line-height: 8px;
}

.go_back_link {
    float: left;
}

.add_article_btn {
    margin: 0 0 30px 0;
}

.delete_btn {
    float: right;
    margin: 28px 8px 0 0;
}

.zdocs_table {
    margin-bottom: 40px;
}

.list_table {
    width: 500px;
    margin-bottom: 30px;
}
.narrow_field {
    width: 200px;
}

.vote  {
    padding-bottom: 4px;
}

#ga_note_field, #ga_month_field {
    border-color:lightskyblue;
}

#ga_month_field {
    width:20%;
}