
.locationSelectBox{
	margin-bottom: 20px;
}

#locationBtn{
	height: 45px;
}


#mapCanvas {
	width: 100%;
	height: 500px;
}

@media screen and (max-width: 479px){
	#mapCanvas {
		height: 350px;
	}
}

#mapCanvas .imageBox{
	/*min-width: 250px;
	min-height: 180px;*/
}

#mapCanvas .imageBox img{
	width: 250px;
	height: 180px;
}

.placeBox {
	display: none;
	margin-top: 30px;
}

.placeBox.active {
	display: block;
}

.placeTableWrap {
	box-sizing: border-box;
	float: left;
	min-height: 100%;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 15px;
	background: #fcfcfc;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.placeTable {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 479px){
	.placeBox {
		box-sizing: border-box;
		padding-right: 2%;
		padding-left: 2%;
	}
	.placeTableWrap {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	#mapCanvas .imageBox img{
		width: 125px;
		height: 90px;
	}

}

.placeTableWrap:nth-child(even){
	margin-right: 0;
}

.placeNameBoxWrap {
	box-sizing: border-box;
	display: table-cell;
	width: 70%;
	padding: 10px;
	vertical-align: middle;
	text-align: left;
}

.placeNameBoxWrap:hover {
	opacity: 0.7;
	color: #2489ce;
}

.placeNameBox {
	display: table;
}

.placeNameBox span {
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
}

.placeIcon {
	min-width: 25px;
	padding-right: 10px;
}

.placeIcon img {
	height: 37px;
	width: 25px;
}

.placeLinkBox {
	box-sizing: border-box;
	display: table-cell;
	width: 30%;
	padding: 10px;
	vertical-align: middle;
	text-align: right;
}

.placeLink {
	display: inline-block;
    width: 44px;
    height: 34px;
    padding-top: 10px;
    color: #333333;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: #ededed;
    background: -moz-linear-gradient(top, #ededed 0%, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#e5e5e5));
    background: -webkit-linear-gradient(top, #ededed 0%,#e5e5e5 100%);
    background: -o-linear-gradient(top, #ededed 0%,#e5e5e5 100%);
    background: -ms-linear-gradient(top, #ededed 0%,#e5e5e5 100%);
    background: linear-gradient(to bottom, #ededed 0%,#e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#e5e5e5',GradientType=0 );
    box-shadow: #ffffff -1px 1px 0px 0px inset;
    -webkit-box-shadow: #ffffff -1px 1px 0px 0px inset;
    -moz-box-shadow: #ffffff -1px 1px 0px 0px inset;
    text-decoration: none;
    font-size: 1.2rem;
    cursor: pointer;
    text-align: center;
    color: #4c4c4c;
}

.placeLink i {
	color: #4c4c4c;
	font-size: 2.4rem;
}

.placeAddressBox {
	position: relative;
	display: block;
	padding: 20px 10px 10px 11px;
	font-size: 12px;
}

.placeAddressBox:before {
	position: absolute;
	top: 5px;
	left: 2%;
	content: "";
	display: block;
	width: 96%;
	height: 1px;
	background-color: #ddd;
}

/*.placeAddressBox:after {
	position: absolute;
	top: 20px;
	left: 11px;
	font-family:'FontAwesome';
	content: "\f1b9";
}*/

.meetingNotes {
	margin: 0 0 10px 0;
	line-height: 1.8rem;
	padding-left: 1em;
	text-indent: -1em;
}

@media screen and (max-width: 480px) {
	.meetingNotes { margin: 0 10px 10px 10px; }
}