
.page_text p {
    background-color: #ff7c00;
    color: black;
    padding: 12px 20px 12px 20px;
}

.page_text {
    /*
    text-shadow: 0 0 3px #000; 
    */
    margin-bottom: 50px;
}

.container {
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
    -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
    box-shadow: inset 0 0 100px rgba(0,0,0,.5);

    z-index: 2;
}

.container-inner {
    margin-top: 13%;
    margin-left: auto;
    /* margin-right: 20%; */
    text-align: right;
}
