/************ ul li *******************/
.tg-downloadlist {
      width: 100%;
      float: left;
      list-style: none;
      font-size: 12px;
      line-height: 16px;
  }


  .tg-downloadlist li {
      width: 100%;
      float: left;
      line-height: inherit;
      list-style-type: none;
      margin-bottom: 5px;
  }

  

  .tg-result {
      color: #333;
      padding: 0;
      display: block;
      position: relative;
      margin: 0 0 0 40px;
      background: #f5f5f5;
  }

  .tg-counting {
      top: 0;
      right: 100%;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      position: absolute;
      background: #092A4B;
      margin: 0;
      color: white;
      font-size: 15px;
     
  }
  

  .tg-btndownloadresult {
      color: #666;
      float: right;
      padding: 0 20px;
      line-height: 40px;
      text-align: center;
  }

  .tg-btndownloadresult em, .tg-btndownloadresult i {
      float: left;
      font-style: normal;
      line-height: inherit;
  }

  .tg-result .tg-description {
      width: auto;
      float: none;
      overflow: hidden;
      padding: 12px 20px;
  }

  .tg-result .tg-description p {
      margin: 0;
      font-size: 18px;
  }
  
  .header .header-main
  {
	  padding: 5px 0;
  }
  
  @media (min-width: 768px)
  {
	.top-bar .navbar-nav>li>a {
		padding-top: 5px; 
		padding-bottom: 5px; 
	}
  }