.teamImg {
    width: 180px;
    height: 180px;
}

.users-list-name {
    overflow: visible;
    text-overflow: ellipsis;
    white-space: normal;
    font-weight: bold;
}

.modal-backdrop {
    z-index: -1;
}

.highlight {
    background-color: yellow;
}

#questionList li {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}


@media screen and (max-width: 460px) {
	.amMapdiv {
	    height: 350px !important;
	}
}

@media screen and (min-width: 460px) {
	.amMapdiv {
	    height: 630px !important;
	}
}


@media screen and (max-width: 460px) {
    .gogAdDiv {
        min-width: 250px !important;
        min-height: 250px !important;
    }
}

@media screen and (min-width: 460px) {
    .gogAdDiv {
        min-width: 250px !important;
        min-height: 220px !important;
    }
}
