/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

 .setting-description {
     padding-left: 10px;
     font-size: 0.9em;
 }

 .fsi-error {
     border: 1px solid red !important;
 }

 .test-result {
     display: inline-block;
     padding-left: 10px;
     line-height: 30px;
     font-size: 20px;
 }

 /* something funky (styling that sets p-top to 0 is removed) happens when submit button is no longer immediately after an input field (like when we display our success/fail ajax result) */
 p.submit {
     padding-top: 0 !important; 
 }

 h2 {
     margin-top: 40px;
 }

 .fsi-usage-wrapper {
     margin-bottom: 60px;
 }