/*
.alert UL, .alert P {
	margin-bottom: 0;
	margin-top: 0;
}

.alert-success {
	border-color: #468847;
}

.alert-info {
	border-color: #3A87AD;
}

.alert-warning {
	border-color: #C09853;
}

.alert-danger {
	border-color: #B94A48;
}

.alert-success A, .alert-success A:hover {
	color: hsl(121, 32%, 20%);
}

.alert-info A, .alert-info A:hover {
	color: hsl(200, 50%, 25%);
}

.alert-warning A, .alert-warning A:hover {
	color: hsl(38, 46%, 34%);
}

.alert-danger A, .alert-danger A:hover {
	color: hsl(1, 45%, 30%);
}
*/

.navbar {
	border-radius: 0;
    /*margin-bottom: 0;*/
}

.navbar-inverse .navbar-nav .open .dropdown-menu > LI > A {
	/* by default, nested links in the phone navbar are gray. Make them white to match the other links. */
	color: #ffffff;	
}

.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }

@media (min-width: 768px) {
    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; }
    .text-sm-center { text-align: center; }
    .text-sm-justify { text-align: justify; }
}

@media (min-width: 992px) {
    .text-md-left { text-align: left; }
    .text-md-right { text-align: right; }
    .text-md-center { text-align: center; }
    .text-md-justify { text-align: justify; }
}

@media (min-width: 1200px) {
    .text-lg-left { text-align: left; }
    .text-lg-right { text-align: right; }
    .text-lg-center { text-align: center; }
    .text-lg-justify { text-align: justify; }
}