@import url('https://fonts.googleapis.com/css?family=Roboto:400,700|Material+Icons'); .nav-tabs .nav-link, .nav-tabs .nav-link:hover { border: 0; font-size: 115%; border-bottom: 0; color: slategray; } .nav-tabs .nav-link:hover { color: darkslategrey; } .nav-tabs .nav-link.active { color: teal; border-radius: 0; border-bottom: 3px solid teal; } #hn-table-title { text-align: center; color: teal; padding-bottom: 3%; } .tab-close { color: gray; text-align: right; cursor: pointer; }