/* style.css --- AEGEE-Canvas */

/* Copyright (C) 2020 Jochem Raat <mail@invulns.nl> */

/* Author: Jochem Raat <mail@invulns.nl> */

/* This program is free software; you can redistribute it and/or */
/* modify it under the terms of the GNU General Public License */
/* as published by the Free Software Foundation; either version 3 */
/* of the License, or (at your option) any later version. */

/* This program is distributed in the hope that it will be useful, */
/* but WITHOUT ANY WARRANTY; without even the implied warranty of */
/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the */
/* GNU General Public License for more details. */

/* You should have received a copy of the GNU General Public License */
/* along with this program. If not, see <http://www.gnu.org/licenses/>. */

body {
    text-align: center;
    background-color: black;
    color: white;
    font-family: Open Sans, Sans;
}

h1 {
    color: #1569c5;
    margin-bottom: 0;
}

table, td, tr {
    padding: 0;
    margin: auto;
    border: 0;
    border-collapse: collapse;
}

td {
    width: 6px;
    height: 6px;
    border: 0px solid #aaa;
}

td:hover {
    background-color: red!important;
}

a {
}

#color-buttons input {
    height: 2em;
    width: 4em;
}

#uses {
    font-weight: bold;
}

#token {
    display: none;
}

#qrcode img {
    margin: auto;
}