/*********************************************************************/
/* -------------------- */
/*********************************************************************/
/*********************************************************************/
/*
$color_g-00:#53A600;
$color_g-01:#004731;
$color_g-02:#008A63;
$color_g-03:#94CB10;
$color_g-99:#F5F8D6;
*/
/* -------------------- */
/*********************************************************************/
table.similar {
  font-size: 120%;
  border-collapse: separate;
  border-spacing: 2px; }
  table.similar.f_left {
    float: left; }
  table.similar th, table.similar td {
    padding: 0.5em 1em;
    border: none;
    text-align: center; }
  table.similar thead th {
    background-color: #4F81BD;
    color: #fff;
    text-align: center; }
  table.similar tbody tr.even td {
    background-color: #E9EDF4; }
  table.similar tbody tr td {
    vertical-align: middle;
    display: table-cell;
    vertical-align: middle;
    background-color: #D0D7E7; }
  table.similar tbody tr td.col_01 {
    text-align: center; }
  table.similar tbody tr td.col_03 {
    text-align: center; }

.large {
  font-size: 140%;
  padding: 1em;
  padding-top: 6em;
  display: inline-block;
  display: table-cell; }
