.Lobutton {width: 97%;
display: flex;
justify-content: center;
margin-top: 150px;}

.Loflexcont {display: flex;
background-color: rgb(210, 210, 210) ;
width: 97%;
margin: auto;
max-width: 1920px;
max-height: 2500px;
border-radius: 10px;
padding: 1%;}

.Caps {order: 2;
background-color: rgb(255, 255, 255);
width: 25% ;
text-align: center;
margin: 1% 2%;
max-height: 1400px;
border: solid 1px rgb(190, 190, 190);
border-radius: 5px;
min-width: 0;}

.LoBlock {order: 1;
background-color: rgb(255, 255, 255);
width: 70%;
padding-left: 2% ;
margin-left: 2% ;
margin-top: 1%;
max-height: 2500px;
overflow-y: scroll;
border: solid 1px rgb(190, 190, 190);
border-radius: 5px;}

.capcont {display: flex;
flex-direction: column;}

.listnolist {list-style: none;
padding: 0;}

.capbox {text-align: center;
margin: auto;}

.lorelist {text-align: center;
display: block;}

.TiCap {text-align: center;}