body {
    background: linear-gradient(#d6f9f9, #ffffff, #d6f9f9);
    color: #333;
    padding-left: 5px;
    padding-right: 5px;
}

img.logo {
    width: 175px;
    height: auto;
}

  #blogo {
	display: inline-block;
	position: absolute;
	width: 136px;
	height: 30px;
	top: 14px;
	left: 38px;
	background-color: transparent;
	border: none;
	cursor: pointer;
    }

img.menu {
    width: 40px;
    height: auto;
    float: right;
    margin: 12px 4px 5px 5px;
}

  .bmenu {
	display: inline-block;
	position: absolute;
	width: 42px;
	height: 32px;
	top: 16px;
	right: 3px;
	background-color: transparent;
	border: none;
	cursor: pointer;
  }

  .nav-links {
      display: none;
      position: absolute;
      top: 0px;
      right: 3px;
      width: auto;
      height: auto;
      background-color: #d6f9f9;
      flex-direction: column;
      align-items: center;
      padding: 10px 20px 10px 30px;
      box-shadow: -5px 0 15px rgba(0,0,0,0.3);
  }

  .nav-links a {
      display: block;
      color: #333;
      font-family: "Ariel", sans-serif;
      font-size: 120%;
      text-decoration: none;
  }

  .nav-links li:hover {
      background-color: #aaeeee;
  }

  .dropmenu:hover .nav-links {
      display: block;
  }

img.sign {
    width: 200px;
    height: auto;
    margin: 0px 0px 5px 5px;
}

    #sb1 {
	display: inline-block;
	position: absolute;
	width: 102px;
	height: 16px;
	top: 64px;
	left: 60px;
	background-color: transparent;
	border: none;
	cursor: pointer;
    }

    #sb2 {
	display: inline-block;
	position: absolute;
	width: 81px;
	height: 16px;
	top: 97px;
	left: 52px;
	background-color: transparent;
	border: none;
	cursor: pointer;
    }

    #sb3 {
	display: inline-block;
	position: absolute;
	width: 59px;
	height: 16px;
	top: 130px;
	left: 100px;
	background-color: transparent;
	border: none;
	cursor: pointer;
    }
    

ul {
    padding-left: 18px;
}

.tnw {
    white-space: nowrap;
}

img.sc-rocket {
    width: 250px;
    height: auto;
    float:right;
    margin: 5px 5px 0px 0px;
}

img.sc-script {
    width: 250px;
    height: auto;
    float: right;
    margin: 20px 5px 20px 0px;
}


@media screen and (width > 800px) {
    img.sign {
	width: 300px;
	height: auto;
	float: right;
	margin: 5px 10px 5px 5px;
    }

	#sb1 {
	    width: 159px;
	    height: 29px;
	    top: 88px;
	    right: 66px;
	    left: auto;
	}

	#sb2 {
	    width: 126px;
	    height: 29px;
	    top: 138px;
	    right: 110px;
	    left: auto;
	}

	#sb3 {
	    width: 96px;
	    height: 29px;
	    top: 187px;
	    right: 69px;
	    left: auto;
	}
	
    img.sc-rocket {
	width: 400px;
	height: auto;
	float: right;
	margin: 5px 20px 0px 0px;
    }

}


@media screen and (width > 600px) {
    img.logo {
	width: 350px;
	height: auto;
    }

    #blogo {
	width: 266px;
	height: 60px;
	top: 25px;
	left: 80px;
    }

    img.menu {
	width: 80px;
	height: auto;
	float: right;
	margin: 25px 30px 15px 15px;
    }

    .bmenu {
	width: 84px;
	height: 66px;
	top: 28px;
	right: 28px;
    }

    img.sc-script {
	width: 400px;
	height: auto;
	float: right;
	margin: 5px 5px 20px 0px;
    }        
}


.header {
    margin: 10px
    overflow: auto;
    width: 100%;
    border-width: 0px;
    border-bottom: 4px solid #333;
    padding: 5px 0px 10px 0px;
}


p {
    font-family: "Times New Roman", serif;
    font-size: 100%;
}

ol.atype {
    margin-top: -1em;
    font-family: "Times New Roman", serif;
    font-size: 100%;
}

ul.atype{
    margin-top: -1em;
    font-family: "Times New Roman", serif;
    font-size: 100%;
}

p.big {
    font-family: "Times New Roman", serif;
    font-size: 140%;
}

p.foot {
    font-size: 90%;
}

p.note {
    text-align: justify;
    padding-left: 1em;
    padding-right: 1em;
}

p.indent-note {
    position: relative;
    text-align: justify;
    padding-left: 100px;
    padding-right: 50px;
}

span.hang {
    position: absolute;
    left: 25px;
}

c-red {
    color: #c82222;
}

c-grn {
    color: #22a022;
}


c-pur {
    color: #B026F2;
}

c-brn {
    color: #B55510;
}

c-blu {
    color: #0600FB;
}

f-r{
    float: right;
}
   
h1 {
    font-family: "Ariel", sans-serif;
    font-size: 200%;
}

h2 {
    font-family: "Ariel", sans-serif;
    font-size: 150%;
}

p.code {
    font-family: "Courier New", monospace;
}

pre {
    font-family: "Courier New", Courier, monospace;
    font-size: 100%;
    color: #333;
    overflow: hidden;    
}

pre.box {
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 4px;
    width: fit-content;
    overflow-x: auto; /* Adds horizontal scroll if code is too long */
}

code {
    font-family: "Courier New", Courier, monospace;
    font-size: 90%;
    color: black;
}

code.inline {
    padding-left: 30px;
    white-space: pre-wrap;
}
    

div.center-line {
    text-align: center;
}

ul.selector {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #28b3b3;
  display: flex;
}

ul.selector li a {
  display: block;
  color: white;
  padding: 4px 16px;
  text-decoration: none;
  font-family: "Ariel", sans-serif;
  font-weight: bold;
  font-size: 100%;  
}


ul.selector li a:hover {
    background-color:#1a7a7a;
}

img.screen-shot {
    max-width:100%;
    height:auto;
}

table.data {
    table-layout: fixed;
    border: 1px solid black;
    border-collapse: collapse;
    font-family: "Courier New", Courier, monospace;
}

table.data th, td {
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    padding: 5px 10px 5px 10px;
    font-weight: normal;
}
