.main_container{
    margin: 0px;
    padding: 0px;
    min-height: 100%;
    line-height: 1.6;
    background-color: rgb(233 233 233);
    font-family: 'Open Sans', sans-serif;
}
.app-header {
    background-color: #bbb;
    color:white;
    min-height: 50px;
    padding: 0 25px;
    text-align: center;
}

.logo {
    position: relative;
    display: block;
    width: 155px;
    height: 36px;
    background: url(https://auth.miniorange.com/moas/images/logo_large.png) center center no-repeat;
    background-size: 155px 36px;
    top: 10px;
}

.logo-neartext {
    display: inline-block;
    margin-top: 3px;
    color: #333;
    font-size: 25px;
    font-weight: 600;
}

.site-link {
    color: #0c0c0c;
    font-size: 11px;
    position: absolute;
    top: 15px;
    right: 0;
}

.access-denied {
    max-width: none;
    text-align: left;
}

.center_box{
    max-width:940px;
    border-radius: 10px;
    background-color: #ffff;
    border: 1px solid #333;
    padding: 35px;
    box-shadow: 0 1px 0 0 #d4d4d4;
    margin: 0 4% 35px;
    margin-top: 40px;
    box-sizing: inherit;
}

.exc_mark{
    color: red;
    font-weight: bolder;
    font-size: larger;
    padding: 2px;
}

.code-snippet
{
    border: 1px solid grey;
    background-color: #ff9a4775;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
    border-radius: 8px;
    padding: 18px;
    margin: 30px 0 45px;
}
.access-denied table {
    margin: 25px 0 35px;
    border-spacing: 0;
    box-shadow: 0 1px 0 0 #dfdfdf;
    border: 1px solid #b8b8b8;
    border-radius: 8px;
    width: 100%;
    background-color: #bab7b530;
}

.access-denied table:last-child {
    margin-bottom: 0;
}
.property-table tr:nth-child(even){
    background-color: #ffd1ab;
}

.access-denied tbody tr:first-child td {
    border-color: #c9c9c9;
    border-top: 0;
}

table.property-list td:first-child, table.property-table td:first-child {
    font-weight: 700;
    width: 1%;
    white-space: nowrap;
}
.access-denied td:first-child {
    padding-right: 0;
}
.access-denied td, .access-denied th {
    padding: 12px;
}
.access-denied td {
    border-top: 1px #e2e2e2 solid;
    vertical-align: top;
    word-break: break-word;
}