.page__title {
    text-align: center;
    background: #0b234a;
    color: white;
}
.orbit-about{
    color: black;
    font-size: 12pt;
}
.orbit-about-title{
    color: black;
    font-size: 12pt;
    font-weight: bold;
}
#section {
    width: 1002px;
    height:730px;
    padding: 0;
    position: relative;
    z-index: 1;
}

#asteroidForm {
    margin: 0;
    font-size: 11pt;
    color: #e0e0e0;
}
.menu_in_menu{
    width: 170px;
    float: left;
    border: 1px solid #aefcff;
    background: #3354a1ab;
    border-radius: 4px;
    padding-rigth: 5px;
    padding-bottom: 10px;
    min-height: 420px;
}
#container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1003px;
    height: 803px;
    z-index: -1;
    border: 1px solid gray;
    overflow: hidden;
}
#status{
    position: relative;
    top: -20px;
    left: 490px;
    z-index: 1000;
    text-align: center;
    font-weight: bold;
    color: white;
    font-size: 11pt;
    width: 400px;
    height: 0;
}
.d_form p{
    margin: 2px;
    font-size: 12px;
    padding-left: 7px;
    
}

.d_form input{
    width: 100px;
    text-align: center;
    margin: 0;
    margin-bottom: 0px;
    font-size: 12px;
    color: black;
    margin-right: 10px
}

#gotoD input{
    width: 50px;
    margin: 0;
    font-size: 12px;
    color: black;
    margin-right: 5px;
}

#gotoD p{
    text-align: left;
    display: block;
    width: 90px;
    margin: 2px;
    font-size: 12px;
    color: white;
    margin-left: 5px;
}
#gotoD .datebutton{
    margin-bottom: 0px;
    font-size: 12px;
    width: 70px;
    color: black;
}
#fileInput{
    margin: 0;
    padding: 0;
    left: 10px;
    color: black;
}

.datebutton{
    display: inline-block;
    width: 10px;
    font-size: 12px;
    color: black;
}

.hrclass{
    margin: 0px;
    padding: 0;
    border: 1px solid gray;
   margin-top: 20px;
   margin-bottom: 20px;
}

.submitb{
   position: relative;
   left: 30px;
   margin: 0px;
   padding: 0px;
    font-size: 12px;
    color: black;
}

.mpcsubmit{
   position: relative;
   left: 50px;
   margin: 0px;
   padding: 0px;
    font-size: 12px;
}

.filesubmit{
   position: relative;
   left: 11px;
   margin: 0px;
   padding: 0px;
    font-size: 12px;
}

#HUDID{
    left: 10px;
    top: 5px;
    color: white;
    height: 0px;
    font-size: 11pt;
    width: 180px;
}
#timelabel{

}
#timespeed{
    color: white;
    width: 150px;
    margin-left: 5px;
    margin-top: 5px;
}

#timespeed p{
    font-size: 12px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 5px;
}
#timespeed label {
    display: inline;
}

#rangevalue{
    width: 150px;
    padding: 0;
    margin: 0;
}

input[type="range"] { 
    margin: auto;
    -webkit-appearance: none;
    overflow: hidden;
    height: 25px;
    width: 150px;
    cursor: pointer;
    border-radius: 0; /* iOS */
    
}

::-webkit-slider-runnable-track {
    background: #ddd;
}

/*
 * 1. Set to 0 width and remove border for a slider without a thumb
 */
::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px; /* 1 */
    height: 40px;
    background: #fff;
    box-shadow: -100vw 0 0 100vw dodgerblue;
    border: 2px solid #999; /* 1 */
}

::-moz-range-track {
    height: 40px;
    background: #ddd;
}

::-moz-range-thumb {
    background: #fff;
    height: 40px;
    width: 20px;
    border: 3px solid #999;
    border-radius: 0 !important;
    box-shadow: -100vw 0 0 100vw dodgerblue;
    box-sizing: border-box;
}

