Team:NCKU Tainan/Protocol

r: white !important;

       }
       table {
           border: 3px solid white;
           text-align: center;
           width: 100%;
       }
       th {
           background-color: #262624 !important;
           color: white !important;
           border: 2px solid white !important;
           font-size: 20px;
           padding: 10px 10px !important;
       }
       .bbg td {
           background-color: #262624 !important;
           color: white !important;
           border: 2px solid rgba(255, 255, 255, 0.5) !important;
           padding: 5px 0 !important;
       }
       table.bbg {
           border: 3px solid rgba(255, 255, 255, 0.5);
       }
       .card {
           background-color: transparent;
           border: 0;
       }
       .card-body {
           padding: 1rem 0;
           border: none !important;
       }
   </style>
   <script>
       $(document).ready(function () {
           $(window).scroll(function () {
               if ($(this).scrollTop() >= 90) {
                   var position = $("#sidelist").position();
                   if (position == undefined) {} else {
                       $('#sidelist').css({
                           "position": "fixed",
                           "top": "145px",
                           "margin-top": "0px"
                       });
                   }
               } else {
                   $('#sidelist').removeAttr('style');
               }
           });
           $(function () {
               $('i.fa-arrow-up').click(function () {
                   $('html, body').animate({
                       scrollTop: 0
                   }, 600);
                   return false;
               });
           });
       });
   </script>
   <script src="https://2018.igem.org/Team:NCKU_Tainan/js/frame/T--NCKU_Tainan--jquery-1_12_4_min_js?action=raw&ctype=text/javascript"></script>
   <script src="https://2018.igem.org/Template:NCKU_Tainan/js/bootstrap_min_js?action=raw&ctype=text/javascript"></script>
   <script src="https://2018.igem.org/Template:NCKU_Tainan/js/model?action=raw&ctype=text/javascript"></script>
   <script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML' async></script>

</body>

</html>