/* VERSION 2025-11-26 - 
Note for Dvd: {margin: T R B L}
dknodel.com background-color is "PowderBlue" (in this style, modified in style-com.css)
dknodel.us background-color is #B1E7D9 (a light green, modified in style-us.css) */

/* Simplifies box by including padding in size */
* {box-sizing: border-box;}

/* =========== RE-DEFINED TAGS [Alphabetical] =========== */

body {color:black;
    background-color:PowderBlue;
    margin:20px;
    font-family: 
        "Georgia", serif;
        "Arial", "Helvetica", "Verdana", sans-serif;
        "Courier New", "Courier", monospace;
        "Brush Script MT", "Brush Script", "Brush Script Std", cursive;
        "Papyrus", "Comic Sans MT", "Comic sans", fantasy;}

h1, h2, h3, h4, h5, h6
    {text-align:center;
    margin-top: 0em;
    margin-bottom: 0em;}

/* Embossed Horizontal Line */
hr {display:block; width:50%;
    margin: 0.5em auto 0.5em auto;
    border-style: inset;
    border-width: 3px;
    border-color: LightSkyBlue;}
 
 .hr-link {border-color: Turquoise}
  
iframe {display:block; margin:0px; border:none; padding:0px;}

p  {margin: 0px 0px 7px 0px;}

/* =========== CLASS DEFINITIONS [Alphabetical] =========== */

/* BLACK BUTTON */
.but-blk {color: black;
    background-color: white; 
    border-radius: 12px;
    text-align: center; 
    position: static;}

/* RED BUTTON */
.but-red {color: red;
    background-color: white;
    border-radius: 12px;
    text-align: center; 
    position: static;}

.but-panic {color: white;
    /*font-weight: bold;*/
    background-color: red;
    border-radius: 12px
    text-align: center; 
    position: static;}

.center {display:block; margin-left:auto; margin-right:auto;}
.no-dec {text-decoration: none;} /* primarily to remove underline from links  */
.t-center {text-align:center;}
.t-left {text-align:left;}

.sm-caps {font-variant:small-caps;}
.fineprint {font-size: 0.6em;}
.hugeprint {font-size: 3em; font-weight:bold;}

.half-line {line-height: .6em}

/* Standard paper sizes for DIGITAL documents */
.ltr-port {width:816px; height:1056px; border:none;}     /*   8.5w x 11.0h   */
.ltr-land {width:1056px; height:816px; border:none;}     /*  11.0w x  8.5h   */
.ltr-half-land {width:816px; height:528px; border:none;} /*   8.5w x  5.5h   */
.ltr-half-port {width:528px; height:816px; border:none;} /*   5.5w x  8.5h   */
.ledger {width:1632px; height:1056px; border:none;}      /*  17.0w x 11.0h   */
.legal-port {width:816px; height:1344px; border:none;}   /*   8.5w x 14.0h   */
.legal-land {width:1344px; height:816px; border:none;}   /*  14.0w x  8.5h   */

/* Non-Standard paper sizes for DIGITAL documents */
.wc-flr {width:1008px; height:522px; border:none;}       /*  WC floor maps  10.5 x 5.43  */
.wc-menu {width:672px; height:672px; border:none;}      /*  WC cut legal menus  7 x 7    */
