.navbar-brand {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
  
body {
  padding-top: 70px;
}

.signature {
  color: #BBB;
}

.footer {
  border-top: 1px solid #CCC;
  padding-top: 10px;
  margin-top: 50px;
}

/* Flexible iFrame */

.flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.flexible-container iframe,   
.flexible-container object,  
.flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#map-canvas {
	margin: 0px;
	padding: 0px;
	height: 600px;
}

.table-hover.rowlink tr:hover td {
	background-color: #CFCFCF;
}

.table .rowlink td:not(.rowlink-skip) {
cursor: pointer;
}

.time, .time:hover, .time:active {
	color: #2C3E50;
}

.time:hover {
	text-decoration:none;
}