  img.imgradbig
  {
    border-radius:50px;
    cursor: default;
    margin:15px;

  }

  .link
  {
    text-decoration: none;
    cursor : pointer;
  }

  p.pbody
  {

    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    /* border:1px solid lime; */
  }

    p.pleft
  {
    text-align: left;
    width: 95%;
    max-width: 800px;
  }

  div.divp
  {
    margin-left:auto;
    margin-right:auto;
    padding:2px;
    /* border:1px solid silver; */
     text-align: center;
    width: 95%;
    max-width: 800px;
  }

  div.bound
  {
     border:1px solid #333;
  }

  div.divbanner
  {
    width:100%;
    /* margin-top:100px; */
    padding:0px; 
    text-align: center;
  }
  img.imgbanner
  {
    margin-left:auto;
    margin-right:auto;
    border-radius: 20px;
  }

    img.img
  {
    /* margin-left:auto;
    margin-right:auto; */
    border-radius: 20px;
  }

  img.imgoffscreen
  {
    display:none;
  }

  div.divoffscreen
    {
    display:none;
  }
  
  .expander 
  {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 1s;
}
.expander-content 
{
  min-height: 0;
  transition: visibility 1s;
  visibility: hidden;
}
.expander.expanded 
{
  grid-template-rows: 1fr;
}
.expander.expanded .expander-content 
{
  visibility: visible;
}

a.bus
{
  /* margin-left:1px; */
      margin-left:auto;
    margin-right:auto;
    width:150px;
}

a.tflstatus
{
      margin-left:auto;
    margin-right:auto;
    width:150px;

}

.mapcopy
{
    margin-top: 2px;
    margin-left:auto;
    margin-right:auto;
    /* font-size: 10px; */
    /* text-align: center; */
    width:70px;
    height:28px;
}

div.divmapcopy
{
    margin-top: 2px;
    margin-left:auto;
    margin-right:auto;
    padding:4px;
    font-size: 10px;
    text-align: center;
    width:120px;

    /* border:1px solid silver; */
}
  
hr.hrw3w
{
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left:auto;
  margin-right:auto;
  width:60%;
}

section.sectbtn
{
  margin-top: 15px;
  /* border:1px solid yellow; */
}

div.divblock
{
  /* border-radius: 30px; */
  padding:20px;
  padding-top:10px;
   /* border:1px solid lime; */
}

topic.topicblock
{
  border-radius: 30px;
  padding:20px;
  padding-top:10px;
   border:1px solid cyan;
}

section.sectblock
{
  margin-top: 2px;
  margin-bottom: 2px;
  padding:2px;
  border:0px solid red;
  text-align: center;
}

section.sectblockbanner
{
  margin-top: 5px;
  margin-bottom: 0px;

   margin-left: auto;
   margin-right: auto;
  padding:10px;
  /* border:1px solid red; */
  text-align: center;
}

section.sectblockdrone
{
  margin-top: 0px;
  margin-bottom: 0px;
  padding:10px;
  /* border:1px solid red; */
  text-align: center;
}

div.divdrone
{
  text-align: center;
}

button.btnheading
{
  /* color: bisque; */
  /* background-color: red; */
  border:1px;
  /* border-radius: 10px; */
}

h2.h2tight
{
  margin-top: 10px;
  margin-bottom: 0px;
  padding:0px;
}

h3.h3tight
{
  margin-top: 0px;
  margin-bottom: 0px;
  padding:0px;
}

h4.h4tight
{
  margin-top: 5px;
  margin-bottom: 0px;
  padding:0px;
  font-size: 95%;
  /* color: yellow; */
}

h4.h4topichead
{
  margin-top: 0px;
  margin-bottom: 0px;
  padding:0px;
  /* font-size: 120%; */
  /* color: red; */
}

img.dronetop
{
   margin-top: 10px;
}

div.alttheme
{
  background-color: #eee;
}

div.divnews
{
  background-color: red;
  /* border-radius:20px; */
}

h4.h4newsitem
{
  margin-bottom:2px;
    margin-top:2px;
    padding:0px;
}
span.spannewsdate
{
  margin-bottom:0px;
    margin-top:0px;
    padding:0px;
    font-size: 11px;
}



button.btnnews
{
  margin-top:4px;
  margin-bottom:4px;
  border:1px solid white;
}

p.pnews
{
  font-size: 12px;
  color: white;
    margin-top:4px;
  margin-bottom:4px;
  padding:0px;
}

div.divblockdatetime
{
  background-color: #666;
    /* border-radius:20px; */
  margin-top: 10px;
  margin-bottom: 20px;
    padding-top: 5px;
  padding-bottom: 15px;
}

div.divouter
{
  border-radius:30px;
  margin-left: auto;
  margin-right: auto;
  max-width:1600px;
}

