shensman You will need to change this :
.ja-k2filter .btn {background:#02171c !Important;color:#ffffff !Important;font-size: 10px;}
to
.ja-k2filter .btn {background:#02171c !Important;color:#ffffff !Important;font-size: 10px !important;}
in order to have specific css declaration supersude the current one 🙂