<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
* @author      OA Wu &lt;comdan66@gmail.com&gt;
* @copyright   Copyright (c) 2016 OA Wu Design
*/
/**
 * @author      OA Wu &lt;comdan66@gmail.com&gt;
 * @copyright   Copyright (c) 2016 OA Wu Design
 */
/**
 * @author      OA Wu &lt;comdan66@gmail.com&gt;
 * @copyright   Copyright (c) 2016 OA Wu Design
 */
/**
 * @author      OA Wu &lt;comdan66@gmail.com&gt;
 * @copyright   Copyright (c) 2016 OA Wu Design
 */
/**
 * @author      OA Wu &lt;comdan66@gmail.com&gt;
 * @copyright   Copyright (c) 2016 OA Wu Design
 */
/**
 * @author      OA Wu &lt;comdan66@gmail.com&gt;
 * @copyright   Copyright (c) 2016 OA Wu Design
 */
/**
 * @author      OA Wu &lt;comdan66@gmail.com&gt;
 * @copyright   Copyright (c) 2016 OA Wu Design
 */
/**
 * @author      OA Wu &lt;comdan66@gmail.com&gt;
 * @copyright   Copyright (c) 2016 OA Wu Design
 */
/**
 * @author      OA Wu &lt;comdan66@gmail.com&gt;
 * @copyright   Copyright (c) 2016 OA Wu Design
 */
/**
 * @author      OA Wu &lt;comdan66@gmail.com&gt;
 * @copyright   Copyright (c) 2016 OA Wu Design
 */
/**
 * @author      OA Wu &lt;comdan66@gmail.com&gt;
 * @copyright   Copyright (c) 2016 OA Wu Design
 */
/**
 * @author      OA Wu &lt;comdan66@gmail.com&gt;
 * @copyright   Copyright (c) 2016 OA Wu Design
 */
body &gt; *:nth-child(4) {
  margin-top: 20px;
  margin-bottom: 20px;
}
body &gt; *:nth-child(4) &gt; div {
  text-align: left;
}
body &gt; *:nth-child(4) &gt; div a {
  display: inline-block;
  color: #fb9950;
  font-weight: normal;
  text-decoration: none;
  padding: 0 2px;
  padding-bottom: 1px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
body &gt; *:nth-child(4) &gt; div a.active, body &gt; *:nth-child(4) &gt; div a:hover {
  color: #fb9950;
  border-bottom: 1px solid #fb9950;
}

body &gt; *:nth-child(5) {
  margin-bottom: 30px;
}
body &gt; *:nth-child(5) &gt; div {
  background-color: white;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-align: left;
  padding: 10px;
}
body &gt; *:nth-child(5) &gt; div header {
  border-bottom: 2px solid #93b6dd;
  padding-bottom: 10px;
  *zoom: 1;
}
body &gt; *:nth-child(5) &gt; div header:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
body &gt; *:nth-child(5) &gt; div header &gt; *:first-child, body &gt; *:nth-child(5) &gt; div header &gt; *:last-child {
  float: left;
  position: relative;
  display: inline-block;
}
body &gt; *:nth-child(5) &gt; div header &gt; *:last-child {
  float: right;
}
body &gt; *:nth-child(5) &gt; div header &gt; *:first-child {
  width: 32px;
}
body &gt; *:nth-child(5) &gt; div header &gt; *:last-child {
  width: calc(100% - 32px);
}
body &gt; *:nth-child(5) &gt; div header &gt; *:last-child {
  color: #fa8a01;
  font-size: 22px;
  padding-left: 10px;
  font-weight: bold;
}
body &gt; *:nth-child(5) &gt; div article {
  min-height: 500px;
}

@media screen and (min-width: 0px) and (max-width: 999px) {
  body &gt; *:nth-child(4) {
    display: inline-block !important;
    width: calc(100% - 10px * 2) !important;
    float: none !important;
    margin: 10px !important;
    margin-top: 20px !important;
  }
  body &gt; *:nth-child(4) &gt; div {
    text-align: left;
  }
  body &gt; *:nth-child(4) &gt; div a {
    display: inline-block;
    color: #fb9950;
    font-weight: normal;
    text-decoration: none;
    padding: 0 2px;
    padding-bottom: 1px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: 1px solid transparent;
  }
  body &gt; *:nth-child(4) &gt; div a.active, body &gt; *:nth-child(4) &gt; div a:hover {
    color: #fb9950;
    border-bottom: 1px solid #fb9950;
  }

  body &gt; *:nth-child(5) &gt; div {
    display: inline-block !important;
    width: calc(100% - 10px * 2) !important;
    float: none !important;
    margin: 10px !important;
  }
}
</pre></body></html>