.buttonWrap {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 5px;
}

.buttonWrap button {
    width: 100px;
    height: 30px;
    margin-left: 5px;
    margin-right: 5px;
    color: white;
    background-color: #094571;
    border-radius: 5px;
    font-family: 'STIX2Text-Regular';
    font-size: 14px;
    text-align: center;
    line-height: 2;
}

button.selected {
    border-color: #000;
}
#firePauseButton{
    display: none;
}
.leftHeading {
    position: absolute;
    top: 10px;
    left: 10px;
}

.leftDetails {
    left: 10px;
    bottom: 0px;
    text-align: right;
}

.rightDetails {
    margin-left: 40px;
    /* top: 270px; */
    text-align: right;
    color: #000 !important;
    font-size: 14px !important;
    /* margin-bottom: 0px; */
}

.details {
    position: absolute;
    padding: 5px;
    color: #000;
    font-family: 'STIX2Text-Regular';
    font-size: 14px;
}

.details td {
    width: 100px;
}

.leftDetails .checkBtn div{
    padding-left: 0px;
    color: #000;
    vertical-align: top;
}

.leftDetails .checkBtn div span{
    margin-right: 5px;
}

.leftRB{
    padding: 2px 5px 0px 0px;
    /*width: 105px;*/
}
.rightRB{
    padding: 2px 5px 0px 0px;
    /*width: 110px;*/
}

.mercuryRB {
    top: 40px;
}

.venusRB {
    top: 40px;
}

.formula img {
    position: absolute;
    left: 8px;
    top: 25px;
    width: 250px;
}

#velocityValue {
    position: absolute;
    top: 61px;
    left: 225px;
    font-size: 17px;
    color: #000000;
}

#massValue {
    position: absolute;
    top: 54px;
    left: 170px;
    font-size: 17px;
    color: #bf0000;
}

#velocityOValue {
    position: absolute;
    top: 129px;
    left: 225px;
    font-size: 17px;
    color: #000000;
}

#massOValue {
    position: absolute;
    top: 121px;
    left: 156px;
    font-size: 17px;
    color: #bf0000;
}

#staticValue {
    position: absolute;
    top: 143px;
    left: 147px;
    font-size: 17px;
    color: #1f5f00;
}

.tabText {
    overflow-y: auto;
}

.control_contents {
    float: left;
    height: auto;
    margin-bottom: 10px;
}

.control_contents.first {
    width: 300px;
    margin-top: 10px;
    margin-left: 5px;
}

.control_contents.second {
    width: 320px;
}

.control_contents.third {
    width: 320px;
}

.planets {
    width: 100%;
    margin-top: 3px;
    display: inline-block;
    text-align: center;
    /* margin-left: 20px; */
}

.planets .radioBtn {
    /*width: 120px;*/
    display: inline-block;
    text-align: left;
}

.planets.background {
    background-color: #000;
    background-image: url("../../assets/sprites/obj/bg.png");
}

.planets img {
    margin-left: 6px;
    margin-top: 9px;
    vertical-align: middle;
    /*-khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;*/
}

.planets .moon {
    margin-top: -20px;
    margin-right: -10px;
}

.planetImg[data-type="1"] {
    margin-left: -3px;
    margin-top: 8px;
    vertical-align: middle;
}

.planets .highlight {
    background-color: #0040C0;
    opacity: 0.6;
    height: 100%;
    width: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

#canvasGraph {
    position: absolute;
    /* top: -196px; */
    left: 53px;
    width: 252px;
    height: 183px;
    /* margin-top: 10px; */
    bottom: 49px;
}
#pointWrapper{
    position: absolute;
    /*width: 260px;*/
    height: 190px;
    left: 0px;
    bottom: 49px;
}
.point{
    color: #000000;
    font-weight: bold;
    height: 20px;
    width: 20px;
    border-radius: 25px; 
}
.hiddentext {
 position: absolute;
 width: 1px;
 height: 1px;
 padding: 0;
 margin: -1px;
 overflow: hidden;
 clip: rect(0, 0, 0, 0);
 border: 0;
}
#selector_label{
    margin-left: 105px;
}
hr{
    color: #000;
    background-color: #000;
    width: 92%;
    margin-left: 4%;
    border: none;
    margin-top: 10px;
}
@-moz-document url-prefix() {
    
  #canvasGraph {
    position: absolute;
    /* top: -196px; */
    left: 53px;
    width: 252px;
    height: 183px;
    /* margin-top: 10px; */
    bottom: 45px;
}
#pointWrapper{
    position: absolute;
    /*width: 260px;*/
    height: 190px;
    left: 0px;
    bottom: 45px;
}
}