﻿body {
    background: #f7f9fc;
}

/*=============================
Hero Banner
==============================*/

.conference-banner {
    background: linear-gradient(rgba(18,74,122,.90),rgba(18,74,122,.90)), url('../images/breadcrumb.jpg');
    background-size: cover;
    background-position: center;
    padding: 90px 0;
    text-align: center;
    color: #fff;
}

    .conference-banner h1 {
        font-size: 42px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .conference-banner p {
        font-size: 20px;
        margin: 0;
    }

.publication-table {
    width: 100%;
    overflow-x: auto;
    margin: 30px 0;
    padding: 10px;
    background: #d8e5f3;
}

    .publication-table table {
        width: 100%;
        border-collapse: collapse;
        background: #165f99;
        border: 6px solid #165f99;
        font-family: Arial, Helvetica, sans-serif;
    }

    .publication-table thead th {
        background: #ffffff;
        color: #000;
        text-align: center;
        font-size: 15px;
        font-weight: 700;
        border: 2px solid #165f99;
        padding: 10px;
    }

    .publication-table tbody td {
        color: #fff;
        border: 2px solid rgba(255,255,255,.65);
        padding: 12px;
        vertical-align: top;
        font-size: 13px;
        line-height: 1.6;
    }

        .publication-table tbody td.faculty {
            text-align: center;
            vertical-align: middle;
            font-weight: bold;
            text-transform: uppercase;
            font-size: 13px;
        }

    .publication-table ul {
        margin: 0;
        padding-left: 18px;
    }

    .publication-table li {
        margin-bottom: 6px;
    }

    .publication-table .divider td {
        border-top: 5px solid #ffffff;
    }

    .publication-table tbody tr:hover td {
        background: #1d6dab;
        transition: .3s;
    }

@media (max-width:768px) {

    .publication-table table {
        min-width: 1000px;
    }

    .publication-table thead th,
    .publication-table tbody td {
        font-size: 12px;
        padding: 10px;
    }
}
