body {
    padding-top: 80px;
}

.container {
  	max-width:1040px;
}

footer {
    margin: 10px 0 20px 0;
}

.logo {float:left;}
.logo-txt {float:left;margin:10px;}

.ads {
	display: block;
	padding:0;
}

header {
    margin-bottom: 10px;
}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
	padding: 0 20px;
	margin-top: 0;
	margin-bottom: 0;
}

.box {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
    line-height: 1.42857;
    margin-bottom: 20px;
    padding: 20px;
    transition: border 0.2s ease-in-out 0s;
	text-align:left;
	min-height:105px;
}

.box-2 {
	min-height:105px;
	background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
    line-height: 1.42857;
    margin: 0 0 20px 0;
    padding: 10px 0 20px 20px;
    transition: border 0.2s ease-in-out 0s;
	text-align:left;
}

.result {
	font-size: 14px;
	font-weight: bold;
	color: #b52b00;
}

.navbar-nav {
	float:right;
	margin-top:10px;
}

.nopadding {
	padding:0;
}

.h1, .h2, .h3 .h4, h1, h2, h3, h4 {
    margin-bottom: 10px;
    margin-top: 20px;
	padding: 0;
}

h1{
    font-size: 1.8em;
}

h2{
    font-size: 1.6em;
}

h3{
    font-size: 1.4em;
}

h4{
    font-size: 1.2em;
}

label {
	font-size: 14px;
}

#imaginary_container {padding:10px;}

.navbar {
    margin-bottom: 0;
	min-height:60px;
}

.search-text {margin-top:10px;}

.pagination {
    margin: 10px 0;
}

@media (max-width:480px){
	#imaginary_container {padding:0;}
	.input-group {width: 91%;}
	
	a {line-height:1.6em;font-size: 1.2em;}
	p {line-height:1.4em;font-size: 1.2em;}
	.breadcrumb a {font-size: 1.0em;}
}


.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(33, 37, 41, 0.95);
    color: #fff;
    padding: 1rem;
    z-index: 9999;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
}

.cookie-consent.show {
    transform: translateY(0);
}

.cookie-consent.hiding {
    transform: translateY(100%);
}

.cookie-settings {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.cookie-settings.show {
    max-height: 300px;
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 10px;
}