main {
  margin: 20px 0;
}

#title {
  color: sandybrown;
  font-weight: 700;
  user-select: none;
  -webkit-user-select: none;
}

table#articles {
  margin-top: 20px;
  border-collapse: collapse;
  font-size: 13px;
  vertical-align: center;
  user-select: none;
  -webkit-user-select: none;
  border-bottom: 2px solid #555;
}

th, td {
  padding: 5px;
  text-align: center;
}

th {
  border-top: 2px solid #555;
  border-bottom: 2px solid #555;
}

td {
  border-bottom: 1px solid #555;
  color: #333;
}

td.hosusang:first-letter {
  color: #6495ed;
  font-weight: 700;
}

td.comalove:first-letter {
  color: #ee3e3e;
  font-weight: 700;
}

.article-title {
  text-align: left;
  cursor: pointer;
  text-overflow: ellipsis;
  max-width: 380px;
  overflow: hidden;
  white-space: nowrap;
}

.article-title:hover {
  color: #000;
  font-weight: 700;
}

ul.pagination {
  list-style-type: none;
  font-size: 13px;
  user-select: none;
  -webkit-user-select: none;
}

.pagination li {
  color: black;
  float: left;
  padding: 5px;
  text-decoration: none;
}

.disabled {
  display: none;
}

.active {
  color: #000;
  font-weight: 700;
}

.pagination a:hover {
  color: #6495ed!important;
}
