/* **************
For Production
*/
.t3js-scaffold-header  {
    border-top: 5px solid #b40109;
}

.scaffold-topbar .topbar-site-container {
    display: flex;
}
.scaffold-topbar .topbar-site-container:after {
    content: "[Production]";
    color: #b40109;
    font-weight: bold;
    flex: 1 1 100%;
    text-align: center;
    font-size: 15px;
    margin: 8px;
}
