html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* site.css */
td.single-line {
    white-space: nowrap; /* °­Á¦·Î ÇÑ ÁÙ·Î Ç¥½ÃµË´Ï´Ù. */
}

/* site.css */
tr:hover {
    background-color: #f5f5f5; /* ¿øÇÏ´Â ·Ñ¿À¹ö »ö»óÀ¸·Î º¯°æÇÏ¼¼¿ä. */
    cursor: pointer; /* ¸¶¿ì½º Ä¿¼­¸¦ Æ÷ÀÎÅÍ·Î Ç¥½ÃÇÕ´Ï´Ù. */
}

.nowrap {
    white-space: nowrap;
}
