18F/Paid-Leave-Prototype

View on GitHub
stylesheets/screen.css

Summary

Maintainability
Test Coverage

Use of !important
Open

    border-color: #981b1e !important;
Severity: Minor
Found in stylesheets/screen.css by csslint

Use of !important
Open

    margin-top: 1em !important;
Severity: Minor
Found in stylesheets/screen.css by csslint

Don't use IDs in selectors.
Open

#navigation:target {
Severity: Minor
Found in stylesheets/screen.css by csslint

Use of !important
Open

    margin-top: -4px !important;
Severity: Minor
Found in stylesheets/screen.css by csslint

Use of !important
Open

    text-decoration: none !important;
Severity: Minor
Found in stylesheets/screen.css by csslint

Use of !important
Open

        display: none !important;
Severity: Minor
Found in stylesheets/screen.css by csslint

Use of !important
Open

        display: none !important;
Severity: Minor
Found in stylesheets/screen.css by csslint

Don't use IDs in selectors.
Open

.layout-estimator #estimator-results{ display: none; }
Severity: Minor
Found in stylesheets/screen.css by csslint

Don't use IDs in selectors.
Open

.layout-estimator #earnings{
Severity: Minor
Found in stylesheets/screen.css by csslint

The universal selector (*) is known to be slow.
Open

*,
Severity: Minor
Found in stylesheets/screen.css by csslint

Element (figure.figure-fill) is overqualified, just use .figure-fill without element name.
Open

