/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 40px;
  padding-bottom: 20px;
}

.panel-body {
background:#fefaf4;}

.przerywnik hr {
	border-style:solid;
	border-color:#3b5a2a;
	border-width:1px;
}

footer
{
    min-height: 50px;
	padding-top:15px;
	margin-bottom:-20px;
    background-color:#3b5a2a ;
	color:#fef5e4;
    
    
	
    width: 100%;
}

footer a
{
	color:#fef5e4;
	text-decoration:none;
}

footer a:hover, a:visited, a:active
{
	color:#fff;
	text-decoration:none;
}