/*
 * Copyright (c) 2014 David D. Miller
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 */

.oalm_dues_table {
  border: 1px solid black;
  border-collapse: collapse;
}
.oalm_dues_table tr td {
  border: 1px solid black;
  padding: 5px;
}
.oalm_dues_table tr td.oalm_value {
  text-align: center;
  vertical-align: middle;
  padding: 5px;
}
.oalm_dues_table tr td.oalm_desc {
  text-align: center;
  vertical-align: top;
  padding: 5px;
}
.oalm_dues_table tr th {
  border: 1px solid black;
  text-align: right;
  padding: 5px;
}
.oalm_dues_good {
  color: green;
}
.oalm_dues_bad {
  color: red;
}
h3.oalm {
  border-bottom: 1px solid black;
}
