/* Link List Component - CSS Document */
.component-custom-list .item {
    margin-bottom: 1em;
    padding-left: 0;
    padding-right: 0;
}
.component-custom-list .item:last-of-type {
    margin-bottom: 4px;
}
.component-custom-list .item span {
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
}

.component-custom-list .item span.authors,
.component-custom-list .item span.authors a {
    font-size: 0.95em;
    color: #909393;
    font-weight: 600;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    margin-top: 2px;
}

.component-custom-list .item span a,
.component-custom-list .item span.authors a {
    color: #3e7d8f;
}

.component-custom-list .item span.btn.btn-link {
    font-weight: 500;
}

.component-custom-list .item span.btn.btn-link {
	padding: 0em 0.2em;
    border-left: solid 1px;
    font-style: italic;
    font-weight: 700;
}

.hero .component-custom-list h3 {
    height: 25px;
    display: block;
    margin-top: 0;
}

.component-custom-list .well.well-sm {
    text-align: right;
}

.component-custom-list .well.well-sm {
    text-align: right;
}

.component-custom-list hr {
    width: 100%;
}

.component-custom-list h3 {
    font-size: 18px;
}

/* publications */

.publications .component-custom-list hr {
    border:0px solid transparent;
    margin:5px auto;
}

div.component-custom-list > div.intro {
    margin-bottom: 10px;
    font-size: 0.938em;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #5c5f60;
    font-style: italic;
}
