﻿/*Firefox*/
p {
    word-spacing: -0.025em;
}

/* Firefox renders some text too fat (default: Verdana), so we need to make 
    some concessions with the label span in this browser only */
.qLabel {
    padding-right: 0 !important;
    max-width: none !important;
}

/* Dropdown text indent fix */
select {
    padding: 0 !important;
}