div#container
{
    width:500px;
    height:400px;
    overflow:hidden;     /* if you don't want a scrollbar, set to hidden */
    overflow-x:hidden;   /* hides horizontal scrollbar on newer browsers */

    /* resize and min-height are optional, allows user to resize viewable area */
    -webkit-resize:none; 
    -moz-resize:none;
    resize:none;
    min-height:500px;
	min-width:400px;
}

iframe#embed
{
    width:1000px;       /* set this to approximate width of entire page you're embedding */
    height:2000px;      /* determines where the bottom of the page cuts off */
    margin-left:-35px; /* clipping left side of page */
    margin-top:-250px;  /* clipping top of page */
    overflow:hidden;

    /* resize seems to inherit in at least Firefox */
    -webkit-resize:none;
    -moz-resize:none;
    resize:none;
}

div#container1
{
    width:150px;
    height:60px;
	margin: 0 auto;
    overflow:hidden;     /* if you don't want a scrollbar, set to hidden */
    overflow-x:hidden;   /* hides horizontal scrollbar on newer browsers */

    /* resize and min-height are optional, allows user to resize viewable area */
    -webkit-resize:none; 
    -moz-resize:none;
    resize:none;
}

iframe#embed1
{
    width:1000px;       /* set this to approximate width of entire page you're embedding */
    height:2000px;      /* determines where the bottom of the page cuts off */
    margin-left:-540px; /* clipping left side of page */
    margin-top:-370px;  /* clipping top of page */
    overflow:hidden;

    /* resize seems to inherit in at least Firefox */
    -webkit-resize:none;
    -moz-resize:none;
    resize:none;
}

div#container2
{
    width:450px;
    height:1000px;
    overflow:hidden;     /* if you don't want a scrollbar, set to hidden */
    overflow-x:hidden;   /* hides horizontal scrollbar on newer browsers */

    /* resize and min-height are optional, allows user to resize viewable area */
    -webkit-resize:none; 
    -moz-resize:none;
    resize:none;
    min-height:300px;
	min-width:250px;
}

iframe#embed2
{
    width:1000px;       /* set this to approximate width of entire page you're embedding */
    height:2100px;      /* determines where the bottom of the page cuts off */
    margin-left:-230px; /* clipping left side of page */
    margin-top:-275px;  /* clipping top of page */
    overflow:hidden;

    /* resize seems to inherit in at least Firefox */
    -webkit-resize:none;
    -moz-resize:none;
    resize:none;
}
div#container3
{
    width:670px;
    height:1050px;
    overflow:hidden;     /* if you don't want a scrollbar, set to hidden */
    overflow-x:hidden;   /* hides horizontal scrollbar on newer browsers */

    /* resize and min-height are optional, allows user to resize viewable area */
    -webkit-resize:none; 
    -moz-resize:none;
    resize:none;
    min-height:300px;
	min-width:250px;
}

iframe#embed3
{
    width:1000px;       /* set this to approximate width of entire page you're embedding */
    height:1080px;      /* determines where the bottom of the page cuts off */
    margin-left:-230px; /* clipping left side of page */
    margin-top:-975px;  /* clipping top of page */
    margin-bottom:-1200px;
	overflow:hidden;

    /* resize seems to inherit in at least Firefox */
    -webkit-resize:none;
    -moz-resize:none;
    resize:none;
}
/*###############Applies to embed of gauges from NThomas script ######################*/
div#container4 
{
    width:1150px;
    height:1400px;
    overflow:hidden;     /* if you don't want a scrollbar, set to hidden */
    overflow-x:hidden;   /* hides horizontal scrollbar on newer browsers */

    /* resize and min-height are optional, allows user to resize viewable area */
    -webkit-resize:none; 
    -moz-resize:none;
    resize:none;
    min-height:1500px;
	min-width:250px;
}

iframe#embed4 
{
    width:1000px;       /* set this to approximate width of entire page you're embedding */
    height:-280px;      /* determines where the bottom of the page cuts off */
    margin-left:250px; /* clipping left side of page */
    margin-top:40px;  /* clipping top of page */
    margin-bottom:1900px;
	overflow:hidden;

    /* resize seems to inherit in at least Firefox */
    -webkit-resize:none;
    -moz-resize:none;
    resize:none;
}
.ow-titleBar {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	column-gap: var(--columnGap);
	margin: 0;
}
.datahead2{
        font-size: 5%;
        font-weight: bold;
        color:  white;
        background-color: #3173B1;
        text-align: center;
		max-width: 1190px;
}
/*###################End of Application of embed of gauges from NThomas script ##################### */

/*##################Applies to embed of Records for All-time from NThomas script ################### */
div#container5 
{
    width:1190px;
    height:750px;
    overflow:hidden;     /* if you don't want a scrollbar, set to hidden */
    overflow-x:hidden;   /* hides horizontal scrollbar on newer browsers */
	
	
    /* resize and min-height are optional, allows user to resize viewable area */
    -webkit-resize:none; 
    -moz-resize:none;
    resize:none;
    min-height:1150px;
	min-width:250px;
}

iframe#embed5 
{
    width:1120px;       /* set this to approximate width of entire page you're embedding */
    height:-390px;      /* determines where the bottom of the page cuts off */
    margin-left:55px; /* clipping left side of page */
    margin-top:40px;  /* clipping top of page */
    margin-bottom:1000px;
	overflow:hidden;
	    /* resize seems to inherit in at least Firefox */
    -webkit-resize:none;
    -moz-resize:none;
    resize:none;
}
.ow-titleBar {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	column-gap: var(--columnGap);
	margin: 0;
}
.datahead5{
        font-size: 5%;
        font-weight: bold;
        color:  white;
        background-color: #3173B1;
        text-align: center;
		max-width: 1196px;
}
#adbox5 {
  margin: auto;
  width: 1196px;
  height: 1175px;
  border: 3px solid #CCCCCC;
}		
/*End of Application of embed of Records for All-time from NThomas script */
/*################################################################*/
/*Applies to embed of Historic Charts from NThomas script */
div#container6 
{
    width:1170px;
    height:780px;
    overflow:hidden;     /* if you don't want a scrollbar, set to hidden */
    overflow-x:hidden;   /* hides horizontal scrollbar on newer browsers */
	
	
    /* resize and min-height are optional, allows user to resize viewable area */
    -webkit-resize:none; 
    -moz-resize:none;
    resize:none;
    min-height:480px;
	min-width:250px;
}

iframe#embed6 
{
    width:1170px;       /* set this to approximate width of entire page you're embedding */
    height:980px;      /* determines where the bottom of the page cuts off */
    margin-left:55px; /* clipping left side of page */
    margin-top:100px;  /* clipping top of page */
    margin-bottom:1100px;
	overflow:hidden;
	    /* resize seems to inherit in at least Firefox */
    -webkit-resize:none;
    -moz-resize:none;
    resize:none;
}
.ow-titleBar {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	column-gap: var(--columnGap);
	margin: 0;
}
.datahead6{
        font-size: 5%;
        font-weight: bold;
        color:  white;
        background-color: #3173B1;
        text-align: center;
		max-width: 1194px;
}
#adbox6 {
	  margin: auto;
	  width: 1175px;
	  height: 850px;
	  border: 3px solid #CCCCCC;
}
.iframe {
	overflow: hidden;
}	
/*End of Application of embed of Historic Charts from NThomas script */