
.container-fhd {
    width: 95%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-right: auto;
    margin-left: auto;
}

.btn-xs {
    padding: 0.2rem;
    font-size: 0.7rem;
    line-height: 1;
    border-radius: 0.2rem;
}

@media (min-width: 492px) {
  .container-fhd {
    max-width: 480px;
  }
}

@media (min-width: 768px) {
  .container-fhd {
    max-width: 720px;
  }
}


@media (min-width: 1080px) {
  .container-fhd {
    max-width: 1080px;
  }
}

.pr_pi {
    margin: auto;
}

.pr_pi img {
    width: 100%;
    height: 100%;
    max-width: 640px;
    max-height: 480px;
    display: block;
    margin: auto;
    padding: 5px 5px 5px 5px;
}

.ui-autocomplete
{
    max-height: 180px;
    overflow-y: auto; /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

.hiddenItem {
    display: none !important ;
}

.playinfo-table {
    min-width:1300px;
}
.playinfo-table tr {
    text-align:center;
}
.playinfo-table .pi_date {
    min-width:120px;
}
.playinfo-table .pi_nick {
    min-width:150px;
}
.playinfo-table .pi_info {
    min-width:800px;
}
.playinfo-table .pi_approve {
    min-width:150px;
}

.topbar-divider {
    width: 0;
    border-right: 1px solid #e3e6f0;
    height: calc(4.375rem - 2rem);
    margin: auto 1rem;
  }

pre {
    font-family: "맑은 고딕", "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    background-color: #fff;
    margin: 0;
}

.text-large {
    font-size:large !important;
}

.text-black {
    color: #000 !important;
}

.text-silver {
    color: #c0c0c0 !important;
}

.text-bronze {
    color: #CD7F32 !important;
}

.text-orange {
    color: orange !important;
}

.text-purple {
    color: purple !important;
}

.text-violet {
    color: #ee82ee !important;
}

.text-division {
    color: rgb(161, 89, 230) !important;
}

.text-blueviolet {
    color: blueviolet !important;
}

.text-blue {
    color: blue !important;
}

.text-red {
    color: red !important;
}

.border-left-silver {
    border-left: 0.25rem solid #c0c0c0 !important;
}

.border-left-bronze {
    border-left: 0.25rem solid #CD7F32 !important;
}

.text-bold {
    font-weight:bold !important;
}
