/*submission link */
.notice {
      background: #f1f1f1;          /* abu muda */
      border-left: 6px solid #1b5fc1;/* garis biru kiri */
      padding: 12px 16px;
      margin: 16px 0;
      font: 14px/1.4 Arial, sans-serif;
      color: #333;
    }
.notice a {
      color: #1b5fc1;
      text-decoration: underline;
    }
.notice a:hover {
      text-decoration: none;
    }