body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-image: url("../images/kh-postcode-bg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
}

/* Editional CSS */
.top-bar{
	position: relative;
	height:55px;
	background-color:#fecb2f;
	line-height:55px;
	border-bottom:2px solid #fff;
}

/* Editional CSS */
.header__logo{
	height: 39px;
    line-height: 39px;
}

/* Editional CSS */
.header__logo img{
	max-height: 39px;
	vertical-align: middle;	
	margin:18px;
}

.topnav {
  overflow: hidden;
  background-color: #fc0;
}

.topnav a {
  float: left;
  display: block;
  color: #000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 16px;
}

.topnav a:hover {
  background-color: #fc0;
  color:black;
  font-weight:bold;
}

.active {
  background-color: #fc0;
  color:#c00;
 
}

.topnav .icon {
  display: none;
}

/* Editional CSS */
.table-responsive {
    background-color: #fff;
	padding:10px;
}
/* Editional CSS */
table.dataTable {
    padding: 0 10px;
}

/* Editional CSS */
.page-content{
	padding:20px;
	background-color: rgba(255,255,255,0.7);
}
/* Editional CSS */
.title-search{
	text-align:center;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    background: #fff;
    padding: 20px 10px;
}

/* Editional CSS */
.form-address{
	background-color:rgba(255,255,255,0.5);
	padding:40px 20px;
}

/* Editional CSS */
.postcode-text{
	text-align:center;
	padding:20px;
	font-size:30px;
	font-weight:bold;
	color:red;
	background:#fff;
}

/* Editional CSS */
.loading{
	display:none;
	width:30px;
	position:absolute;
	right:50%;
	top:50%;
	z-index:999;
}
.loading img{
	width:70px;
}

@media screen and (max-width: 600px) {
	.container {
		padding-right: 0px;
		padding-left: 0px;
	}
	.title-search {
		margin: 0 10px;
	}
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}