/* Westminster Custom Styles */

/* Global ________________________________________ */

html {
}

body {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
}

a {
  color: #333;
}

a:hover {
  opacity: .8;
  text-decoration: none;
}

a:focus,
a:visited {
  text-decoration: none;
}


/* Header ________________________________________ */

header {
    background: #174A42;
}

header h1 {
    margin: 35px 0 35px 0;
}

header img {
    width: 400px;
}

header .header-contact {
    margin-top: 10px;
}
header .header-contact a {
    color: #fff;
}

header .header-contact li {
    color: #fff;
    font-size: 14px;
    list-style: none;
    padding-bottom: 8px;
}

header .header-contact ul {
    float: right;
    padding: 25px 0 0 0;
}

header li.header-contact-location {
    background: url(../images/header-sprites.png) no-repeat;
    padding-left: 25px;
}

header li.header-contact-email {
    background: url(../images/header-sprites.png) no-repeat 0 -41px;
    padding-left: 25px;
}

header .header-utility {
    margin-top: 40px;
    text-align: right;
}

header .header-utility input {
    background: url(../images/header-sprites.png) #fff no-repeat 94% -67px;
    border: 0;
    border-radius: 4px;
    color: #999;
    height: 45px;
    padding: 0 10px;
    width: 100%;
}


/* RWD ____________________ */

@media (max-width: 960px) {

    header h1 img {
        width: 100%;
    }

}

@media (max-width: 768px) {

    header  {
        height: auto;
    }

    header .header-utility input {
        width: 150px;
    }

    header .header-contact ul {
        float: left;
    }

}

@media (max-width: 738px) {

    header {
        padding-top: 15px;
    }

    header h1 {
        margin: 0;
    }

    header .header-utility {
        text-align: left;
    }

    header .header-utility ul {
        padding-right: 25px;
    }

    header .header-utility input {
        width: 250px;
    }

}

@media (max-width: 670px) {

    header h1 {
        text-align: center;
    }

    header h1 img {
        width: 70%;
    }

}

@media (max-width: 480px) {

    header h1 img {
        width: 90%;
    }

    header .header-contact ul {
        float: left;
    }

    header .header-utility input {
        width: 200px;
    }

}

@media (max-width: 460px) {

    header .header-utility input {
        width: 150px;
    }

    header .header-contact ul li,
    header .header-contact ul li a {
        font-size: 12px;
    }
}

@media (max-width: 420px) {

    header .header-contact ul li,
    header .header-contact ul li a {
        font-size: 10px;
    }
}


/* Main Nav ________________________________________ */

.main-navigation {
    background-color: #174A42;
    position: sticky;
    top: 0;
    z-index: 9999;
}

nav {
    padding: 0;
}

nav ul {
    margin: 0;
    padding: 0;
}

nav li {
    float: left;
    list-style: none;
    padding: 0 15px 12px 15px;
}

nav li:first-child {
    padding-left: 15px;
}

nav li:last-child {
    padding-right: 0;
}

nav a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    padding-top: 25px;
    text-transform: uppercase;
}

nav a:hover,
nav a.main-nav-active {
    background: url(../images/main-nav-icon.png) no-repeat top center;
    color: #fff;
    opacity: .8;
}

.navbar {
    padding: 0 !important;
}

span.navbar-text {
    padding: 5px 5px 5px 10px;
    text-transform: uppercase;
}


/* RWD ____________________ */

@media (max-width: 1198px) {

    nav li {
        padding: 0 20px 15px 0;
    }

    nav a {
        font-size: 14px;
    }

}