.page figure.figure-fill {
Severity: Minor
Found in stylesheets/screen.css by csslint

Element (span.article) is overqualified, just use .article without element name.
Open

.page h1 span.article,
Severity: Minor
Found in stylesheets/screen.css by csslint

The universal selector (*) is known to be slow.
Open

*:before,
Severity: Minor
Found in stylesheets/screen.css by csslint

The universal selector (*) is known to be slow.
Open

*:after {
Severity: Minor
Found in stylesheets/screen.css by csslint

Element (tr.archived) is overqualified, just use .archived without element name.
Open

tr.archived .status {
Severity: Minor
Found in stylesheets/screen.css by csslint

Element (a.a-return) is overqualified, just use .a-return without element name.
Open

form a.a-return + h1 {
Severity: Minor
Found in stylesheets/screen.css by csslint

Element (span.claim-verification-code) is overqualified, just use .claim-verification-code without element name.
Open

.layout-claims-verify span.claim-verification-code{
Severity: Minor
Found in stylesheets/screen.css by csslint

The box-sizing property isn't supported in IE6 and IE7.
Open

    box-sizing: inherit;
Severity: Minor
Found in stylesheets/screen.css by csslint

The box-sizing property isn't supported in IE6 and IE7.
Open

    box-sizing: border-box;
Severity: Minor
Found in stylesheets/screen.css by csslint

Adjoining classes: fieldset.fieldset-address div.field.field-country.field-select::after
Open

fieldset.fieldset-address div.field.field-country.field-select::after {
Severity: Minor
Found in stylesheets/screen.css by csslint

Adjoining classes: .fieldset.fieldset-claimant > legend
Open

.fieldset.fieldset-claimant > legend,
Severity: Minor
Found in stylesheets/screen.css by csslint

Missing standard property 'box-sizing' to go along with '-webkit-box-sizing'.
Open

    -webkit-box-sizing: border-box;
Severity: Minor
Found in stylesheets/screen.css by csslint

Adjoining classes: div.field.field-radio span.label-text
Open

div.field.field-radio span.label-text,
Severity: Minor
Found in stylesheets/screen.css by csslint

Adjoining classes: div.field.field-radio input
Open

div.field.field-radio input {
Severity: Minor
Found in stylesheets/screen.css by csslint

Adjoining classes: fieldset.fieldset-address div.field.field-state input
Open

fieldset.fieldset-address div.field.field-state input,
Severity: Minor
Found in stylesheets/screen.css by csslint

Adjoining classes: fieldset.fieldset-address div.field.field-country.field-select::after
Open

fieldset.fieldset-address div.field.field-country.field-select::after {
Severity: Minor
Found in stylesheets/screen.css by csslint

Adjoining classes: .field.field-telephone-number input
Open

.field.field-telephone-number input,
Severity: Minor
Found in stylesheets/screen.css by csslint

Adjoining classes: .fieldset.fieldset-employer > legend
Open

.fieldset.fieldset-employer > legend,
Severity: Minor
Found in stylesheets/screen.css by csslint

Adjoining classes: .field.field-radio
Open

.field.field-radio {
Severity: Minor
Found in stylesheets/screen.css by csslint

Adjoining classes: div.field.is-error input
Open

div.field.is-error input,
Severity: Minor
Found in stylesheets/screen.css by csslint

Adjoining classes: fieldset.fieldset-address div.field.field-select::after
Open

fieldset.fieldset-address div.field.field-select::after {
Severity: Minor
Found in stylesheets/screen.css by csslint

Adjoining classes: fieldset.fieldset-address div.field.field-state.field-select::after
Open

fieldset.fieldset-address div.field.field-state.field-select::after {
Severity: Minor
Found in stylesheets/screen.css by csslint

Adjoining classes: div.field.field-checkbox + .is-branch
Open

div.field.field-checkbox+.is-branch {
Severity: Minor
Found in stylesheets/screen.css by csslint

Adjoining classes: .fieldset.fieldset-claimant
Open

.fieldset.fieldset-claimant,
Severity: Minor
Found in stylesheets/screen.css by csslint

Adjoining classes: div.field.field-checkbox span.label-text
Open

div.field.field-checkbox span.label-text,
Severity: Minor
Found in stylesheets/screen.css by csslint

Adjoining classes: .fieldset.fieldset-child > legend
Open

.fieldset.fieldset-child > legend,
Severity: Minor
Found in stylesheets/screen.css by csslint

Adjoining classes: .field.field-radio.is-focused label
Open

.field.field-radio.is-focused label {
Severity: Minor
Found in stylesheets/screen.css by csslint

Adjoining classes: div.field.is-error textarea
Open

div.field.is-error textarea {
Severity: Minor
Found in stylesheets/screen.css by csslint

Adjoining classes: fieldset.fieldset-address div.field.field-state.field-select::after
Open

fieldset.fieldset-address div.field.field-state.field-select::after {
Severity: Minor
Found in stylesheets/screen.css by csslint

Adjoining classes: .fieldset.fieldset-employer
Open

.fieldset.fieldset-employer {
Severity: Minor
Found in stylesheets/screen.css by csslint

Adjoining classes: .field.field-checkbox.is-focused label
Open

.field.field-checkbox.is-focused label,
Severity: Minor
Found in stylesheets/screen.css by csslint

Adjoining classes: fieldset.fieldset-address div.field.field-city
Open

fieldset.fieldset-address div.field.field-city {
Severity: Minor
Found in stylesheets/screen.css by csslint

Fallback background-color (hex or RGB) should precede RGBA background-color.
Open

    0% { background-color: rgba(255,215,0,1); }
Severity: Minor
Found in stylesheets/screen.css by csslint

Adjoining classes: div.field.field-checkbox input
Open

div.field.field-checkbox input {
Severity: Minor
Found in stylesheets/screen.css by csslint

Adjoining classes: fieldset.fieldset-radio.is-error .error-text
Open

fieldset.fieldset-radio.is-error .error-text {
Severity: Minor
Found in stylesheets/screen.css by csslint

Adjoining classes: .field.field-preferred-language label
Open

.field.field-preferred-language label {
Severity: Minor
Found in stylesheets/screen.css by csslint

The property -moz-appearance is compatible with -webkit-appearance and should be included as well.
Open

    -webkit-appearance: none;
Severity: Minor
Found in stylesheets/screen.css by csslint

Adjoining classes: main div.field-select.is-focused::after
Open

main div.field-select.is-focused::after {
Severity: Minor
Found in stylesheets/screen.css by csslint

Adjoining classes: fieldset.fieldset-radio.is-error .error-text
Open

fieldset.fieldset-radio.is-error .error-text {
Severity: Minor
Found in stylesheets/screen.css by csslint

Adjoining classes: fieldset.fieldset-address div.field.field-city
Open

fieldset.fieldset-address div.field.field-city,
Severity: Minor
Found in stylesheets/screen.css by csslint

Adjoining classes: fieldset.fieldset-address div.field.field-city input
Open

fieldset.fieldset-address div.field.field-city input,
Severity: Minor
Found in stylesheets/screen.css by csslint

Adjoining classes: fieldset.fieldset-address div.field.field-zip input
Open

fieldset.fieldset-address div.field.field-zip input {
Severity: Minor
Found in stylesheets/screen.css by csslint

Adjoining classes: fieldset.fieldset-address div.field.field-select::after
Open

fieldset.fieldset-address div.field.field-select::after {
Severity: Minor
Found in stylesheets/screen.css by csslint

Adjoining classes: fieldset.fieldset-address div.field.field-country.field-select
Open

fieldset.fieldset-address div.field.field-country.field-select {
Severity: Minor
Found in stylesheets/screen.css by csslint

Adjoining classes: .fieldset.fieldset-physician > legend
Open

.fieldset.fieldset-physician > legend,
Severity: Minor
Found in stylesheets/screen.css by csslint

Adjoining classes: .fieldset.fieldset-physician .fieldset.fieldset-patient > legend
Open

.fieldset.fieldset-physician .fieldset.fieldset-patient > legend {
Severity: Minor
Found in stylesheets/screen.css by csslint

Adjoining classes: div.field.is-error .error-text
Open

div.field.is-error .error-text,
Severity: Minor
Found in stylesheets/screen.css by csslint

Adjoining classes: fieldset.fieldset-address div.field.field-state.field-select::after
Open

fieldset.fieldset-address div.field.field-state.field-select::after {
Severity: Minor
Found in stylesheets/screen.css by csslint

Adjoining classes: fieldset.fieldset-address div.field.field-country.field-select::after
Open

fieldset.fieldset-address div.field.field-country.field-select::after {
Severity: Minor
Found in stylesheets/screen.css by csslint

Adjoining classes: .fieldset.fieldset-child
Open

.fieldset.fieldset-child,
Severity: Minor
Found in stylesheets/screen.css by csslint

Adjoining classes: fieldset.fieldset-address div.field.field-state
Open

fieldset.fieldset-address div.field.field-state,
Severity: Minor
Found in stylesheets/screen.css by csslint

Adjoining classes: fieldset.fieldset-address div.field.field-zip
Open

fieldset.fieldset-address div.field.field-zip {
Severity: Minor
Found in stylesheets/screen.css by csslint

Adjoining classes: fieldset.fieldset-address div.field.field-country.field-select
Open

fieldset.fieldset-address div.field.field-country.field-select {
Severity: Minor
Found in stylesheets/screen.css by csslint

Adjoining classes: .fieldset.fieldset-physician .fieldset.fieldset-patient > legend
Open

.fieldset.fieldset-physician .fieldset.fieldset-patient > legend {
Severity: Minor
Found in stylesheets/screen.css by csslint

Adjoining classes: div.field.is-error .label-text
Open

div.field.is-error .label-text {
Severity: Minor
Found in stylesheets/screen.css by csslint

The box-sizing property isn't supported in IE6 and IE7.
Open

    box-sizing: border-box;
Severity: Minor
Found in stylesheets/screen.css by csslint

Adjoining classes: .field.is-disabled span.label-text
Open

.field.is-disabled span.label-text {
Severity: Minor
Found in stylesheets/screen.css by csslint

Adjoining classes: .field.field-radio.is-focused label
Open

.field.field-radio.is-focused label {
Severity: Minor
Found in stylesheets/screen.css by csslint

Adjoining classes: .field.field-checkbox.is-focused label
Open

.field.field-checkbox.is-focused label,
Severity: Minor
Found in stylesheets/screen.css by csslint

Adjoining classes: main div.field-select.is-focused::after
Open

main div.field-select.is-focused::after {
Severity: Minor
Found in stylesheets/screen.css by csslint

Adjoining classes: div.field.field-checkbox
Open

div.field.field-checkbox {
Severity: Minor
Found in stylesheets/screen.css by csslint

Adjoining classes: .field.field-diagnosis
Open

.field.field-diagnosis {
Severity: Minor
Found in stylesheets/screen.css by csslint

Fallback background-color (hex or RGB) should precede RGBA background-color.
Open

    0% { background-color: rgba(255,215,0,1); }
Severity: Minor
Found in stylesheets/screen.css by csslint

Fallback background-color (hex or RGB) should precede RGBA background-color.
Open

    100% { background-color: rgba(255,215,0,0); }
Severity: Minor
Found in stylesheets/screen.css by csslint

Adjoining classes: .field.field-social-security-number input
Open

.field.field-social-security-number input,
Severity: Minor
Found in stylesheets/screen.css by csslint

Adjoining classes: .field.field-radio label
Open

.field.field-radio label {
Severity: Minor
Found in stylesheets/screen.css by csslint

Adjoining classes: .field.field-radio input
Open

.field.field-radio input,
Severity: Minor
Found in stylesheets/screen.css by csslint

Adjoining classes: .field.field-checkbox input
Open

.field.field-checkbox input {
Severity: Minor
Found in stylesheets/screen.css by csslint

Adjoining classes: div.field.is-error .error-text
Open

div.field.is-error .error-text,
Severity: Minor
Found in stylesheets/screen.css by csslint

Fallback background-color (hex or RGB) should precede RGBA background-color.
Open

    100% { background-color: rgba(255,215,0,0); }
Severity: Minor
Found in stylesheets/screen.css by csslint

Fallback background (hex or RGB) should precede RGBA background.
Open

    background: rgba(254, 255, 255, 0.85);
Severity: Minor
Found in stylesheets/screen.css by csslint

Using width with padding can sometimes make elements larger than you expect.
Open

    padding: 4px 8px;
Severity: Minor
Found in stylesheets/screen.css by csslint

Duplicate property 'display' found.
Open

        display: inline-block;
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule is empty.
Open

.tablesaw-stack tbody tr {} .tablesaw-stack td .tablesaw-cell-label,
Severity: Minor
Found in stylesheets/screen.css by csslint

Using width with padding can sometimes make elements larger than you expect.
Open

        padding: 0 .6em 0 0;
Severity: Minor
Found in stylesheets/screen.css by csslint

Using width with padding-right can sometimes make elements larger than you expect.
Open

    padding-right: 24px;
Severity: Minor
Found in stylesheets/screen.css by csslint

margin can't be used with display: table-cell.
Open

        margin: 0;
Severity: Minor
Found in stylesheets/screen.css by csslint

Using width with border can sometimes make elements larger than you expect.
Open

    border: 1px solid #bbb;
Severity: Minor
Found in stylesheets/screen.css by csslint

Duplicate property 'line-height' found.
Open

    line-height: 1.6em;
Severity: Minor
Found in stylesheets/screen.css by csslint

Using width with padding-left can sometimes make elements larger than you expect.
Open

        padding-left: 30px;
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) has already been defined.
Open

    .page h1,
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h3) has already been defined.
Open

.page h3,
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h3) has already been defined.
Open

    .page h3,
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h5) has already been defined.
Open

.page h5 {
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h4) has already been defined.
Open

.page h4 {
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h2) has already been defined.
Open

.page h2,
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) has already been defined.
Open

.layout-estimator main .wrapper > h1 {
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h4) has already been defined.
Open

    .page h4 {
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h2) has already been defined.
Open

.page h2,
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h2) has already been defined.
Open

    .page h2,
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h3) has already been defined.
Open

.page h3,
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) has already been defined.
Open

.page h1,
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h4) has already been defined.
Open

.page h4,
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) has already been defined.
Open

.page h1,
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h2) has already been defined.
Open

.layout-home .overview h2 {
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) has already been defined.
Open

    .layout-estimator main .wrapper > h1 {
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h2) has already been defined.
Open

.page .page-title+h2 {
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) has already been defined.
Open

    .page h1,
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) has already been defined.
Open

form a.a-return + h1 {
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h2) has already been defined.
Open

    .page h2 {
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) has already been defined.
Open

.boilerplate h1 {
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) has already been defined.
Open

.layout-estimator .how-this-works h1{
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) has already been defined.
Open

.layout-estimator main h1 {
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) has already been defined.
Open

.layout-home .masthead h1 {
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) has already been defined.
Open

    .layout-home .masthead h1 {
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) has already been defined.
Open

    .layout-home .overview h1 {
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) has already been defined.
Open

.layout-home aside .contact-us h1 {
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h2) has already been defined.
Open

.overview h2 {
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) has already been defined.
Open

.claim section h1{
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) has already been defined.
Open

.layout-home aside .claim-processing-time h1 {
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) has already been defined.
Open

.layout-estimator form h1{
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) has already been defined.
Open

.layout-claim-list section.benefits h1,
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) has already been defined.
Open

.layout-claims-show aside h1{
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) has already been defined.
Open

.layout-claim-list section.benefits h1,
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) has already been defined.
Open

.layout-claim-list section.your-information h1{
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) has already been defined.
Open

.claim h1{
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) has already been defined.
Open

.layout-home .overview h1 {
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) has already been defined.
Open

.layout-claim-list section.your-information h1{
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.page h2,
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) should not be qualified.
Open

.page h1,
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h4) should not be qualified.
Open

.page h4,
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.page code {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

    .page p,
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h3) should not be qualified.
Open

    .page h3,
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h4) should not be qualified.
Open

.page h4,
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

body {
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) should not be qualified.
Open

.layout-estimator main .wrapper > h1 {
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h2) should not be qualified.
Open

.page h2,
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.page blockquote p {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.page h1+p {
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) should not be qualified.
Open

    .page h1,
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) should not be qualified.
Open

    .page h1,
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.a-back {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.page h3,
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h2) should not be qualified.
Open

.page h2,
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.page figure.figure-fill {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.page blockquote {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.page blockquote::after {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.page h1,
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.wrapper {
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h3) should not be qualified.
Open

.page h3,
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) should not be qualified.
Open

.page h1,
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h2) should not be qualified.
Open

.page h2,
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.page h1 span.article,
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.a-skip-to-main {
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h3) should not be qualified.
Open

.page h3,
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h3) should not be qualified.
Open

.page h3,
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h5) should not be qualified.
Open

.page h5 {
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h4) should not be qualified.
Open

.page h4 {
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) should not be qualified.
Open

.page h1+p {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.average-claim-time{
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h5) should not be qualified.
Open

.page h5,
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.page tr.a td a{
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) should not be qualified.
Open

.page h1 span.preposition {
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h2) should not be qualified.
Open

    .page h2,
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h4) should not be qualified.
Open

    .page h4 {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.a-back::before {
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) should not be qualified.
Open

.page h1,
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) should not be qualified.
Open

.page h1 span.article,
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.wrapper::after {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.preposition {
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h2) should not be qualified.
Open

.layout-home .overview h2 {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.fieldset.fieldset-claimant,
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.field.field-radio {
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) should not be qualified.
Open

.boilerplate h1 {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.tablesaw thead tr:first-child th {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

    .tablesaw-cell-content {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.field-select::after {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

fieldset > legend,
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

fieldset.fieldset-address div.field-city-state-zip {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

    fieldset.fieldset-date-range span.label-text {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.site-header {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

fieldset.fieldset-address div.field.field-city,
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

    .tablesaw-stack th .tablesaw-cell-label-top,
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

table {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.col-title .note {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

legend {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

textarea {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

div.field::after{
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

fieldset.fieldset-address div.field-city-state-zip::after {
Severity: Minor
Found in stylesheets/screen.css by csslint

Outlines should only be modified using :focus.
Open

input[type=tel],
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

div.field.field-checkbox {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

th {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.boilerplate {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.prototype-header{
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.site-header li,
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

div.field.field-checkbox span.label-text,
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h2) should not be qualified.
Open

    .page h2 {
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) should not be qualified.
Open

form a.a-return + h1 {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

    .tablesaw-cell-content {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

fieldset > p {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

    fieldset.fieldset-date-range::after {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.site-header .a-navigation {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

input[type=tel],
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

button,
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

button:hover,
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.field .help-text,
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

div.field.field-checkbox+.is-branch {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

div.field.is-error .error-text,
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

fieldset.fieldset-address div.field.field-select::after {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

    fieldset.fieldset-date-range div.field {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

input[type=radio],
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.field-select select {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

fieldset div.field:last-of-type+fieldset {
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) should not be qualified.
Open

    .page h1+p,
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

    .page h2 {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.page li {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

    .tablesaw-cell-label {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.description-text,
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

div.field.field-checkbox input {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

fieldset.fieldset-address div.field span.label-text {
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) should not be qualified.
Open

    .layout-estimator main .wrapper > h1 {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.boilerplate h1 {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.layout-claims-new .site-header .nav-file-a-claim a,
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h2) should not be qualified.
Open

.page .page-title+h2 {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

table td,
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

    .tablesaw-stack td,
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.form-errors {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

button:active,
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

fieldset {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.field.field-radio label {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

div.field.is-error .error-text,
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.logo .logo-site-title {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

fieldset.fieldset-address div.field.field-country.field-select {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.site-header nav a {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

    .tablesaw-stack td .tablesaw-cell-label,
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.col-winner {
Severity: Minor
Found in stylesheets/screen.css by csslint

Outlines should only be modified using :focus.
Open

input[type=radio],
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.logo a {
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) should not be qualified.
Open

.layout-home .overview h1 {
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) should not be qualified.
Open

.layout-estimator main h1 {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  .form-search{
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.site-footer {
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) should not be qualified.
Open

.layout-home main h1+p+ul { margin-bottom: 1.2em; }
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) should not be qualified.
Open

    .layout-home .masthead h1+p {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

    .layout-home .primary-secondary-content .primary-content,
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.layout-estimator form h1::before{
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  .form-search{
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.claim{ 
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.vcard {
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) should not be qualified.
Open

.layout-home .masthead h1+p {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.layout-estimator form button{
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

    .site-footer {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

    .layout-home .primary-secondary-content:after {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.layout-home .overview h1 {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

    .logo .logo-site-title {
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) should not be qualified.
Open

.layout-estimator .how-this-works h1{
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.layout-home aside .claim-processing-time span {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  .layout-claims-verify-1 form{
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.layout-estimator aside {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.layout-estimator #earnings{
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.layout-estimator main h1 {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.layout-estimator form h1 strong {
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) should not be qualified.
Open

.layout-estimator form h1 strong {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.layout-claims-show aside h1{
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.layout-home .masthead h1+p {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.layout-home .masthead .button {
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) should not be qualified.
Open

.layout-home aside .claim-processing-time h1 {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.layout-claim-list section.benefits h1,
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.site-footer .site-footer-contact a{
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) should not be qualified.
Open

.layout-estimator form h1::before{
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.layout-home aside .contact-us h1 {
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) should not be qualified.
Open

.layout-claim-list section.your-information h1{
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.layout-estimator .how-this-works h1{
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

    .layout-claims-show .claim{
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.layout-home .masthead h1 {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

    .layout-home .masthead h1 {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.layout-home aside .claim-processing-time h1 {
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) should not be qualified.
Open

.layout-home aside .contact-us h1 {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.claim h1{
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) should not be qualified.
Open

.layout-claims-show aside h1{
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h2) should not be qualified.
Open

.overview h2 {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  .layout-claims-verify-1 form .label-text{
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) should not be qualified.
Open

.layout-claim-list section.your-information h1{
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.layout-claim-list section.benefits,
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.claim section h1{
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.layout-home .masthead {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.vcard .fn {
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) should not be qualified.
Open

.layout-claim-list section.benefits h1,
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.layout-claim-list section.benefits{
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.site-footer .site-header-nav li,
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.site-footer .site-footer-nav li:last-child,
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.claim a.button{ 
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.claim section{
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) should not be qualified.
Open

.layout-home .masthead h1 {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

    .layout-estimator aside {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.layout-home .masthead .sign-in {
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) should not be qualified.
Open

    .layout-home .masthead h1 {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.layout-estimator form .field .label-text {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

    .logo a {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

    .layout-home .primary-secondary-content .secondary-content {
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.layout-home .overview li {
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) should not be qualified.
Open

    .layout-home .overview h1 {
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) should not be qualified.
Open

.claim section h1{
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) should not be qualified.
Open

.layout-home main h1+p { margin-bottom: 0.8em; }
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.layout-claims-verify span.claim-verification-code{
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

    .layout-claims-show aside{
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.site-footer .site-footer-contact li::after{
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) should not be qualified.
Open

.claim h1{
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.overview h2 {
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) should not be qualified.
Open

.layout-claim-list section.benefits h1,
Severity: Minor
Found in stylesheets/screen.css by csslint

Heading (h1) should not be qualified.
Open

.layout-estimator form h1{
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.layout-estimator .how-this-works table{
Severity: Minor
Found in stylesheets/screen.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  .form-search .label-text{
Severity: Minor
Found in stylesheets/screen.css by csslint

There are no issues that match your filters.

Category
Status