div.gMapLabel {
        float: right;
        font-weight: bold;
        padding-top: 8px;
}

div.gMapTitle {
        max-width: 355px;
        font-weight: bold;
        border-bottom: 1px solid #d3d7d6;
		font-family: 'Open Sans', Arial, sans-serif;
		font-size: 16px;
		font-weight: 400;
}

div.gMapTxt {
        max-width: 355px;
        padding-top: 5px;
		font-family: 'Open Sans', Arial, sans-serif;
		color: #ec111c;
		margin-bottom: 15px
}

div.gMapStatus0 {
        float: left;
        width: 110px;
        padding-right: 5px;
        padding-top: 68px;
        padding-bottom: 5px;
        background: url( 'http://www.gdanskwifi.pl/wp-content/uploads/2017/11/status_nok.png' ) no-repeat center top;
        color: #999;
        text-align: center;
}

div.gMapStatus1 {
        float: left;
        width: 110px;
        padding-right: 5px;
        padding-top: 68px;
        padding-bottom: 5px;
        background: url( 'http://www.gdanskwifi.pl/wp-content/uploads/2017/11/status_ok.png' ) no-repeat center top;
        color: #999;
        text-align: center;
}

div.gMapUsers {
        float: left;
        width: 110px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 68px;
        padding-bottom: 5px;
        border-left: 1px solid #d3d7d6;
        border-right: 1px solid #d3d7d6;
        background: url( 'http://www.gdanskwifi.pl/wp-content/uploads/2017/11/user.png' ) no-repeat center top;
        color: #999;
        text-align: center;
}

div.gMapSpeed {
        float: left;
        width: 110px;
        //padding-right: 5px;
        padding-top: 68px;
        padding-bottom: 5px;
        background: url( 'http://www.gdanskwifi.pl/wp-content/uploads/2017/11/speed.png' ) no-repeat center top;
        color: #999;
        text-align: center;
}

.gm-style-iw {
    overflow: hidden !important;
    height: auto !important;
    //width: auto !important;
	position: relative !important;
}
.gm-style-iw div:first-child{
        overflow:hidden !important;
}
.gm-style-iw br.thin{
        height: 2px;
}


/* Social icons */

.et-social-spotify a.icon:before {
	content: '\e08e';
}

