body {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar {
  margin-bottom: 20px;
}
.loading h2{
	color:red;
}

input[type="search"] {
  border-radius: 5px;
  border:1px solid red;
  width: 100%;
}


html {
    position: relative;
    min-height: 100%;
}

footer{
	position: absolute;
	bottom: 65px;
	width: 100%;
	height: 50px; 
	line-height: 50px;
}
footer .container{
	border-top:5px solid #007acc;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}
.table-noline td, .table-noline th {
    border: none;
}
.table-noline th {
    white-space: nowrap;
}
.table-noline {
    margin-bottom: 0;
}
div.data div.row{
    margin-top:15px;
    margin-bottom:15px;
}
div.data div.row .col-4{
    font-weight: bold;
}
nav li{
    font-size: small;
}
nav{
    border-bottom:2px solid #eeeeee;
}