/*This css for Tender-table starts here*/        
#tender-table-section{             
      height:900px;
  }
  #tender-table-section caption{
      text-align: center;
      font-size: 30px;
      font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
      color: #a5fa70;
      padding-bottom:3.5%;
      padding-top: 15%;
  }
  #tender-table-section .table-bordered, td, th{
      border: 1px solid #92ac7c !important;
      font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  }
  #tender-table-section .table , th{
      text-align: center;
  }
  #tender-table-section .table th{
      color:#a5fa70;
      font-size: 16px;
  }
  #tender-table-section .table td , a{
      color: #faeac4;
      font-size: 15px;
      text-decoration: none !important;
  }
  #tender-table-section td a:hover{
      color: #faeac4;           
  }
  #tender-table-section td a:focus{
      color: #faeac4;           
  }
 @media (max-width:800px)
 {
     #tender-table-section caption{              
      padding-top: 110px;
    }
 }
/*This css for Tender-table ends here*/  