.nav-container {
	text-align: center;
}

html, body {
	height: 100%;
}

.nav > li {
    float: left;
    display: inline-block;
}

.navbar-nav {
    margin: 0;
}

.navbar-nav > li > a {
    padding-top: 14.5px;
    padding-bottom: 14.5px;
}

#wrapper {
	min-height: 100%;
	position: relative;
}

#main {
	padding-bottom: 100px;
}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;

	color: #999;
	text-align: center;
	background-color: #f9f9f9;
	border-top: 1px solid #e5e5e5;
	padding-top: 15px;
}

a[data-toggle="popover"] {
	color: #333;
	text-decoration: none;
}

a[data-toggle="popover"]:hover {
	color: #337ab7;
}

table.table > tbody > tr > th {
	padding: 3px;
}

table.table > tbody > tr > td {
	padding: 3px;
}

.red {
	color: #ff0000;
}

.blue {
	color: #0000ff;
}

.honjitsu {
	background-color: #ffffc0 !important;
}
