.carouselbutton:hover,.carouselbutton:focus {
    background: #cccccc !important;
    border: 1px solid #999 !important;
    color: #000 !important;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
	.navbar-brand:hover,.navbar-brand:focus 
{
    border: 1px solid #999 !important;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


#schoolFinder a:hover, #schoolFinder a:focus, .fFocus:hover, .fFocus:focus
	{
	    border: 1px solid #999 !important;
	}
		
a.btn:focus{
	font-weight:bold; border 1px solid #0000FF;
}

.cardPanel:hover, .cardPanel:focus, a:focus .cardPanel, a:hover .cardPanel{
    background: #cccccc !important;
	border: 1px solid #000 !important;
}

a.graphDetails:hover, a.graphDetails:focus {
	    border: 1px solid #999 !important;
    background: #cccccc !important;
}

a.btn:hover, a.btn:focus {
	    border: 1px solid #999 !important;
    background: #cccccc !important;
}

#submitbtn.btn:focus, #submitbtnCompareS.btn:focus, #submitbtnCompareD.btn:focus {
	    border: 1px dashed #0000ff !important;
    background: #ccc !important;
    color:#000 !important;
}