| OLD | NEW | 
| (Empty) |  | 
 |   1 a img { | 
 |   2   border:0; | 
 |   3 } | 
 |   4 h2.name { | 
 |   5   margin: 0 !important; | 
 |   6   padding: 0 !important; | 
 |   7   background: #fff !important; | 
 |   8   border: 0 !important; | 
 |   9   font-size: 17px; | 
 |  10 } | 
 |  11 h2.name a { | 
 |  12   text-decoration: none; | 
 |  13   color: #000 !important; | 
 |  14 } | 
 |  15 h2.name a:hover { | 
 |  16   text-decoration: underline; | 
 |  17 } | 
 |  18 code a { | 
 |  19   color: #007000 !important; | 
 |  20   text-decoration: none; | 
 |  21 } | 
 |  22 code a:hover { | 
 |  23   text-decoration: underline; | 
 |  24 } | 
 |  25 .apicalls { | 
 |  26   margin: 10px 0 0 0; | 
 |  27 } | 
 |  28 .apicalls li { | 
 |  29   margin: 0 0 0 20px; | 
 |  30   padding: 0; | 
 |  31 } | 
 |  32 .apicalls ul { | 
 |  33   margin: 5px 0 0 10px; | 
 |  34   padding: 0; | 
 |  35 } | 
 |  36 .sourcefiles code a { | 
 |  37   color: #0000cc !important; | 
 |  38 } | 
 |  39 .apicalls, .sourcefiles { | 
 |  40   margin: 5px 0; | 
 |  41   padding: 0; | 
 |  42 } | 
 |  43 p { | 
 |  44   margin: 10px 0; | 
 |  45 } | 
 |  46 .features { | 
 |  47   font-size: 11px; | 
 |  48   margin: 0 0 10px 0; | 
 |  49   padding: 0; | 
 |  50 } | 
 |  51 .sample { | 
 |  52   padding: 20px 0 15px 74px; | 
 |  53   margin: 0; | 
 |  54   border-bottom: 1px solid #ddd; | 
 |  55   min-height: 74px; | 
 |  56   position: relative; | 
 |  57 } | 
 |  58 .selected { | 
 |  59   color: #000 !important; | 
 |  60   text-decoration: none !important; | 
 |  61   cursor: text !important; | 
 |  62   font-weight: bold !important; | 
 |  63 } | 
 |  64 img.icon { | 
 |  65   position: absolute; | 
 |  66   width: 64px; | 
 |  67   height: 64px; | 
 |  68   left: 0; | 
 |  69   top: 10px; | 
 |  70 } | 
 |  71 #controls { | 
 |  72   margin: 10px 0; | 
 |  73   background: #eee; | 
 |  74   padding: 10px; | 
 |  75   -webkit-border-radius: 10px; | 
 |  76   -moz-border-radius: 10px; | 
 |  77   border-radius: 10px; | 
 |  78 } | 
 |  79 .controlbox { | 
 |  80   padding-left: 12em; | 
 |  81   position: relative; | 
 |  82 } | 
 |  83 .controlbox strong { | 
 |  84   position: absolute; | 
 |  85   left: -10px; | 
 |  86   top: 2px; | 
 |  87   text-align: right; | 
 |  88   width: 12em; | 
 |  89 } | 
 |  90 .controlbox input { | 
 |  91   width: 30em; | 
 |  92   margin-bottom: 4px; | 
 |  93 } | 
 |  94 #noresults { | 
 |  95   text-align: center; | 
 |  96   padding: 50px 0; | 
 |  97   font-size: 17px; | 
 |  98   font-weight: bold; | 
 |  99 } | 
| OLD | NEW |