@charset "UTF-8";
/* CSS Document */

h1 {
    margin-bottom: 3em;
}

#page_inner {
    font-size: 110%;
}

.mb30 { margin-bottom: 30px; }
.mb50 { margin-bottom: 50px; }

table.security {
    width: 100%;
    text-align: center;
    font-size: 90%;
    border-collapse: collapse;
}

table.security,
table.security td {
    border: none!important;
}

table.security td {
    padding: 1.5em 0 0 0!important;
}

table.security img {
    margin-bottom: 10px;
}