.st-grayscale {
	 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%);
}

.st-program-list {
   clear: both;
}

div.st-program {
	background: url(/images/blank.jpg) no-repeat center center;
}

.st-program-list > div.st-program {
    float: left;
}


div.st-program-small {
    width: 100px;
    height: 100px;
    margin: 2px;	
    background-size: 80px;	
    cursor: pointer;	
}

.st-clear {
    clear: both;	
}

.nobreadcrumbs-1 .breadcrumbs-row {
	display: none;
}

.sidebar-local { display: none; }

/* download buttons with a color box */
.btn-dl {
    margin: 5px;
}
.btn-dl .btn:last-child {
        width: 90%;
        text-align: left;
        border-left: none;
}

.main-column {
    min-height: 400px;
}
