/* Using CSS Injector Rule for SSE Resources Search Page */

div.views-widget, div.views-operator, div.views-submit-button, div.views-reset-button {
    display: inline-block;   
}

div.views-exposed-widget button {
    margin-top:0 !important;
    margin-bottom:1.8em;
}

td.views-field-title {
    width:20%;
}

td.views-field-body {
    width:35%;
}

td.views-field-field-sse-values {
    width:15%;
}

td.views-field-field-sse-sub-values {
    width:20%;
}

div.form-item-values {
    /* Align with the fields above. Would have loved to use bootstrap, but this
       will have to do */
    margin-left:23px;
}