.radioButtonWrap {
    display: inline-block;
    width: 100%;
    text-align: left;
    text-align: center;
}

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

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

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

.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: 20px;
    margin-left: 58px;
}

.jump{
    display: inline-block !important;
    margin-left: 10px !important;
    margin-top: 10px !important;
}
#jumpTotext{
    display: inline-flex;
    width: 50px;
    text-align: center;
}
.textWrap {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-top: 20px;
}

.textWrap.center {
    margin-top: 0px;
    text-align: center;
}

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

.buttonWrap button {
	width: 71px;
    height: 30px;
    margin-left: 5px;
    margin-right: 5px;
    color: white;
    background-color: #094571;
    border-radius: 5px;
    font-size: 16px;
    font-family: 'STIX2Text-Regular';
    cursor: pointer;
    line-height: 30px;
}

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

.leftHeading {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 230px;
    /* background-color: #00000066; */
    /* border: 1px solid #ccc; */
    padding: 5px;
    color: #244A5A;
    font-family: 'STIX2Text-Bold';

}

.leftHeading div div {
    display: inline-block;
}

.leftHeading div div:nth-child(1) {
    width: 50%;
    text-align: left;
    margin-right: 5px;
    margin-left: 5px;
}
.leftHeading div div:nth-child(2) {
    width: 40%;
    text-align: right;
}

.leftDetails {
    left: 100px;
    top: 310px;
    width: 100px;
    height: 120px;
    background: rgba(0,0,0,0.5);
    text-align: center;
    border: 1px solid #666;
}

.details {
    position: absolute;
    padding: 3px 5px;
    color: #fff;
    font-family: 'STIX2Text-Regular';
    font-size: 14px;
    /* background: rgba(255,255,255,0.3); */
}

.rightDetails {
    /*right: 5px;
    top: 5px;*/
    left: 5px;
    bottom: 5px;
    width: 118px;
    /* height: 120px; */
    background: rgba(0,0,0,0.5);
    /*text-align: right;*/
    /* border: 1px solid #666; */
}

.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;
    /*width: 225px;*/
}

.control_contents.first {
    
}

.control_contents.first div {
    line-height: 30px;
    text-align: center;
    font-family: 'STIX2Text-Bold';
}

.control_contents.second {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 5px;
}


.control_contents.third {
    margin-top: 0px;
}

.control_contents.forth {
    margin-top: 10px;
}

.control_contents.fifth {
    position: absolute;
    top: 420px;
}

.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: 260px;
    height: 142px;
    background: url('../sprites/graph.png');
}

#starSelect {
    margin-left: 10px;
}
