div,p,label {
	font-size: 16px;
}

a{
	text-decoration: unset;
}

label {
	display: inline-block;
	padding: 0px 5px 0px 5px;
}

ul{
	list-style: none;
}

p{
	margin: auto;
	padding-top: 5px;
}

pre{
	white-space: pre-wrap;
	word-wrap: break-word;
}

code{
	background: honeydew;
}

.date {
	font-size: 20px;
}

header {
	padding: 5px 0px 5px 0px;
	text-align: center;
}

nav{
	height: 35px;
	text-align: center;
}

.nav_bg{
	background: #a6cff7;
	opacity: .5;
	width: 100%;
    position: absolute;
    height: 35px;
	z-index: -2000;
}

nav a,nav span{
	margin: 5px 5px 5px 5px;
	line-height: 35px;
}
nav > .right{
	margin: 0px 15px 0px 0px;
}
nav > .left{
	margin: 0px 0px 0px 15px;
}

body{
	margin: 0;
	background-color: aliceblue;
}

.left {
	float: left;
}

.right {
	float: right;
}

@media screen{
	.content {
		//display: inline-flex;
		background-color: rgba(255, 255, 255, 0.8);
		width: 80vw;
		margin-right: auto;
		margin-left: auto;
		padding: 10px;
		box-shadow: 0 1px 6px 0 rgba(0,0,0,.12), 0 1px 6px 0 rgba(0,0,0,.12);
	}
}

@media screen and (max-width:480px){
	.content {
		//display: inline-flex;
		background-color: rgba(255, 255, 255, 0.8);
		width: 100%;
		margin: unset;
		padding: 10px;
		box-shadow: 0 1px 6px 0 rgba(0,0,0,.12), 0 1px 6px 0 rgba(0,0,0,.12);
	}
}
	
footer{
	text-align: center;
	margin: 20px 0px 0px 0px;
}

.nav-tabs {
	margin: 0px 0 5px 0;
	list-style: none;
	border-bottom: 1px solid #ddd;
}
.nav-tabs:before,.nav-tabs:after{
	display: table;
	content: "";
}
.nav-tabs:after{
	clear: both;
}
.nav-tabs > li {
	margin-bottom: -1px;
	float: left;
}
.nav-tabs > li > a {
	color: #0088cc;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 12px;
	padding-left: 12px;
	line-height: 18px;
	border: 1px solid transparent;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	margin-right: 2px;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
	color: #555555;
	cursor: default;
	background-color: #ffffff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}

/*
.popBg{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.8;
}

.popUp{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1000;
	top:0px !important;
}

#reg_form, #cancel_form, #login_form{
	background-color: honeydew;
	display: none;
	position: absolute;
	width: 486px;
	height: 350px;
	left: 50%;
	top:50%;
	margin-left: -243px;
	margin-top: -150px;
	//background-image: url("../img/new/popup_text_bg2.jpg");
}

.padding {
	padding: 50px 0px 0px 120px;
}

.padding > div {
	padding: 10px 0px 0px 0px;
}

#age {
	width: 100px;
}

.btn {
	margin-left: 55px;
}

h1{
	//position: absolute;
}

.toolbar{
	position: relative;
	margin-left: 90%;
}

.output{
	padding-right: 10px;
}

.need{
	color: red;
}

.table > tbody > tr > td:nth-child(2n+1){
	text-align: center;
}

.table > thead > tr > th:nth-child(2n+1){
	text-align: center;
}
*/