/*--------------------
People
--------------------*/

.TBPI, .TBRF, .TBVS, .TBGS, .TBAL {
    width: 100%;
}

.Ptitle h1 {
    height: 100px;
    font-family: Times;
    font-size: 30px;
    font-weight: bolder;
    line-height: 80px;
}
.Ptitle {
    height: 100px;
    font-family: Times;
    font-size: 30px;
    font-weight: bolder;
    line-height: 80px;
}

.PIpicture img {
    max-width: 600px;
    max-height: 600px;
}

.gridimage {
    padding: 10px 20px;
}

.PIinformation {
    height: 300px;
    padding-left: 40px;
}
.PIinformation p {
    line-height: 15px;
}
.PIdescription p {
}

.Pperson {
    width: 33.3%;
    height: 400px;
}

td.Pperson p {
    text-align: center;
}

.Pperson p.img {
    margin: auto;
}
.Pperson p.name {
    font-weight: bolder;
}
.Pperson p.year {
    font-size: 18px;
}
.Pperson p.university {
    font-size: 14px;
}
.Pperson p.universitySmall {
    font-size: 11px;
}

.Pperson p.universityXSmall {
    font-size: 15px;
}

.Pperson img {
    height: 200px;
    border-radius: 30px;
    position: center;
}

.Pdec p {
    line-height: 20px;
}


@media (max-width: 968px) {
    table.publications td.TOC {
        display: none;
    }
}

@media (max-width: 1000px) {
    .col-xs-9 {
        width: 95%;
    }
}

@media (max-width: 766px) {
    table.publications td.TOC,  table.publications td.journal {
        display: none;
    }
    .col-xs-9 {
        width: 100%;
    }
}

/*--------------------
Publications
--------------------*/

.row {
    margin: auto;
}


table.publications tr {
    height: 200px;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: #F0F0F0;

}

table.publications td.journal img {
    max-width: 160px;
    max-height: 190px;
}
table.publications td.reference {
    padding-left: 15px;
    padding-right: 15px;
}

table.publications td.TOC {
    text-align: center;
}

table.publications td.TOC img {
    max-width: 300px;
    max-height: 190px;

}

table.publications tr:nth-child(even) {
    background-color: #EBF8FF;
}

@media (max-width: 968px) {
    table.publications td.TOC {
        display: none;
    }
}

@media (max-width: 568px) {
    table.publications td.TOC,  table.publications td.journal {
        display: none;
    }
}

.citation .citation_journal {
    font-style: italic;
}
.citation .citation_year {
    font-weight: bold;
}
.citation .citation_volume {
    font-style: italic;
}

table.publications td a {
    font-size: 18px;
}
.Pubs h2 {
    font-size: 50px;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
    background-color: #F0F0F0;
}


/*--------------------
3 Nav Tabs
--------------------*/
.row {
    margin: auto;
}
.row .nav {
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    background-color: transparent;
    width: 240px;
}

.row .nav li a {
    color: #000000;
    text-align: right;
    background-color: transparent;
}

.row .nav li.active > a {
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    background-color:  #d3d3d3;
    border-right: solid 3px #CB0000;

}

.row .nav li a:hover {
    background-color: #808080;
}

.affix-top {
    font-family: "Raleway", sans-serif;
    font-size: 23px;
    background-color: #2F2F2F;
    width: 250px;
    position: relative;
}
.affix {
    top: 20px;
}
.affix, .affix-bottom {
    width: 250px;
}
.affix-bottom {
    position: absolute;
}

@media (max-width: 1000px) {
    .row .PScrollSpy {
        display: none;
    }
    .row .Pubs {
        width: 100%
    }
}