/*
 * RTE - images place holder with caption
 */
.image-with-caption-left{
    border: 1px solid #FFFFFF;
    font-size: 0.85em;
    line-height: 1.5em;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 4px;
    text-align: justify;
    float: left;
}

.image-with-caption-right{
    border: 1px solid #FFFFFF;
    font-size: 0.85em;
    line-height: 1.5em;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 4px;
    text-align: justify;
    float: right;
}
body#tinymce {
	background: inherit;
	color: inherit;
	margin: 5px;
	min-width: auto;
}

/*
 * Seminars
 */
 .view-present-and-future-seminars .field-name-field-speaker{
    font-weight: bold;
 }

.view-present-and-future-seminars .field-name-field-location .field-label {
    font-weight: normal;
}
.view-present-and-future-seminars .node.node-teaser {
    margin-bottom: 30px;
}
.view-present-and-future-seminars .node.node-teaser .links {
    margin-bottom: -10px;
}

/* BME Semins taxonomy link override */
.term-id-2 a,
a.bme-seminars-link {
    display: none;
}
.term-id-2 a.bme-seminars-link {
    display: block;
}
