| LEFT | RIGHT | 
|    1 /****************************************************************************** |    1 /****************************************************************************** | 
|    2  * Temparary styles |    2  * Temparary styles | 
|    3  *****************************************************************************/ |    3  *****************************************************************************/ | 
|    4  |    4  | 
|    5 .avoid-wrap {display: inline-block;} |    5 .avoid-wrap {display: inline-block;} | 
|    6 .small {font-size: smaller;} |    6 .small {font-size: smaller;} | 
|    7  |    7  | 
|    8 /****************************************************************************** |    8 /****************************************************************************** | 
|    9  * Browser-based styles |    9  * Browser-based styles | 
|   10  *****************************************************************************/ |   10  *****************************************************************************/ | 
|   11  |   11  | 
|   12 .show-on-chrome { display: none; } |   12 .show-on-msie { display: none; } | 
|   13 .chrome .show-on-chrome { display: inherit; } |   13 .msie .show-on-msie { display: inherit; } | 
|   14 .chrome .hide-on-chrome { display: none; } |   14 .msie .hide-on-msie { display: none; } | 
|   15  |  | 
|   16 .show-on-opera { display: none; } |  | 
|   17 .opera .show-on-opera { display: inherit; } |  | 
|   18 .opera .hide-on-opera { display: none; } |  | 
|   19  |  | 
|   20 .show-on-samsungBrowser { display: none; } |  | 
|   21 .samsungBrowser .show-on-samsungBrowser { display: inherit; } |  | 
|   22 .samsungBrowser .hide-on-samsungBrowser { display: none; } |  | 
|   23  |  | 
|   24 .show-on-yandexbrowser { display: none; } |  | 
|   25 .yandexbrowser .show-on-yandexbrowser { display: inherit; } |  | 
|   26 .yandexbrowser .hide-on-yandexbrowser { display: none; } |  | 
|   27  |   15  | 
|   28 .show-on-maxthon { display: none; } |   16 .show-on-maxthon { display: none; } | 
|   29 .maxthon .show-on-maxthon { display: inherit; } |   17 .maxthon .show-on-maxthon { display: inherit; } | 
|   30 .maxthon .hide-on-maxthon { display: none; } |   18 .maxthon .hide-on-maxthon { display: none; } | 
|   31  |  | 
|   32 .show-on-msie { display: none; } |  | 
|   33 .msie .show-on-msie { display: inherit; } |  | 
|   34 .msie .hide-on-msie { display: none; } |  | 
|   35  |  | 
|   36 .show-on-msedge { display: none; } |  | 
|   37 .msedge .show-on-msedge { display: inherit; } |  | 
|   38 .msedge .hide-on-msedge { display: none; } |  | 
|   39  |  | 
|   40 .show-on-firefox { display: none; } |  | 
|   41 .firefox .show-on-firefox { display: inherit; } |  | 
|   42 .firefox .hide-on-firefox { display: none; } |  | 
|   43  |  | 
|   44 .show-on-ios { display: none; } |  | 
|   45 .ios .show-on-ios { display: inherit; } |  | 
|   46 .ios .hide-on-ios { display: none; } |  | 
|   47  |  | 
|   48 .show-on-safari { display: none; } |  | 
|   49 .safari .show-on-safari { display: inherit; } |  | 
|   50 .safari .hide-on-safari { display: none; } |  | 
|   51  |   19  | 
|   52 /****************************************************************************** |   20 /****************************************************************************** | 
|   53  * #hero-download |   21  * #hero-download | 
|   54  *****************************************************************************/ |   22  *****************************************************************************/ | 
|   55  |   23  | 
|   56 #hero-download |   24 #hero-download | 
|   57 { |   25 { | 
|   58   padding: 3em 1em; |   26   padding: 3em 1em; | 
|   59 } |   27 } | 
|   60  |   28  | 
| (...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  371  * #footnote |  339  * #footnote | 
|  372  *****************************************************************************/ |  340  *****************************************************************************/ | 
|  373  |  341  | 
|  374 #footnote |  342 #footnote | 
|  375 { |  343 { | 
|  376   padding-top: 3em; |  344   padding-top: 3em; | 
|  377   padding-bottom: 2em; |  345   padding-bottom: 2em; | 
|  378   font-size: 13px; |  346   font-size: 13px; | 
|  379   color: #7d7d7d; |  347   color: #7d7d7d; | 
|  380 } |  348 } | 
| LEFT | RIGHT |