.history_days {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-content: center;
}

.history_days .top_panel__div {
	cursor: pointer;
}

.button_history {
	display: block;
	font-family: kelly-slab;
	user-select: none;
	margin-right: 10px;
}

.history_table {
	font-family: kelly-slab;
	color: black;
}

#history_chat {
	font-size: 15px;
	text-align: left;
	width: 100%;
    height: 80%;
	color: black;
}

.history_block {
	height: 585px;
    background-image: url(../images/bottom_panel_bg.png);
	box-shadow: 10px 5px 5px black;
}

#passenger_list {
	height: 600px !important;
}