#lobby-summary-view-container {
    background-color: #f7f7f7;
    color: hsla(0, 0%, 100%, 0.6);
    font-size: 14px;
    height: inherit;
    margin: 0 auto;
    position: absolute;
    width: inherit;
}
#lobby-summary-view-navbar {
    position: relative;
    z-index: 2;
}
#lobby-summary-nav {
    background-color: #f7f7f7;
    flex-direction: column;
}
#lobby-summary-nav,
#lobby-summary-nav-bar {
    color: #000;
    display: flex;
    font-size: 14px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
#lobby-summary-nav-bar {
    background-color: #fff;
    flex-direction: row;
    height: 62px;
    justify-content: space-between;
}
#lobby-summary-nav-mid-label-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 20px;
    padding-top: 10px;
    text-align: center;
}
#lobby-summary-nav-history-label {
    font-size: 14px;
}
#lobby-summary-nav-period-label {
    color: #8c8c8c;
    font-size: 11px;
}
.lobby-summary-nav-image-container {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-top: 10px;
    transition: opacity 0.1s ease-out;
    width: 80px;
}
.lobby-summary-nav-image-container:active {
    opacity: 0.2;
}
#lobby-summary-nav-image-container-left #lobby-summary-nav-image-container-right {
    align-items: center;
    display: flex;
    height: inherit;
    justify-content: center;
    width: inherit;
}
#lobby-summary-nav-table-header {
    background-color: #fff;
    color: #000;
    display: flex;
    flex-direction: row;
    font-size: 14px;
    height: 49px;
    margin-bottom: 1px;
    padding-left: 18px;
    padding-right: 18px;
    position: relative;
}
#lobby-summary-nav-table-header > div:first-child {
    width: 30%;
}
#lobby-summary-nav-table-header > div:nth-child(2) {
    width: 20%;
}
#lobby-summary-nav-table-header > div:nth-child(3),
#lobby-summary-nav-table-header > div:nth-child(4) {
    justify-content: flex-end;
    width: 25%;
}
.lobby-summary-nav-table-item {
    display: flex;
    font-size: 10px;
    line-height: 49px;
}
#lobby-summary-item-container {
    background-color: #fff;
    color: #000;
    display: flex;
    flex-direction: row;
    font-size: 10px;
    height: 78px;
    margin: 1px auto 0;
    padding-left: 18px;
    padding-right: 18px;
    position: relative;
    transition: background-color 0.1s ease-out;
}
#lobby-summary-item-container > div:first-child {
    width: 30%;
}
#lobby-summary-item-container > div:nth-child(2) {
    width: 20%;
}
#lobby-summary-item-container > div:nth-child(3),
#lobby-summary-item-container > div:nth-child(4) {
    justify-content: flex-end;
    width: 25%;
}
#lobby-summary-item-container:hover {
    background-color: #e6e6e6;
}
#lobby-summary-item-container:active {
    background-color: #d3d3d3;
}
.lobby-summary-item {
    align-items: center;
    display: flex;
    line-height: 49px;
}
.lobby-summary-item-game-image {
    border-radius: 10px;
    box-shadow: -2px 2px 4px 1px rgba(0, 0, 0, 0.2);
    height: 44px;
    width: 44px;
}
.lobby-default-game-icon-wrapper {
    transform: scale(0.15);
    transform-origin: left top;
}
#lobby-summary-list-view-container {
    background-color: #fff;
    color: #b6b6b6;
    font-size: 14px;
    height: 586px;
    position: relative;
    width: 100%;
}
#lobby-summart-no-data-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translateY(50%);
}
#lobby-summary-no-data-image-container {
    height: 200px;
    transform: scale(0.352);
}
#lobby-summary-no-data-label {
    text-align: center;
}
