#main article header {
    padding: 0;
    margin-bottom: 0;
}

#main article header h1 {
    font-size: 30px !important;
    font-weight: bold !important;
}

.search-field {
    width: 80%;
}

.search-submit, #bulk-search-submit{
    padding: 10px 30px !important;
    height: 55px !important;
    border-radius: 5px !important;
    cursor: pointer;
}

.site-header {
    padding: 0 !important;
}

table#bulk-result-table {
    margin-top: 10px;
    font-family: 'Lora';
}

table#bulk-result-table thead tr th {
    background: #585863;
    color: #FFF;
}

table#bulk-result-table thead tr th, table#bulk-result-table tbody tr td{
    font-size: small;
    padding: 5px 10px;
}

span.oneline {
    margin-top: 20px;
    margin-left: 10px;
    float: left;
    font-size: 20px;
    color: blue;
}

.floatLeft {
    float: left;
}

.ellip {
    display: block;
    height: 100%;
}

.ellip-line {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    max-width: 100%;
}

.ellip,
.ellip-line {
    position: relative;
    overflow: hidden;
}