.btn-primary {
    background-color: #782F40 !important;
    border-color: #540115 !important;
	}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary {
    background-color: #540115 !important;
    border-color: #540115 !important;
	}
.btn-link {
	color: #782F40 !important;
	}
.btn-default {
    border-color: black !important;
}
.btn-info {
    border-color: black !important;
}
.fa-stack {
	color: #782F40 !important;
	}
.container {
	padding-left: 0px;
	padding-right: 0px;
	}
.jumbotron {
	padding-bottom: 4px; 
	padding-top: 4px;
	}
.jumbotron p {
	font-size: 14px;
	font-weight: 300;
	}
.dropdown-menu {
	margin: 3px 0 0;
	padding: 0px;
	}
.btn {
	font-size:12px;
	}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border-top: 2px solid #bbb;
    border-left: 2px solid #bbb;
    border-right: 2px solid #bbb;
    border-radius: 8px 8px 0px 0px;
    border-bottom: 2px solid #fff;
}
.nav-tabs {
    border-bottom: 1px solid #000; 
}
.modal-header {
    border-radius:6px;
}
