@charset "utf-8";
/* Some default settings */
* {
    font-family: "ubuntu", "ubuntu-regular", sans-serif;
    font-size: 1.2em;
}

* + * {
    margin-top: 0.5em;
}

body {
    background-color: black;
    background-image: url("../img/bg20.gif");
    color: silver;
    margin: 0.5em;
    margin-top: 0;
}

button {
    font-size: 0.65em;
}

li {
    margin: 0;
}


/*
Copyright 2015 Pieter van der Eems
This file is part of CreateNPC
CreateNPC is free software: you can redistribute it and/or modify
it under the terms of the Affero GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
CreateNPC 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
Affero GNU General Public License for more details.
You should have received a copy of the Affero GNU General Public License
along with CreateNPC. If not, see <http://www.gnu.org/licenses/>.
*/
