1. Highlight 6
  2. Highlight 1
  3. Highlight 9
  4. Highlight 10
  5. Highlight 2
  6. Highlight 4
  7. Highlight 3
  8. Highlight 5
  9. Highlight 7
  10. Highlight 8
ol#faq-list li {
	padding: 10px;
        border: 2px solid #FFF;
        /* Set the border to a color so it doesn't animate width */

        -webkit-transition-property: background,border;
        -webkit-transition-duration: 1s, 2s;

        -moz-transition-property: background,border;
        -moz-transition-duration: 1s, 2s;

        transition-property: background,border;
        transition-duration: 1s, 2s;
}

ol#faq-list li:hover {
        background: #FFFFCF;
        border: 2px solid #FFDAAF;
}