body{
    font-family: 'Courier New', Courier, monospace;
}
.leftPanel{
    bottom: 0;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 88%;
    top: 0;
}
.leftPanel>div{
    margin: 15px 0;
    border-bottom: 1px solid #d4fcfc;
}
.rightPanel{
    bottom: 0;
    left: 12%;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
}
.retiTable{
    border: 1px solid #cccccc;
    border-radius: 10px;
    border-spacing: 0;
    font-size: 10pt;
    overflow: hidden;
    width: 100%;
}
.retiTable tr{
    background-color: #fbfbec;
}
.retiTable tr:nth-child(even){
    background-color: #8cd4d3;
}
.retiTable th, 
.retiTable td{
    border-right: 1px solid #383838;
    padding: 5px 10px;
    text-align: right;
}
.leftPanel label{
    font-size: 9pt;
}