body {
    font-family: sans-serif;
    text-align: center;
}
div#main {
  /* display: inline-block; */
  text-align: left;
  margin: auto;
}
div#leftpane {
  /* display: inline-block; */
  float: left;
  width: 300px;
  border: 2px solid gray;
  height: 600px;
}
div#rightpane {
  height: 600px;
  border: 2px solid gray;
  margin-left: 310px;
}
#mapid {
  height: 600px;
}
.bordered {
    box-shadow: -2px 5px 10px #ab8d58;
    border-collapse: collapse;
}
.bordered th,
.bordered td {
    padding: 3px 10px;
    border: 2px solid #ccc;
}
.bordered th {
    background-color: #dfd;
    text-align: center;
}
.bordered td {
    background-color: #ffe;
    text-align: left;
}
.centred {
    text-align: center !important;
}
.aleft {
    text-align: left !important;
}
.aright {
    text-align: right !important;
}
.fleft {
    float: left !important;
}
.nowrap {
    white-space: nowrap;
}
.pre {
    white-space: pre-line;
}

.buttons {
    padding: 0;
}
.buttons li {
    border: 2px solid #ab8d58;
    padding: 5px 20px;
    border-radius: 5px;
    background-color: #ffe;
    display: inline-block;
    margin: 0 5px;
}
.buttons li:hover {
    background-color: #dfd;
}
.buttons a {
    font-weight: bold;
    color: blue;
    text-decoration: none;
}
.buttons a:hover {
    color: green;
}

div.statusMsg {
  margin-bottom: 10px;
}
.statusMsg p {
    border: 2px solid #ab8d58;
    padding: 5px 20px;
    border-radius: 5px;
    background-color: #ffe;
    /* text-align: center; */
    display: inline-block;
    max-width: 40em;
    margin: 0;
}
.statusMsg .success,
.success {
  background: url(../images/green-round-tick-sign-32.png) 10px 50% no-repeat #cfc;
  padding: 10px 10px 10px 50px;
}
.statusMsg .error,
.bordered td.error,
.error {
  background: url(../images/close-32.png) 10px 50% no-repeat #fcc;
  padding: 10px 10px 10px 50px;
}
.statusMsg .info,
.bordered td.info,
.info {
  background: url(../images/Cute-Ball-Info-icon-32.png) 10px 50% no-repeat #ccf;
  padding: 10px 10px 10px 50px;
}
.relative {
  position: relative;
}
.inlineblock {
  display: inline-block;
}
#loggedIn {
  position: absolute;
  right: 10px;
  top: 10px;
  border: 2px solid #ab8d58;
  padding: 0 20px;
  border-radius: 5px;
  background-color: #ffe;
  z-index: 1000;
  margin: 5px;
}
#loggedIn p {
  margin: 5px;
}
input[type=submit],
a.button {
	/* text-transform: capitalize; */
	text-align: center;
	font: 12px Helvetica, Arial, sans-serif;
	padding: 1px 7px;
	position: static;
	display: inline-block;
	cursor: pointer;
	height: auto;
	width: auto;
	overflow: visible;
	margin: 0;
  border: 1px solid #888;
  border-radius: 3px;
  background-color: #ccc;
  color: #444;
  font-size: 85%;
  text-decoration: none;
}
input[type=submit] {
  margin: 0 4px 0 0;
}
input[type=submit]:hover,
a.button:hover {
  background-color: #afa;
  border: solid 1px #494;
}
a.disabled,
a.disabled:hover {
  background-color: #ccc;
  color: #888;
  cursor: not-allowed;;
}
.my-custom-pin {
  opacity: 50%;
}
.my-custom-pin span {
  width: 2rem;
  height: 2rem;
  display: block;
  left: -1rem;
  top: -1rem;
  position: relative;
  border-radius: 2rem 2rem 0;
  transform: rotate(45deg);
  border: 1px solid #FFFFFF;
}
a.updown {
  text-decoration: none;
}
img.postThumb {
  max-width: 150px;
  max-height: 150px;
}
.highlight td {
  color: red;
}
.tooltip {
  cursor: help;
}
span.routeSelect {
  cursor: pointer;
}
div.modalForm {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  background: white;
  border: 3px solid black;
  border-radius: 10px;
  padding: 0 10px 20px 10px;
  box-shadow: -10px 10px 10px gray;
}
span.entry {
  border: 2px solid #ab8d58;
  padding: 5px 5px;
  border-radius: 5px;
  background-color: #ffe;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}
span.entry:hover {
  background-color: #dfd;
}
