.map {
    height: 645px;
}

.tooltip {
    border: thin 1px #eee;
    background-color: #FFFBF0;
    padding: 5px;
    width: 200px;
}

	.parking{
		width: 300px;
		overflow: hidden;
		margin: auto;
		line-height: 20px;
	}
	.left{
		width:115px;
		text-align:left;
		float:left;
		margin-left: 4px;
	}
	.available{
		background-color: #59C71A;
		float: left;
		width: 55px;
		height: inherit;
		border-radius: 5px;
		text-align: center;
		font-weight: 500;
		font-size: 12px;
		margin: 0;
	}
	.limited{
		background-color: #FFDC73;
		border-radius: 5px;
		float: left;
		width: 55px;
		height: inherit;
		text-align: center;
		font-weight: 500;
		font-size: 12px;
		margin: 0;
	}
	.full{
		background-color: #EB475D;
		border-radius: 5px;
		float: left;
		width: 55px;
		height: inherit;
		text-align: center;
		font-weight: 500;
		font-size: 12px;
		margin: 0;  
	}
