.navbar
					{background: #ffffff; box-shadow: rgba(0,0,0,0.3) 1px 1px 2px; border-right: 0;
					border-bottom: 0;}
.btn
					{box-shadow: rgba(0,0,0,0.3) 1px 1px 2px; border: solid 1px rgba(0,0,0,0.1);
					border-radius: 2px; border-right: 0; border-bottom: 0; font-size: 16px;
					border-color: rgba(0,0,0,0.1) !important;}
.navbar-toggle
					{border: 0; float: none; margin-right: 0;}
.navbar-toggle:hover,
.navbar-toggle:focus
					{background: transparent !important; color: #666666; outline: 0;}
.btn-default:hover
					{border-color: #dddddd; background: #f6f6f6;}
.form-control
					{border: solid 1px rgba(0,0,0,0.1); border-radius: 2px !important;}
.navbar-brand
					{font-size: 22px; font-style: italic; color: #666666 !important; float: none; margin-right: auto;}
@media (max-width: 768px) {
	.navbar-brand
					{font-size: 18px; font-style: italic; color: #666666 !important;}
}

.navbar-header {
	display: flex;
}
.dropdown-menu-right {
	left: auto;
	right: 0;
}
.modal-dialog {
	margin-top: 60px;
}
.dropdown-item {
	display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
	width: 100%;
	background: none;
	border: 0;
	text-align: left;
}
.dropdown-item:hover, .dropdown-item:focus {
	color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}