.btn-group{
	margin-top: -10px;
}

.trackColumn {
	float:left;
	width: 520px;
	display: inline-block;
}

.trackBox {
    background: #FEFEFE;
    line-height: normal;
    height: 240px;
    color: #444444;
    vertical-align:top;
    overflow: hidden;
    white-space: nowrap;
    box-shadow: 1px 1px 5px 0px #444;
	margin: 5px;
	position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}

.trackBoxContainer {
	position: relative;
}

.trackBoxes .col-lg-3 {
	padding: 0;
}

.trackBox a.backgroundLink {
	width:100%;
	height:100%;
	display:block;
}

.bottomPane a{
	display:inline;
}

.bottomText{
	margin-top:1px;
}

.rightPane {
	padding: 10px 10px 10px 10px;
	overflow: hidden;
	text-align: left;
	width: auto;
	min-width: 280px;
	height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.linkContainer {
	color: #0077EE;
	font-size: 1.0em;
	white-space: nowrap;
	overflow: hidden;
	max-width: 251px;
	text-overflow:ellipsis;
	float:left;
	background:#FFFFFF;
	position:relative;
	z-index:10;
	font-weight:bold;
	text-align:left;
}

.geocodeContainer {
	color: #888888;
	margin-bottom: 5px;
	height: 20px;
	font-size: 17px;
}

.timeContainer {
	margin: 2px 5px 5px 0px;
	font-size: 1.1em;
	height: 18px;
	text-align:right;
	font-style:italic;
	color:#595959;
}

.notesContainer {
	text-align:left;
	white-space: normal;
	overflow-y: hidden;
	overflow-x: hidden;
	text-overflow:ellipsis;
}

.thumbnailsContainer {
	max-width: 100%;
	margin-top: 8px;
	overflow-x: hidden;
	overflow-y: hidden;
	white-space: nowrap;
}

.thumbnailPhoto {
	height:95px; 
	width: auto;
	max-width: none;
	cursor:pointer;
}

.graphContainer {
	bottom: 0px;
	padding-top: 15px;
	height: 73px;
	width: 280px;
	overflow: visible;
	background-color: #444444;
	border-radius: 4px;
	z-index: 9999;
	display:none;
}

.bottomPane{
	width:100%;
	position:absolute;
	bottom:0;
	background:#FFFFFF;
	height:60px;
    overflow: hidden;
}

.bottomPane.no-notes {
    height: 25px;
    padding: 2px 0 0 4px;
}

.mapThumbnail{
	border-radius:15%;
	border:1px solid black;
	overflow:hidden;
	margin: 4px 5px 0px 5px;
    width: 50px;
    height: 50px;
    float: left;
    position: absolute;
    bottom: 5px;
	z-index: 30;
}

.mapThumbnail.no-notes {
    top: 150px;
}

.mapThumbnailHolder {
	margin: 4px 5px 0px 5px;
    width: 50px;
    height: 50px;
    float: left;
}

#base_container_12{
	margin: 0px;
	text-align: center;
	width: 100%;
}


@media screen and (max-width:767px) {
	.trackBox {
		margin-left: 100px;
		margin-right: 100px;
	}

	.bottomPane {
		height: 25px;
		padding: 2px 0 0 4px;
	}

	.mapThumbnailHolder {
		display: none;
	}

	.mapThumbnail {
		top: 150px;
	}
}

@media screen and (max-width:520px) {

	.trackBox {
		margin-left: 25px;
		margin-right: 25px;
	}

	.trackBox .linkContainer{
	font-size:1.1em;
	max-width:305px;
	}

	.trackBox .notesContainer{
	white-space:nowrap;
	}

	.trackBox .bottomText{
	max-width:425px;
	margin-right:5px;
	}

	.trackBox .timeContainer{
		margin:0px 5px 5px 0px;
		font-size:1em;
	}


}
