﻿
.navbar-header {
    height: 60px;
}

.brand-logo img {
    width: 50px;
}

.bg-header {
    background-color: #dc0000;
}

.thm-view-page {
    padding-left: 10px;
}

.thm-view-page-header {
    font-size:20px;
}

.thm-button-panel {
    display: flex;
    justify-content: center;
    padding: 5px;
    align-items: center;
}

.thm-button-panel button {
    width: 150px;
    margin: 0px 5px 0px 5px;
}
