body{
    width: 70%;
    margin: 0 auto;
    padding: 0;
    background: black;
    background-position: 50% 0;
    color: #000;
}


/*Removes rounded corners from everything*/
*{
    border-radius:0!important;
}

footer {
    background-color: #3D4141;
    border-radius: 4px;
    float: none;
    display: table;
    clear: both;
    width: 100%;
    margin-top: 5px;
    font-size: small;
    color: white;
    padding-right: 10px;
}
.ace-container {
    border: solid thin #959595;
    background-color: #ffffff;
    padding-top: 10px;
    /*font-family:Georgia, "Times New Roman", Times, serif;*/
}
.shortTitle{
    display:none;
}

/*@media screen and (max-width: 675px) {
    body{
        width: 100%;
        background-image: none;
    }
    .ace-container{
        width: 100%;
        border-radius: 0;
    }
    .fullTitle{
        display:inline;
    }
    .shortTitle{
        display: none;
    }
}*/

@media screen and (max-width: 750px) {
    body{
        width: 100%;
        background-image: none;
    }
    .ace-container{
        width: 100%;
        border-radius: 0;
    }
    .fullTitle{
        display:none;
    }
    .shortTitle{
        display:inline;
    }
}