.page-node-40 .panel-title {font-size:20px;font-family: "Open Sans Condensed",sans-serif;}
.page-node-40 .panel-body p {font-size:.96em;margin-bottom:0px;line-height:1.6em;}
.page-node-40 .btn-primary {background: #3071a9 none repeat scroll 0 0;}
.page-node-40 .btn {color:#fff;}

.page-node-40 .vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
}
.page-node-40 .vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}
.page-node-40 .modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
}