| 89 | | background: -moz-linear-gradient(bottom, #d7d7d7, #e4e4e4); |
| 90 | | background: -webkit-gradient(linear, left bottom, left top, from(#d7d7d7), to(#e4e4e4)); |
| | 89 | background-image: -ms-linear-gradient(bottom, #D7D7D7 0%, #E4E4E4 100%); |
| | 90 | background-image: -moz-linear-gradient(bottom, #D7D7D7 0%, #E4E4E4 100%); |
| | 91 | background-image: -o-linear-gradient(bottom, #D7D7D7 0%, #E4E4E4 100%); |
| | 92 | background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #D7D7D7), color-stop(1, #E4E4E4)); |
| | 93 | background-image: -webkit-linear-gradient(bottom, #D7D7D7 0%, #E4E4E4 100%); |
| | 94 | background-image: linear-gradient(bottom, #D7D7D7 0%, #E4E4E4 100%); |