/* ===== Responsive Design ===== */

@media (max-width: 768px) {
tr td.trow1:first-child,
tr td.trow2:first-child,
tr td.trow_shaded:first-child {
display: none;
}
.wrapper {
width: 95%;
}
.forum {
float: none !important;
width: 100% !important;
}
.side {
float: none !important;
width: 100% !important;
margin-top: 15px;
}
.post.classic .post_author {
width: 100%;
float: none;
border-right: none;
border-bottom: 1px solid var(--mp-border);
padding: 15px;
}
.post.classic .post_content {
width: 100%;
padding: 15px;
}
.post_flexible {
flex-direction: column;
}
}

@media (max-width: 480px) {
#menu-deroulant li a {
padding: 10px 6px;
font-size: 12px;
}
#menu-deroulant li a i {
display: none;
}
.thead {
padding: 10px 12px;
font-size: 14px;
}
.trow1, .trow2 {
padding: 8px;
}
}
