.btn {
	border-radius: 0;
}
.icon-bar{
	background-color: white !important;
}
.navbar-header{
	padding-left: 0 !important;
}

@media (min-width: 1200px){
	.container{
		width: 970px !important;
	}
}

.modal {
	overflow: none !important;
	max-height: none !important;
}
.modal .modal-body {
    overflow-y: auto;
    max-height: 450px !important;
}

.modal .modal-footer {
	margin-top: 0 !important;
}

.label-primary {
	background-color: #ff6600 !important;
}


@media (max-height: 640px){
	.modal .modal-body {
		max-height: 350px !important;
	}
}

@media (max-height: 400px){
	.modal .modal-body {
		max-height: 250px;
	}
}