#infowindow-content {
    font-weight: bold;
    display: inline;
}

.title  {
    font-weight: bold;
}

.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;
}

#search_bak  {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
}

#search_bak:focus    {
    border-color: #4d90fe;
}

#location-floating-panel    {
    position: absolute;
    top: 8%;
    right: 1%;
    z-index: 5;
    padding: 5px;
}

#floating-panel {
    position: absolute;
    top: 8%;
    right: 1%;
    z-index: 5;
    padding: 5px;
}

#locationParamsTable td {
    padding: 0 0 0 0;
    border-bottom: 1px solid #e9ecef;
    font-size: 12px;
}

#locationName {
    padding: 13px !important;
    font-size: 16px !important;
}

#locationEmplacementsTable td {
    padding: 0 0 0 0;
    border-bottom: 1px solid #e9ecef;
    font-size: 12px;
}

#emplacementsTitle {
    padding: 13px !important;
    font-size: 14px !important;
}

#locationRunningTestsetsTable td {
    padding: 0 0 0 0;
    border-bottom: 1px solid #e9ecef;
    font-size: 12px;
}

#runningTestsetsTitle {
    padding: 13px !important;
    font-size: 14px !important;
}

#locationCompletedTestsetsTable td {
    padding: 0 0 0 0;
    border-bottom: 1px solid #e9ecef;
    font-size: 12px;
}

#completedTestsetsTitle {
    padding: 13px !important;
    font-size: 14px !important;
}

.td_icon {
    width: 36px;
    vertical-align: middle !important;
}

.td_space {
    width: 12px;
    border-bottom: 0 !important;
}

.td_space_bottom {
    width: 12px;
    border-bottom: 1px solid #e9ecef;
}
