body {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    background-image: url('http://aso.processco.net/information/footer.jpg');
    line-height: 1.42857143 !important;
    color: #58666e !important;
}

#content {
    margin-top: 0px;
    padding: 0px;
    padding-bottom: 0px;
    padding-left: 30%;
    padding-right: 30%;
    width: 100%;
	height:100%;
    color: #918C8C;
}

.panel {
    margin-bottom: 20px;
    background-color: #eee;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
	margin-top:40px;
}

@media (max-width: 767px) {
#content {
    margin-top: 0px;
    padding: 0px;
    padding-bottom: 0px;
    /*padding-left: 30%;
    padding-right: 30%;*/
    width: 100%;
	height:100%;
    color: #918C8C;
}

.panel {
    margin-bottom: 20px;
    background-color: #eee;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
	margin-top:40px;
}
}