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

.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;
    cursor: pointer;
}

button.disabled{ 
  background-color: #cccccc;
  color: #666666;
  cursor: default;
}

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

.axis-x {
    font-family: 'STIX2Text-Regular';
    font-size: 14px;
    color: #000000;
    position: absolute;
    top: 0px;
    right: 692px;
}
.axis-x span {
    position: absolute;
    top: 0px;
    right: 0px;
}
.axis-x span:nth-child(1) {
    top: 15px;
}
.axis-x span:nth-child(2) {
    top: 99px;
}
.axis-x span:nth-child(3) {
    top: 182px;
}
.axis-x span:nth-child(4) {
    top: 266px;
}
.axis-x span:nth-child(5) {
    top: 347px;
}
.axis-x span:nth-child(6) {
    top: 330px;
    right: 12px;
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.axis-x span:nth-child(7) {
    top: 319px;
  left: -58px;
  width: 72px;
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.axis-y {
    font-family: 'STIX2Text-Regular';
    font-size: 14px;
    color: #000000;
    position: absolute;
    bottom: 47px;
    left: 64px;
}
.axis-y span {
    position: absolute;
    top: 0px;
    left: 0px;
}
.axis-y span:nth-child(1) {
    left: 75px;
}
.axis-y span:nth-child(2) {
    left: 160px;
}
.axis-y span:nth-child(3) {
    left: 242px;
}
.axis-y span:nth-child(4) {
    left: 325px;
}
.axis-y span:nth-child(5) {
    left: 407px;
}
.axis-y span:nth-child(6) {
    left: 490px;
}
.axis-y span:nth-child(7) {
    left: 573px;
}
.axis-y span:nth-child(8) {
    left: 650px;
}
.axis-y span:nth-child(9) {
    width: 75px;
    text-align: center;
    left: -20px;
}

.axis-z {
    font-family: 'STIX2Text-Regular';
    font-size: 14px;
    position: absolute;
    top: 25px;
    left: 120px;
}
.axis-z span {
    position: absolute;
    top: 0px;
    left: 0px;
}
.axis-z span:nth-child(1) {
    
}
.axis-z span:nth-child(2) {
    left: 160px;
    color: #000000;
}
.axis-z span:nth-child(3) {
    left: 300px;
}

.dash{
    border-style: none none none dashed;
    height: 340px;
    position: absolute;    
    top: 18px;
    left: 259px;
    border-color: #000000;
    border-width: 2px;

}

.graph{
    position: absolute;
    border: 1px solid red;
    top: 18px;
    left: 63px;
    height: 340px;
    width: 672px;
    opacity: 0.7;
}

.vl{
    position: absolute;
    top: 0px;
    left: 0px;
}

.vl div{
    height: 340px;
    position: relative;
    float: left;    
    top: 0px;
    margin-left: 13px;
    border-right: 1px solid red;    
}

.hl div{
    width: 672px;
    position: relative;
    float: left;
    left: 0px;
    margin-top: 16px;
    border-bottom: 1px solid red;    
}  
.tablehiddentext {
    width: 0.1px;
    color: transparent;
    font-size: 0.1px;
    height: 0.1px;
    padding: 0px;
    font-family: none;
}

th{
    text-align: left;
    background-color: #000000;
    padding-left: 5px;
    text-align: center;
}
td{
    background-color: #000000;
    padding-left: 5px;
    padding-right: 5px;
    text-align: right;

}

.table{
    border: 1px solid #FFFFFF;
    position: absolute;
    top: 230px;
    right: 25px;
    font-size: 14px;
    font-family: 'STIX2Text-Regular';
}

.leftDetails {
    right: 160px;
    bottom: 90px;
    text-align: right;
}

.rightDetails {
    right: 30px;
    bottom: 90px;
    text-align: right;
}

.details {
	position: absolute;
    padding: 5px 10px;
    color: #fff;
    font-family: 'STIX2Text-Regular';
    font-size: 14px;
    background:rgba(0,0,0,0.5);
}

.details td {
    width: 100px;
}

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

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

.lumDetails {
    position: absolute;
    color: #000000;
    font-family: 'STIX2Text-Regular';
    text-align: center;
    font-size: 14px;
    background-color: #ffffff;
    right: 25px;
    top: 25px;
    bottom: auto;
    width: 120px;
    height: 190px;
}

.lumDetails .starBox {
    width: 110px;
    height: 110px;
    background: #000;
    margin: auto;
}

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

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

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

.control_contents.first {
    width: 270px;
}

.control_contents.second {
    width: 240px;
}

.control_contents.third {
    width: 240px;
}

#canvasGraph {
    position: absolute;
    top: 12px;
    left: 42px;
    width: 215px;
    height: 157px;
}


#diamond {
  width: 0;
  height: 0;
  border: 50px solid transparent;
  border-bottom-color: #FFAA00;
  position: relative;
  top: -50px;
}
#diamond:after {
  content: '';
  position: absolute;
  left: -50px;
  top: 50px;
  width: 0;
  height: 0;
  border: 50px solid transparent;
  border-top-color: #FFAA00;
}


.colorBar {
    width: 12px;
    height: 12px;
    margin-left: 0px;
    margin-top: 0px;
    float: left;
}


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