
@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Variation of screen layout (basemod.css) for layout example "flexible_grids"
 * (de) Variation des Screenlayouts (basemod.css) fr Layoutbeispiel "flexible_grids"
 *
 * @copyright       Copyright 2007, Sven Kausche
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.4
 * @revision        $Revision: 01 $
 * @lastmodified    $Date: 2007-07-06 21:44:55 +0200 (Fr, 06 Jul 2007) $
 */
@media screen
{
.obit_small {
border: 3px solid #000000;
}
#obits {
border-right: 1px solid #DADADA;
min-height: 1500px;
}
#obit_panel {
//border-top: 1px solid #DADADA;
border-right: 1px solid #DADADA;
} 
.obitpanel_inner {
padding-bottom: 20px;
margin: 20px 10px 0 20px;
}
}