| Line 447: | |||
| } | } | ||
| + | #ButtonBlue { | ||
| + | color: white; | ||
| + | padding:4px 8px; | ||
| + | margin:5px 5px 5px 5px; | ||
| + | background-color: #0000FF; | ||
| + | width: fit-content; | ||
| + | font-weight: 500; | ||
| + | } | ||
| + | #ButtonRed { | ||
| + | color: white; | ||
| + | padding:4px 8px; | ||
| + | margin:5px 5px 5px 5px; | ||
| + | background-color: #FF0000; | ||
| + | width: fit-content; | ||
| + | font-weight: 500; | ||
| + | } | ||
| @media screen and (min-width: 601px) { | @media screen and (min-width: 601px) { | ||