/* Enter Your Custom CSS Here */
hr.thin2 {
  float: left;
  height: 1px;
  border: 0;
  color: #666666;
  background-color: #666666;
  width: 100%;
  margin-top: -27px;
  margin-bottom: 0px;
} 

/*
a:link {
  color: #666699;
  text-decoration: none;
  border-bottom: 1px dotted;
}
*/

.tablepress-id-3 .column-1 {
	width: 170px;
  font-weight:bold;
}

.tablepress-id-3 .column-2 {
	width: 330px;
}

.tablepress-id-3 .column-3 {
	width: 100px;
}

.tablepress-id-3 tr.row-1 > th {
font-size: 14px;
text-align: left;
font-variant: normal;
padding: 0px;
color: #333333;
background-color: #ffffff;
}

.tablepress-id-3 tr.row-4 {
  border-bottom: 1px dotted grey;
}

.tablepress-id-3 tr.row-8 {
  border-bottom: 1px dotted grey;
}

.tablepress-id-3 tr.row-13 {
  border-bottom: 1px dotted grey;
}

/* tablepress border 주기 */
.tablepress-id-3 tbody
{
border: 1px solid grey; /* grey 대신 적절한 색상으로 대체 */
}

/* column 배경색 */
.tablepress-id-3 tbody .column-1 {
background-color: #ffffff !important;
}

/* 테이블 전체 폰트 */
.tablepress-id-3 tbody td {
font-family: "Courier New";
font-size: 12px;
font-variant: normal;
padding: 0px;
color: #666666;
}

/* border 제로 */
.tablepress-id-3,
.tablepress-id-3 tr,
.tablepress-id-3 tbody td,
.tablepress-id-3 thead th,
.tablepress-id-3 tfoot th {
border: 1px grey;
}

/* wordpress mendeley (3/16/19) */
.wpmref {
}

.wpmauthors {
  font-size: 12px;
  color: #666666;
}
.wpmyear:after{
  font-size: 12px;
  content: ", ";
}
.wpmyear {
  color: #B22222;
}
.wpmtitle:before{
  content: "";
}
.wpmtitle:after{
  content: "";
}

.wpmurlpdf:before {
  content: url("https://dandylife.net/img/pdf.gif");
}

.wpmoutlet,
.wpmvolume,
.wpmissue,
.wpmpages {
  font-style: italic;
  color: #006400;
}