:꿈의 집/styles.css

/* 꿈의 집 문서 전용 스타일 */
.Homescapes-table th {
    text-align:center; 
    background-color:#80461B; 
    color:white;
}

/* 모바일이 아닐 때 ... */
@media (min-width: 520px)  {
.Homescapes-table th:nth-of-type(1) {
    width: 5%;
}

.Homescapes-table th:nth-of-type(2) {
    width: 15%;
}

.Homescapes-table th:nth-of-type(3) {
    width: 15%;
}

.Homescapes-table th:nth-of-type(4) {
    width: 10%;
}

.Homescapes-table th:nth-of-type(5) {
    width: 50%;
}
}

.Homescapes-table.libre-responsive-table th:before, .Homescapes-table.libre-responsive-table td:before {
    width: 1em;
}