@import url('https://fonts.googleapis.com/css?family=Ubuntu');
body {    
	/*background-image: url("../img/background3.jpg");
	background-position: center top;
	background-repeat: repeat;
	background-attachment: fixed;
    background-color: white;*/
	padding-bottom: 70px;
  	font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    font-weight: 400;
}
.container-fluid, .container{
	padding: 25px;
	background-color: rgba(255, 255, 255, 0.90);
  	/*margin-top: 25px;*/
}
label {
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6, .center{
	text-align: center;
}
.comment{
	font-size: small;
	font-weight: normal;
}
.positive{
	color: green;
	font-weight: bold;
}
.negative, .error{
	color: red;
	font-weight: bold;
}
.boolean-true{
  	color: green;
}
.boolean-false{
  	color: red;
}
.actions{
    background-color: #e9ecef;
}
code{
	background-color: #f1f1f1;
	padding-left: 4px;
	padding-right: 4px;
	margin: 1px;
}
h3 .stats{
	font-weight: 100;
	font-size: 200%;
}
h4 .stats{
	font-weight: 100;
	font-size: 150%;
}
.label {
	font-weight: normal;
}
.page-description{
	padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
.media{
  	border: 1px solid #337ab7;
	border-radius: 3px;
    padding: 10px;
}
.label-list{
    margin-left: 10px;
}
.form-margin{
    margin-left: 10px;
	margin-right: 10px;
}
dt {
    font-weight: 700;
    display: block;
}
dd {
    margin-bottom: .5rem;
    margin-left: 0;
}
.copyright {
	font-family: Tahoma;
    font-size: 10px;
	margin-top: 10px;
}
.small{
	font-size: 65%;
	font-weight: 400;
	line-height: 1;
	color: #777;
}
.note-reward{
	font-size: 110%;
	font-weight: bold;
	margin-top: 10px;
}
#caps-warn {
	display:none;
	color:red;
}