#tower-map {
            width: 100%;
            height: 100%;
        }

#map-canvas img {
    max-width: none !important;
}
.gm-style-iw {
    width: 355px !important;
    top: 0px !important;
    left: 0px !important;
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);

    padding: 25px;
    border-radius: 2px 2px 10px 10px;
}
#iw-container {
	margin-bottom: 10px;
}
#iw-container .iw-title {
    font-size: 16px;
    font-weight: 400;
    padding: 6px;
    background-color: #ef8423;
    color: white;
}
#iw-container .iw-content {
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	margin-right: 1px;
	padding: 15px 5px 20px 15px;
	max-height: 140px;
	overflow-y: auto;
	overflow-x: hidden;
}
.iw-content img {
	float: right;
	margin: 0 0 10px 0;
}
.iw-content::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.iw-content::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

.iw-content::-webkit-scrollbar-thumb
{
	background-color: #a9a9ac;
}
