* { margin: 0px; padding: 0px; border: 0px; background-color: #222; outline: none; user-select: none; } #sky_view { display: block; background-color: #202023; color: #FFF; } #nav { background-color: #202023; } .horizontal_line { position: absolute; top: 809px; left: 0px; } .vertical_line { position: absolute; top: 0px; left: 1439px; } .sun_path, .equatorial { display: none; } #sky_view { width: 2880px; height: 1620px; object-fit: contain; } #mount_labels { float: left; width: 2880px; height: 30px; } #mount_controls { float: left; width: 1040px; height: 30px; } .button, .count, .label { width: 120px; height: 30px; line-height: 30px; text-align: center; float: left; color: #FFF; } .label { width: 500px; text-align: left; padding-left: 5px; } .button, .count { cursor: pointer; } .count { width: 60px; } #photo_button { background-color: #4A4; } .mount_control, .mount_label { float: left; width: 19%; height: 50px; text-align: left; color: #FFF; padding: 5px; } .mount_control { width: auto; } .mount_label { width: 6%; } .horizontal_bar { float: left; width: 2880px; height: 10px; background-color: #272727; } .invisible_bar { float: left; width: 2880px; height: 5px; background-color: #222; } p { padding-bottom: 5px; } #mount_park, #mount_connect { background-color: #3A3; } #mount_unpark, #mount_disconnect { background-color: #A33; } #mount_slew_north, #mount_slew_west { background-color: #33A; } #mount_slew_south, #mount_slew_east { background-color: #229; }