/* ! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
body{  
  font:12px/19px "Droid Sans",Georgia,serif;
/*  background:url("../images/greyGradient4.png") repeat;*/
  background:url("../images/test3new.png") repeat;
}
h1, h2, h3, h4, h5, h6, p, div, ul, ol, li, code, pre, form, fieldset, blockquote{margin:0;}
header, nav, footer, section, article, div {
  box-sizing: border-box;
}
::-moz-selection{background:#b3d4fc;text-shadow:none;}
::selection{background:#b3d4fc;text-shadow:none;}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}
img{vertical-align:middle;}
fieldset{border:0;margin:0;padding:0;}
textarea{resize:vertical;}
noscript p{display:inline;}

ol, ul{padding: 0;margin: 0;}
table{border-collapse:collapse;border-spacing:0;}
td, th, caption{font-weight:normal;text-align:left;}
img, fieldset{border:0;}
/*ol{margin-left:1.8em;list-style:decimal;}
*/q:before, q:after{content:'';}
/*.wrapper {
  background:url("../images/test3new.png") repeat;
}*/
.nojs{width:100%;margin-left: auto;margin-right: auto;background-color:red;color:white;}
.nojs a{color:white;}
.nojs a:hover{color:black;}
/*
 *
 * Header
 *
 */
.site-nav{display:none;}
.site-nav-current{background:#fff;color:#07c !important;border-bottom:0;}
.site-header{display: flex;justify-content:space-between;padding:0 1em;background:#07c;min-height:71px;}
.site-header-base{display:flex;justify-content:space-between;}
.site-logo{align-self:center;min-width:65px;}
.site-nav{display: flex;}
.site-links>ul{display: flex;list-style-type:none;padding:0;margin:0;height:100%;}
.site-links>ul>li>a{display:block;padding:1em 0.8em;color:#fff;font-weight:400;font-size:1.3em;text-decoration:none;}
.site-links>ul>li>a:focus,.site-links>ul>li>a:hover{background:#fff;color:#07c;border-bottom:0;font-size:1.3em;}
.site-search-top{display:flex;align-items:center;width:300px;margin-left:1em;}

@media (max-width: 514px) {
    .site-links>ul>li>a,.site-links>ul>li>a:focus,.site-links>ul>li>a:hover {
      font-size:0.8em;
    }
}

@media (min-width: 515px) {
    .site-links>ul>li>a,.site-links>ul>li>a:focus,.site-links>ul>li>a:hover {
      font-size:1.2em;padding:1em 1.1em;
    }
}

@media (max-width: 830px) {
    .site-search-top {
        display:none;
    }
}

@media (min-width: 831px) {
    .site-search-top {
        display:flex;
    }
}

@media (min-width: 1024px) {
    .site-links>ul>li>a,.site-links>ul>li>a:focus,.site-links>ul>li>a:hover {
      font-size:1.6em;padding:1em 1.4em;
    }
}

@media (min-width: 1440px) {
    .site-links>ul>li>a,.site-links>ul>li>a:focus,.site-links>ul>li>a:hover {
      font-size:1.8em;padding:0.9em 1.8em;
    }
}

@media (min-width: 1660px) {
    .site-links>ul>li>a,.site-links>ul>li>a:focus,.site-links>ul>li>a:hover {
      font-size:1.9em;padding:0.85em 2em;
    }
}

main{display:flex;}
/*main{width: 100%;margin-left: auto;margin-right: auto;}*/
/*main #ads2, main #ads3{margin:12px 0px 10px 0px;}*/
#id1{background-color:aqua;}
#id2{background-color:silver;}
.turnAqua{background-color:aqua;}
.turnBlue{background-color:blue;}
.turnGreen{background-color:#218868;}
.turnPurple{background-color:#8B4789;}
.turnOrange{background-color:orange;}
.turnOlive{background-color:olive;}
.turnYellow{background-color:yellow;}
.turnSilver{background-color:silver;}
.justright{margin-top:0px;float:right;}
/*.content{float:right;width:100%;background-color:#f0f0f0;border:1px solid black;border-radius:0.5em;color:black;margin-bottom:20px;padding:0.9em;}*/
/*.content{float:right;width:100%;color:black;margin-bottom:20px;padding:10px;}*/
.content{flex:1;order:2;width:auto;min-width:0;color:black;margin-bottom:10px;padding:0.9em;}
.content a{color:#07c;text-decoration:none;}
.sels, a code, code a, .content h2 a, .content div a, .content p a, .content td a, .content li a{color:#07c;}
.content br{margin-bottom:15px;}
.content a:active, .content a:hover{color:#CA1D07;text-decoration:underline;}
.content h1, .content h2{line-height:25px;font-size:1.4em;font-weight:500;}
.content h1 code, .content h2 code{font-weight:600;}
.content p .sitelink{font-size:0.8em;margin-top:-17px;margin-bottom:0px;float:right;}
.content td .sitelink{font-size:0.7em;margin-top:0px;float:right;}
.content h1 .sitelink, .content h2 .sitelink, .content h3 .sitelink1{font-size:0.5em;margin-top:0px;float:right;}
.content p .sitelink img{margin-bottom:3px;margin-left:1px;margin-right:1px;}
.content h3{margin-top:25px;font-weight:500;}
.content h3 code{font-weight:600;}
.content h4{color:black;font:1.1em "Comic Sans", Georgia, "Times New Roman", Times, serif;padding-top:10px;}
.content h4 em{color:#07c;font-style:normal;font-weight:500;}
.content p{font-size:12px;margin-right:0px;margin-top:10px;margin-bottom:12px;}
.content div{margin-bottom:30px;}
.content #img1, #img2{background-color:green;border:10px solid blue;height:150px;margin:20px;padding:20px;width:200px;}
.content .sup{font-size:0.6em;vertical-align:super;}
/*.content p strong{color:blue;}
.content p em{color:blue;font-weight:500;}
.content p span em{color:blue;}
.content p span strong em{color:#07c;font-style:normal;font-weight:500;}*/
.content #addafter, .content #addbefore{color:red;}
.content p a:hover, .content #reference a:hover{color:red;text-decoration:underline;}
.content ol, .content ul{font-size:0.9em;margin-left:15px;}
.content ul{font-size:0.9em;}
.content li{font-size:12px;padding:2px;}
.content dl{font-size:1.1em;}
.content dt{font-size:1.1em;font-weight:700;}
.content dd{font-size:1.1em;margin-top:5px;}
.content dd span{color:#07c;font-style:normal;font-weight:500;}
.content pre{background-color:white;border-radius:0.5em;font-family:"Courier New", Courier, monospace;font-size:0.95em;border:1px solid #ccf;border-left:5px solid #07c;margin:10px 0px;padding-left:10px;}
.content pre code{color:black;float:none;font-size:12px;font-family:"Courier New", Courier, monospace;list-style:none;text-decoration:none;white-space:pre-wrap;}
.content pre code a{color:black;}
.content .ifelsetable{width:100%;font-size:0.7em;margin-bottom:0px;margin-right:0px;margin-top:-10px;}
.content .ifelsetable thead{font-weight:bold;}
.content .ifelsetable em{color:#07c;font-style:normal;font-weight:500;}
.content .jskeywordtable{width:100%;table-layout:fixed;border-top:1px solid #ccf;border-bottom:1px solid #ccf;border-left:1px solid #ccf;background-color:white;color:white;margin-top:5px;margin-bottom:20px;}
.content .jskeywordtable caption{color:black;font-size:1.1em;}
.content .jskeywordtable th{background-color:#07c;border:1px solid #ccf;font-size:0.8em;font-weight:bold;padding:3px;padding-top:6px;padding-bottom:7px;vertical-align:top;}
.content .jskeywordtable td{border-bottom:1px solid #ccf;border-right:1px solid #ccf;color:black;font-size:0.8em;padding:3px;padding-top:5px;padding-bottom:7px;vertical-align:top;}
.content .jskeywordtable .grey, .content .grey{color:grey;}
.content .jskeywordtable .nbrb{border-bottom:none;border-right:none;}
.content .jskeywordtable .nbb{border-bottom:none;}
.content .jskeywordtable .nrb{border-right:none;}
.content .jskeywordtable .bg{background-color:#F2F2F2;}
.content .jskeywordtable .tdred{color:red;}
.content .jskeywordtable .tdredbg{background-color:red;}
.content .jskeywordtable .greybg{background-color:grey;}
.content .jskeywordtable a{color:#07c;text-decoration:none;}
.content .jskeywordtable a:hover{color:red;text-decoration:underline;}
.content .jskeywordtable td .nobotborder{border-bottom:1px solid #fff;border-top:1px solid #fff;}
.content .codetable{background-color:white;font-size:1.2em;font-style:normal;font-weight:500;}
.content [type="button"]{margin-bottom:30px;margin-top:5px;}
.content #fb,.content #fbtop{margin-left:0px;}

.content .formfields, .content .formfields2, .content .formfields3{background-color:silver;border:1px solid black;margin-bottom:10px;padding:5px;text-align:left;width:98%;}
.content .testtable{background-color:yellow;}
.content .testtable .orange{background-color:orange;}
.content .testtable .hidetd{display:none;}
.content .testtable2{background-color:olive;}
.content .testtable3{background-color:orange;}
.content .testtable4{background-color:teal;}
.content .testtable5{background-color:silver;}
.content .testtable6{background-color:blue;}
.content .testtable7{background-color:red;}
.content .formimages{width:90px;height:90px;}
.content .focus{background-color:orange;}
.content #selection{color:red;}
.content .doctype{color:green;}
.content .doctypeurl{color:teal;}
.content .htmlattr{color:maroon;}
.content .htmltag{color:red;}
.content .cssprop{color:purple;}
.content .js{color:#009688;}
.content .ligrey{color:grey;}
.content .ital{color:teal;font-style:italic;}
.content .lineindent{margin-left:50px;}
.content .lineindentlarge{margin-left:75px;}
.content .lineindentxlarge{margin-left:125px;}
.content .lineindentimg{margin-bottom:30px;margin-left:50px;margin-top:20px;}
.content .lineindentimgsmall{margin-bottom:30px;margin-left:10px;margin-top:20px;}
.content .imgmargin{margin-bottom:30px;margin-top:10px;}
.responsive{width:100%;max-width:720px;height:auto;}
.content .black{color:black;}
.content .lightgrey{background-color:#f0f0f0;}
.content .bot{border-bottom:1px solid gray;}
.prev{float:left;}
.next{float:right;}
.content #reference{border-bottom:1px solid #ccf;margin-bottom:30px;margin-top:20px;}
.content #reference2{margin-top: 40px;margin-bottom: 40px;border-bottom:1px solid #ccf;}
.content table{border-collapse:collapse;}
.content tr h1 a{border:none;color:#555;text-decoration:none;}
.content #sayings{width:200px;}
.content #div0, .content #div1, .content #div2, .content #div3, .content #div4, .content #div5, .content #div6, .content #div7, .content #div8, .content #div9, .content #div10, .content #div11, .content #div12, .content #div13, .content #div14, .content #div15, .content #div16, .content #div17, .content #div18, .content #div19, .content #div20, .content .div1, .content .div2, .content .div3{background-color:yellow;border:1px solid black;padding:10px;}
.content #div1, .content #div8, .content #div14, .content .div1{background-color:orange;}
.content #div2, .content #div9, .content #div15, .content .div2{background-color:teal;}
.content #div4, .content #div10, .content #div16, .content .div3{background-color:silver;}
.content #div5, .content #div11, .content #div17{background-color:cyan;}
.content #div6, .content #div12, .content #div18{background-color:olive;}
.content #div3, .content #div7, .content #div13, .content #div20{background-color:fuchsia;}
.div1clone{border:1px solid black;padding:10px;}
.para1clone{border:1px solid black;padding:10px;}
.div2clone{border:1px solid black;padding:10px;}
.para2clone{border:1px solid black;padding:10px;}
.div3clone{border:1px solid black;padding:10px;}
.para3clone{border:1px solid black;padding:10px;}
.redbg{background-color:red;}
.olivebg{background-color:olive;}
.cyanbg{background-color:cyan;}
.yellowbg{background-color:yellow;}
.limebg{background-color:lime;}
.content #para1, .content .para1{background-color:yellow;}
.content #para2, .content .para2{background-color:orange;}
.content #para3, .content .para3{background-color:olive;}
.content #scrolldiv1, .content #scrolldiv2, .content #scrolldiv3{background-color:orange;border:1px solid black;height:50px;padding:10px;overflow:auto;}
.content .animdiv1{background-color:silver;border:1px solid black;height:110px;padding:10px;position:relative;}
.content #korma, .content #apple, .content #baked, .content #baked2{border:2px solid red;left:10px;position:absolute;top:10px;}
.content #masala, .content #banana{border:2px solid blue;bottom:10px;position:absolute;right:10px;}
.content #animpara1, #scrollspan1, #scrollspan2, #scrollspan3, #scrollspan4, #scrollspan5, #scrollspan6, #scrollspan7, #scrollspan8, #scrollspan9, #scrollspan10, #scrollspan11, #scrollspan12, #scrollspan13, #scrollspan14, #scrollspan15, #scrollspan16, #scrollspan17, #scrollspan18, #loadspan1{color:red;}
.content #animpara2{color:green;}
.content #animpara3{color:maroon;}
#tagtables{width:100%;table-layout:fixed;background-color:white;border-top:1px solid #ccf;border-bottom:1px solid #ccf;border-left:1px solid #ccf;margin-bottom:20px;}
#tagtables caption{font-size:1.1em;color:black;font-weight:700;text-align:left;}
#tagtables th{background-color:#07c;border:1px solid #ccf;color:white;font-size:0.9em;padding:2px;padding-bottom:7px;padding-top:5px;text-align:left;vertical-align: top;}
#tagtables td{font-size:0.9em;padding: 2px;padding-top:5px;padding-bottom:7px;border-bottom:1px solid #ccf;border-right:1px solid #ccf;vertical-align:top;}
#tagtables td .nobotborder{border-bottom:1px solid #fff;border-top:1px solid #fff;}
#tagtables a{color:#2F4F4F;text-decoration:none;}
#tagtables a:hover{text-decoration: underline;}
#tagtables .nbrb{border-right:none;border-bottom:none;}
#tagtables .nbb{border-bottom:none;}
#tagtables .nrb{border-right:none;}
.pager{display:flex;justify-content:space-between;list-style-type:none;padding:0;padding-top:10px;padding-bottom:10px;clear:both;}
.pager li>a{display:inline-block;margin-bottom:6px;padding:6px 10px;background:#07c;border:1px solid #07c;color:#fff;border-radius:0;font-size:10px;font-weight:500;}
.pager a:hover{background-color:white;color:#07c;text-decoration:none;}
.fb-page{margin:20px 0px;}
/*div[id^="div"]{margin-bottom:10px;}*/

/* Left sidebar
   ========================================================================== */
#left{flex-grow:0;flex-shrink:0;order:1;padding:10px;width:280px;box-shadow:0 0px 15px #a7a7a7, inset 0 1px 0 #fff;}
/*#sidebarleft{float:left;width: 100%;margin-left: auto;margin-right: auto;margin-bottom:10px;padding:0.5em;padding-top:0.2em;color:black;background-color:transparent;}*/
/*#sidebarleft h2{margin:0px -5px -2px -6px;padding:6px 0px 6px 22px;}*/
#sidebarleft h2{font-size:1.2em;font-weight:300;margin-left: 10px;margin-bottom:16px;}
/*#sidebarleft h3, #sidebarleft h4, #sidebarleft h5, #sidebarleft h6{margin:0px;padding:3px 0px;}*/
#sidebarleft h2 b a, #sidebarleft h3 b a, #sidebarleft h4 b a, #sidebarleft h5 b a{color:purple;}
#sidebarleft h3{font-size:1em;margin-left: 10px;margin-bottom:16px;}
#sidebarleft h4{font-size:1em;margin-left:18px;margin-bottom:16px;}
#sidebarleft h5{font-size:1em; margin-left:26px;margin-bottom:16px;}
/*#sidebarleft h6{font-size:0.8em;margin-top:6px;margin-left:24px;}*/
#sidebarleft h3 span, #sidebarleft h4 span, #sidebarleft h5 span{border-top:1px solid #2F4F4F;border-bottom:1px solid #2F4F4F;color:#2F4F4F;font-weight:500;}
#sidebarleft p{margin-top:5px;margin-right:5px;font-size:11px;}
#sidebarleft a{color: #07c;;text-decoration:none;font-weight:normal;}
#sidebarleft h2 a:hover, #sidebarleft h3 a:hover, #sidebarleft h4 a:hover, #sidebarleft h5 a:hover{background-color:#07c;color:white;text-decoration:none;}
#sidebarleft #line{border-top:1px solid #000;}
#sidebarleft .grey{color:grey;}
#sidebarleft .getset{font-size:1em;margin-top:2px;}


/* Right sidebar
   ========================================================================== */
#right {flex-grow:0;flex-shrink:0;order:3;background:#fff;padding:20px 20px;width:340px;}

/*footer{width:100%;margin-left:auto;margin-right:auto;}*/
.copyright{background-color:grey;}
.copyright{padding:5px;background:radial-gradient(at top, #fff, #000) fixed;clear:both;border-top:3px double black;color:#FFF;}
.copyright table {width:100%;table-layout:fixed;}
.copyright table th, .copyright table td{padding-top:5px;padding-bottom:7px;vertical-align:top;}
.copyright a{color:white;margin-top:17px;text-decoration:none;}
.copyright a:hover{color:red;text-decoration:underline;}
.cpcol1{width:28%;}
.cpcol2{width:32%;}
.cpcol3{width:40%;}


/* Ads
   ========================================================================== */
.ad-left{margin: 20px 0px 10px 0px;}
.ad-top{margin: 20px 0;height:266px;}
.ad-bottom{margin: 20px 0;}
.ad-right{margin: 0 auto;}

@media screen and (min-width: 650px) {
  .ad-top{height:280px;}
  .content #prevnextdiv{font-size:0.9em;}
  #sidebarleft h2, #sidebarleft h3, #sidebarleft h4, #sidebarleft h5, #sidebarleft h6{margin-top:0px;margin-bottom:0px;padding-top:0px;padding-bottom:0px;}
  .content #prevnextdiv{font-size:0.8em;}
  .content .questionContainer{width:400px;}
  .content #progressContainer{width:400px;}
  .content #resultContainer{width:400px;}
}  
@media screen and (min-width: 800px) {
 .content br{margin-bottom:0px;}
 .content p, .content pre, .content pre code, .content ol, .content ul, .content li{font-size:12px;}
 .content .jskeywordtable th, .content .jskeywordtable td{font-size:1em;}
 .content .ifelsetable{width:100%;font-size:1.3em;}
 .content #prevnextdiv{font-size:1.2em;}
 .content .questionContainer{width:550px;}
 .content #progressContainer{width:550px;}
 .content #resultContainer{width:550px;}
 .copyright table th, .copyright table td{padding-top:3px;padding-bottom:0px;}
}  
@media screen and (min-width: 930px) {
 .content p, .content pre, .content pre code, .content ol, .content ul, .content li{font-size:13px;}
}  

@media screen and (max-width: 991px) {
  main {flex-direction:column;}
  #left {width:auto;order:2;}      
  .content {order:1;}
}  

@media screen and (min-width: 992px) {
 .wrapper{border-radius:0.6em;box-shadow:0 1px 10px #a7a7a7, inset 0 1px 0 #fff;}
  .content h1 .sitelink{font-size:0.5em;}
  .content h2 .sitelink, .content h3 .sitelink, .content h4 .sitelink, .content h5 .sitelink, .content td .sitelink{font-size:0.6em;margin-top:0px;}
  .content h1{font-size:1.3em;}
  .content h2{font-size:1.2em;}
  .content h3{font-size:1.1em;}
  .content h4{font-size:1em;}
  .content h5{font-size:0.9em;}
  .content caption .sitelink{font-size:0.7em;position:absolute;right:250px;}
  .content .bot{font-size:1.2em;}
  .content .bot2{font-size:1.2em;}
  .content td li{font-size:1.1em;}
  .content .formfields, .content .formfields2, .content .formfields3{width:60%;}
  .content .jskeywordtable caption, .content #tagtables caption{font-size:0.9em;}
  .content .jskeywordtable th, .content .jskeywordtable td, .content #tagtables th, .content #tagtables td, .content .html5attrtable th, .content .html5attrtable td{font-size:0.8em;}
  .content td .sitelink{font-size:0.8em;}
  .content h2 strong{font-size:1.2em;}
  .content li{font-size:1em;}
  .content p{font-size:1em;}
  .content pre code{font-size:0.9em;}
  .content ul li{font-size: 1em;}
  .content #prevnextdiv{font-size:1em;}
  .content .question{font-size: 1em;}
  .content .questionContainer{width:650px;}
  .content #progressContainer{width:650px;}
  .content #resultContainer{width:650px;}
/*  .content #resultContainer div{font-size: 0.8em;}*/
  #progress{height:25px;}
  #left{border-radius:0px 20px 20px 0px};
  footer th, footer td{font-size:1em;}
}  

@media screen and (max-width: 1330px) {
  #right{display:none}
}

@media screen and (min-width: 1440px) {
  .content h1{font-size:1.6em;}
  .content h2{font-size:1.4em;}
  .content h3{font-size:1.3em;}
  .content h4{font-size:1.2em;}
  .content h5{font-size:1.1em;}
/*  .content h1 .sitelink{font-size:0.7em;}*/
  .content h2 .sitelink, .content h3 .sitelink, .content h4 .sitelink, .content h5 .sitelink, .content td .sitelink{font-size:0.7em;}
  .content p{font-size:1.2em;}
  .content pre code{font-size:1em;}
  .content ul li{font-size: 1.1em;}
  .content .jskeywordtable caption,.content #tagtables caption, .content .html5attrtable caption{font-size:1.1em;}
  .content .jskeywordtable th, .content .jskeywordtable td, .content #tagtables th, .content #tagtables td, .content .html5attrtable th, .content .html5attrtable td{font-size:1.1em;}
  .content .question{font-size:1.2em;}
  .content .questionContainer{width:720px;}
  .content #progressContainer{width:720px;}
  .content #resultContainer{width:720px;}
  footer th, footer td{font-size:1.1em;}
}  

@supports not (display: grid) {
    .ad-bottom,.ad-top{max-width:320px;}

    @media screen and (max-width: 991px) {
        .ad-bottom,.ad-top{max-width:100%;}
    }

    @media screen and (min-width: 992px) {
        .ad-bottom,.ad-top{max-width:calc(100vw - 430px - 20px);}
    }
}

@supports (display: grid) {
  main {display:grid;grid-template-columns: 300px 1fr 340px;}
  #left {grid-column:1;}
  .content {grid-column:2;}
  #right {grid-column:3;}
  @media screen and (max-width:1331px) {
    main {grid-template-columns:300px 1fr;}
  }

  @media screen and (max-width:991px) {
    main {grid-template-columns:1fr;}
    #left {grid-column:1;grid-row:2;width:auto}
    .content {grid-column: 1;grid-row:1;}
    #right {display:none;}
  }
}