@media (max-width: 991px) {

    .navbar-collapse {
        text-align: left;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 31 31' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(256, 256, 256, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='1' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }

    .navbar-light .navbar-toggler {
        border: 0;
        text-align: left;
        width: 100%;
    }

    .navbar-light button.navbar-toggler {
        border-radius: 2px;
    }

    .navbar-light span.navbar-text {
       color: #fff;
       font-size: 16px;
       letter-spacing: 2px;
       margin-top: 5px;
    }

    nav ul {
        margin: 5px 0 15px 0;
    }

    nav li {
        float: none;
        padding: 10px 5px 5px 5px;
    }

    nav li:first-child {
        padding-left: 0;
    }

}


@media (max-width: 991px) {

    nav li {
        padding-left: 0;
    }

    nav li:first-child {
        padding-left: 0;
    }

    nav a {
        border-bottom: 0;
        border-left: 4px solid transparent;
        border-top: 0;
        margin-left: 15px;
        padding: 0 15px;
    }

    nav a:hover {
        border-bottom: 0;
        border-top: 0;
        border-left: 4px solid #deeae9;
    }

    nav .main-nav-active {
        border-bottom: 0;
        border-top: 0;
        border-left: 4px solid #deeae9;
    }

}



/* Home - Hero ________________________________________ */

.hero {
    background: url(https://ferrelllab.stanford.edu/wp-content/uploads/2025/11/hero-bkrd.gif) repeat center #AD2A19;
    line-height: 0;
    text-align: center;
}

.hero img {
    width: 100%;
}

.hero video {
    width: 100%;
}

.hero-video-credit {
  color: #fff;
  font-style: italic;
  font-size: 12px;
  margin-top: -40px;
  padding-left: 35px;
  float: right;
  z-index: 99;
  position: absolute;

}

/* RWD ____________________ */


@media (max-width: 1400px) {

    .hero video {
        width: 100%;
    }

}

@media (max-width: 992px) {


}

@media (max-width: 768px) {


}


/* Home - Intro/Bio ________________________________________ */

.home-intro {
    background: url(../images/secondary-header-bkrd.png) #F0B44A repeat center;
    padding: 75px 0 50px 0;
}

.home-intro h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 50px;
    text-align: center;
}

.home-intro h3 {
    font-size: 18px;
}

.home-intro p {
    font-size: 24px;
    margin-bottom: 25px;
    text-align: center;
}

.home-intro p a {
    border-radius: 10px;
    background-color: #0D416B;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 10px 10px 0 0;
    padding: 18px 24px;
    text-align: center;
    text-transform: uppercase;
}

.home-intro-ql {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: #ddd 4px 5px 5px;
    padding: 20px 25px 15px 25px;
}

.home-intro-ql  ul {
    list-style: none;
    padding: 0;
}

.home-intro-ql ul li a {
    background: none;
    color: #8c191c;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    padding: 0;
    text-transform: none;
}

.home-bio {
    background: #388ccb;
    color: #fff;
    margin-top: -350px;
    padding: 200px 0 75px 0;
}

.home-bio img {
    border-radius: 15px;
    margin-bottom: 25px;
    width: 90%;
}

/* RWD ____________________ */


@media (max-width: 668px) {

    .home-intro-ql {
        margin-top: 50px;
    }

}

@media (max-width: 768px) {

    .home-bio {
        margin-top: 0;
        padding: 100px 0;
    }

}

@media (max-width: 480px) {

    .home-bio img {
        width: 100%;
    }

}



/* Home - Modules ________________________________________ */

.modules {
    background-color: #E7EDE9;
    padding: 75px 0;
}

.modules h3 {
    color: #333;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 35px 0 25px 0;
    padding: 5px 0 10px 0;
    text-transform: uppercase;
}

h3.modules-line {
    border-bottom: 1px solid #ccc;
}

.modules > a {
    border-radius: 6px;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 10px 10px 0 0;
    padding: 10px 20px;
    text-transform: uppercase;
}

a.cta-modules-home-lab {
    border-radius: 6px;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 10px 10px 0 0;
    padding: 10px 20px;
    text-transform: uppercase;
}

.modules-home-lab h3 a {
    color: #333;
}

.modules-home-lab {
    background-color: #174A42;
    border-radius: 10px;
    color: #fff;
    min-height: 500px;
    padding: 40px 35px 35px 40px;
}

.modules-home-lab p {
    line-height: 1.75em;
    margin-bottom: 30px;
}


.modules-home-lab a {
    color: #F0B44A;
}

.modules-home-news ul {
    margin: 0 0 0 30px;
    padding: 0;
}

.modules-home-news ul li {
    color: #ABD269;
    font-size: 36px;
    line-height: .7em;
    list-style:  square;
    margin: 0 0 20px 0;
    padding: 0;
}

.modules-home-news ul li a {
    color: #174A42;
    font-size: 20px;
    padding-right: 15px;
}



/* RWD ____________________ */


@media (max-width: 960px) {

    .modules h3 {
        font-size: 20px;
    }

}

@media (max-width: 768px) {

    .modules h3 {
        font-size: 18px;
    }

    .modules-home {
        margin-top: -100px;
        min-height: 865px;
    }

}


/* Secondary ________________________________________ *

/* Secondary Content Header */

.secondary-content-header {
    background: url(../images/secondary-header-bkrd.png) #F0B44A repeat-x center;
    height:  150px;
}

.secondary-content-header h1 {
    color: #174A42;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 50px;
    text-transform: uppercase;
}

.secondary-content-header img {
    width: 100%;
}


/* Secondary Content */

.secondary-content-nav ul {
    background-color: #fff;
    padding: 0;
    width: 240px;
    z-index: 100;
}

.secondary-content-nav ul.fixed {
    margin-top: -400px;
    position: fixed;
}

.secondary-content-nav li {
    list-style: none;
    padding: 20px 0 10px 0;
}

.secondary-content-nav li a {
    color: #0d416b;
    font-family: news-gothic-std, sans-serif;
    display: block;
    font-size: 19px;
    font-weight: bold;
    line-height: 26px;
    padding-top: 10px;
}

.secondary-content-nav li a.secondary-content-nav-active {
    color: #333;
}

.secondary-content .secondary-nav h1 {
    background: none;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0;
    text-transform: uppercase;
}

.secondary-content .secondary-nav ul {
    list-style: none;
}

.secondary-content .secondary-nav ul li {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 20px 0;
}

.secondary-content .secondary-nav ul li a {
    color: #0d416b;
    font-weight: 600;
}

.secondary-content a.cta-dl {
    background-color: #0d416b;
    border-radius: 8px;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 20px;
    padding: 8px 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.secondary-content {
    margin-bottom: 100px;
    padding: 0;
    margin-top: 65px;
    min-height: 800px;
}

.secondary-content h1 {
    background-color: #d1d8da;
    color: #333;
    font-size: 24px;
    font-weight: bold;
    margin: 5px 0 20px 0;
    padding: 10px 20px;
}

.secondary-content h2 {
    color: #333;
    font-size: 34px;
    font-weight: bold;
    margin: 25px 0 15px 0;
}

.secondary-content h3 {
    color: #444;
    font-size: 20px;
    font-weight: bold;
    margin: 35px 0 15px 0;
}

.secondary-content h4 {
    font-size: 22px;
    font-weight: bold;
}

.secondary-content p {
    color: #333;
    font-size: 16px;
    line-height: 26px;
}

.secondary-content > img,
.secondary-content > p img {
    margin: 0 0 35px 35px;
}

.secondary-content figure {
    background-color: #eee;
    border: 1px solid #eee;
    display: block;
    font-size: 12px;
    margin-top: -16px;
    padding: 6px 10px;
}

.secondary-content blockquote {
    margin-left: 35px;
}

.secondary-content a {
    color: #0d416b;
}

.secondary-content p a {
    color: #0d416b;
    text-decoration: underline;
}

.secondary-content ul {
    margin-bottom: 35px;
    padding: 0;
}

.secondary-content ul li {
    line-height: 26px;
    margin: 0 0 5px 15px;
}

.secondary-content ol li {
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 10px 15px;
}

.secondary-content ol li a {
    color: #0d416b;
    text-decoration: underline;
}

.secondary-content article {
    margin-bottom: 25px;
    padding-bottom: 25px;
}

a.btt {
    display: block;
    font-weight: 600;
    margin: 25px 0 100px 0;
    text-align: left;
}

iframe {
    width: 100% !important;
}


/* Accordian */

.accordion-item {
    border: 0;
}

.accordion-button:not(.collapsed) {
    color: #333;
    background-color: #fff;
    box-shadow: none;
    font-weight: bold;
}

.accordion-button {
    box-shadow: none;
    color: #8c191c;
    font-size: 20px;
    font-weight: 600;
    padding: 0;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button::after {
    filter: invert(14%) sepia(47%) saturate(6737%) hue-rotate(350deg) brightness(72%) contrast(90%) !important;
}

.accordion-button:not(.collapsed)::after {
    filter: invert(14%) sepia(47%) saturate(6737%) hue-rotate(350deg) brightness(12%) contrast(90%) !important;
}

.accordion-body {
    border-radius: 4px;
    padding: 2.25rem 2.25rem;
    background-color: #f1f2f2;
}


/* RWD ____________________ */

@media (max-width: 1200px) {

    .secondary-content-nav ul {
        width: 175px;
    }

}

@media (max-width: 960px) {

    .secondary-content-header h1 {
        font-size: 32px;
        margin: 20px 0 0 0;
    }

    .secondary-content-nav ul {
        width: 150px;
    }

    .secondary-content-nav li a {
        font-size: 16px;
        line-height: 22px;
    }

}

@media (max-width: 768px) {


    .secondary-content-header h1 {
        font-size: 28px;
        font-weight: 600;
        letter-spacing: 2px;
        line-height: 38px;
        padding: 0;
    }

    .secondary-content-nav ul {
        padding: 0;
        position: relative;
        width: 100%;
    }

    .secondary-content-nav li a {
        font-size: 20px;
        line-height: 22px;
    }

}


/* Team */

.secondary-content-team h2 {
    margin-bottom: 50px;
}

.secondary-content-team section {
    margin-bottom: 35px;
}

.secondary-content-team h3 {
    font-size: 24px;
    letter-spacing: 0;
    margin-top: 0;
    text-transform: none;
}

.secondary-content-team h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 15px;
}

.secondary-content-team a {
    color: #0d416b;
}

.secondary-content-team p {
    font-size: 18px;
    line-height: 30px;
}

.secondary-content-team img {
    border-radius: 10px;
    float: left;
    margin: 0 25px 5px 0;
    width: 100%;
}

.secondary-content-team hr {
    color: #f2f2f2;
    margin: 35px 0 20px 0;
}

.team-member {
    margin-bottom: 65px;
}


.email,
.twitter,
.google,
.linkedin,
.website {
    background-color: ##0d416b;
    display: inline-block;
    height: 42px;
    margin-right: 15px;
    width: 36px;
}

.email {
    background: url(../images/layout/team-icons.png) no-repeat center 5px;
}

.twitter {
    background: url(../images/layout/team-icons.png) no-repeat center -57px;

}

.google {
    background: url(../images/layout/team-icons.png) no-repeat center -123px;

}

.linkedin {
    background: url(../images/layout/team-icons.png) no-repeat center -188px;

}

.website {
    background: url(../images/layout/team-icons.png) no-repeat center -257px;
}


/* Publications */

.secondary-content-publications {
    padding-bottom: 100px;
}

.secondary-content-publications aside img {
    float: right;
    margin-bottom: 25px;
    width: 75%;
}

.secondary-content-publications section p {
    padding: 0 25px 25px 25px;
}

.secondary-content-publications div h3 {
    font-size: 20px;
    margin-top: 5px;
    line-height: 26px;
}

.secondary-content-publications div h3 a {
    color: #0d416b;
}

.secondary-content-publications div h3 a:hover {
    opacity: .8;
}

.secondary-content-publications div p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
}


.secondary-content-publications div p.summary {
    border: 1px solid #ddd;
    border-radius: 2px;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    padding: 12px;
}

.secondary-content-publications div.non-highlight {
    margin-bottom: 15px;
}

/* RWD ____________________ */

@media (max-width: 1024px) {

    .secondary-content-publications div img {
        height: 75px;
        width: 75px;
    }

}

@media (max-width: 768px) {

    .secondary-content-publications div img {
        height: 50px;
        width: 50px;
    }

}

@media (max-width: 575px) {

    .secondary-content-publications div.secondary-content-publications-image {
        text-align: center;
    }

    .secondary-content-publications div img {
        height: 200px;
        margin-bottom: 25px;
        width: 200px;
    }

    .secondary-content-publications div p.summary {
        margin-bottom: 50px;
    }

}

/* Alumni */


.alumni-nav-right {
    margin-bottom: 50px;
}

.alumni-nav-right {
    font-size: 14px;
}

.alumni-nav-right a {
    border-right: 1px solid #333;
    color: #005677;
    font-size: 14px;
    padding: 0 8px 0 5px;
}

.alumni-nav-right a:last-child {
    border-right: none;
}

.alumni-nav-left {
    margin-bottom: 50px;
    text-align: right;
}

.alumni-nav-left a {
    background-color: #005677;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 8px 12px;
    text-transform: uppercase;
}


/* RWD ____________________ */

@media (max-width: 768px) {

    .alumni-nav-right a {
        display: block;
    }

}


/* News */

.secondary-content-news article {
    background-color: #f2f1e6;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.secondary-content-news article h2 {
    background-color: #388ccb;
    color: #fff;
    font-size: 28px;
    margin: 0 0 10px 0;
    padding: 20px 35px;
}

.secondary-content-news article h3 {
    color: #58595b;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 10px;
}

.secondary-content-news article p.date {
    color: #333;
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 5px 35px;
}

.secondary-content-news article p {
    padding: 0 35px 0 35px;
}

.secondary-content-news article ul {
    margin-bottom: 25px;
    padding: 0 35px 0 35px;
}

.secondary-content-news article blockquote {
    border: 2px solid #deeae9;
    border-radius: 20px;
    font-size: 24px;
    font-style: italic;
    margin: 0 35px 25px 35px;
    padding: 30px 40px;
}

.secondary-content-news article img {
    margin-bottom: 0;
    width: 100%;
}

a.news-button {
    background: url(../images/cta-icon-right.png) #31394c no-repeat 92% center;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 20px 35px 0 35px;
    padding: 8px 35px 8px 20px;
    text-transform: uppercase;
}

a.news-back-to-overview {
    background: url(../images/cta-icon-left.png) #005677 no-repeat 8% center;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 20px 0;
    padding: 8px 20px 8px 35px;
    text-transform: uppercase;
}



/* Probes */


.secondary-content-probes article {
    border: 1px solid #fff;
    margin: 25px 0 0 0;
    min-height: 350px;
    padding: 0;
}

.secondary-content-probes article div {
    float: left;
    width: 70%;
}

.secondary-content-probes article div h3 {
    border-bottom: 1px solid #fff;
    display: block;
    font-size: 24px;
    letter-spacing: 1px;
    margin: 0 0 25px 0;
    padding: 20px 35px;
    text-transform: uppercase;
}

.secondary-content-probes article div p {
    display: block;
    line-height: 22px;
    margin-bottom: 25px;
    padding: 0 35px;
    width: 100%;
}

.secondary-content-probes a {
    color: #0d416b;
}

.secondary-content-probes article span {
    background-color: #fff;
    display: block;
    float: right;
    height: 100%;
    overflow: hidden;
    width: 30%;
}

.secondary-content-probes article img {
    height: 350px;
    width: 100%;
    object-fit: contain;
}

.secondary-content-probes a.cta-icon-pdf {
    background: url(../images/cta-icon-pdf.png) no-repeat 0 0;
    background-size: 20px;
    font-weight: 600;
    padding-left: 30px;
}




@media (max-width: 768px) {

    .secondary-content-probes article {
        min-height: 450px;
    }

    .secondary-content-probes article img {
        height: 450px;
    }

}




@media (max-width: 480px) {

    .secondary-content-probes article {
        border: 0;
        border-top: 1px solid #fff;
        min-height: 650px;
    }

    .secondary-content-probes article div {
        width: 100%;
    }

    .secondary-content-probes article span {
        height: 250px;
        width: 100%;
    }

    .secondary-content-probes article img {
        height: 250px;
    }

}



/* Contact */

.secondary-content .contact-col2 p {
    margin:0;
    padding: 0;
}

.secondary-content .contact-col2 p img {
    margin: 0 !important;
    width: 100%;
}


/* Footer ________________________________________ */

footer {
    background-color: #000;
    padding: 25px 0 50px 0;
}

.footer-affiliations {
   border-bottom: 1px solid #444;
    padding: 25px 0;
}

.footer-affiliations img {
   margin-bottom: 15px;
   max-width: 150px;
   width: 100%;
}

.footer-copyright {
    background-color: #000;
    color: #fff;
    font-size: 13px;
    padding: 35px 0;
}

.footer-copyright ul {
    margin: 10px 0 45px 0;
    padding-left: 0;
}

.footer-copyright li {
    float: left;
    list-style: none;
    margin-right: 20px;
}

.footer-copyright a {
    color: #fff;
}

@media (max-width: 768px) {

    .footer-affiliations {
       text-align: center;
    }

    .footer-affiliations img {
       margin-bottom: 25px;
       width: 75%;
    }

}

@media (max-width: 480px) {

    .footer-copyright img {
        margin-bottom: 25px;
        padding-left: 35px;
    }

    .footer-copyright li {
        display: block;
        float: none;
        padding-left: 35px;
    }

    .footer-copyright p {
        padding-left: 35px;
    }

}



/* Miscellaneous ________________________________________ */

.no-padding {
    padding: 0 !important;
}

.no-border {
    border: 0 !important;
}

a.cta-red {
    background-color: #8c191c;
    border-radius: 4px;
    color: #fff !important;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    margin-top: 10px;
    padding: 4px 14px;
}


.styled-table {
    border-collapse: collapse;
    font-weight: bold;
    margin: 25px 0;
    font-size: 0.9em;
    width: 100%;
    /* Optional: add a subtle shadow for depth */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr {
    background-color: #009879; /* A clean, distinct color */
    color: #ffffff;
    text-align: left;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px; /* Ample padding */
    border: 1px solid #dddddd; /* Light borders for separation */
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

/* Zebra striping for readability */
.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #999; /* Emphasize the end of the table */
}

/* Optional: Highlight a row on hover */
.styled-table tbody tr:hover {
    font-weight: bold;
    color: #009879;
    cursor: pointer;
}