/* 
 * This file contains custom styles for the SmartAss web application.
 * A declaration made here will override a corresponding declaration in in 
 * standard.css. This way the SmartAss administrator can customize the 
 * appearance and also keep the changes when the application is beeing 
 * updated. Note: The application must be updated through the configuration
 * module to make sure this file isn't replaced.
 */

.search-aside {
	min-height: 711px;
}

.search-header a.btn.return-url-button:hover {
	background-color: #ffffff;
}

#header_smartass4 {
	background-color: #fcfcfc;
}

#header_smartass4 #logo a img {
    padding: 0px !important;
    margin: 0px;
    float: left;
    margin-bottom: 5px;
    margin-top: 5px;
}