#listContent {
    position: absolute;
    top: 174px;
    left: 1349px;
    right: 0px;
    width: 544px;
    height: 700px;
    border: 0px solid black;
    overflow: auto;
}
#listContent::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
    border-radius: 10px;
    background-color: transparent;
}
#listContent::-webkit-scrollbar
{
    width: 6px;
    background-color: transparent;
}

#listContent::-webkit-scrollbar-thumb
{
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.15);
    background-color: rgba(255,255,255,0.15);
}
#listTable {
    table-layout:fixed;
    margin: 0px;
}
.leftStyle {
    color: #EEEEEE;
    font-family: AmazonEmber-Regular;
    font-size: 24px;
    padding-top: 8px;
    white-space:nowrap;
}
.rightStyle {
    color: #EEEEEE;
    font-family: AmazonEmber-Light;
    font-size: 32px;
}