.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: 1400px;
    height:730px;
    padding: 0;
    position: relative;
    left: -110px;
}

#asteroidForm {
    width: 168px;
    height: 800px;
    background: #0b234a;
    display: inline-block;
    margin: 0;
    font-size: 11pt;
    color: #e0e0e0;
    border: 3px solid gray;
    line-height: 11pt;
    vertical-align: top;
}
#container {
    vertical-align:top;
    display: inline-block;
    width: 1000px;
    height: 800px;
}
#asteroidFormRight {
    width: 169px;
    min-height: 800px;
    background: #0b234a;
    display: inline-block;
    z-index: 2;
    font-size: 11pt;
    color: #e0e0e0;
    border: 3px solid gray;
    line-height: 11pt;
    padding: 0;
    margin: 0;
    vertical-align: top;
    font-size: 12px;
}

#status{
    position: relative;
    top: -20px;
    z-index: 1000;
    text-align: center;
    font-weight: bold;
    color: white;
    font-size: 11pt;
    width: 1360;
    height: 18;
}

#asteroidElements p{
    display: inline;
    width: 50px;
    margin: 0;
    font-size: 12px;
    padding-left: 7px;
    
}

#asteroidElements 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;
}
#timespeed{
    margin-top: 60px;
    display: block;
    color: white;
    width: 170px;
}

#timespeed p{
    font-size: 12px;
}
#timespeed label {
   display: inline;
    padding-left: 3px;
}

#rangevalue{
    width: 150px;
}

input[type="range"] { 
    margin: auto;
    -webkit-appearance: none;
    position: relative;
    overflow: hidden;
    height: 25px;
    width: 150px;
    left: 5px;
    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: center;
    margin-bottom: 5px;
    margin-top: 5px;
    color: yellow;
    
}

#nowBtn{
    margin-left: 2px;
    width: 50px;
    font-size: 11px;
    color: black;
    padding: 0px;
}

#plusday, #minusday{
    margin-left: 1px;
    width: 50px;
    font-size: 11px;
    color: black;
    padding: 0px;
    
}
#pauseB{
    margin-left: 10px;
    margin-bottom: 3px;
    width: 90px;
    font-size: 12px;
    color: black;
}
.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;
}

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

#credit2{
    color: white;
    display: inline-block;
    font-size: 8pt;
    height: 0px;
    position: relative;
    left: 1035px;
    top: 770px;
}

.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{
    height: 0;
    color: white;
}
#followObj{
    position: relative;
    left: 10px;
    top: 4px;
}
#followObjTxt{
    position: relative;
    left: 15px;
}
#asteroidList{
       width: 100px;
    color: black;
}
#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{
    display: inline;
    line-height: 25px;
    font-size: 10pt;
}
.astleftbtn{
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    width: 70px;
    color: black;
    text-align: center;
    font-size: 12px;
    padding: 0px;
}

