@import url(/custom/font/customfont.css);
@import url(/custom/fontSourceSans/customfont.css);
/* 
 * 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.
 */
/*
.callout-widget .callout,
.callout-widget .callout p,
.callout-widget .callout span {
	font-weight: 600;
}*/

.stepplayer #stepPlayerMainDiv.overlay-showing .info-overlay .title.guide-title { 
 display:none; 
}

@media (min-width: 1366px) {
	.search-aside.search-left {
		width: 40%;
	}
}

@media (max-width: 600px) {
ol.gridster li.tile[data-tilename="imageTile"].image {
height: auto;
}
}