* {
    font-family: 'Quicksand', sans-serif;
}

p {
    padding: 1em;
}

header h1 {
    font-size: 250%;
    margin: 0 0 0 1%;
}

#dme-search {
    position: relative;
    height: 100%;
}

#search-form {
    position: absolute;
    width: 35%;
    z-index: 2;
    margin: 3em 0 0 2.5em;
    float: left;
}

#search-form fieldset {
    border: 14px solid #eee;
}

#search-form legend {
    color: var(--black);
    font-size: 200%;
}

#search-form div {
    margin: 0 0 1em 0;
}

#search-form #search-fields label {
    margin: 0 1em 0 0;
    text-align: right;
    width: 6em;
    display: inline-block;
}

#search-form #search-fields div.search-fields {
    display: none;
}

#search-form #search-fields #search-fields-movi {
    display: block;
}

#search-form input[type='text'] {
    height: 2em;
    border: 3px solid var(--magenta-light);
    font-weight: bold;
    letter-spacing: 0.1em;
}

#search-form input[type='text']:focus {
    box-shadow: 0 0 0 #fff;   
}

#search-form label {
    
}

#search-form input[type='submit'] {
    margin: 2em 0 0 0;
    padding: 0.75em;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 0.1em;
    border: 3px solid var(--magenta-light);
}

#dme-search-result {
    width: 35%;
    height: 80%;
    float: right;
    margin: 3em 20% 0 0;
    padding: 0 1em;
    overflow-y: scroll;
}

#dme-search-result div.item-header {
    background-color: var(--darkMagenta);
    padding: 0.5em;
}

#dme-search-result div.item-header h2,
#dme-search-result div.item-header h3 {
    color: var(--white);
}
/*
#dme-search-result div.item-header h3 {
    font-style: italic;
}*/

label[for='dme-search-all'] {
    vertical-align: top;
    padding-top: 1%;
}

.search-result-type-item {
    margin: 1em 0 1em 1em;
    padding: 0.5em;
    background-color: #eee;
}

.search-result-type-item h3 {
    margin: 0 0 0.5em 0;
}

.search-result-type-item ul li {
    margin: 0.25em 0.5em;
}

.search-result-type-item ul li a:hover {
    color: var(--darkMagenta);
    text-decoration: underline;
}