.row {
    width: 100%;
    max-width: 100%;
}

body {
    display: flex;
    flex-direction: column;
}
#logo {
    position: relative;
    left: 0em;
    margin-top: 4px;
}
article {
    flex-grow: 1;
}

footer {
    text-align: right;
}

td a.tiny.button {
    margin-bottom: 0;
    font-weight: bold;
}

#secrets .new{
    background:#feecc8;
}
#secrets .read{
    background:#b2d4b2;
}

#secrets .timed-out {
    background: #ff6961;
}

th.min, td.min {
    width: 1px;
    white-space: pre;
}

footer.row{
    max-width: 100%!important;
    text-align: center;
}
footer {
    margin-top: 80px;
    border-top: 1px solid;
    padding-top: 10px;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color:#000!important;
    font-family:Arial, sans-serif!important;
}

label {
    color:#000!important;
    font-family:Arial, sans-serif!important;
    font-size: 16px!important;
}
a:link,
a:visited {
    color:#165BE0!important;
}
.top-bar-section a:link,
.top-bar-section a:visited  {
    color:#FFF!important;
    font-weight: bold;
}

button, .button {
    min-height: 43px!important;
    width: auto!important;
    border-radius: 0p!important;
    text-decoration: none!important;
    padding: 10px 16px!important;
    font-size: 1em!important;
    line-height: 1.2!important;
    display: inline-block!important;
    text-align: center!important;
    justify-content: center!important;
    cursor: pointer!important;
    overflow: visible!important;
    background-color: #ffffff!important;
    color: #000000!important;
    border: 2px solid #000000!important;
    transition: background-color 0.2s ease-out!important;
    position: relative!important;
    padding-right: 59px!important;
    text-decoration: none !important;
    background-image: url(/static/img/bicon-arrow-right.svg)!important;
    background-position: right;
    background-repeat:no-repeat;
    float:right;
}

button:hover, .button:hover, a.new:hover {
    color:#e40422!important;
}

a.new {
    height: 16px;
    font-size: 20px !important;
    background-image: none!important;
    color: #000!important;
    padding-right: 16px!important;
}
