@charset "utf-8";

@media screen and (max-width: 640px) {
.bordered td:nth-of-type(1):before { content: "STT"; }
.bordered td:nth-of-type(2):before { content: "Tiêu đề"; }
.bordered td:nth-of-type(3):before { content: "Liên lạc"; }
.bordered td:nth-of-type(4):before { content: "Chuyên mục"; }
.bordered td:nth-of-type(5):before { content: "Quốc gia"; }
.bordered td:nth-of-type(6):before { content: "Ngày đăng"; }
.bordered td:nth-of-type(7):before { content: "Ngày hết hạn"; }
.bordered td:nth-of-type(8):before { content: "Phân loại"; }
.bordered td:nth-of-type(9):before { content: "Công cụ"; }
}

