If you're using Google Chrome or Safari, you have Developer Tools. Use them. Right click on the element and see what class it uses. You can in the right side see the CSS for that class style too. You can change it there to see what it's going to look like and copy the code into your CSS file.
Remember, never edit the Bootstrap css that comes with bootstrap, make another CSS file and reference it after the Bootstrap CSS file.