button.pgbtn
{
  padding:2px;
}

button.btnthbg
{
   padding:2px;
   width:70px;
   border:1px solid blue;
   font-size: 10px;
   margin-left: auto;
   margin-right: auto;
  border-radius: 5px;
}

button.btnani
{
   padding:2px;
   width:90px;
   border:1px solid blue;
   font-size: 10px;
   margin-left: auto;
   margin-right: auto;
   border-radius: 5px;
}

table.tbthbg
{
   padding:2px;
   /* width:70px; */
   border:0px solid red;
   /* font-size: 10px; */
   margin-left: auto;
   margin-right: auto;
}


table.tbdlgfonts
{
    padding:2px;
   /* width:70px; */
   /* border:1px solid red; */
   /* font-size: 10px; */
   margin-left: auto;
   margin-right: auto; 
}

input.inptight,label.labtight
{
  padding:0px;
  margin:0px;
  vertical-align: top;
  border:0px solid red;
}

/* 
body.grad
{
  height: 1000px;
  width: 1000px;
  background-color: white; 
  background-image: radial-gradient(snow,#ccc, #888); 
}
*/

body.bodyback
{
  background-color: #666;
}

td.tddlg
{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width:100px;
  /* border:1px solid red; */
}

.bricks
{
  background-image: url(`images\bricks.jpg`);
}

td.tdfl
{
   color:snow;
  
}


.divdate
{
   font-size: 28px;
   border:1px solid cyan;
}

.divtime
{
     font-size: 24px;
      border:1px solid lime;
}


h6.stopwatchlegend
{
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
    margin:0px;
    padding:0px;
    /* padding-bottom:0px; */
}


h1.stopwatchtime 
{
    font-size: 120px;
    line-height: 120px;
    color: #ffffff;
    margin:0px;
    padding:0px;
    /* padding-bottom:10px; */
    vertical-align: middle;
font-weight: 700;
}

h1.stopwatchtimesmall 
{
    font-size: 80px;
    line-height: 70px;
    color: #ffffff;
    margin:0px;
    padding:0px;
    /* padding-bottom:10px; */
    vertical-align: bottom;
font-weight: 700;
}

div.divbrdrred
{
  border:1px solid red;
  min-width:120px;
}


span.spandate
{
    font-size: 12px;
    line-height: 14px;
    color: snow;
    margin:4px;
    padding:0px;   
}

.stopwatchttext {
    font-size: 12px;
    line-height: 14px;
    color: #fffcd6;
    margin:4px;
    padding:0px;
}


span.stopwatch 
{
    margin:4px;
    padding:0px;
}

table.tbcent
{
    margin-top:0px;
    margin-bottom:0px;
    margin-left: auto;
    margin-right: auto;
    border:1px solid blue;
}


button.stopwatchbtn
{
    margin:8px;
    /* margin-left:100px;
    margin-right:100px; */
    padding:4px;
    width:56px;
    font-size: 13px;
    font-weight: 500;
    /* border:1px solid cyan; */
}

/* 
.sw-dig-hr-large, .sw-dig-mn-large, .sw-dig-sc-large, .sw-dig-ms-large

{
      font-size: 160px;
    line-height: 110px;
    color: #ffffff;
    margin:0px;
    padding:0px;
    vertical-align: middle;
     background-color: midnightblue;
font-weight: 700;
overflow:hidden;
} */


/* 
.sw-dig-hr-medium, .sw-dig-mn-medium, .sw-dig-sc-medium, .sw-dig-ms-medium
{
      font-size: 80px;
    line-height: 600px;
    color: #ffffff;
    margin:0px;
    padding:0px;
    vertical-align: middle;
     background-color: maroon;
font-weight: 700;
overflow:hidden;

} */



/* .sw-dig-hr-small, .sw-dig-mn-small, .sw-dig-sc-small, .sw-dig-ms-small
{
    font-size: 50px;
    line-height: 600px;
    color: #ffffff;
    margin:0px;
    padding:0px;
    vertical-align: middle;
     background-color: orange;
font-weight: 700;
overflow:hidden;

}  */
h1.h1-large-rot
{
    font-size: 140px;
    line-height: 130px;
    margin:0px;
    padding:0px;
    vertical-align: middle;
    /* color: #ffffff;
     background-color: pink; */
     font-family: 'Courier New', monospace;
font-weight: 700;

}

h1.h1-large
{
    font-size: 170px;
    line-height: 150px;
    margin:0px;
    padding:0px;
    vertical-align: middle;
    font-weight: 700;
    font-family: 'Courier New', monospace;
    
    text-shadow:1px 1px 0 #444;
    /* color: #ffffff;
    background-color: midnightblue; */
}

