html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  overflow: hidden;
  font-family: Helvetica, Arial, sans-serif; }

#banner {
  position: relative;
  width: 300px;
  height: 250px;
  font-size: 15px;
  overflow: hidden; }
  #banner #bottom-panel {
    position: absolute;
    width: 100%;
    height: 90px;
    bottom: -100px;
    font-size: 12px;
    background-color: #fff;
    display: none; }
    #banner #bottom-panel .top-bar {
      position: relative;
      overflow: hidden;
      height: 14px;
      padding-top: 3px;
      background-color: #009bc3;
      font-size: 0.85em;
      font-weight: bold; }
      #banner #bottom-panel .top-bar .link1 {
        position: absolute;
        left: 12px; }
      #banner #bottom-panel .top-bar .link2 {
        position: absolute;
        right: 12px; }
      #banner #bottom-panel .top-bar a {
        text-decoration: underline;
        color: #fff; }
    #banner #bottom-panel .isi-container {
      overflow-y: scroll;
      height: 70px;
      width: 99%; }
      #banner #bottom-panel .isi-container .isi-text {
        padding: 10px;
        padding-top: 0px;
        color: #666666; }
        #banner #bottom-panel .isi-container .isi-text p {
          color: #666666;
          font-size: 0.77em;
          line-height: 1.25;
          padding-bottom: 8px; }
        #banner #bottom-panel .isi-container .isi-text hr.rulestyle {
          width: 70%;
          margin-top: -3px;
          margin-left: 0;
          border: none;
          border-top: 1.5px solid #009bc3; }
        #banner #bottom-panel .isi-container .isi-text a {
          color: #009bc3;
          text-decoration: underline; }
        #banner #bottom-panel .isi-container .isi-text h1 {
          font-size: 0.75em;
          color: #333333;
          font-weight: bold;
          line-height: 1.5; }

.border {
  position: absolute;
  border: 1px solid #444;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 298px;
  height: 248px; }

.link3 {
  cursor: pointer; }

::-webkit-scrollbar {
  width: 7px;
  background-color: #dddddd; }

.isi-container::-webkit-scrollbar-thumb {
  background-color: #999999;
  border-radius: 4px; }

/*# sourceMappingURL=styles.css.map */
