.markerLabels {
    /* width: 350px; */
    /* background: #fff; */
    margin-left: -100px
}

.my-custom-class-for-label {
    /* width: 350px; */
    /* height: 20px; */
    /* border: 1px solid #00bcd4; */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    border-radius: 5px;
    background: #fff;
    opacity: 0.7;
    /* text-align: left; */
    /* line-height: 20px; */
    font-weight: bold;
    font-size: 14px;
    color: #00bcd4;
    padding: 10px;
    /* position: relative; */
    /* margin-left: -30px; */
}

#description {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
}

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#map #infowindow-content {
    display: inline;
}

.pac-card {
    margin: 10px 10px 0 0;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    font-family: Roboto;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

.pac-controls label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}

#pac-input {
    background-color: #fff;
    border-radius: none;
    font-family: Sans Serif;
    font-size: 12px;
    font-weight: 300;
    margin-top: 10px;
    margin-right: 12px;
    text-overflow: ellipsis;
    width: 360px;
}

#pac-input:focus {
    border-color: #4d90fe;
}

#title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
}

#target {
    width: 345px;
}

.google-serach {
    float: right;
}

article {
    padding-top: 10px;
    margin-bottom: 0;
}

h2 {
    margin-bottom: 8px;
}

.loc-card {
    position: relative;
    display: table;
    overflow: hidden;
    width: 200px;
}

.loc-card__content {
    box-sizing: border-box;
    float: left;
    overflow: hidden;
    position: relative;
    display: table;
    height: 180px;
    width: 400px;
}

.loc-card__title {
    color: #ffffff;
    font-size: 100px;
    line-height: 0.85;
    margin: 0;
    padding-bottom: 55px;
}

.loc-card__description {
    background: #ffffff;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    width: 400px;

}

.loc-card__description_content {
    padding: 5px 20px 0 20px;
}

.loc-card__subtitle {
    color: #2a2727;
    font-size: 18px;
}

.loc-card__likes {
    color: #09b4ec;
    font-size: 14px;
}

.loc-card__copy {
    color: #777f87;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

.loc-card__skyline {
    background-size: cover;
    /* background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/384009/new-york-skyline.png") no-repeat; */
    bottom: 0;
    height: 150px;
    position: absolute;
    width: 100px;
}

.loc-card__tag-cloud {
    list-style: none;
    margin: 0;
    padding: 40px 0;
    position: relative;
}

.loc-card__tag-cloud:before {
    background: rgba(255, 255, 255, 0.3);
    content: '';
    height: 1px;
    position: absolute;
    top: 0;
    width: 100%;
}

.loc-card__tag-cloud_tag {
    color: #ffffff;
    display: inline-block;
    margin-right: 15px;
    letter-spacing: -0.5px;
}

.loc-card__dot {
    -webkit-transition: background-color 250ms ease-in-out;
    -moz-transition: background-color 250ms ease-in-out;
    transition: background-color 250ms ease-in-out;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #e5e5e5;
}

.loc-card__dot--active {
    background-color: #09b4ec;
}

.loc-card__tiles {
    position: absolute;
    bottom: 0;
}

.loc-card__tile {
    display: block;
    float: left;
    height: 80px;
    position: relative;
    width: 80px;
}

.loc-card__tile--central-park {
    background-size: 100% 100%;
    background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/384009/newyork-tile1.png") no-repeat;
}

.loc-card__tile--empire-state {
    background-size: 100% 100%;
    background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/384009/newyork-tile2.png") no-repeat;
}

.loc-card__tile--statue-liberty {
    background-size: 100% 100%;
    background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/384009/newyork-tile3.png") no-repeat;
}

.loc-card__tile_more-tile {
    background-color: #222629;
}

.loc-card__tile_more-tile--text {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.2);
    position: relative;
    text-align: center;
    top: 50%;
}

.table1 {
    font-family: sans-serif;
    color: #232323;
    border-collapse: collapse;
}

.table1,
th,
td {
    border: 1px solid #999;
    padding: 8px 20px;
}

div#wrapper {
    position: relative;
}

div#legend {
    width: 250px;
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: 80px;
    margin-left: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    /* background-color: rgba(255, 255, 255); */
    shadow: -1px 0 black, 0 50px black, 1px 0 black, 0 -1px black;
    /* border-radius: 10px; */
    border: 1px solid #00bcd4;
    display: -ms-flexbox;
    padding: 15px;
}

.item {
    font-size: 16px;
    color: #2a2727;
    cursor: pointer;
    margin-top: 10px;
    /* text-transform: lowercase; */
    display: flex;
    gap: 10px;
    align-items: center;
}

.dot {
    height: 15px;
    width: 15px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.6;
}