.radioButtonWrap {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-top: 12px;
    margin-bottom: 5px;
}

.checkButtonWrap {
    display: inline-block;
    /* width: 100%; */
    text-align: left;
    /* margin-top: 5px; */
    /* margin-bottom: 5px; */
    /*margin-left: 25px;*/
}

.checkButtonWrap .checkBtn {
    /*margin: 10px;*/
}

.sliderWrap{
    display: inline-block;
    /*padding: 5px 6px 0px;*/
    width: 100%;
}

.sliderWrap .label {
    padding: 18px 18px;
}

.sliderWrap .label div {
    width: 10px;
}

.sliderWrap .label div.left {
    float: left;
}

.sliderWrap .label div.right {
    float: right;
}

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

.textWrap {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-top: 5px;
    margin-left: 10px;
    padding-right: 50px;
}

.textWrap span {
    display: inline-block;
    margin-top: 3px;
}

.buttonWrap button {
	width: 70px;
	height: 30px;
    margin-left: 5px;
    margin-right: 5px;
    color: white;
    /*background-color: #094571;*/
    background-color: #0D6797;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    font-family: 'STIX2Text-Regular';
}

button.selected {
    border-color: #000;
}

.leftHeading {
    position: absolute;
    top: 10px;
    left: 10px;
}

.leftDetails {
    left: 0px;
    top: 205px;
    /*width: 750px;
    height: 120px;*/
    text-align: left;
}

.leftDetails span {
    display: block;
}

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

.details td {
    width: 100px;
}

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

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

.lumDetails .starBox {
    width: 89px;
    height: 89px;
    background: #000;
    margin: auto;
    margin-top: 3px;
    border: #8C8C8C 1px solid;
}

.lumDetails .starBox svg circle {
    fill: #FFAA00;
    r: 30px;
}

.lumDetails span {
    margin-top: 5px;
    display: block;
    line-height: 20px;
}

.leftRB{
    padding: 2px 0px 0px 0px;
    margin-left: 7px;
    margin-right: 9px;
    width: 105px;
    margin-bottom: 20px;
}
.rightRB{
    padding: 2px 5px 0px 0px;
    width: 110px;
}

.mercuryRB {
    top: 40px;
}

.venusRB {
    top: 40px;
}

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

.tabText {
    overflow-y: auto;
}

.control_contents {
    float: left;
    height: 216px;
}


.control_contents.first {
    width: 160px;
    position: absolute;
    right: 15px;
}

.control_contents.second {
    width: 160px;
    color: #244A5A;
    background-color: #ffffff;
    position: absolute !important;
    top: 150px;
    right: 15px;
    font-family: 'STIX2Text-Regular';
    height: 280px;
}

.colorBar {
    width: 15px;
    height: 3px;
    margin-left: 0px;
    margin-top: 8px;
    float: left;
}

.colorBar rect {
    width: 15px;
    height: 3px;
    fill: blue;
}

.detailRow:nth-child(1) .colorBar rect {
    fill: #FFAA00;
}
.detailRow:nth-child(2) .colorBar rect {
    fill: #00F7F8;
}
.detailRow:nth-child(3) .colorBar rect {
    fill: #66FF99;
}
.detailRow:nth-child(4) .colorBar rect {
    fill: #9999FF;
}

#graph_container {
    width: 350px;
    height: 200px;
}

#starSelect {
    margin-left: 10px;
}

.vertical-divider {
    width: 2px;
    background-color: #B9B9B9;
    float: left;
    height: 202px;
    margin-top: 12px;
}

.playButtonWrap button {
    width: 40px;
    height: 30px;
    margin-left: 2px;
    margin-right: 2px;
    /*background-color: transparent;*/
    color: #244B58;
    /*border: 0px;*/
    font-size: 14px;
    font-family: 'STIX2Text-Regular';
    padding-top: 4px;
}

.centerButtonWrap button {
    margin-top: 6px;
    width: 135px;
    height: 40px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 13px;
    cursor: pointer;
}

.orbitAnimLabels {
    /* background-image: url("../assets/sprites/bg.png"); */
    color: #FFFFFF;
    position: absolute;
    top: 0px;
    left: 30px;
    width: 500px;
    height: 280px;
    font-family: 'STIX2Text-Regular';
}
.bg_img{
    background-image: url(../assets/sprites/bg.png);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 560px;
    height: 280px;
}

.orbitAnimLabels div {
    position: absolute;
}

.thermoLabels {
    color: #FFFFFF;
    position: absolute;
    top: 0px;
    left: 630px;
    width: 120px;
    height: 280px;
    font-family: 'STIX2Text-Regular';
}

.thermoLabels div {
    position: absolute;
}

.rotate {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.arrow-disabled {
    cursor: default !important;
    pointer-events: none;
}

.new_textblock{
    display: inline-block;
    padding: 25px 10px 0px;
    width: 100%;
}

.new_controller2{
    margin-top: 1px;
    height: 250px;
    background-color: #555a6d !important;
    width: 311px;
    position: absolute;
    top: 280px;
    left: 0px;
}