#map {
  position: relative; 
  overflow: hidden; 
	display: block;
	width: 670px;
	height: 420px;
	background-color: #ccc;
}

#map-container {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 100%;
  height: 100%;
  width: 100%;
}

#compass-container {
  display: block;
  height: 180px;
  width: 180px;
  position: absolute;
  top: 35px;
  right: 20px;
  z-index: 2;
}

#resultsbox {
  position: absolute;
  background: url('images/box.png');
  width: 385px;
  height: 110px;
  bottom: 20px;
  right: 10px;
  z-index: 2;
  display: none;
  text-align: left;
}

#results-table {
  width: 365px;
  color: #fff;
  margin-top: 5px;
  text-align: left;
}

#results-title {
  font-weight: bold;
  height: 20px;
  position: relative;
  text-align: left;
}

#results {
  height: 69px;
  padding: 3px 0 3px 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  overflow: auto;
  text-align: left;
}

#results a {
  color: #ccc;
}

#results a {
  color: #fff;
}

#results-close {
  text-align: right;
}

#close-results {
  font-weight: bold;
  cursor: pointer;
}

#distancebox {
  display: block;
  height: 70px;
  width: 178px;
  position: absolute;
  top: 210px;
  right: 22px;
  z-index: 2;
  background: url('images/dist_box.png') no-repeat;
}

#distance-table {
  width: 160px;
  margin-top: 17px;
}

#dist-left {
  color: #000;
  padding: 5px;
  font-weight: bold;
  text-align: left;
  width: 55px;
}

#dist-right {
  color: #000;
  padding: 5px;
  text-align: left;
  font-size: x-small;
}

#search-div, #times-div {
	display: block;
	width: 660px;
	padding: 5px;
	background-color: #333;
	text-align: center;
}

#search-input {
	border: 2px solid #fff;
	color: #666;
	width: 585px;
}

#search-submit {
	background-color: #f7f7f7;
	border: 2px solid #f7f7f7;
	padding: 0 6px;
}

#settings {
	display: block;
	width: 670px;
	background-color: #f7f7f7;
}

#settings p {
	margin: 15px 0;
}

#settings label {
	font-weight: bold;
	color: #666;
}

#settings-left {
	float: left;
	display: block;
	width: 319px;
	padding-left: 15px;
}

#settings-right {
	float: right;
	display: block;
	width: 334px;
}

#custom-angles {
	display: none;
}

.smallinput {
	width: 50px;
}

#place {
	border-bottom: 1px solid #777777;
	color: lightBlue;
	display: block;
	font-size: medium;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
	width: 660px;
}

.prayer-name {
	font-weight: bold;
	color: #ccc;
}

.prayer-time {
	font-weight: bold;
	color: #fff;
	padding: 0 5px 0 2px;
}

#sharelink {
	width: 215px;
}

#tznotice {
  border: 1px solid #e2c822;
  background-color: #fff9d7;
  padding: 15px;
  font-weight: bold;
  width: 270px;
}
