<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.row.company-city-row ul {
    list-style-type: none;
}
.row.company-city-row ul li {
    float: left;
    margin: 10px;
}
.row.company-city-row ul li a {
    padding: 10px;
    border-radius: 2px;
    background-color: #f6f6f6;
    min-width: 80px;
    color: black;
    text-decoration: none;
    height: 40px;
    display: block;
}
.row.company-city-row ul li a .job-count {
    display: none;
}
.row.company-city-row ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.row.company-city-row ul li {
    float: left;
    margin: 10px;
}
.row.company-city-row ul li a {
    padding: 10px;
    border-radius: 2px;
    background-color: #f6f6f6;
    min-width: 80px;
    color: black;
    text-decoration: none;
    height: 40px;
    display: block;
}
.row.company-city-row ul li a .job-count {
    display: none;
    text-align: center;
    font-size: 10px;
}
.row.company-city-row ul li a .object-name {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}
.row.company-city-row ul li a:hover .object-name{
    margin-top: -10px;
}
.row.company-city-row ul li a:hover .object-name{
    margin-top: -10px;
}
.row.company-city-row ul li a:hover .job-count{
    display: block;
}
.filter{
    padding: .5rem .75rem;
    margin:5px 1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
    vertical-align: middle;
    width: 41px;
    float: left;
}
.filter:hover{
    text-decoration: none;
    background-color: #e9ecef;
}
.filter_div{
    text-align: center;
    margin-top: 50px;
    width: max-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
.city_div_style h1 {
    padding: 0;
    margin: 3px 0 2px 0;
    font-size: 14px;
    position: relative;
}
.city_div_style {
    background-color: #f6f6f6;;
    border-radius: 2px;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    margin-left: 20px;
    padding: 10px;
    height: 40px;
    text-decoration: none;
    color: black;
    min-width: 80px;
}
.city_div_style:hover{
    background-color:#426c97;
    color: white;
    text-decoration: none;
}
.job_count{
    text-align: center;
    font-size: 10px;
    position: relative;
    top: -10px;
    display: none;
}
</pre></body></html>