#pub-nav {
    margin-top: 5px;
    margin-left: 100px;
    padding-left: 0px;
    list-style: none;
}
#pub-nav li {
    float: left;
    width: 140px;
    height: 40px;
    margin-right: 20px;
    margin-bottom: 25px;
    padding-top: 8px;
    text-align: center;
    background-color: #3B4041;
}
#pub-nav li:hover {
    background-color: #4a4e4f;
}
.p-nav-active {
    background-color: #2980b9 !important;
    color: white;
}
#pub-nav a {
    font-family: "Montserrat";
    font-size: 16px;
    color: #f7f7f7;
}
.publication-block {
    float: left;
    width:940px;
    height: 100%;
    margin-left: 100px;
    margin-bottom: 10px;
    padding-bottom: 20px !important;
    background-color: #f7f7f7;
}
.publication-info {
    float: left;
    width: 780px;
    margin-top: 28px;
    margin-left: 80px;
    font-family: "Open Sans";
    color: #3B4041;
}
.publication-title {
    font-size: 16px;
    font-weight: 700;
}

.resource-type {
    color: #fff;
    float: left;
    width: 300px;
    height: 50px;
    margin-left: 100px;
    margin-bottom: 10px;
    padding-top: 12px;
    padding-left: 40px;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 700;
    /*background-color: #f7f7f7;*/
}
.web-image {
    width: 20px;
    height: 26px;
    margin-right: 17px;
}
.amazon-image {
    width: 20px;
    height: 26px;
    margin-right: 17px;
}
.web-link {
    font-size: 16px;
    font-weight: 700;
    color: #3B4041;
}
.web-link:hover {
     color: #3B4041;
}
