.radioButtonWrap {
    display: inline-block;
    text-align: left;
    width: 90px;
    margin-left: 15px;
    margin-top: 10px;
    font-size: 14px;
}

.radioButtonWrap input {
    float: left;
}

.radioButtonWrap div {
    margin-left: 20px !important;
    display: block !important;
}

.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: 15px;
    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: 10px;
}

.textWrap {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-top: 20px;
}

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

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

.buttonWrap button {
	width: 120px;
	height: 30px;
    margin-left: 5px;
    margin-right: 5px;
    color: white;
    background-color: #094571;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}

.buttonWrap button:disabled {
    background-color: #FFFFFF;
    border: 2px #094571 solid;
    color: #094571;
    cursor: default;
}

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

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

.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;
    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 {
	padding-left: 10px;
    padding-right: 10px;
    /* margin-top: 10px; */
    height: 185px;
    /* margin-left: 530px; */
    position: absolute;
    right: 0px;
	z-index: 2;
}
.control_contents.first > div {
    text-align: center;
}

.control_contents.second {
    text-align: left;
    font-family: 'STIX2Text-Regular';
    font-size: 12px;
    margin-top: 15px;
    padding-top: 5px;
    margin-left: 3px;    
    border-top: 1px solid #244A5A !important;
}




.control_contents.third {
    margin-top: 20px;
    width: 100%;
}

.control_contents.forth {
    margin-top: 30px;
    width: 100%;
}

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

.textLine {
    width: 100%;
}

.textLine span {
    
}
.textLine span.left {
    float: left; 
}

.textLine span.right {
    float: right;
}

#graphLabel {
    font-family: 'STIX-Regular';
}

.graphBar {
    margin-top: 10px;
}

.graphBar img {
    width: 190px;
}

.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: 190px;
    height: 90px;
    margin-top: 5px;
}

#starSelect {
    margin-left: 10px;
}