.tab-content p { text-align: justify; }
.divider.small {
    width: 40px;
    height: 7px;
    margin: 20px auto;
}

#sticky-buy {
  background-color: #202020;
}
#sticky-buy h1 {
  color: #FFFFFF;
}
#sticky-buy h2 {
	display: none;
	font-weight: normal;
	font-size: 19px;
	margin-bottom: 0px;
}
.blue-text > * { color: #407586; }
.blue-text .divider { background-color: #407586; }

#planet-section .bottom-content {
	margin-top: 375px;
}
#planet-animation-container { display: none; }
p.interface.big img { margin-top: -1%; }

.lightgray-bg { background-color: #bfc5c2; }

#pads-section > * { color: #000000; }
#pads-section .divider { background-color: #000000; }

@media only screen and (min-width: 480px) {
	#sticky-buy h2 {
		display: block;
	}
}
@media only screen and (min-width: 768px) {
	#sticky-buy h2 {
		font-size: 30px;
	}
	#planet-animation-container { display: block; }
	#planet-fullimage-container { display: none; }
	#planet-section .bottom-content {
		margin-top: 425px;
	}
	#pads-section > * { color: #407586; }
	#pads-section .divider { background-color: #407586; }
}
@media only screen and (min-width: 1140px) {
	#planet-section .bottom-content {
		margin-top: 575px;
	}
}