::-ms-fill-lower { 
    background: dodgerblue;
}

::-ms-thumb { 
    background: #fff;
    border: 2px solid #999;
    height: 40px;
    width: 20px;
    box-sizing: border-box;
    
}

::-ms-ticks-after { 
    display: none; 
    
}

::-ms-ticks-before { 
    display: none; 
}

::-ms-track { 
    background: #ddd;
    color: transparent;
    height: 40px;
    border: none;
    
}

::-ms-tooltip { 
    display: none;
}
.infob{
    font-size: 10pt;
}
.titleSp{
    font-weight: bold;
    font-size: 13px;
    display: block;
    text-align: left;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #66ffd7;
    margin-left: 5px;
    
}

#nowBtn{
    width: 50px;
    font-size: 11px;
    color: black;
    padding: 0px;
    height: 20px;
}

#plusday, #minusday{
    width: 50px;
    font-size: 11px;
    color: black;
    padding: 0px;
    height: 20px;
    
}

.element {
    position: absolute; 
    top:0; 
    left:0; 
    color: white;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    pointer-events:none;
    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
}


#credit{height: 0px;}

#credit2{
    color: white;
    font-size: 8pt;
    height: 0px;
    text-align: center;
}

.HUD{
     user-select: none;
     -webkit-user-select: none; /* Chrome/Safari */
     -moz-user-select: none; /* Firefox */
     -ms-user-select: none; /* IE10+ */
     pointer-events:none;
    /* Rules below not implemented in browsers yet */
     -o-user-select: none;
     width: 300px;
}

#HUDDATE{
    display: inline;
    
}
#HUDEARTH{ display: inline;}
#HUDSUN{display: inline;}
#pleasewait{
    position: relative;
    left: -180px;
    top: 20px;
    color: white;
}
#followObj{
    position: relative;
    left: 10px;
    top: 4px;
}
#followObjTxt{
    position: relative;
    left: 15px;
}
#asteroidList{
    width: 150px;
    height: 25px;
    color: black;
    margin-left: 5px;
}
#btnSave{
    margin: 0px;
    width: 160px;
    font-size: 12px;
    margin-left: 4px;
    color: black;
}
#btnShare{
      margin: 0px;
    width: 160px;  
    font-size: 12px;
    margin-left: 4px;
    color: black;
}
.spansmall{
    font-size: 10pt;
}
.spansmalltxt{
    font-size: 10pt;
}
#cssLogo{
    width: 100px;
    margin-left: 30px;
    margin-top: 21px;
}

.astlabel{
    line-height: 25px;
    font-size: 10pt;
    margin: 0;
    margin-left: 5px;
}
.astleftbtn{
    display: inline;
    width: 60px;
    color: black;
    text-align: center;
    font-size: 12px;
    padding: 0px;
    margin-right: 5px;
}

#viewfromlist{
    position: relative;
    left: 3px;
    width: 80px;
    padding: 4px
}
#viewatlist{
    position: relative;
    left: 3px;
    width: 80px;
    padding: 4px;
}

.collapsible__button {
    color: #183246;
    cursor: pointer;
    padding: 18px;
    width: 70px;
    border: none;
    font-weight: bold;
    text-align: left;
    outline: none;
    font-size: 10px;
    border-radius: 6px;;
    background: url(/css/CSSOrbit/Images/reorder-four-outline.svg) no-repeat;
    background-color: #cccccc;
    filter:invert(100%);
    margin-left: 6px;
    margin-top: 6px;
}

.collapsible__button.active,
.collapsible__button:hover {
  background-color: #ccc;
}

.collapsible__content {
  padding: 0px;
  background-color: #55555500;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  overflow-y: auto;
}

.collapsible__button:after {
  content: "\221F";
  transform: rotate(-140deg);
  font-size: 10px;
  float: right;
  margin-left: 5px;
}

.content--active:after {
  content: "\221F";
  transform: rotate(-45deg);
}

#aboutdiv{
    width: 1000px;
}