body {
    background-color: black;
    background-image: url('/static/bg.gif');
    color: silver;
    font-family: "Ume UI Gothic";
    margin: 0;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	border: 8px silver outset;
}

.text-justify {
    text-align: justify;
}

table {
    border: 1px solid silver;
    border-spacing: 0;
}
td, th {
    border: 1px solid silver;
}
th {
    background-color: #918f63;
}

.nav {
    padding-left: 0;
    padding-bottom: 0;
    list-style: outside none none;
}
.nav::after {
    display: table;
    content: " ";
    clear: both;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid silver;
}
.nav > li > a:focus, ul .nav > li > a:hover {
    text-decoration: none;
    background-color: #101010;
    border-bottom: 1px solid silver;
}
.nav-tabs {
    border-bottom: 1px solid silver;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857;
}
.nav-tabs > li.active > a {
    cursor: default;
    border-bottom: 1px solid silver;
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid silver;
}

a {
	color: silver;
}
a:hover, a:focus {
	color: gray;
}
a:visited {
	color: darkgray;
}


@font-face {
	font-family: 'Ume UI Gothic';
	src: url('/static/fonts/ume-ugo4.ttf') format('truetype');
}
@font-face {
	font-family: 'Ume UI Gothic O5';
	src: url('/static/fonts/ume-ugo5.ttf') format('truetype');
}
table {
    margin: .5em auto 1.5em auto;
    width: 98%;
    border-collapse: collapse;
}
td, th {
    border: 1px #ffa700 outset;
    text-align: left;
    padding: 8px;
}
th {
    background-color: black;
}
tr:nth-child(odd) {
    background-color: #111111;
}
thead th {
    padding: .5em .4em;
    text-align: left;
}
thead td {}
tbody td {
    padding: .5em .4em;
}
tbody th {}
tfoot th {}
tfoot td {}
