/********************************************************
 *
 * Copyright (C) Steve Kunitzer (FesterHead)
 *
 * 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 3 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, see <http://www.gnu.org/licenses/>.
 *
 ********************************************************/

  #fhrsam_plugin_col_one {
    margin: 0;
    float: left;
    width: 25%;
  }
  #fhrsam_plugin_col_two {
    margin: 0 0 0 2%;
    float: left;
    width: 73%;
  }
  #fhrsam_plugin_lyrics {
    overflow-y:auto;
    overflow-x:auto;
    color:black;
    font: 12px arial;
    padding: 5px;
  }
  #fhrsam_plugin_lyrics_disclaimer {
    font: italic 10px arial;
    color: green;
  }
  div.fhrsam_plugin_row {
    clear: both;
    padding-top: 5px;
  }
  div.fhrsam_plugin_row span.label {
    float: left;
    width: 33%;
    text-align: right;
    font-weight: bold;
    vertical-align:middle;
  }
  div.fhrsam_plugin_row span.formw {
    float: right;
    width: 65%;
    text-align: left;
  }
  div.fhrsam_plugin_row span.sepa {
    width: 2%;
  }
