#dropdown-content a.menu_item.menu_item__blacklist {
        height: auto;
        padding-bottom: 5px;;
}

#dropdown-content .menu_item__blacklist__fastsearch_result,
#dropdown-content .menu_item__blacklist__fastsearch_result b{
        font-style: italic;
        text-indent: 10px;
        padding-top: 5px;
        padding-bottom: 0px;
}

table.blacklist_table {
	font-weight: normal;
	border: 1px solid black;
	padding: 0px;
}

table.blacklist_table--search_output td {
		color: red;
}

table.blacklist_table tr {
	height: auto;
	font-weight: normal;
}

table.blacklist_table td, table.blacklist_table th {
	border: 1px solid black;
	border-radius: 0px;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	height: auto;
}

table.blacklist_table th {
	font-weight: bold;
	font-style: italic;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.blacklist_table--insert, table.blacklist_table--insert td, table.blacklist_table--insert th {
	border: 0;
}

.blacklist_input_text--name {
	width: 200px;
}

.blacklist_input_text--checkin {
	width: 100px;
}

.blacklist_input_text--checkout {
	width: 100px;
}

.blacklist_input_text--note {
	width: 200px;
}

button.blacklist_button {
	width: 150px;
	height: 25px;
	line-height: 25px;
	cursor: pointer;
	outline: none;
	border-radius: 3px;
	border: 0;
	font-weight: bold;
		background-color: #2196f3;;
		color: white;
}

button.blacklist_button:hover {
		box-shadow: 0 1px 2px 0 rgba(26,115,232,0.451), 0 1px 3px 1px rgba(26,115,232,0.3);
}

button.blacklist_button--insert {
	margin-top: 15px;
}
