﻿

.bol-body {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    font-size: 14px;
    min-height: 100%;
}

.bol-body img {
    max-width: 150px;
    height: auto;
}

.bol-body p {
    margin: 0;
}

#location-table tr th {
    background: #cecece;
    text-align: center;
    padding: 4px;
}

.custom-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    width: 100%;
}

.custom-table, .custom-table tr, .custom-table th, .custom-table td {
    border: 1px solid #000;
    border-collapse: collapse;
}

.custom-table {
    width: 100%;
    text-align: center;
}

.custom-table th {
    padding: 4px;
}

.custom-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    text-align: left;
    padding: 4px;
}

.center {
    text-align: center !important;
}

