.searchCenterPortlet .lotusSearch .lotusScope  {
	background-position: 100% -410px;
}

.searchCenterPortlet .lotusSearch a.lotusScope:hover {
	background-position: 100% -842px;
}

 .searchCenterPortlet .lotusSearch .lotusText,  .searchCenterPortlet .lotusSearch .lotusBtnImg {
	border-color: #7A7E81;
}

.searchCenterPortlet {
	margin: 10px;
}

@media screen and (max-width: 1024px)
{
    /* Make all columns 100% and stack vertically */
    table.layoutRow > tbody > tr > td {
        display: block;
        width: 100%;
    }
    /* Hide second column */
    table.layoutRow > tbody > tr > td+td {
        display: none;
    }
}

@media screen and (max-width: 600px)
{
    /* Get rid of margin */
    .layoutColumn .wpthemeControl {
        margin: 0;
    }
    /* Hide the whole Header Row */
    .lotusui30 .lotusTable tr > th {
        display: none;
    }
    /* Hide Column 'Relevance' */
    .lotusui30 .lotusTable th.lotusFirstCell, .lotusui30 .lotusTable td.lotusFirstCell {
        display:none;
    }
    /* Hide Column 'Date' */
    .lotusui30 .lotusTable th.lotusLastCell, .lotusui30 .lotusTable tr.searchResult td.lotusLastCell {
        display:none;
    }
    /* Hide Column 'Person' */
    .lotusui30 .lotusTable tr > td+td+td+td {
        display: none;
    }
    /* Hide Close Search Button */
    div.searchCenterPortlet button.lotusBtn {
        display:none;
    }
    /* Make combobox smaller */
    .lotusui30 .lotusSearch .lotusScope {
        min-width: 9em;
    }
    /* Make text field smaller */
    .lotusui30 .lotusSearch .lotusText {
        width: 9em;
    }
    /* Test */
    .wpthemeComplementaryContent {
        display: none;
    }
}
