
.otapp .mypopup-otmap_gothere{
	margin-top:  25px;
	margin-bottom:  50px;
}

.otapp .mypopup-otmap_gothere div{
	display: flex;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    padding-bottom: 7px;
    padding-top: 7px;
    padding-right: 7px;
}

.otapp .mypopup-otmap_gothere div.mypopup-otmap_gothere-waze{
	background-color: rgb(51, 204, 255);
    color: white;
    margin-bottom: 15px;
}

.otapp .mypopup-otmap_gothere div.mypopup-otmap_gothere-googlemaps{
    background-color: rgb(230, 230, 230);
    margin-bottom: 5px;
}

.otapp .mypopup-otmap_gothere div img{
	border-radius: 5px;
    margin-left: 7px;
    margin-right: 7px;
}

.otapp .mypopup-otmap_gothere div p{
    margin: 0px;
}