h1.h1-medium
{
font-size: 90px;
line-height: 80px;
margin:0px;
padding:0px;
vertical-align: middle;
font-weight: 700;
font-family: 'Courier New', monospace;
/* color: #ffffff;
 background-color: maroon; */
}

h1.h1-small
{
    font-size: 60px;
    line-height: 60px;
    margin:0px;
    padding:0px;
    vertical-align: middle;
    font-weight: 700;
    font-family: 'Courier New', monospace;
    /* color: #ffffff;
     background-color: orange; */
}


div.divred
{
  border: 1px solid red;
}

div.divcheck
{
    border: 1px solid lime;
}

h4.h4time-large
  {
    font-size: 100px;
    line-height: 80px;
    margin:0px;
    padding:5px;
    margin-top:5px;
    margin-bottom:10px;
    /* vertical-align: middle; */
    font-weight: 700;
    font-family: 'Courier New', monospace;
    /* color: #ffffff;
    background-color: green; */
        /* border:1px solid red; */
}

  h4.h4date-large
  {
    font-size: 90px;
    line-height: 80px;
    margin:5px;
    margin-top: 20px;
    margin-bottom:1px;
    padding:5px;
    font-weight: 700;
    font-family: 'Courier New', monospace;
    /* vertical-align: middle; */
    /* color: #ffffff;
    background-color: #456780; */
    /* border:1px solid red; */
}


  h4.h4time-medium
  {
    font-size: 100px;
    line-height: 70px;
    margin:0px;
    padding:0px;
    margin-top:5px;
    margin-bottom:5px;
    vertical-align: middle;
    font-weight: 700;
    font-family: 'Courier New', monospace;
    /* color: #ffffff; */
    /* background-color: #856780; */
  }

  h4.h4date-medium
    {
      font-size: 70px;
    line-height: 60px;
    margin:0px;
        margin-top:10px;
    margin-bottom:5px;
    padding:0px;
    vertical-align: middle;
    font-weight: 700;
    font-family: 'Courier New', monospace;
    /* color: #ffffff;
    background-color: #157780; */
  }


  h4.bricks
      {
      font-size: 60px;
    line-height: 60px;
    margin:0px;
    padding:0px;
    vertical-align: middle;
    /* color: #ffffff; */
    /* background-color: #8577f0; */
    font-weight: 700;
  }

  h4.h4date-small
  {
        font-size: 36px;
    line-height: 40px;
    margin:0px;
    margin-top:5px;
    margin-bottom:5px;
    padding:0px;
    vertical-align: middle;
    /* color: #ffffff; */
    /* background-color: #f5f7f0; */
    font-weight: 700;
  }

    h4.h4time-small
  {
        font-size: 40px;
    line-height: 40px;
    margin:0px;
    margin-top:5px;
    margin-bottom:5px;
    padding:0px;
    vertical-align: middle;
        font-family: 'Courier New', monospace;
    /* color: #ffffff; */
    /* background-color: #55f730; */
    font-weight: 700;
  }

  .marquee
  {
    width:100%;
    font-size: 110px;
    line-height: 120px;
    margin:0px;
    margin-top:5px;
    margin-bottom:5px;
    padding:0px;
    vertical-align: middle;
    font-family :monospace ;
    /* color: #ffffff; */
    /* background-color: #55f730; */
    font-weight: 700;
  }

  td.tdtools0
  {
    height:30px;
    /* width:30px; */
    border:1px solid red;
    padding:0px;
    margin:0px;
  }

  td.tdtools1
  {
    height:30px;
    /* width:120px; */
    border:1px solid lime;
    padding:0px;
    margin:0px;
  }

  button.btntools
  {
    height:20px;
    /* width:90%; */
    border:1px solid cyan;
    padding:0px;
    margin:3px;
    cursor:pointer ;
  }

  label.labtools
  {
    /* height:30px;*/
    /* width:90px; */
    /* border:4px solid blue; */
    /* padding:0px; */
    /* margin:0px;  */
    cursor:pointer ;
  }

  table.tbtools
{
    text-align: center;
    /* margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    max-width:340px; */
}

button.toolbuttonlabel
{
  width:120px;
  text-align:left;
  height:30px;
  /* border:1px solid red; */
  cursor: pointer ;
}

button.toolbuttonbtn,div.toolbuttonbtn
{
  width:20px;
  text-align:center;
   cursor: pointer ;
}

a.toolbuttonbtn
{
  width:18px !important;
  text-align:center;
   cursor: pointer ;
}


span.spannormal
{
  font-size: 11px;
}

span.spanlarge
{
  font-size: 13px;
}

span.spanlargebold
{
  font-size: 13px;
  font-weight: 550;
}

textarea.textarea
{
  width:900px;
  height:300px;
  padding:10px;
  font-size:11px;
}

