@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');

body{
	background-color: #000;
	color: #eee;
}

a {
  color: #89d559;
}

a:hover {
  color: #9aef64;
}

a:active {
  color: #9aef64;
}

a:visited {
  color: #5c913b;
}

optgroup{
	font-style: normal;
}

h1, h3{
	font-family: 'Lobster', cursive;
}

.navbar ul li{
	margin-right: 10px;
}

.logo{
	font-family: 'Lobster', cursive;
}

.navbar-brand.logo img{
	margin-bottom: .9rem;
}

.dropdown-divider{
	border-top: 1px solid #4a4b4c;
}

#main{
	margin-top: 50px;
	min-height: 400px;
}

.space{
	height: 50px;
}

.slim{
	max-width: 600px;
}

#dashboard h1{
	border-bottom: 5px solid #FFF;
	margin-bottom: 40px;
}

#dashboard .col{
	margin-bottom: 30px;
}

#citySelector{
	margin-bottom: 4rem;
	margin-right: 0px;
	margin-left: 0px;
}

#citySelectorDiv{
	width: 50%;
	height: 60px;
	margin: auto;
}

#city_select{
	height: 60px;
	font-size: 14pt;
}

#city_select option, #city_select optgroup{
	height: 35px;
	font-size: 12pt;
}

.userDataBloc{
	margin-bottom: 40px;
}

.userDataBloc h2{
	border-bottom: 10px solid #FFF;
}

.userDataBloc small{
	margin-left: 1rem;
}

#searchbar{
	margin-bottom: 4rem;
}

#buying-match{
	margin: 0px;
}

.gride{
  width: 100%;
}

.resultRow{
	border: 1px solid #302e2e;
	margin-bottom: 1.4rem;
	background-color: #1a1b1a;
	padding: 20px;
}

.resultRow div .row:last-child{
	margin-bottom: 20px;
}

.recordsCount{
	margin-bottom: 0rem;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
}
.separator::before, .separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #343a40;
}
.separator::before {
    margin-right: .25em;
}
.separator::after {
    margin-left: .25em;
}

ul.leaders {
    max-width: 40em;
    padding: 0;
    overflow-x: hidden;
    list-style: none}
ul.leaders li:before {
    float: left;
    width: 0;
    white-space: nowrap;
    content:
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "}
ul.leaders span:first-child {
    padding-right: 0.33em;
    background: #000}
ul.leaders span + span {
    float: right;
    padding-left: 0.33em;
    background: #000}
