/*
author: joe apple
*/

body{
	font-family: 'Courier New', Courier, monospace;
	padding:15px;
	background-image: url(bg.png); background-position: initial initial; background-repeat: initial initial;}

.navbar-default{
	width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.navbar-header {
	float: left;
    padding: 15px;
    text-align: center;
    width: 100%;
}

.navbar-brand {
	float:none;
	font-size: 3em;
	height: 100%;
	line-height: inherit;
	color:#000 !important;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.navbar-brand {
		
		font-size: 2em;
	
	}
}

	
.help-block{
	color: black;
	font-size: 1.2em;
	background-color: ghostwhite;
	padding: .5em;
	border-radius: 4px;
}
	h1, 
	.h1{
	margin-bottom: 0;
	margin-top: 0;
}

#results{margin-top:20px;}

.got-bot{margin-bottom:10px;}

.label{
	font-size: 88%;
	}
#cp{
	text-align:center;
	}

.alert-copied,
.alert-warned{
	display:none;
	}
.btn-copy{
	margin-top: 0;
	opacity: 0;
}
.alert {
	margin-top:2px;
	border-radius: 4px;
	margin-bottom: 0px;
	padding: 2px 10px;
	}

.panel {
    margin-bottom: 4px;
    padding: 4px;
	}
.btn-about{
	margin-top:8px
	}
	.btn-about span{
	font-size: 1.3em;
	}
	