.info-view-col-hidden {
    display: none
}

.info-view-col-bold {
    font-weight: bold;
}

.info-container-body tr {
    border-top-style: hidden !important;
}

.page-not-found {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: absolute;
    width: 260px;
    height: 178px;
    left: calc(50% - 260px / 2);
    top: calc(50% - 178px / 2 - 53px);
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 152px;
    line-height: 178px;
    text-align: right;
    color: #343741;
}

.page-not-found-text {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
}

.error-boundaries-page{
    display: flex;
    align-items: center;
    flex-direction: column;
    position: fixed;
    width: 436px;
    height: 78px;
    left: calc(50% - 436px / 2);
    top: calc(50% - 78px / 2);
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #343741;
}

.error-boundaries-page-title{
    font-size: 28px;
    line-height: 34px;
}