/* --------------------------------------------------------- */

/* font ---------------------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Short+Stack');

/* default ------------------------------------------------- */

body {
    background-color: #191919;
    color: silver;
    text-align: center;
    font-size: 1em;
    font-family: "Short Stack", monospace;
    }

div {
    display: block;
    background-color: inherit; 
    text-align: center;
    border: solid silver 0px;
    margin: 8px auto;
    padding: 8px;
    }

img {
    margin: 0; 
    padding: 0;
    border: 0;
    vertical-align: middle;
    }

a         {color:dodgerblue; text-decoration:none;}
a:visited {color:dodgerblue; text-decoration:none;}
a:hover   {color:dodgerblue; text-decoration:none;}
a:active  {color:dodgerblue; text-decoration:none;}

table {
    width: 100%;
    border-collapse: collapse;
    table-layout:fixed;    
    }
td {
    text-align: left;
    border: solid red 0px;
    }

input {
    font-family: inherit;
    font-size: 90%;
    margin: 0px 2px;
    }

/* main ---------------------------------------------------- */

div.main{
    max-width: 640px;
    }

/* header -------------------------------------------------- */

div.header {}

/* content ------------------------------------------------- */

div.content {}

/* footer -------------------------------------------------- */

div.footer {
    text-align: right;
    font-size: 80%;   
    }

/* ---------------------------------------------------------- */

