#map, #map_preview {
    height: 500px;
    width: 100%;
}

.color-box{
    width: 1em;
    height: 1em;
    display: inline-block;
    margin-left: 3px;
    border: 1px solid black;
}

.table-rep-list{
    width: 100%;
    border: 0;
    border-collapse: collapse;
}
.table-rep-list td{
    padding: 5px;
}

.table-rep-list tr:nth-child(odd) td{
    background: #fafafa;
}

.table-rep-list tr:nth-child(even) td{
    background-color: transparent;
}

.infowindow{
    margin: 0px 0px 5px 0px;
    font-size: 16px;
}
.infowindow.infowindow-rep-name{
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;;
}

.row-rep-item{
    cursor: pointer;
}

.row-rep-item:hover td,.row-rep-item.active td{
    background: #e5e5e5 !important;
}

.infowindow-wrapper{
   display: flex; 
}

.infowindow-wrapper .infowindow-img-container{
    padding-left: 10px;
    text-align: center;
}

.infowindow-rep-item{
    padding-bottom: 15px;
}
.infowindow-info-container{
    min-width: 290px;
}