@import url("pittabssb.css");


p {
    padding: 1px;
}


.spacer {
    padding: 2%;
}


/* All of the 0 !importants are to cancel the pittabssb.css rules*/
.inlinecode {
    display: inline;
    padding:2px !important;
    margin-top:0 !important;
    margin-bottom:0 !important;
    border-radius:0 !important;
    font-size:14px;
    background-color:#11111b;
    color:#cdd6f4;
    font-weight:650;
}

@media screen and (max-width: 1000px){
    body {
        margin: 10px;
    }

}

@media screen and (max-width: 750px){
    body {
        margin: 0px;
    }
}
