/* GameApp 22/8/2562 */
@font-face {
      font-family: NotoSerifLao;
      src: url('../fonts/lao/NotoSerifLao-Thin.ttf');
    }

    @font-face {
      font-family: NotoSerifLaoB;
      src: url('../fonts/lao/NotoSerifLao-Bold.ttf');
    }

    .laoB {
      font-family: NotoSerifLaoB;
    }

    .lao {
      font-family: NotoSerifLao;
      font-weight: bold;
    }

    .iconlist {
      list-style: none;
      margin: 0;
      padding: 0;
    }

    li.pdf {
      background-image: url(bullet_pdf.gif);
      background-repeat: no-repeat;
      background-position: 0 50%;
      padding: 3px 0 3px 20px;
      margin: .4em 0;
    }

    li.doc {
      background-image: url(bullet_doc.gif);
      background-repeat: no-repeat;
      background-position: 0 50%;
      padding: 3px 0 3px 20px;
      margin: .4em 0;
    }

    li.text {
      background-image: url(bullet_text.gif);
      background-repeat: no-repeat;
      background-position: 0 50%;
      padding: 3px 0 3px 20px;
      margin: .4em 0;
    }

    li.htm {
      background-image: url(./images/1475746699_package_editors.ico);
      background-repeat: no-repeat;
      background-position: 0 50%;
      padding: 3px 0 3px 20px;
      margin: .4em 0;
    }

    li.before {
      background-image: url(./images/1475746699_package_editors.ico);
      margin-right: 5px;
    }