body {

}

#application {
    padding: 20px 10px;
    border-radius: 10px 10px 10px 10px;
    background-color: white;
    border: solid 2px #38a7bb;
    margin: 20px auto;
    max-width: 99%;
    height: 700px;
    position: relative;
}

#change_view_button {
    background-image: url(../images/largeView.png);
}
