.tbborderM{
    display: flex;
    flex-direction: row;
    width: 100%;
}

.outer{
display: flex;
justify-content: center;
flex-direction: column;

min-height: 100%;    
}
.outer2{
display: flex;
justify-content: center;
    flex-direction: row;
    width: 100%;

min-height: 100%;    
}
.tbborderT{
white-space: pre-line;    
}