.googlemapmarkerbuttons {
	margin-top: 8px;
}

.googlemapmarkerbuttons button {
	float: left;
	padding: 2px 4px;
	margin: 0 8px 4px 0;
}

.placeholder{
	background-color: #ddd;
}

.hide-element{
	position:relative;
}


.hide-element::before {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    content: attr(data-hidemessage) " ";
    display: block;
    padding: 10px;
    text-align: center;
    background-color: #ffa826;
    color: #fff;
    box-sizing:border-box;
}