
.navbar{
	margin-bottom: 0px;	
	border-radius: 0;
}

.navbar .container{
	align: center;
}
.navbar-inverse .navbar-brand{
	font-size: 50px;
	color: #fff479;
}
.navbar img{
	/*
	height: 50px;
	width: 50px;
	*/
}
.navbar-brand{
	margin-top: 40px;
}
.navbar-collapse{
	margin-top: 56px;
}
	
#btnCensor{
	width:70px;
	color: #999;
	background-color: #555;
	margin-top: 15px;
}
.footer{
	position: absolute;
    text-align: center;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow:hidden;
}
.footer p {
	background-color: white;
    margin-top: 15px;
	color: #666;
}
.footer .container {
	background-color: white;
}
.content p {
    font-size: 16px;
}
.content{
	background-color: white;
	padding-bottom: 20px;
	padding-top: 20px;
	height: 100%;
	flex-grow: 1;
}
.inline_img{
	width: 30%;
	margin-left: 10px;
	float: right;
}

html {
    height: 100%;
	position: relative;
}

body {
    padding-bottom: 45px; /* bottom = footer height */
	background-color: #dedede;
	min-height: 100%;
	position: relative;
	display: flex;
	flex-flow: column;
	
}
td{
	padding: 5px;
}
th{
	padding: 5px;
}
samp{
	background-color: #DDD;
}
