.history {
    background: #fff;
	display:none;

}
.history .hystory_element {
    display: flex;
    padding: 15px 0;
}

.history .hystory_header {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    align-items: end;
}

.history.active {
	display:block;
}
.hystory_clear {

cursor:pointer;
}

.hystory_title {
    padding-top: 15px;
	
}