/* the following btn- styles are meant to override base.css global style for a, a:visited */
a.btn-primary, .btn-primary:visited, 
a.btn-warning, .btn-warning:visited,
a.btn-danger, .btn-danger:visited, 
a.btn-success, .btn-success:visited, 
a.btn-info, .btn-info:visited, 
a.btn-inverse, .btn-inverse:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.dropdown-menu:before, .dropdown-menu:after {
    content: none;
}

.thumbnail-plain {
    
	border: 0 !important;
	padding: 0 !important;
	border-radius: 0 !important;
	box-shadow: 0 !important;
}

.align-center {
    text-align: center;
}

.alt2 {
    color: #888;
}
