.paper-title {
    display:inline;
    padding-left: 0;
    font-size:100%;
    min-height: 10px;
    color: #000;
    text-align: left;
}

.paper-authors {
    display:inline;
    font-size:90%;
    color: #6a4ee7;/*color: #f96332;*/
    min-height: 10px;
    text-align: left;
}

.paper-authors-accepted {
    display:inline;
    font-size:90%;
    color: #008c9e;/*color: #f96332;*/
    min-height: 8px;
    text-align: left;
}

/* .paper-affiliation {
    display:inline;
    font-size:90%;
    color: #{{ site.data.template.color.muted }};
    min-height: 10px;
    text-align: left;
}

.program-time {
    display:inline;
    font-size:90%;
    color: #{{ site.data.template.color.muted }};
    min-height: 10px;
    text-align: left;
} */

.program-table td, .program-details {
    padding:0 0 0 7px;
    vertical-align: left;
    text-align: left;
}

.program-table {
    align-self: left;
    text-align: left;
}

.accepted-papers-table {
    align-self: center;
    text-align: left;
}

.profile-picture {
    object-fit: cover;
}

.committee-table {
    align-self: center;
    text-align: left;
}

.btn-primary {
    background-color: #3e2999;
    color: #FFFFFF;
}

.bg-primary {
    background-color: #6a4ee7 !important;
    opacity: 0.76;
}

.sidebar-collapse .navbar-collapse:before {
    background: linear-gradient(#6a4ee7 0%, #000 80%);
    opacity: 0.76;
    filter: alpha(opacity=76);
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.text-primary {
    color: #3e2999 !important;
}

a {
    color: #3e2999;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.subtitle {
    font-weight: 500 !important;
    font-size: 2.5em !important;
}

.subsection {
    font-weight: 500 !important;
    font-size: 1.5em !important;
}

.h2 {
    font-size: 1.57em !important;
    line-height: 1.4em;
    margin-bottom: 15px;
    font-weight: 400 !important;
}

body{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

footer{
    margin-top: auto;
}

.sponsors {
    display: flex;
    justify-content: space-between;
}

.nav-center {
    text-align: center;
}