h4.h4class
{
  width:90%;
  margin-top: 2px;
    margin-bottom: 2px;
    margin-left: auto;
    margin-right: auto;
    /* max-width:340px; */
    height:30px;
    font-size: 16px;
    padding-top:2px;
    padding-bottom:2px;
}

div.divtoolsections
{
    /* width:80%; */
  margin-top: 5px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    /* max-width:340px; */

    border:1px solid red;
}

section.secttool
{
  border:1px solid cyan;
  margin:5px;
   margin-bottom: 25px;
}

.padsml
{
  padding: 0px; 
}
span.btnlook
{
  border:1px solid red;
  margin-right:5px;
}

table.tbpgsum
{
  border:0px solid lime;
  margin-left: auto;
  margin-right: auto;
}

td.tdpgsum0
{
  border:0px solid red;
  text-align: right;
  padding-left: 4px;
  padding-right: 4px;
}

td.tdpgsum1
{
  border:0px solid blue;
  text-align: left;
    padding-left: 4px;
  padding-right: 4px;

}

button.btnreminder
{
  width:90px;
  font-size: 10px;
    font-weight: 450;
  text-align:center;
  height:25px;
  border:0px solid red;
  cursor: pointer ;
  border-radius: 4px;
}

p.pbreathe
{
  padding:3px;
  margin-top:2px;
   margin-bottom:4px; 
  /* vertical-align: top; */
  border:0px solid red;
}

button.w3buttonclass0,button.w3buttonclass1
{

  /* height:15px; */
  border:1px;
  border-radius: 3px;
  /* background-color: red; */
  /* font-size:10px; */
  cursor:pointer;
    margin-left: auto;
  margin-right: auto;
}

button.w3buttonclass0
{
  width:110px;
}

button.w3buttonclass1
{
  width:110px;

}

div.divhouse
{
  width:115px;
  margin-top: 2px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
 /* background-color: lime; */
}



.bottomfooter
{
  padding:3px;
  margin-top: 1px;
  margin-bottom: 1px;
  margin-left: auto;
  margin-right: auto;
  color: #333;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.btnfoot
{
  height:25px;
  cursor:pointer;
  padding-bottom:2px;
  vertical-align: middle;
 font-size: 11px;
 /* border:0px; */
 color: snow;
 background-color: black;
}

.btnstats
{
  height:28px;
  /* cursor:pointer; */
  padding-bottom:2px;
  vertical-align: middle;
 font-size: 11px;
 /* border:0px; */
 color: snow;
 background-color: #333;
}

div.bottomtoolbar
{
  padding:0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto; 
  height:38px;
}

p.ptight
{
     padding:0px;
     margin-top: 0px;
     margin-bottom: 0px;
      height:30px;
     /* border:1px solid cyan; */

}
p.pfooter
{
  text-align: center;
  font-size: 11px;
  /* color: red; */
  vertical-align: middle;
}

.btnsep
{
  border-left: 1px solid snow;
  border-right: 1px solid snow;
}

div.divfooter
{
  padding:0px;
  padding-top:5px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto; 
  height:35px;
  background-color: black; 
    overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
}

dialog.dialogmodal
{
  background-image: url("../images/karl-bg1.png");
    /* background-repeat: repeat-x; */
}

p.pdlg
{
  text-align: center;
  color:black ;
  font-size: 13px;
  font-weight: 600;
    margin:0px;
  padding:2px;
}

h2.h2dlg
{
  margin:0px;
  padding:2px;
  text-align: center;
  color:black ;
  font-size: 22px;
  font-weight: 700;
}

table.tbrs
{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  /* border:1px solid silver; */
}

/* div.divrswrap
{
  border:5px solid lime
} */

td.tdrshd
{
  font-weight: 600;
  font-size: 12px;
}

td.tdrs0,td.tdrs1,td.tdrs2,td.tdrs3
{
   border: 0px solid red; 
   text-align: center;
   padding:2px;
   font-size: 11px;
}

td.tdrs0w,td.tdrs1w,td.tdrs2w,td.tdrs3w
{
   /* border: 0px solid red;  */
   background-color: white;
   color: black;
   text-align: center;
   padding:2px;
   font-size: 11px;
}


input.inpmarquee
{
  /* width:90%; */
  text-align: center;
  margin-bottom: 10px;

}

button.btnmarquee
{
    margin-bottom: 10px;
}

h3.h3topichead
{
  padding:0px;
  margin-top: 2px;
  margin-bottom: 2px;
}

span.spsubhead
{
  /* color:yellow ; */
  font-size: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  font-style: oblique;
}

span.spfooter
{
  /* color:yellow ; */
  font-size: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  font-style: oblique;
}

div.divopeninner
{
  padding-top:20px;
  padding-bottom:20px;
}