/* Make the footer stay always at the bottom, no matter how much content */
body { display:flex; min-height:100vh; flex-direction:column; }
main { flex:1 0 auto; }

/* Remove Spinner (up and down arrows) from input (type number) field */
input[type='number'] { -moz-appearance:textfield; }
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance:none; }

/* For Notification Bar */
#note { z-index:101; top:0; left:0; right:0; background:#fde073; text-align:center; line-height:2.5; overflow:hidden; -webkit-box-shadow:0 0 5px black; -moz-box-shadow:0 0 5px black; box-shadow:0 0 5px black; }
