#search-wrapper.loading .results-body {
    opacity: 0.5;
}

.results-wrapper {
    position: fixed !important;
	z-index:1000000 !important;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}

.results-container {
    position: fixed !important;
    top: 5%;
    left: 12%;
    width: 70%;
    height: 80%;

    padding: 30px;

    overflow: auto;

    background: white;

    box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
    -webkit-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
    -moz-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
    -ms-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
    -o-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);

    font-family: Arial, sans-serif;
    font-size: 13px;
}

.results-header {
    padding: 5px 0 5px 0;
    padding-left: .25em;
    border-bottom: 1px solid #e9e9e9;
}

.results-header, .results-footer {
    padding-left: .25em;
}

.results-status {
    margin: 10px 0 10px 0;
    font-size: 13px;
    color: #676767;
}

.results-body {
    padding: .25em;
}

.results-item {
    font-size: 13px;
    margin-bottom: 1em;
}

.results-item-title {
    font-size: 16px;
    height: 1.4em;
    overflow: hidden;
}

.results-item-url {
    color: #008000;
}

.results-pagination {
    padding-bottom: 15px;
}

.results-pagination-page {
    display: inline;
    margin-right: 8px;
}

.results-pagination-current-page {
    font-weight: bold;
}


