Updated Readmes + Updated tmp CAS config + Updated Laravel test with iframe + remove X-Frame django middleware from middlewares + removed local ssl certificate from repo
// Center-align a block level element
.center-block() {
display: block;
margin-left: auto;
margin-right: auto;
}