.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: #1baedb;/*color: #f96332;*/
    min-height: 10px;
    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 {
    text-align: left;
}

.btn-primary {
    background-color: #1baedb;
    color: #FFFFFF;
}

.bg-primary {
    background-color: #1baedb !important;
}

.sidebar-collapse .navbar-collapse:before {
    /*background: linear-gradient(#1baedb 0%, #000 80%);*/
    background: #DBE3EA;
    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: #137897 !important;
}

a {
    color: #137897;
}

.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;
}
