.div-shadow {
    background: #fff;
    -webkit-box-shadow: 0 0 3px #ddd;
    -moz-box-shadow: 0 0 3px #ddd;
    box-shadow: 0 0 3px #ddd;
}

table {
    text-align: center;
}

tr {
    background-color: #ffffff;
}

tr:hover {
    background-color: #f6f6f6;
}

.text-color-black {
    color: #5f5f5f;
}

.text-color-red {
    color: #f30;
}

.text-bold {
    font-weight: bold;
    font-size: 15px;
}

.top-bar {
    background: #fff;
    padding: 0 10px;
    min-width: 1550px;
    height: 58px;
    display: flex;
    align-items: center
}

.content {
    padding: 15px;
    min-width: 1550px;
}

.content-table {
    margin: 0;
}

.board {
    background: #fff;
    padding: 10px;
    min-width: 1650px;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #16b777;
}

.box {
    padding: 10px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 0 3px #ddd;
    -moz-box-shadow: 0 0 3px #ddd;
    box-shadow: 0 0 3px #ddd;
}

.top-text {
    vertical-align: middle;
    margin: 0 20px;
}

.top-text a {
    color: #333;
}

.top-text a:hover {
    color: #666;
}

.nav-submenu {
    margin-left: 15px;
}

.bold {
    font-weight: bold;
}

.flex-row {
    display: flex;
    flex-direction: row;
    align-content: center;
}

.flex-col {
    display: flex;
    flex-direction: column;
    align-content: center;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-content: center;
}