/* body { background-color: beige; } / / .container { border-left: solid #4CAF50 8px; padding-left: 10px; border-radius: 7px; background-color: beige; } / / fieldset { background-color: rgb(236, 236, 206); } */
/* for incorrect stuff causing errors / / .error { color: red; } */
/* for successful db updates / / .success { color: green; } */
/* Dropdown Button / / .navbutton { background-color: #4CAF50; color: white; padding: 8px; font-size: 16px; border: none; text-decoration: none; } */
/* The container
/* Dropdown Content (Hidden by Default) / / .dropdown-content { display: none; position: absolute; background-color: #4CAF50; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; } */
/* Links inside the dropdown / / .dropdown-content a { color: white; padding: 12px 16px; text-decoration: none; display: block; } */
/* Change color of dropdown links on hover / / .dropdown-content a:hover { background-color: #ddd; } */
/* Show the dropdown menu on hover / / .dropdown:hover .dropdown-content { display: block; } */
/* Change the background color of the dropdown button when the dropdown content is shown / / .dropdown:hover .dropbtn { background-color: #3e8e41; } */
/* Form for User / / .user_form {
} */
/* .skill_name { font-weight: bold; } */
/* #highscores { border-collapse: collapse; width: 100%; } / / #highscores td, #customers th { border: 1px solid #ddd; padding: 4px; text-align: center; } */
/* #highscores tr:nth-child(even){background-color: #f2f2f2;} */
/* #highscores tr:hover { background-color: #ddd; } */
/* #highscores th { padding-top: 4px; padding-bottom: 4px; text-align: center; background-color: #4CAF50; color: white; } / / #no_decoration { text-decoration: none!important; } */