@charset "UTF-8";
/* 테이블데이터 */
.stock-indices-table-wrap .stock-indices-table {
  border-collapse: collapse;
  width: 100%;
}

.stock-indices-table-wrap .stock-indices-table th {
  padding: 5px 4px;
  background-color: #fafafa;
  height: 32px;
  line-height: 32px;
  color: #333;
  font-weight: normal;
  border: 1px solid #e5e5e5;
  min-width: 70px;
  text-align: center;
}

.stock-indices-table-wrap .stock-indices-table td {
  padding: 5px 4px;
  color: #666;
  letter-spacing: -0.6px;
  font-size: 14px;
  line-height: 32px;
  border: 1px solid #e5e5e5;
}

/*# sourceMappingURL=widget.css.map */
