header#header {
    border-bottom: solid 1px #ccc;
}

#ControlBar_ControlPanel ~ header#header {
    top: 54px;
}

section#main-content {
    padding: 10px 0;
}

#application-overview #featured-image img{
	width: 75%;
}
.grid img{
    width: 100%;
}
/* For devices 400px and larger: */
@media only screen and (min-width: 400px) {
    .grid img{ 
        width: 50%; 
    }
}

#application-overview #featured-content ul{
	columns: 1;
}










































































































































