@media (max-width: 768px) {
    #content {
        display: block !important;
    }
    #info {
        width: 100% !important;
        margin-bottom: 40px !important;
    }
    #korabbi {
        width: 100% !important;
    }
    #members {
        width: 100% !important;
    }
    th {
        font-size: 20px !important;
    }
    td {
        font-size: 14px !important;
    }
    #members > table {
        width: 100% !important;
    }
}

body::-webkit-scrollbar-track, 
#korabbi::-webkit-scrollbar-track,
#nyeremenyek::-webkit-scrollbar-track,
#main::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #271200;
}

body::-webkit-scrollbar, 
#korabbi::-webkit-scrollbar,
#nyeremenyek::-webkit-scrollbar,
#main::-webkit-scrollbar {
	width: 8px;
	background-color: #271200;
}

body::-webkit-scrollbar-thumb, 
#korabbi::-webkit-scrollbar-thumb,
#nyeremenyek::-webkit-scrollbar-thumb,
#main::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: rgb(255, 81, 0);
}

.box > h2 {
    cursor: pointer;
    width: 80%;
    margin: 0 auto 10px auto;
}

#header {
    text-align: center;
}
#content {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
#info {
    text-align: center;
    width: 40%;
    float: left;
}
#members {
    width: 50%;
    margin-bottom: 50px;
}
#members > table {
    display: block;
    overflow-y: scroll;
    overflow-x: hidden;
    text-align: center;
    max-height: 75vh;
    width: 80%;
    margin: auto;
}
th {
    color: rgb(230, 230, 230);
    text-transform: uppercase;
    font-size: 25px;
}
td, th {
    width: 10%;
    height: 35px;
}
h1, h2 {
    color: black;
}
hr {
    opacity: 1;
}
#korabbi tr:nth-child(3n+1), #main tr:nth-child(3n+1){
    background-color: #7f2208;
    color: rgb(230, 230, 230);
}
#korabbi tr:nth-child(3n+2), #main tr:nth-child(3n+2){
    background-color: #ffb61a;
}
#korabbi tr:nth-child(3n+3), #main tr:nth-child(3n+3){
    background-color: #ffd970;
}

#eselyszam, #emberszam {
    color: rgb(230, 230, 230);
}
#korabbi {
    display: block;
    overflow-y: scroll;
    overflow-x: hidden;
    text-align: center;
    height: 50vh;
    width: 80%;
    margin: auto;
}
#jelenlegisorsolas {
    text-align: center;
}

#searchbar {
    width: 200px;
    height: 25px;
    font-size: 18px;
    margin: 15px auto;
    display: block;
	background-color: #271200;
    border: 1px solid rgb(207, 207, 207);
    color: rgb(255, 81, 0);
}

#sorsolas {
    border-radius: 15px;
    background-color: rgb(121, 38, 0);
    color: rgba(255,255,255,.55);
    border: 3px solid white;
    width: 110px;
    height: 50px;
    transition: .15s ease-in-out;
    box-shadow: 5px 5px 5px #000;
}
#sorsolas:hover {
    color: #fff;
    background-color: rgb(85, 27, 0);
}

@font-face {
    font-family: GGsans;
    src: url("../fonts/ggsans-Normal.ttf");
}
.message-container {
    display: flex;
    align-items: flex-start;
    padding: 10px;
}

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.message-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.username-timestamp {
    display: flex;
    align-items: baseline;
    margin-bottom: -8px;
}

.username {
    font-weight: bold;
    margin: 0;
    color: red;
}

.message-text {
    margin: 0;
}

.timestamp {
    font-size: 12px;
    color: #888;
    margin-left: 5px;
}

#content2 {
    font-family: GGsans;
    letter-spacing: 0px;
}
#nyeremenyek {
    text-align: left;
    display: block;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 70vh;
    width: 80%;
    margin: auto;
    color: rgb(207, 207, 207);
}
#nyeremenyek > img {
    width: 200px;
}
#table > tr > td {
    border: 1px solid black;
}
.message-container {
    background-color: #36393F;
    margin: 2px auto;
}