body{font-family: 'Inter', sans-serif;background: #EEE;}

.keylist2{
    background:#FFF;
	margin: 0 0 50px 0;
	padding:5px;  
}

.header.headerSortDown {
	background: #ccc;
}

.header.headerSortUp{
	background:#999;	
}

h1,h2,h3{font-family: 'Inter', sans-serif;font-weight: 200;}



.navbar-default{
	background-image: url(/include/hd_back-space1.jpg);
	color: white;
}

.button-delete{
	background-color: #FF0000;
	color: white;
	border-radius: 5px;
	font-size:10px;
	padding: 7px;
}
.button-delete:hover{
	background-color: #FC4F4F;
	color: white;
	text-decoration: none;
}

.historize {
	cursor: pointer;
}

.closeButton {
	margin-bottom: 1em;
}

.green {
	color: green;
}

.yellow {
	color: yellow;
}

.red {
	color: red;
}