.oral-history {
}

.oral-history .interviewee-intro {
	padding-right: 110px;
}

.oral-history .interviewee-filters {
	margin: 20px 0;
	padding: 10px;
	background: #DCEECD;
}

.oral-history .interviewee-filters > * {
	float: left;
}

.oral-history .interviewee-filters span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.214285714em;
	color: #000000;
}

.oral-history .interviewee-filters span.icon_plus {
	margin: 14px 10px 0;
}

.oral-history .interviewee-filters select,
.oral-history .interviewee-filters input[type="text"]
 {
	margin: 8px 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.857142857em;
	color: #000000;
}

.oral-history .interviewee-filters select {
	width: 230px;
}
.oral-history .interviewee-filters input[type="text"] {
    width: 160px;
}


.oral-history .interviewee-filters input[type="text"]::placeholder {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}

.oral-history .interviewee-filters .interviewee-submit {
	margin-left: 27px;
}


.oral-history .interviewee-filters a {
    float: right;
    font-size:12px;
    margin-top:8px;
}

@media (max-width: 500px) {
    .oral-history .interviewee-filters .interviewee-submit {
        width: 56px;
        height: 25px;
        float:left;
    }

    .oral-history .interviewee-filters > * {
        float: none;
        display: block;
    }

    .oral-history .interviewee-filters a {
        float: left;
        margin-top: 14px;
        margin-left: 20px;
        display:inline-block;
    }
}

/*
.oral-history .interviewees .view-profile {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.857142857em;
	font-style: italic;
}
*/

.oral-history .interviewees td {
    vertical-align: top;
}
.oral-history .interviewees td.img {
    width: 110px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2px;
    /*padding-top:0;*/
    /*padding-bottom: 0;*/
}

.oral-history .interviewees td.img img {
    width: 110px;
}

.oral-history .interviewees .interviewee_search_button {
    outline:none;
}
.oral-history .interviewees .interviewee_search_button:hover img {
    opacity: 0.7;
}

.oral-history-detail .small-viewer {
	float: left;
	clear: left;
	padding: 0 20px 20px 0;
}

.layout-oral-history-interviewees td.transcript {
    white-space: nowrap;
    width: 125px;
}
.layout-oral-history-interviewees td.transcript span {
    float:left;
}
.layout-oral-history-interviewees td.transcript img {
    float: left;
    margin-left: 8px;
    margin-top: 2px;
}

.layout-oral-history-interviewees td.transcript a:hover span {
    text-decoration: underline;
}